:root {
  color: #eef3ff;
  background: #070a12;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #070a12;
  --panel: #0e1523;
  --panel-2: #121c2e;
  --card: rgba(255, 255, 255, 0.055);
  --line: rgba(191, 217, 255, 0.15);
  --text: #eef3ff;
  --muted: rgba(238, 243, 255, 0.7);
  --gold: #f1c86a;
  --gold-2: #ffe6a8;
  --button-gold: #b9781f;
  --button-gold-2: #dca541;
  --cyan: #6edcff;
  --green: #6edcff;
  --black: #11100a;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  letter-spacing: 0.012em;
  background:
    radial-gradient(circle at 20% -8%, rgba(110, 220, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(241, 200, 106, 0.12), transparent 28rem),
    linear-gradient(180deg, #080c15 0%, #070a12 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

p {
  margin-bottom: 0;
}

.topbar,
main,
.siteFooter {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 13, 23, 0.9);
  box-shadow: 0 16px 52px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.brand,
.topAction,
.topbar nav a,
.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand {
  gap: 10px;
  padding-left: 4px;
  font-weight: 950;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
}

.brand b {
  font-size: 17px;
}

.topbar nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.topbar nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.topbar nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.topAction,
.primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--button-gold-2), var(--button-gold));
  box-shadow: 0 14px 34px rgba(185, 120, 31, 0.24);
}

.topAction {
  min-height: 42px;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

main {
  padding: 28px 0 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(110, 220, 255, 0.2);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 20%, rgba(110, 220, 255, 0.1), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: var(--shadow);
}

.signal,
.eyebrow {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(48px, 6.6vw, 82px);
  line-height: 1.08;
  letter-spacing: 0.002em;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(19px, 2.15vw, 24px);
  line-height: 1.55;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.heroCopy .heroDifference {
  margin-top: 22px;
  padding: 15px 17px;
  border-left: 3px solid var(--gold);
  color: var(--text);
  background: rgba(241, 200, 106, 0.08);
  font-size: 16px;
  line-height: 1.5;
}

.heroDifference b {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-2);
}

.heroActions.center {
  justify-content: center;
}

.primary,
.secondary {
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 950;
  text-align: center;
}

.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
}

.heroProof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.heroProof span {
  padding: 8px 11px;
  border: 1px solid rgba(110, 220, 255, 0.18);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(110, 220, 255, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.consoleCard,
.painGrid .painCard,
.insideSection,
.insideGrid article,
  .flowGrid article,
  .subscriptionSection,
  .tariffGrid article,
  .reviewsGrid article,
  .privacyGrid article,
  .exampleGrid article,
  .finalCta,
.siteFooter section,
.siteFooter nav,
.legalPage section {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
}

.consoleCard {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(110, 220, 255, 0.08), rgba(255, 255, 255, 0.03)),
    var(--panel-2);
}

.consoleTop {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  list-style: none;
}

.consoleTop::-webkit-details-marker {
  display: none;
}

.consoleTop::after {
  content: "+";
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}

.consoleCard[open] .consoleTop::after {
  content: "-";
}

.consoleTop:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: -3px;
}

.consoleTop span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cyan);
  opacity: 0.72;
}

.consoleTop b {
  margin-left: auto;
}

.riskScore {
  display: grid;
  gap: 8px;
  padding: 24px;
}

.riskScore small,
.consoleRows b,
.painGrid .painCard span,
.exampleGrid span {
  color: var(--gold);
}

.riskScore strong {
  color: var(--text);
  font-size: 30px;
  line-height: 1.14;
}

.consoleRows {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px;
}

.consoleRows p {
  padding: 12px;
  border-radius: 14px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
  line-height: 1.45;
}

.sectionIntro {
  max-width: 860px;
  margin: 82px 0 22px;
}

.differenceSection {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
  padding: clamp(16px, 2.5vw, 26px);
  border: 1px solid rgba(241, 200, 106, 0.24);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 8% 0%, rgba(241, 200, 106, 0.14), transparent 20rem),
    var(--panel);
  box-shadow: var(--shadow);
}

.differenceIntro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 12px 40px;
  align-items: start;
}

.differenceIntro .signal {
  grid-column: 1 / -1;
}

.differenceIntro h2 {
  grid-column: 1;
  max-width: 12ch;
  margin: 0;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.08;
}

.differenceIntroCopy {
  display: grid;
  gap: 12px;
  grid-column: 2;
  padding: 22px 24px;
  border: 1px solid rgba(241, 200, 106, 0.22);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.2);
}

