:root {
  --void: #050307;
  --deep: #0b080d;
  --titlebar: rgba(19, 12, 17, 0.93);
  --sidebar: rgba(18, 12, 16, 0.9);
  --surface: rgba(26, 20, 25, 0.92);
  --raised: rgba(34, 26, 32, 0.9);
  --panel: rgba(21, 15, 19, 0.97);
  --shell-border: rgba(52, 42, 49, 0.94);
  --border-red: rgba(94, 11, 20, 0.9);
  --red: #e01428;
  --red-bright: #ffd2cc;
  --line: #ff4355;
  --glow: #ffe6e2;
  --hotspot: #fff8f6;
  --blue-muted: #8e97c9;
  --text: #f8f2f3;
  --muted: rgba(248, 242, 243, 0.58);
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--void); }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 50% -4%, rgba(255,248,246,0.055), transparent 23rem),
    radial-gradient(circle at 14% 24%, rgba(26,20,25,0.42), transparent 30rem),
    radial-gradient(circle at 88% 58%, rgba(26,20,25,0.32), transparent 30rem),
    radial-gradient(circle at 50% 110%, rgba(224,20,40,0.08), transparent 24rem),
    linear-gradient(135deg, #120d12, var(--deep) 44%, var(--void));
  overflow-x: hidden;
}

.spectral-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,230,226,0.32) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.topbar,
.hero,
.surface-section,
.language-section,
.statement,
.waitlist {
  width: min(100% - 38px, 1220px);
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255,67,85,0.18);
  border-radius: 24px;
  background: rgba(19,12,17,0.78);
  box-shadow: 0 18px 70px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(22px);
}

.brand,
.nav-links,
.topbar-action { display: inline-flex; align-items: center; }
.brand { gap: 10px; font-weight: 800; letter-spacing: -0.03em; }
.brand img { width: 42px; height: 42px; border-radius: 12px; filter: drop-shadow(0 0 16px rgba(255,67,85,0.28)); }
.nav-links { justify-content: center; gap: clamp(14px, 4vw, 42px); color: var(--muted); font: 700 12px/1 var(--mono); letter-spacing: 0.08em; text-transform: uppercase; }
.nav-links a:hover { color: var(--red-bright); }
.topbar-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.locale-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(42px, 1fr));
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255,67,85,0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.008)),
    rgba(8, 5, 8, 0.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.045);
}
.locale-switcher button {
  min-width: 0;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  color: rgba(248,242,243,0.54);
  font: 720 11px/1 var(--sans);
  letter-spacing: 0;
  background: transparent;
  cursor: pointer;
}
.locale-switcher button:hover {
  color: rgba(255,210,204,0.92);
  background: rgba(255,255,255,0.045);
}
.locale-switcher button[aria-pressed="true"] {
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(96,13,22,0.78), rgba(36,10,15,0.92));
  box-shadow: 0 0 14px rgba(224,20,40,0.14), inset 0 1px 0 rgba(255,255,255,0.08);
}
.topbar-action,
.button,
.waitlist-form button { border: 1px solid rgba(255,67,85,0.54); border-radius: 14px; color: var(--text); font-weight: 800; background: linear-gradient(135deg, rgba(255,210,204,0.22), rgba(255,67,85,0.18), rgba(224,20,40,0.28)); box-shadow: 0 0 30px rgba(224,20,40,0.18), inset 0 1px 0 rgba(255,255,255,0.08); }
.topbar-action { padding: 11px 16px; }

.hero { display: grid; grid-template-columns: minmax(0,0.92fr) minmax(440px,1.08fr); gap: clamp(32px,6vw,86px); align-items: center; min-height: calc(100vh - 92px); padding: clamp(62px,8vw,116px) 0 88px; }
.hero-copy, .spectral-card, .language-copy, .waitlist-copy, .waitlist-form { min-width: 0; }
.eyebrow { display: inline-flex; width: fit-content; margin: 0 0 18px; padding: 8px 12px; border: 1px solid rgba(255,67,85,0.24); border-radius: 999px; color: var(--red-bright); font: 700 12px/1.2 var(--mono); letter-spacing: 0.08em; text-transform: uppercase; background: rgba(224,20,40,0.08); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(4.2rem,8.8vw,9.2rem); line-height: 0.84; letter-spacing: -0.08em; }
.lede, .language-copy p, .waitlist-copy p { color: rgba(248,242,243,0.68); font-size: clamp(1.06rem,1.7vw,1.28rem); line-height: 1.62; }
.lede { max-width: 650px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 56px; align-items: center; padding: 0 20px; }
.button.secondary { background: rgba(21,15,19,0.66); box-shadow: inset 0 1px 0 rgba(255,255,255,0.04); }