.differenceIntroCopy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.differenceIntroCopy strong {
  color: var(--gold-2);
}

.differenceGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.differenceGrid article {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.2);
}

.differenceGrid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.differenceGrid b {
  display: block;
  margin: 18px 0 9px;
  color: var(--gold-2);
  font-size: 20px;
}

.differenceGrid p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.5;
}

.differenceGrid ul {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.differenceGrid article > strong {
  color: var(--gold-2);
  line-height: 1.45;
}

.differenceConclusion {
  grid-column: 1 / -1;
  padding: 22px 24px;
  border: 1px solid rgba(241, 200, 106, 0.3);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(241, 200, 106, 0.14), rgba(0, 0, 0, 0.2));
}

.differenceConclusion span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.differenceConclusion p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.differenceConclusion b {
  color: var(--text);
}

.sectionIntro.narrow {
  max-width: 760px;
}

.sectionIntro h2,
.insideCopy h2,
.subscriptionCopy h2,
.exampleSection h2,
.finalCta h2,
.legalPage h1 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.1;
  letter-spacing: 0.002em;
}

.painGrid,
.flowGrid,
.exampleGrid,
.insideGrid {
  display: grid;
  gap: 14px;
}

.painGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.painGrid .painCard {
  display: block;
  min-height: 270px;
  padding: 22px;
  background: var(--panel);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.painGrid .painCard:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 220, 255, 0.34);
  background:
    radial-gradient(circle at 84% 12%, rgba(110, 220, 255, 0.12), transparent 12rem),
    var(--panel);
}

.painGrid h3 {
  margin: 28px 0 12px;
  color: var(--gold-2);
  font-size: 23px;
  line-height: 1.18;
}

.painGrid p,
.insideCopy p,
.insideGrid span,
.flowGrid p,
.subscriptionCopy p,
.tariffGrid p,
.exampleGrid p,
.finalCta p,
.siteFooter p,
.siteFooter span,
.legalPage p {
  color: var(--muted);
  line-height: 1.55;
}

.painGrid .painCard > strong {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 900;
}

.insideSection,
.subscriptionSection {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  margin-top: 22px;
  padding: clamp(26px, 5vw, 48px);
  background: var(--panel);
}

.insideCopy .signal,
.subscriptionCopy .signal {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(110, 220, 255, 0.28);
}

.insideGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insideGrid article {
  padding: 18px;
  background: rgba(0, 0, 0, 0.16);
}

.insideGrid b {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 19px;
}

.insideGrid span strong {
  color: var(--gold-2);
}

.flowGrid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flowGrid article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-content: start;
  min-height: 205px;
  padding: 20px;
  background: var(--panel-2);
}

.flowGrid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: var(--black);
  background: var(--gold);
  font-weight: 950;
}

.flowGrid b {
  display: block;
  margin: 2px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.16;
}

.flowGrid p {
  grid-column: 2;
}

.journeyDialogue {
  display: grid;
  gap: 14px;
  max-width: 940px;
  margin: 0 auto;
}

.journeyDialogue article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: min(760px, 88%);
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 26px 26px 26px 8px;
  background: var(--panel-2);
}

.journeyDialogue article:nth-child(even) {
  justify-self: end;
  border-color: rgba(241, 200, 106, 0.28);
  border-radius: 26px 26px 8px 26px;
  background:
    linear-gradient(135deg, rgba(241, 200, 106, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel);
}

.journeyDialogue span {
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--black);
  background: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.journeyDialogue article:nth-child(even) span {
  background: var(--gold);
}

.journeyDialogue b {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-2);
  font-size: 20px;
  line-height: 1.2;
}

.journeyDialogue p {
  color: var(--muted);
  line-height: 1.55;
}

.subscriptionCopy .primary {
  width: fit-content;
  margin-top: 26px;
}

.tariffGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: center;
}

.tariffGrid article {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(241, 200, 106, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.16);
}

.tariffGrid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tariffGrid b {
  display: block;
  margin: 8px 0;
  color: var(--cyan);
  font-size: 20px;
}

.tariffGrid p {
  margin: 0;
}

.exampleGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reviewsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.privacyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.privacyGrid article {
  min-height: 220px;
  padding: 24px;
  background:
    radial-gradient(circle at 86% 12%, rgba(110, 220, 255, 0.15), transparent 12rem),
    var(--panel);
}

.privacyGrid span {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacyGrid h3 {
  margin: 22px 0 12px;
  color: var(--gold-2);
  font-size: 25px;
  line-height: 1.16;
}

.privacyGrid p {
  color: var(--muted);
  line-height: 1.55;
}

.privacyGrid small {
  display: block;
  margin-top: 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.reviewsGrid article {
  min-height: 250px;
  padding: 24px;
  background:
    radial-gradient(circle at 82% 10%, rgba(241, 200, 106, 0.16), transparent 12rem),
    var(--panel);
}

.reviewsGrid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reviewsGrid h3 {
  margin: 22px 0 12px;
  color: var(--gold-2);
  font-size: 24px;
  line-height: 1.16;
}

.reviewsGrid p {
  color: var(--muted);
  line-height: 1.55;
}

.reviewsGrid b {
  display: block;
  margin-top: 22px;
  color: var(--cyan);
}

.exampleGrid article {
  min-height: 180px;
  padding: 22px;
  background: var(--panel);
}

.exampleGrid span {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finalCta {
  margin-top: 22px;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
  background: var(--panel);
}

.subscriptionCopy h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.finalCta h2 {
  max-width: 820px;
  margin: 0 auto;
}

.siteFooter {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 1fr));
  gap: 14px;
  padding-bottom: 42px;
}

.siteFooter section,
.siteFooter nav {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
  background: rgba(6, 10, 18, 0.82);
}

.siteFooter b {
  color: var(--gold);
}

.footerBrand > b {
  color: var(--gold);
}

.siteFooter a {
  color: var(--cyan);
  font-weight: 850;
}

.legalPage {
  padding-top: 40px;
}

.legalPage section {
  max-width: 980px;
  padding: clamp(24px, 5vw, 46px);
  background: var(--panel);
}

.legalPage .legalLead {
  color: var(--text);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.7;
}

.legalNotice {
  margin: 26px 0;
  padding: 22px;
  border: 1px solid rgba(91, 217, 255, 0.3);
  border-radius: 18px;
  background: rgba(91, 217, 255, 0.07);
}

.legalNotice > b {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 18px;
}

.legalPage h2 {
  margin: 32px 0 10px;
  color: var(--gold-2);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
}

.legalPage p + p {
  margin-top: 10px;
}

.legalPage p {
  line-height: 1.72;
}

.legalPage p strong {
  color: var(--text);
}

.legalPage a {
  color: var(--cyan);
  font-weight: 850;
}

@media (max-width: 1020px) {
  .topbar {
    grid-template-columns: 1fr auto;
    border-radius: 24px;
  }

  .topbar nav {
    display: none;
  }

  .hero,
  .differenceSection,
  .insideSection,
  .subscriptionSection {
    grid-template-columns: 1fr;
  }

  .differenceIntro {
    grid-template-columns: 1fr;
  }

  .differenceIntro h2,
  .differenceIntroCopy {
    grid-column: 1;
    max-width: none;
  }

  .painGrid,
  .differenceGrid,
  .flowGrid,
  .exampleGrid,
  .reviewsGrid,
  .privacyGrid,
  .siteFooter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 660px) {
  .topbar,
  main,
  .siteFooter {
    width: min(100% - 20px, 1160px);
  }

  .topbar {
    top: 8px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    padding: 8px;
  }

  .brand b {
    display: none;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .topAction {
    min-height: 40px;
    padding: 10px;
    font-size: 12px;
  }

  main {
    padding-top: 14px;
  }

  .hero {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .differenceSection {
    padding: 24px 16px;
    border-radius: 24px;
  }

  .differenceIntroCopy,
  .differenceConclusion {
    padding: 18px;
  }

  .hero,
  .consoleCard,
  .differenceSection,
  .insideSection,
  .subscriptionSection,
  .finalCta,
  .legalPage section {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(31px, 8.8vw, 38px);
    line-height: 1.12;
  }

  .lead {
    font-size: 17px;
  }

  .heroActions,
  .heroActions.center {
    display: grid;
  }

  .primary,
  .secondary,
  .subscriptionCopy .primary {
    width: 100%;
  }

  .sectionIntro {
    margin-top: 54px;
  }

  .sectionIntro h2,
  .differenceIntro h2,
  .insideCopy h2,
  .subscriptionCopy h2,
  .exampleSection h2,
  .finalCta h2,
  .legalPage h1 {
    font-size: clamp(27px, 7.4vw, 34px);
  }

  .consoleRows p,
  .exampleGrid p,
  .painGrid p,
  .insideGrid span,
  .flowGrid p,
  .tariffGrid p {
    overflow-wrap: anywhere;
  }

  .painGrid,
  .differenceGrid,
  .insideGrid,
  .flowGrid,
  .exampleGrid,
  .reviewsGrid,
  .privacyGrid,
  .tariffGrid,
  .siteFooter {
    grid-template-columns: 1fr;
  }

  .painGrid .painCard,
  .flowGrid article,
  .exampleGrid article {
    min-height: auto;
  }

  .journeyDialogue article {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 18px;
  }

  .journeyDialogue span {
    width: fit-content;
  }
}

/* Guided product route */
button {
  font: inherit;
}

.hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: stretch;
  min-height: auto;
}

.heroCopy {
  align-self: center;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(46px, 5.5vw, 70px);
}

.routePreview {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(110, 220, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(110, 220, 255, 0.1), transparent 42%),
    rgba(2, 7, 16, 0.55);
}

.routePreview::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(241, 200, 106, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(241, 200, 106, 0.035),
    0 0 0 58px rgba(110, 220, 255, 0.025);
}

.routePreviewTop {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.routePreviewTop b {
  color: var(--gold);
}

.routePreview > p {
  max-width: 17ch;
  color: var(--text);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
}

.routePreviewLinks {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
}

.routePreviewLinks a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-weight: 850;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.routePreviewLinks a:hover,
.routePreviewLinks a:focus-visible {
  transform: translateX(5px);
  border-color: rgba(241, 200, 106, 0.48);
  color: var(--text);
}

.routePreviewLinks span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: 11px;
  font-weight: 950;
}

.routePreview > small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  line-height: 1.45;
}

.storyRoute {
  margin-top: 24px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(241, 200, 106, 0.2);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 8% 4%, rgba(241, 200, 106, 0.09), transparent 22rem),
    var(--panel);
  box-shadow: var(--shadow);
  scroll-margin-top: 92px;
}