.spectral-card { overflow: hidden; border: 1px solid rgba(255,67,85,0.2); border-radius: 28px; background: rgba(10,7,10,0.78); box-shadow: 0 34px 100px rgba(0,0,0,0.48), 0 0 70px rgba(224,20,40,0.08); }
.card-titlebar { display: flex; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid rgba(255,67,85,0.12); color: var(--muted); font: 700 12px/1 var(--mono); text-transform: uppercase; }
.card-titlebar strong { color: var(--text); text-transform: none; }
.app-screenshot-stage {
  position: relative;
  min-height: 520px;
  padding: 26px;
  background:
    radial-gradient(circle at 52% 44%, rgba(255,230,226,0.07), transparent 18rem),
    rgba(5,3,7,0.42);
}
.app-screenshot {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255,67,85,0.18);
  border-radius: 22px;
  filter: saturate(1.05) contrast(1.03);
  box-shadow: 0 26px 80px rgba(0,0,0,0.42), 0 0 38px rgba(224,20,40,0.08);
}
.icon-float {
  position: absolute;
  left: 44px;
  bottom: 44px;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: min(72%, 420px);
  padding: 12px 14px;
  border: 1px solid rgba(255,67,85,0.26);
  border-radius: 18px;
  color: var(--red-bright);
  font: 700 12px/1.35 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(5,3,7,0.78);
  box-shadow: 0 18px 48px rgba(0,0,0,0.38), 0 0 24px rgba(224,20,40,0.12);
  backdrop-filter: blur(12px);
}
.icon-float img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  filter: drop-shadow(0 0 14px rgba(255,67,85,0.24));
}

.surface-section, .language-section, .waitlist { margin-top: 34px; padding: clamp(34px,6vw,72px); border: 1px solid rgba(255,67,85,0.14); border-radius: 28px; background: rgba(21,15,19,0.62); box-shadow: 0 24px 80px rgba(0,0,0,0.34); }
.section-heading { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 28px; align-items: end; margin-bottom: 34px; }
h2 { margin-bottom: 0; font-size: clamp(2.6rem,5.8vw,6.1rem); line-height: 0.9; letter-spacing: -0.07em; }
.surface-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.surface-grid article, .token-list div { min-height: 220px; padding: 20px; border: 1px solid rgba(255,67,85,0.14); border-radius: 20px; background: rgba(26,20,25,0.74); }
.surface-grid span, .token-list span, .waitlist-form label { color: var(--red-bright); font: 700 12px/1 var(--mono); letter-spacing: 0.1em; text-transform: uppercase; }
.surface-grid h3 { margin: 44px 0 12px; font-size: 1.45rem; }
.surface-grid p { color: var(--muted); line-height: 1.5; }
.language-section { display: grid; grid-template-columns: minmax(0,0.82fr) minmax(430px,1.18fr); gap: clamp(26px,5vw,64px); align-items: center; }
.token-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.token-list div { min-height: 130px; display: grid; align-content: space-between; }
.token-list strong { font-size: 1.1rem; }
.statement { padding: clamp(38px,7vw,88px) 0; }
.statement p { max-width: 1050px; margin: 0; font-size: clamp(3.2rem,8vw,8.4rem); line-height: 0.86; letter-spacing: -0.08em; font-weight: 900; }
.waitlist { display: grid; grid-template-columns: minmax(0,0.9fr) minmax(360px,1fr); gap: clamp(26px,5vw,60px); align-items: center; margin-bottom: 80px; }
.waitlist-form { display: grid; gap: 14px; padding: 24px; border: 1px solid rgba(255,67,85,0.16); border-radius: 22px; background: rgba(10,7,10,0.74); }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.waitlist-form input { min-width: 0; min-height: 56px; padding: 0 14px; border: 1px solid rgba(255,67,85,0.18); border-radius: 14px; color: var(--text); background: rgba(255,255,255,0.04); outline: none; }
.waitlist-form input:focus { border-color: var(--line); box-shadow: 0 0 0 4px rgba(224,20,40,0.12); }
.waitlist-form button { min-height: 56px; padding: 0 18px; cursor: pointer; }
.waitlist-form button:disabled { cursor: wait; opacity: 0.65; }
.form-status { min-height: 24px; margin: 6px 0 0; color: var(--muted); font: 700 13px/1.45 var(--mono); }
.form-status[data-tone="success"] { color: var(--red-bright); }
.form-status[data-tone="error"] { color: var(--line); }