.storyIntro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.6fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.storyIntro h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.06;
}

.storyIntro > p {
  padding: 18px 0 4px 20px;
  border-left: 2px solid var(--cyan);
  color: var(--muted);
  line-height: 1.55;
}

.storyShell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.storyRail {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(4, 9, 18, 0.76);
  backdrop-filter: blur(16px);
}

.storyRail a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 10px;
  align-items: center;
  min-width: 0;
  padding: 11px 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: var(--muted);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.storyRail a:hover,
.storyRail a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.storyRail a.isActive {
  transform: translateX(4px);
  border-color: rgba(241, 200, 106, 0.32);
  color: var(--text);
  background: linear-gradient(90deg, rgba(241, 200, 106, 0.14), rgba(110, 220, 255, 0.05));
}

.storyRail a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(110, 220, 255, 0.3);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 950;
}

.storyRail a.isVisited > span {
  color: var(--black);
  background: var(--cyan);
}

.storyRail a.isActive > span {
  border-color: var(--gold);
  background: var(--gold);
}

.storyRail b {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storyRail small {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storyStage {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(110, 220, 255, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 95% 0%, rgba(110, 220, 255, 0.08), transparent 20rem),
    rgba(3, 8, 17, 0.58);
  scroll-margin-top: 92px;
}

.storyProgress {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.storyProgress span {
  display: block;
  width: 14.28%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--gold));
  box-shadow: 0 0 18px rgba(110, 220, 255, 0.45);
  transition: width 0.3s ease;
}

.storyStatus {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 2px 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storyStatus span:first-child {
  color: var(--gold);
}

.storyPanel {
  min-height: 610px;
  padding: clamp(20px, 3.5vw, 36px);
  border: 1px solid var(--line);
  border-radius: 22px;
  outline: none;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--panel-2);
}

.storyPanel + .storyPanel {
  margin-top: 18px;
}

.routeEnhanced .storyPanel + .storyPanel {
  margin-top: 0;
}

.storyPanel:focus-visible {
  box-shadow: inset 0 0 0 2px var(--cyan);
}

.storyPanel.isActive {
  animation: route-enter 0.35s ease-out;
}

.storyPanelHeader {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.storyPanelHeader > span,
.storyPanelHeader > div > span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.storyPanelHeader h2 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.storyPanelHeader p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.splitHeader {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.splitHeader > div {
  display: grid;
  gap: 10px;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pipeline article {
  position: relative;
  min-height: 150px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.17);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.pipeline article:hover {
  transform: translateY(-3px);
  border-color: rgba(110, 220, 255, 0.38);
}

.pipeline span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
}

.pipeline b {
  display: block;
  margin: 18px 0 8px;
  color: var(--gold-2);
  font-size: 19px;
}

.pipeline p,
.scenarioGrid p,
.featureScreen p,
.resultSheet p,
.planDecision p,
.privacyCompact p,
.reviewQuote p {
  color: var(--muted);
  line-height: 1.5;
}

.routeTakeaway {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 12px;
  padding: 17px 20px;
  border: 1px solid rgba(241, 200, 106, 0.3);
  border-radius: 18px;
  background: rgba(241, 200, 106, 0.08);
}

.routeTakeaway span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.routeTakeaway p {
  color: var(--text);
  line-height: 1.5;
}

.scenarioGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.scenarioGrid a {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(110, 220, 255, 0.1), transparent 12rem),
    rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.scenarioGrid a:hover,
.scenarioGrid a:focus-visible {
  transform: translateY(-4px) rotate(-0.4deg);
  border-color: rgba(241, 200, 106, 0.48);
  background:
    radial-gradient(circle at 100% 0%, rgba(241, 200, 106, 0.14), transparent 12rem),
    rgba(0, 0, 0, 0.22);
}

.scenarioGrid span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scenarioGrid b {
  margin: 16px 0 8px;
  color: var(--gold-2);
  font-size: 21px;
  line-height: 1.16;
}

.scenarioGrid strong {
  align-self: end;
  margin-top: 18px;
  color: var(--cyan);
}

.featureExplorer,
.resultDemo,
.planPicker {
  display: grid;
  grid-template-columns: minmax(170px, 0.36fr) minmax(0, 1fr);
  gap: 14px;
}

.featureTabs,
.resultTabs,
.planButtons {
  display: grid;
  align-content: start;
  gap: 8px;
}

.featureTabs button,
.resultTabs button,
.planButtons button,
.reviewPeople button,
.replayButton,
.storyControls button {
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.featureTabs button,
.resultTabs button {
  padding: 13px 15px;
  border-radius: 14px;
  text-align: left;
  font-weight: 900;
}

.featureTabs button:hover,
.resultTabs button:hover,
.featureTabs button.isActive,
.resultTabs button.isActive,
.reviewPeople button.isActive,
.planButtons button.isActive {
  border-color: rgba(241, 200, 106, 0.46);
  color: var(--text);
  background: rgba(241, 200, 106, 0.1);
}

.featureScreen,
.resultSheet,
.planDecision {
  min-width: 0;
  min-height: 340px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(110, 220, 255, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(110, 220, 255, 0.12), transparent 17rem),
    rgba(0, 0, 0, 0.22);
}

.featureScreen article,
.resultSheet > article {
  animation: switch-enter 0.25s ease-out;
}

.featureScreen small,
.resultSheet article > small,
.planDecision > small {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featureScreen h3,
.resultSheet h3,
.planDecision h3 {
  margin: 22px 0 12px;
  color: var(--gold-2);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.12;
}

.featureScreen a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--cyan);
  font-weight: 950;
}

.replayButton {
  padding: 11px 15px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.replayButton:hover,
.replayButton:focus-visible,
.storyControls button:hover:not(:disabled),
.storyControls button:focus-visible:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(110, 220, 255, 0.48);
  color: var(--text);
}

.journeyDialogue.is-playing article {
  animation: message-enter 0.36s both;
}

.journeyDialogue.is-playing article:nth-child(2) { animation-delay: 0.08s; }
.journeyDialogue.is-playing article:nth-child(3) { animation-delay: 0.16s; }
.journeyDialogue.is-playing article:nth-child(4) { animation-delay: 0.24s; }
.journeyDialogue.is-playing article:nth-child(5) { animation-delay: 0.32s; }
.journeyDialogue.is-playing article:nth-child(6) { animation-delay: 0.4s; }

.resultSheet {
  position: relative;
  padding-top: 68px;
}

.resultSheetTop {
  position: absolute;
  inset: 0 0 auto;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.resultSheetTop span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
}

.resultSheetTop b {
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
}

.resultSheet blockquote,
.reviewQuote blockquote {
  margin: 20px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  color: var(--text);
  background: rgba(241, 200, 106, 0.075);
  font-size: 17px;
  line-height: 1.5;
}

.planButtons button {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 17px;
  text-align: left;
}

.planButtons button:hover {
  transform: translateX(4px);
}

.planButtons span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.planButtons b {
  color: var(--text);
  font-size: 18px;
}

.planButtons small {
  color: var(--muted);
}

.planDecision {
  display: grid;
  align-content: center;
}

.planDecision .primary {
  width: fit-content;
  margin-top: 28px;
}

.trustGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
}

.privacyCompact,
.reviewSpotlight {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.18);
}

.privacyCompact > h3,
.reviewSpotlight > h3 {
  margin: 0 0 18px;
  color: var(--gold-2);
  font-size: 24px;
}

.privacyCompact article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.privacyCompact article > span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
}