/* V2 iteration 03: below-fold density tuned to GhostVMApp's action/status matrix. */
.app-density-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.app-density-grid article {
  min-height: 154px;
  display: grid;
  align-content: start;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(34,26,32,0.76), rgba(21,15,19,0.86)), rgba(26,20,25,0.74);
}
.app-density-grid article:first-child {
  border-color: rgba(255,67,85,0.48);
  box-shadow: 0 0 30px rgba(224,20,40,0.10), inset 0 1px 0 rgba(255,255,255,0.05);
}
.app-density-grid h3 {
  margin: 12px 0 8px;
  font-size: 1.28rem;
  line-height: 1.05;
}
.app-density-grid p {
  font-size: 0.88rem;
  line-height: 1.45;
}
.app-token-stack div {
  min-height: 112px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(10,7,10,0.62);
}
.app-token-stack small {
  color: var(--muted);
  font: 700 11px/1.35 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero, .section-heading, .language-section, .waitlist { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .surface-grid, .token-list { grid-template-columns: repeat(2,1fr); }
  .app-screenshot-stage { min-height: 500px; }
  .app-screenshot { height: 390px; }
}

/* V2 convergence iteration marker */
.iteration-note {
  margin: 0 0 12px;
  color: var(--blue-muted);
  font: 700 11px/1.35 var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.spectral-card, .surface-section, .language-section, .waitlist {
  border-color: rgba(255,67,85,0.210);
}
.topbar-action, .button, .waitlist-form button {
  box-shadow: 0 0 24px rgba(224,20,40,0.180), inset 0 1px 0 rgba(255,255,255,0.08);
}

/* V3 iteration 01: mobile hero legibility after image-view inspection. */

/* V3 iteration 02: desktop hero vertical density after image-view inspection. */
@media (min-width: 981px) {
  .hero {
    min-height: calc(100vh - 150px);
    padding-top: clamp(32px, 5vw, 82px);
    padding-bottom: clamp(56px, 6vw, 86px);
  }
}

/* V3 iteration 02: full-page mobile review fixes lower-section headline overflow. */

/* V3 iteration 03: compress lower mobile sections after full-page image review. */

/* V3 iteration 03: button/border/glow ratio tuning after full-page review. */
.topbar-action,
.button,
.waitlist-form button {
  background: rgba(28, 17, 23, 0.82);
  border-color: rgba(255, 67, 85, 0.58);
  box-shadow: 0 0 14px rgba(224, 20, 40, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}
.button.primary,
.waitlist-form button {
  background: linear-gradient(180deg, rgba(94, 11, 20, 0.74), rgba(42, 12, 18, 0.88));
}
.button.secondary {
  background: rgba(9, 6, 9, 0.42);
  border-color: rgba(255, 67, 85, 0.42);
}

/* V3 iteration 03: second image-view pass fixes oversized mobile statement. */

@media (max-width: 640px) {
  .topbar,
  .hero,
  .surface-section,
  .language-section,
  .statement,
  .waitlist { width: min(100% - 22px,1220px); }
  .topbar { top: 10px; border-radius: 20px; }
  .topbar-action { display: none; }
  .topbar-controls { gap: 0; }
  .locale-switcher {
    grid-template-columns: repeat(3, minmax(34px, 1fr));
    border-radius: 12px;
  }
  .locale-switcher button {
    height: 32px;
    padding-inline: 8px;
    font-size: 10.5px;
  }
  .hero-copy,
  .spectral-card,
  .surface-section,
  .language-section,
  .waitlist,
  .waitlist-form { max-width: min(100%,340px); }
  .eyebrow { display: block; max-width: 100%; line-height: 1.45; white-space: normal; }
  h1 { font-size: clamp(2.65rem, 11.5vw, 3.35rem); line-height: 0.98; letter-spacing: -0.065em; word-spacing: 0.04em; }
  h2 { font-size: clamp(2.45rem,12vw,3.8rem); }
  .statement { padding: 1.75rem 0; }
  .statement p { max-width: 100%; font-size: clamp(1.55rem, 7.4vw, 2.15rem); line-height: 1.08; letter-spacing: -0.045em; overflow-wrap: break-word; }
  .lede,
  .language-copy p,
  .waitlist-copy p { overflow-wrap: break-word; }
  .hero { padding-top: clamp(44px, 12vw, 72px); }
  .hero-actions,
  .form-row,
  .surface-grid,
  .token-list,
  .app-density-grid,
  .app-token-stack { grid-template-columns: 1fr; }
  .button,
  .waitlist-form button { justify-content: center; width: 100%; }
  .app-screenshot-stage { min-height: 440px; padding: 16px; }
  .app-screenshot { height: 330px; border-radius: 18px; }
  .icon-float { left: 28px; right: 28px; bottom: 28px; max-width: none; }
  .waitlist { margin-bottom: 3rem; padding: 1.6rem; }
  .waitlist h2 { font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1; }
  .waitlist-form { padding: 1rem; }
}

/* V3 iteration 04: screenshot crop and icon badge footprint. */
.app-screenshot {
  object-position: 50% 28%;
}
.icon-float {
  padding: 9px 11px;
  gap: 9px;
}
.icon-float img {
  width: 42px;
  height: 42px;
}
@media (max-width: 640px) {
  .icon-float {
    font-size: 9px;
    padding: 9px 10px;
  }
  .icon-float img {
    width: 36px;
    height: 36px;
  }
}

/* V3 iteration 05: V3 metadata reset and headline balance. */
.hero-copy {
  max-width: 760px;
}
h1 {
  font-size: clamp(4rem, 8.2vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: -0.074em;
}
@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.55rem, 11vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.058em;
  }
}

/* V3 iteration 06: topbar shell density tuned toward GhostVMApp titlebar. */
.topbar {
  top: 14px;
  padding: 8px 10px;
  border-radius: 20px;
  border-color: rgba(255, 67, 85, 0.16);
  background: rgba(10, 7, 10, 0.84);
}
.brand { font-size: 0.94rem; }
.brand img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  filter: drop-shadow(0 0 12px rgba(255, 67, 85, 0.22));
}
.nav-links {
  font-size: 11px;
  letter-spacing: 0.075em;
}
.topbar-action {
  padding: 9px 14px;
  border-radius: 12px;
  font-size: 0.84rem;
}
@media (max-width: 640px) {
  .topbar {
    top: 9px;
    padding: 7px 8px;
    border-radius: 18px;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
}

/* V3 iteration 07: surface grid density closer to GhostVMApp control matrix. */
.surface-section {
  padding-top: clamp(30px, 5vw, 60px);
  padding-bottom: clamp(30px, 5vw, 60px);
}
.section-heading {
  margin-bottom: 26px;
}
.app-density-grid {
  gap: 12px;
}
.app-density-grid article {
  min-height: 138px;
  padding: 16px 16px 14px;
  border-radius: 16px;
}
.app-density-grid h3 {
  margin: 10px 0 7px;
  font-size: 1.16rem;
}
.app-density-grid p {
  font-size: 0.82rem;
  line-height: 1.42;
}
@media (max-width: 640px) {
  .surface-section {
    padding: 1.45rem;
  }
  .app-density-grid article {
    min-height: 122px;
    padding: 14px;
  }
}

/* V3 iteration 08: statement band restrained into product-control cadence. */
.statement {
  padding: clamp(30px, 5.5vw, 64px) 0;
}
.statement p {
  max-width: 980px;
  font-size: clamp(2.75rem, 6.4vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: -0.068em;
}
@media (max-width: 640px) {
  .statement {
    padding: 1.35rem 0;
  }
  .statement p {
    font-size: clamp(1.4rem, 6.6vw, 1.95rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
}

/* V3 iteration 09: token panel reads as GhostVMApp status readouts. */
.language-section {
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(30px, 5vw, 58px);
}
.app-token-stack {
  gap: 10px;
}
.app-token-stack div {
  min-height: 96px;
  padding: 14px;
  border-radius: 14px;
  border-color: rgba(255, 67, 85, 0.12);
  background: linear-gradient(180deg, rgba(20, 14, 18, 0.9), rgba(8, 5, 8, 0.82));
}
.app-token-stack span {
  color: rgba(255, 210, 204, 0.72);
  font-size: 10px;
}
.app-token-stack strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.05;
}
.app-token-stack small {
  color: rgba(248, 242, 243, 0.46);
  font-size: 10px;
}
@media (max-width: 640px) {
  .app-token-stack div {
    min-height: 78px;
  }
}

/* V3 iteration 10: App proof frame contrast and embedded screenshot edge. */
.spectral-card {
  border-color: rgba(255, 67, 85, 0.18);
  background: rgba(8, 5, 8, 0.84);
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.48), 0 0 46px rgba(224, 20, 40, 0.06);
}
.card-titlebar {
  padding: 13px 16px;
  font-size: 11px;
  border-bottom-color: rgba(255, 67, 85, 0.10);
}
.app-screenshot-stage {
  min-height: 500px;
  padding: 22px;
  background:
    radial-gradient(circle at 52% 43%, rgba(255, 210, 204, 0.055), transparent 16rem),
    rgba(5, 3, 7, 0.5);
}
.app-screenshot {
  height: 420px;
  border-color: rgba(255, 67, 85, 0.24);
  filter: saturate(1.04) contrast(1.08) brightness(0.96);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.48), 0 0 28px rgba(224, 20, 40, 0.07);
}
@media (max-width: 640px) {
  .app-screenshot-stage {
    min-height: 424px;
    padding: 14px;
  }
  .app-screenshot {
    height: 318px;
  }
}

/* V3 iteration 11: waitlist form density aligned with App control tiles. */
.waitlist {
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(30px, 5vw, 58px);
}
.waitlist-form {
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16, 10, 14, 0.88), rgba(8, 5, 8, 0.82));
}
.form-row {
  gap: 10px;
}
.waitlist-form input,
.waitlist-form button {
  min-height: 50px;
  border-radius: 12px;
}
.waitlist-form button {
  min-width: 92px;
}
.form-status {
  min-height: 18px;
  font-size: 11px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .waitlist {
    padding: 1.35rem;
  }
  .waitlist-form input,
  .waitlist-form button {
    min-height: 48px;
  }
}