.privacyCompact b {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
}

.privacyCompact > a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 900;
}

.reviewPeople {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}

.reviewPeople button {
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.reviewQuote {
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(110, 220, 255, 0.18);
  border-radius: 17px;
  background: rgba(110, 220, 255, 0.045);
}

.reviewQuote article {
  animation: switch-enter 0.25s ease-out;
}

.reviewQuote span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reviewQuote blockquote {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.24;
}

.finalRouteCta {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(241, 200, 106, 0.34);
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(241, 200, 106, 0.12), rgba(110, 220, 255, 0.06));
}

.finalRouteCta span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finalRouteCta h3 {
  margin: 7px 0 0;
  font-size: 22px;
}

.finalRouteCta .primary {
  flex: 0 0 auto;
}

.storyControls {
  display: none;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
}

.routeEnhanced .storyControls {
  display: grid;
}

.storyControls button {
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 900;
}

.storyControls button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.storyControls span {
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

@keyframes route-enter {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes switch-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes message-enter {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1020px) {
  .hero,
  .storyIntro,
  .storyShell {
    grid-template-columns: 1fr;
  }

  .routePreview {
    min-height: 320px;
  }

  .storyRail {
    position: static;
    grid-auto-columns: minmax(150px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .storyRail a.isActive {
    transform: translateY(-2px);
  }

  .storyPanel {
    min-height: auto;
  }
}

@media (max-width: 660px) {
  .hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .heroDifference {
    font-size: 14px;
  }

  .routePreview {
    min-height: auto;
    padding: 20px;
  }

  .routePreview > p {
    font-size: 23px;
  }

  .storyRoute {
    margin-top: 12px;
    padding: 14px;
    border-radius: 24px;
  }

  .storyIntro {
    gap: 14px;
    margin-bottom: 18px;
  }

  .storyIntro h2 {
    font-size: clamp(29px, 8.5vw, 38px);
  }

  .storyIntro > p {
    padding: 12px 0 0 14px;
  }

  .storyRail {
    width: calc(100vw - 48px);
    padding: 7px;
  }

  .storyRail a {
    min-width: 148px;
  }

  .storyStage {
    padding: 10px;
    border-radius: 20px;
  }

  .storyStatus span:last-child {
    display: none;
  }

  .storyPanel {
    padding: 20px 16px;
    border-radius: 17px;
  }

  .storyPanelHeader h2 {
    font-size: clamp(27px, 8vw, 35px);
  }

  .splitHeader,
  .pipeline,
  .scenarioGrid,
  .featureExplorer,
  .resultDemo,
  .planPicker,
  .trustGrid {
    grid-template-columns: 1fr;
  }

  .splitHeader {
    align-items: start;
  }

  .splitHeader .replayButton {
    width: fit-content;
  }

  .pipeline article,
  .scenarioGrid a {
    min-height: auto;
  }

  .featureTabs,
  .resultTabs,
  .planButtons {
    grid-auto-columns: minmax(120px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .featureTabs button,
  .resultTabs button,
  .planButtons button {
    min-width: 128px;
  }

  .featureScreen,
  .resultSheet,
  .planDecision {
    min-height: 310px;
    padding: 22px 18px;
  }

  .resultSheet {
    padding-top: 66px;
  }

  .routeTakeaway,
  .finalRouteCta {
    grid-template-columns: 1fr;
  }

  .finalRouteCta {
    display: grid;
  }

  .finalRouteCta .primary,
  .planDecision .primary {
    width: 100%;
  }

  .reviewPeople {
    overflow-x: auto;
  }

  .storyControls {
    grid-template-columns: 1fr 1fr;
  }

  .storyControls span {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .storyPanel.isActive,
  .featureScreen article,
  .resultSheet > article,
  .reviewQuote article,
  .journeyDialogue.is-playing article {
    animation: none;
  }

  .storyProgress span,
  .storyRail a,
  .routePreviewLinks a,
  .scenarioGrid a {
    transition: none;
  }
}