/* V3 iteration 12: red accent balance across actions and selected states. */
.eyebrow,
.surface-grid span,
.token-list span,
.waitlist-form label {
  color: rgba(255, 210, 204, 0.82);
}
.eyebrow {
  border-color: rgba(255, 67, 85, 0.20);
  background: rgba(224, 20, 40, 0.065);
}
.button.primary,
.waitlist-form button {
  border-color: rgba(255, 67, 85, 0.50);
  background: linear-gradient(180deg, rgba(96, 13, 22, 0.68), rgba(36, 10, 15, 0.9));
}
.topbar-action,
.button.secondary {
  border-color: rgba(255, 67, 85, 0.34);
}
.app-density-grid article:first-child {
  border-color: rgba(255, 67, 85, 0.38);
  box-shadow: 0 0 20px rgba(224, 20, 40, 0.065), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}
.form-status[data-tone="success"],
.nav-links a:hover {
  color: rgba(255, 210, 204, 0.9);
}

/* V3 iteration 13: section spacing cadence unified to App panel rhythm. */
.surface-section,
.language-section,
.waitlist {
  margin-top: 28px;
}
.hero {
  padding-bottom: clamp(46px, 5.5vw, 72px);
}
.statement {
  margin-top: 8px;
}
.waitlist {
  margin-bottom: 64px;
}
@media (max-width: 640px) {
  .surface-section,
  .language-section,
  .waitlist {
    margin-top: 18px;
  }
  .hero {
    padding-bottom: 2.25rem;
  }
  .statement {
    margin-top: 0;
  }
  .waitlist {
    margin-bottom: 2.5rem;
  }
}

/* V3 iteration 14: hero copy and CTA controls aligned to operator UI scale. */
.lede {
  max-width: 590px;
  margin-bottom: 24px;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.56;
}
.hero-actions {
  gap: 10px;
}
.button {
  min-height: 50px;
  padding-inline: 18px;
  border-radius: 12px;
  font-size: 0.9rem;
}
.hero-copy .eyebrow {
  margin-bottom: 14px;
}
@media (max-width: 640px) {
  .lede {
    margin-bottom: 18px;
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .hero-actions {
    gap: 8px;
  }
  .button {
    min-height: 48px;
  }
}

/* V3 iteration 15: mobile proof card proportions after image review. */
@media (max-width: 640px) {
  .spectral-card {
    border-radius: 22px;
  }
  .card-titlebar {
    padding: 11px 12px;
    font-size: 10px;
  }
  .app-screenshot-stage {
    min-height: 392px;
    padding: 13px;
  }
  .app-screenshot {
    height: 292px;
    border-radius: 16px;
  }
  .icon-float {
    left: 22px;
    right: 22px;
    bottom: 20px;
    gap: 8px;
    font-size: 8.5px;
    line-height: 1.3;
  }
  .icon-float img {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }
}

/* V3 iteration 16: mobile Surface control cards compactness. */
@media (max-width: 640px) {
  .section-heading {
    gap: 14px;
    margin-bottom: 18px;
  }
  .surface-section h2 {
    font-size: clamp(2.05rem, 10vw, 3.05rem);
    line-height: 0.96;
  }
  .app-density-grid {
    gap: 8px;
  }
  .app-density-grid article {
    min-height: 104px;
    padding: 12px;
    border-radius: 14px;
  }
  .app-density-grid span {
    font-size: 9.5px;
  }
  .app-density-grid h3 {
    margin: 7px 0 5px;
    font-size: 1.02rem;
  }
  .app-density-grid p {
    font-size: 0.76rem;
    line-height: 1.34;
  }
}

/* V3 iteration 17: mobile identity/token panel density. */
@media (max-width: 640px) {
  .language-section {
    gap: 18px;
    padding: 1.45rem;
  }
  .language-section h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
    line-height: 0.96;
  }
  .language-copy p {
    font-size: 0.92rem;
    line-height: 1.46;
  }
  .iteration-note {
    font-size: 9.5px;
    margin-bottom: 9px;
  }
  .app-token-stack {
    gap: 8px;
  }
  .app-token-stack div {
    min-height: 68px;
    padding: 11px;
    border-radius: 12px;
  }
  .app-token-stack strong {
    font-size: 0.94rem;
  }
  .app-token-stack small {
    font-size: 9px;
  }
}

/* V3 iteration 18: mobile waitlist ending density. */
@media (max-width: 640px) {
  .waitlist {
    gap: 14px;
    padding: 1.2rem;
  }
  .waitlist h2 {
    font-size: clamp(1.85rem, 8.5vw, 2.45rem);
    line-height: 0.98;
  }
  .waitlist-copy p {
    font-size: 0.86rem;
    line-height: 1.42;
  }
  .waitlist-form {
    gap: 9px;
    padding: 0.85rem;
    border-radius: 16px;
  }
  .waitlist-form label {
    font-size: 9.5px;
  }
  .waitlist-form input,
  .waitlist-form button {
    min-height: 44px;
    font-size: 0.84rem;
  }
  .form-status {
    font-size: 9.5px;
    line-height: 1.3;
  }
}

/* V3 iteration 19: desktop language panel balance. */
@media (min-width: 981px) {
  .language-section {
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(32px, 4vw, 54px);
  }
  .language-section h2 {
    font-size: clamp(2.7rem, 5.2vw, 5.45rem);
    line-height: 0.92;
  }
  .language-copy p {
    max-width: 540px;
  }
  .app-token-stack div {
    min-height: 88px;
  }
}

/* V3 iteration 20: desktop hero proof scale matched to App preview weight. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
    gap: clamp(34px, 5.2vw, 74px);
  }
  .spectral-card {
    justify-self: end;
    width: min(100%, 620px);
  }
  .app-screenshot-stage {
    min-height: 472px;
  }
  .app-screenshot {
    height: 392px;
  }
}

/* V3 iteration 21: desktop first-screen vertical alignment. */
@media (min-width: 981px) {
  .hero {
    min-height: calc(100vh - 132px);
    padding-top: clamp(28px, 4.4vw, 66px);
    padding-bottom: clamp(40px, 4.8vw, 64px);
    align-items: center;
  }
  .hero-copy {
    transform: translateY(-4px);
  }
  .spectral-card {
    transform: translateY(4px);
  }
}

/* V3 iteration 22: navigation labels use compact product-control language. */
.nav-links {
  gap: clamp(12px, 3vw, 34px);
  color: rgba(248, 242, 243, 0.5);
}
.topbar-action {
  min-width: 76px;
  justify-content: center;
  text-align: center;
}
.brand span {
  letter-spacing: -0.035em;
}
@media (max-width: 640px) {
  .brand span {
    font-size: 0.9rem;
  }
}

/* V3 iteration 23: final whole-page polish for unified icon/App/Landing shell. */
.spectral-noise {
  opacity: 0.12;
}
.spectral-card,
.surface-section,
.language-section,
.waitlist {
  border-color: rgba(255, 67, 85, 0.18);
}
.surface-section,
.language-section,
.waitlist {
  border-radius: 26px;
  background: rgba(18, 12, 16, 0.68);
}
.surface-grid article,
.token-list div,
.waitlist-form,
.app-screenshot,
.icon-float {
  border-color: rgba(255, 67, 85, 0.16);
}
::selection {
  color: var(--hotspot);
  background: rgba(224, 20, 40, 0.55);
}
@media (max-width: 640px) {
  .surface-section,
  .language-section,
  .waitlist,
  .spectral-card {
    border-radius: 20px;
  }
}

/* V3 iteration 24: aesthetic typography system aligned to native GhostVMApp. */
:root {
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", ui-sans-serif, system-ui, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --tracking-tight: -0.052em;
  --tracking-display: -0.044em;
  --tracking-ui: -0.012em;
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: var(--tracking-ui);
}
h1,
h2,
.statement p,
.waitlist h2,
.brand span {
  font-family: var(--display);
  font-feature-settings: "kern" 1;
  text-wrap: balance;
}
h1 {
  max-width: 740px;
  margin-bottom: 18px;
  font-size: clamp(3.85rem, 7.15vw, 7.35rem);
  line-height: 0.91;
  letter-spacing: var(--tracking-tight);
  font-weight: 820;
}
h2 {
  font-size: clamp(2.35rem, 4.75vw, 4.95rem);
  line-height: 0.97;
  letter-spacing: var(--tracking-display);
  font-weight: 800;
}
.lede,
.language-copy p,
.waitlist-copy p {
  color: rgba(248, 242, 243, 0.66);
  font-size: clamp(0.98rem, 1.38vw, 1.12rem);
  line-height: 1.6;
  letter-spacing: -0.006em;
  font-weight: 500;
}
.lede {
  max-width: 580px;
  margin-bottom: 22px;
}
.eyebrow,
.nav-links,
.card-titlebar,
.icon-float,
.surface-grid span,
.token-list span,
.waitlist-form label,
.iteration-note,
.form-status,
.app-token-stack small {
  font-family: var(--mono);
  font-weight: 600;
  letter-spacing: 0.055em;
}
.eyebrow {
  padding: 7px 10px;
  font-size: 10.5px;
  line-height: 1.25;
}
.nav-links {
  font-size: 10.5px;
  letter-spacing: 0.06em;
}
.brand span {
  font-weight: 720;
  letter-spacing: -0.025em;
}
.button,
.topbar-action,
.waitlist-form button {
  font-weight: 700;
  letter-spacing: -0.01em;
}
.surface-grid h3,
.token-list strong {
  font-family: var(--display);
  font-weight: 720;
  letter-spacing: -0.022em;
}
.app-density-grid h3 {
  font-size: 1.08rem;
  line-height: 1.08;
}
.app-density-grid p,
.surface-grid p {
  font-size: 0.80rem;
  line-height: 1.42;
  letter-spacing: -0.004em;
}
.app-token-stack strong {
  font-size: 0.96rem;
  line-height: 1.05;
}
.statement p {
  max-width: 960px;
  font-size: clamp(2.45rem, 5.25vw, 5.35rem);
  line-height: 0.97;
  letter-spacing: var(--tracking-display);
  font-weight: 800;
}
.waitlist h2 {
  letter-spacing: var(--tracking-display);
}
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  }
  .language-section h2 {
    font-size: clamp(2.45rem, 4.65vw, 4.85rem);
    line-height: 0.98;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.28rem, 9.9vw, 2.95rem);
    line-height: 1.02;
    letter-spacing: -0.044em;
  }
  h2,
  .surface-section h2,
  .language-section h2 {
    font-size: clamp(1.86rem, 8.6vw, 2.58rem);
    line-height: 1.02;
    letter-spacing: -0.038em;
  }
  .lede,
  .language-copy p,
  .waitlist-copy p {
    font-size: 0.86rem;
    line-height: 1.48;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .button,
  .topbar-action,
  .waitlist-form button {
    font-size: 0.82rem;
  }
  .app-density-grid h3 {
    font-size: 0.96rem;
  }
  .app-density-grid p {
    font-size: 0.72rem;
    line-height: 1.34;
  }
  .statement p {
    font-size: clamp(1.28rem, 6.05vw, 1.72rem);
    line-height: 1.12;
    letter-spacing: -0.032em;
  }
  .waitlist h2 {
    font-size: clamp(1.72rem, 7.8vw, 2.24rem);
    line-height: 1.02;
  }
}

/* V3 iteration 25: typography + public copy redesign after user rejection. */
:root {
  --display: ui-serif, "New York", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --tracking-tight: -0.034em;
  --tracking-display: -0.024em;
  --tracking-ui: -0.006em;
}
h1,
h2,
.statement p,
.waitlist h2 {
  font-family: var(--display);
  font-weight: 560;
  font-feature-settings: "kern" 1, "liga" 1;
  letter-spacing: var(--tracking-display);
  text-wrap: balance;
}
h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(4.1rem, 7.65vw, 7.9rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(2.7rem, 5vw, 5.45rem);
  line-height: 0.99;
  letter-spacing: -0.03em;
}
.lede,
.language-copy p,
.waitlist-copy p {
  max-width: 620px;
  font-size: clamp(1rem, 1.32vw, 1.1rem);
  line-height: 1.68;
  font-weight: 460;
  letter-spacing: -0.002em;
  color: rgba(248, 242, 243, 0.64);
}
.lede {
  margin-bottom: 24px;
}
.eyebrow,
.iteration-note {
  max-width: 100%;
  color: rgba(255, 210, 204, 0.76);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.surface-grid h3,
.token-list strong,
.brand span {
  font-family: var(--sans);
  font-weight: 650;
  letter-spacing: -0.018em;
}
.surface-grid p {
  color: rgba(248, 242, 243, 0.52);
  font-size: 0.78rem;
  line-height: 1.48;
}
.app-density-grid h3 {
  font-size: 1.03rem;
}
.app-token-stack strong {
  font-size: 0.92rem;
}
.statement p {
  max-width: 820px;
  font-size: clamp(3.1rem, 5.8vw, 6.1rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.waitlist h2 {
  font-size: clamp(2.45rem, 4.6vw, 4.55rem);
  line-height: 1;
}
.button,
.topbar-action,
.waitlist-form button,
.waitlist-form input {
  font-family: var(--sans);
}
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  }
  .language-section h2 {
    font-size: clamp(2.55rem, 4.55vw, 4.9rem);
    line-height: 1;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.52rem, 11.6vw, 3.45rem);
    line-height: 0.98;
    letter-spacing: -0.036em;
  }
  h2,
  .surface-section h2,
  .language-section h2 {
    font-size: clamp(2.04rem, 9.5vw, 2.86rem);
    line-height: 1.02;
    letter-spacing: -0.028em;
  }
  .lede,
  .language-copy p,
  .waitlist-copy p {
    font-size: 0.88rem;
    line-height: 1.55;
  }
  .eyebrow,
  .iteration-note {
    font-size: 8.8px;
    letter-spacing: 0.06em;
  }
  .app-density-grid h3 {
    font-size: 0.94rem;
  }
  .app-density-grid p {
    font-size: 0.70rem;
    line-height: 1.38;
  }
  .statement p {
    max-width: 280px;
    font-size: clamp(1.72rem, 8.5vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
  }
  .waitlist h2 {
    font-size: clamp(1.95rem, 9vw, 2.58rem);
  }
}

/* L10n polish: keep translated copy inside the same App-like command surface. */
html[lang="zh-CN"] body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", sans-serif;
}
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] .statement p,
html[lang="zh-CN"] .waitlist h2 {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", sans-serif;
  font-weight: 740;
  letter-spacing: -0.045em;
}
html[lang="zh-CN"] h1 {
  max-width: 640px;
  font-size: clamp(4rem, 7.1vw, 7.2rem);
  line-height: 0.98;
}
html[lang="zh-CN"] h2 {
  font-size: clamp(2.45rem, 4.6vw, 4.8rem);
  line-height: 1.03;
}
html[lang="zh-CN"] .statement p {
  max-width: 980px;
  font-size: clamp(2.6rem, 5.2vw, 5.4rem);
  line-height: 1.08;
}
html[lang="zh-CN"] .waitlist h2 {
  font-size: clamp(2.35rem, 4.4vw, 4.25rem);
  line-height: 1.06;
}
html[lang="zh-CN"] .lede,
html[lang="zh-CN"] .language-copy p,
html[lang="zh-CN"] .waitlist-copy p {
  line-height: 1.78;
}
html[lang="fr"] h1 {
  max-width: 650px;
  font-size: clamp(3.7rem, 6.8vw, 7.05rem);
}
html[lang="fr"] h2 {
  font-size: clamp(2.45rem, 4.55vw, 4.85rem);
}
html[lang="fr"] .statement p {
  max-width: 1100px;
  font-size: clamp(2.5rem, 5.05vw, 5.15rem);
}
html[lang="fr"] .waitlist h2 {
  font-size: clamp(2.25rem, 4.25vw, 4.15rem);
}
html[lang="fr"] .button,
html[lang="fr"] .topbar-action,
html[lang="fr"] .waitlist-form button {
  font-size: 0.86rem;
}
@media (max-width: 640px) {
  html[lang="zh-CN"] h1,
  html[lang="zh-CN"] h2,
  html[lang="zh-CN"] .surface-section h2,
  html[lang="zh-CN"] .language-section h2 {
    font-size: clamp(2.08rem, 9.6vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -0.034em;
  }
  html[lang="zh-CN"] .statement p {
    font-size: clamp(1.42rem, 6.2vw, 1.9rem);
    line-height: 1.18;
  }
  html[lang="zh-CN"] .waitlist h2 {
    font-size: clamp(1.78rem, 7.6vw, 2.28rem);
  }
  html[lang="fr"] h1 {
    font-size: clamp(2.3rem, 9.8vw, 3.05rem);
    line-height: 1.02;
  }
  html[lang="fr"] h2,
  html[lang="fr"] .surface-section h2,
  html[lang="fr"] .language-section h2 {
    font-size: clamp(1.85rem, 8.4vw, 2.46rem);
  }
  html[lang="fr"] .statement p {
    font-size: clamp(1.26rem, 5.7vw, 1.66rem);
    line-height: 1.16;
  }
  html[lang="fr"] .waitlist h2 {
    font-size: clamp(1.66rem, 7.2vw, 2.1rem);
  }
}

/* V3 iteration 27: repair clipped embedded App UI preview. */
.app-screenshot-stage {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.app-screenshot {
  display: block;
  height: auto;
  aspect-ratio: 2830 / 1910;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 210, 204, 0.04), transparent 55%),
    rgba(5, 3, 7, 0.66);
}
.icon-float {
  position: static;
  align-self: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 640px) {
  .app-screenshot-stage {
    min-height: 0;
    padding: 12px;
    gap: 12px;
  }
  .app-screenshot {
    height: auto;
  }
  .icon-float {
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    justify-content: flex-start;
  }
}

/* V3 iteration 28: enlarge App UI proof and collapse redundant frames. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
    gap: clamp(26px, 4vw, 58px);
  }
  .spectral-card {
    width: min(100%, 720px);
  }
}
.spectral-card {
  border-color: rgba(255, 67, 85, 0.24);
}
.card-titlebar {
  border-bottom: 0;
  padding-bottom: 8px;
}
.app-screenshot-stage {
  padding: 10px 18px 18px;
  gap: 8px;
  background: transparent;
}
.app-screenshot {
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  background: transparent;
}
.icon-float {
  border: 0;
  border-radius: 0;
  padding: 3px 0 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
@media (max-width: 640px) {
  .spectral-card {
    max-width: 100%;
  }
  .card-titlebar {
    padding: 10px 12px 6px;
  }
  .app-screenshot-stage {
    padding: 8px 10px 12px;
    gap: 8px;
  }
  .app-screenshot {
    border-radius: 13px;
  }
  .icon-float {
    padding-top: 2px;
    gap: 7px;
    font-size: 8px;
  }
}

/* V3 iteration 29: coordinate display typography with the App UI image. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(600px, 1.18fr);
    gap: clamp(24px, 3.5vw, 50px);
  }
  .spectral-card {
    width: min(100%, 780px);
  }
  .hero-copy {
    max-width: 620px;
  }
}
h1 {
  max-width: 650px;
  font-size: clamp(3.65rem, 6.2vw, 6.45rem);
  line-height: 0.97;
  letter-spacing: -0.032em;
  font-weight: 520;
}
h2 {
  font-size: clamp(2.35rem, 4.25vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.026em;
  font-weight: 540;
}
.lede {
  max-width: 590px;
  font-size: clamp(0.98rem, 1.18vw, 1.06rem);
  line-height: 1.64;
}
.app-screenshot {
  filter: saturate(1.08) contrast(1.08) brightness(1.08);
}
.card-titlebar {
  color: rgba(248, 242, 243, 0.62);
}
.icon-float {
  color: rgba(255, 210, 204, 0.78);
}
.surface-section h2,
.language-section h2,
.waitlist h2,
.statement p {
  font-weight: 540;
}
.statement p {
  max-width: 880px;
  font-size: clamp(2.55rem, 4.8vw, 5.25rem);
  line-height: 1.02;
}
@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.18rem, 10vw, 3.08rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
  }
  h2,
  .surface-section h2,
  .language-section h2 {
    font-size: clamp(1.84rem, 8.6vw, 2.48rem);
    line-height: 1.06;
    letter-spacing: -0.024em;
  }
  .lede {
    font-size: 0.86rem;
    line-height: 1.52;
  }
  .app-screenshot-stage {
    padding-top: 6px;
  }
  .statement p {
    font-size: clamp(1.52rem, 7.4vw, 2.06rem);
    line-height: 1.08;
  }
  .waitlist h2 {
    font-size: clamp(1.75rem, 8.2vw, 2.32rem);
    line-height: 1.06;
  }
}

/* V3 iteration 31: final Preview-first no-Pro-details structure. */
.core-section,
.next-section {
  margin-top: 34px;
}
.core-anchor-stack,
.next-stack {
  grid-template-columns: 1fr;
}
.core-anchor-card {
  min-height: 260px;
  align-content: center;
}
.core-anchor-card strong {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 560;
}
.core-anchor-card small,
.next-stack small {
  margin-top: 14px;
}
.features-section .section-heading {
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
}
.features-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.features-grid article {
  min-height: 178px;
}
.section-actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}
.next-section .language-copy p + p {
  margin-top: -8px;
  color: rgba(255, 210, 204, 0.70);
}
.next-stack {
  align-self: stretch;
}
.next-stack div {
  min-height: 108px;
}
.positioning-section {
  padding-block: clamp(44px, 7vw, 88px);
}
.positioning-section p {
  max-width: 1120px;
  font-size: clamp(2.4rem, 5.6vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: -0.034em;
  font-weight: 560;
}
/* Keep the product proof large, single-framed, and uncropped after the structure rewrite. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
    gap: clamp(26px, 4vw, 58px);
  }
  .spectral-card {
    width: min(100%, 740px);
    justify-self: end;
  }
}
.card-titlebar {
  border-bottom: 0;
  padding-bottom: 8px;
}
.app-screenshot-stage {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 18px 18px;
  background: transparent;
}
.app-screenshot {
  display: block;
  height: auto;
  aspect-ratio: 2830 / 1910;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  background: transparent;
  filter: saturate(1.08) contrast(1.08) brightness(1.06);
}
.icon-float {
  position: static;
  align-self: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 3px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  color: rgba(255, 210, 204, 0.78);
}
@media (max-width: 980px) {
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .core-section,
  .next-section {
    margin-top: 18px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .features-section .section-heading {
    grid-template-columns: 1fr;
  }
  .section-actions {
    justify-content: stretch;
  }
  .section-actions .button {
    width: 100%;
    justify-content: center;
  }
  .core-anchor-card {
    min-height: 190px;
  }
  .core-anchor-card strong {
    font-size: clamp(1.65rem, 8.5vw, 2.35rem);
  }
  .positioning-section p {
    max-width: 100%;
    font-size: clamp(1.7rem, 8.4vw, 2.5rem);
    line-height: 1.08;
  }
  .app-screenshot-stage {
    min-height: 0;
    padding: 8px 10px 12px;
  }
  .app-screenshot {
    height: auto;
    border-radius: 13px;
  }
  .icon-float {
    width: 100%;
    justify-content: flex-start;
    gap: 7px;
    font-size: 8px;
  }
}
