:root {
  color-scheme: dark;
  --bg: #08090e;
  --surface: #10121a;
  --surface-2: #171a24;
  --surface-3: #1e2230;
  --text: #f7f4f8;
  --muted: #aaa9b4;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .2);
  --pink: #ff4d9a;
  --pink-soft: #ff87bd;
  --cyan: #79e9ff;
  --lime: #c7ff80;
  --max: 1240px;
  --radius: 24px;
  --radius-sm: 15px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--bg); }
body {
  margin: 0;
  padding-top: 72px;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 84% 5%, rgba(255, 77, 154, .09), transparent 28rem),
    radial-gradient(circle at 8% 24%, rgba(121, 233, 255, .06), transparent 27rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.age-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, video { max-width: 100%; }
p { margin: 0 0 1.2em; }
h1, h2, h3 {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 760;
  letter-spacing: -.045em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.6rem, 5.4vw, 4.8rem); line-height: .98; }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.2rem); line-height: 1.02; }
h3 { font-size: 1.12rem; line-height: 1.25; }
main { display: block; }
::selection { background: var(--pink); color: #09090d; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

/* Navigation */
.site-header {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  left: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 14, .86);
  backdrop-filter: blur(22px) saturate(1.25);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .92rem; font-weight: 780; letter-spacing: -.015em; white-space: nowrap; }
.site-logo { width: 42px; height: 42px; display: block; border-radius: 13px; box-shadow: 0 8px 28px rgba(255, 77, 154, .17); }
.desktop-nav { display: flex; align-items: center; gap: 22px; margin-left: 12px; }
.desktop-nav a { color: var(--muted); font-size: .85rem; }
.desktop-nav a:hover { color: var(--text); }
.header-disclosure {
  margin-left: auto;
  color: var(--cyan);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  min-height: 42px;
  padding: 7px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}
.mobile-nav { display: none; }
.site-header > .cta-form { flex: none; margin-left: auto; }
.header-cta {
  position: relative;
  isolation: isolate;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(110deg, var(--pink), #ff8bc1 48%, var(--cyan));
  color: #110811;
  font-weight: 780;
  font-size: .82rem;
  cursor: pointer;
}
.header-cta > span { position: relative; z-index: 1; }
.header-discount {
  padding: 4px 6px;
  border-radius: 7px;
  background: #130a11;
  color: var(--lime);
  font-size: .66rem;
  font-weight: 880;
  letter-spacing: .02em;
}

/* Common controls */
.button {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: .72rem 1.08rem;
  border: 1px solid transparent;
  border-radius: 13px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 820;
  letter-spacing: -.01em;
  font-size: .9rem;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, var(--pink), #ff76af 52%, var(--pink)); color: #120710; box-shadow: 0 12px 36px rgba(255, 77, 154, .25); }
.button-primary:hover { background: linear-gradient(110deg, #ff70ae, #ff9ac9 52%, #ff70ae); }
.attention-cue { animation: ctaPulse 2.6s ease-in-out infinite; }
.attention-cue::before {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 24%;
  background: rgba(255, 255, 255, .48);
  filter: blur(7px);
  transform: skewX(-18deg);
  animation: ctaSheen 3.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 12px 34px rgba(255, 77, 154, .22), 0 0 0 0 rgba(255, 77, 154, .28); }
  50% { box-shadow: 0 16px 42px rgba(255, 77, 154, .36), 0 0 0 7px rgba(255, 77, 154, 0); }
}
@keyframes ctaSheen {
  0%, 38% { left: -35%; opacity: 0; }
  45% { opacity: .7; }
  67%, 100% { left: 118%; opacity: 0; }
}
.button-secondary { border-color: var(--line-strong); background: rgba(255, 255, 255, .035); color: var(--text); }
.button-secondary:hover { border-color: var(--cyan); background: rgba(121, 233, 255, .06); }
.cta-form { display: inline-flex; margin: 0; }
.cta-form > a { font: inherit; }
.cta-form[data-state="loading"] > a { opacity: .65; cursor: wait; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.text-link { display: inline-flex; margin-top: 16px; color: var(--cyan); font-weight: 760; }
.independence-note {
  margin: 22px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(121, 233, 255, .18);
  border-radius: 12px;
  background: rgba(121, 233, 255, .045);
  color: #c9c9d2;
  font-size: .78rem;
  line-height: 1.55;
}
.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.eyebrow span, .section-index {
  color: var(--pink-soft);
  font-size: .69rem;
  font-weight: 760;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}
.eyebrow span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); }
.section-index { margin: 0 0 12px; }
.section-shell { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; padding-block: 92px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 36px; }
.section-heading > div { max-width: 740px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.section-summary { max-width: 620px; margin: 18px 0 0; color: var(--muted); }
.copy-block + .copy-block { margin-top: 26px; }
.copy-block h3 { margin-bottom: 9px; color: #fff; font-size: 1.14rem; letter-spacing: -.02em; }
.copy-block p:last-child { margin-bottom: 0; }
.breadcrumbs {
  width: min(var(--max), calc(100% - 44px));
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: .74rem;
}

/* Home hero */
.hero {
  position: relative;
  width: min(var(--max), calc(100% - 44px));
  min-height: calc(100svh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  align-content: center;
  gap: 30px 50px;
  margin-inline: auto;
  padding: 56px 0 34px;
}
.hero-glow {
  position: absolute;
  z-index: -1;
  inset: 4% 0 auto 30%;
  height: 580px;
  background: radial-gradient(circle, rgba(255, 77, 154, .13), transparent 60%);
  filter: blur(22px);
}
.hero-copy { align-self: center; max-width: 690px; }
.hero h1 em { color: var(--pink); font-family: Georgia, serif; font-weight: 500; }
.hero-lede { max-width: 660px; margin: 22px 0 0; color: #cac9d2; font-size: 1rem; line-height: 1.7; }
.verdict-stack {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .03);
}
.verdict-stack .rank {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--text);
  color: var(--bg);
  font-weight: 820;
}
.verdict-stack strong { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.verdict-stack small { display: block; margin-top: 3px; color: var(--muted); font-size: .68rem; }
.verdict-brand { display: inline-flex; align-items: center; gap: 7px; margin-top: 5px; font-weight: 800; }
.verdict-brand img { width: 24px; height: 24px; border-radius: 7px; object-fit: cover; }
.verdict-tag { padding: 6px 9px; border-radius: 999px; background: rgba(199, 255, 128, .1); color: var(--lime); font-size: .68rem; font-weight: 760; }
.hero-stage { min-width: 0; align-self: center; }
.portrait-frame {
  position: relative;
  height: min(66svh, 650px);
  min-height: 510px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.portrait-frame > img, .portrait-frame > video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; }
.portrait-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .04) 45%, rgba(0, 0, 0, .84)); pointer-events: none; }
.portrait-state {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(8, 9, 14, .62);
  backdrop-filter: blur(12px);
  font-size: .66rem;
}
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199, 255, 128, .1); }
.portrait-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 17px;
  background: rgba(8, 9, 14, .76);
  backdrop-filter: blur(18px);
}
.portrait-caption > span { min-width: 0; }
.portrait-caption b, .portrait-caption small { display: block; }
.portrait-caption b { font-size: 1.05rem; }
.portrait-caption small { overflow: hidden; color: var(--muted); font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.portrait-caption .cta-form { margin-left: auto; flex: none; }
.portrait-action {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 11px;
  background: var(--text);
  color: var(--bg);
  font-weight: 780;
  font-size: .76rem;
  cursor: pointer;
}
.deck-control { display: grid; grid-template-columns: 42px auto 1fr 42px; align-items: center; gap: 12px; margin-top: 12px; }
.deck-control button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); color: var(--text); cursor: pointer; }
.deck-control > span { color: var(--muted); font-size: .72rem; }
.deck-control > span b { color: var(--text); }
.deck-progress { height: 3px; overflow: hidden; border-radius: 999px; background: var(--line); }
.deck-progress i { display: block; width: 20%; height: 100%; background: linear-gradient(90deg, var(--pink), var(--cyan)); transition: width .25s ease; }
.signal-strip { grid-column: 1 / -1; max-width: 100%; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.model-chip {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}
.model-chip:hover, .model-chip.is-active { border-color: rgba(255, 77, 154, .55); background: rgba(255, 77, 154, .07); }
.model-chip img { width: 54px; height: 66px; display: block; object-fit: cover; object-position: center 20%; border-radius: 9px; }
.model-chip b, .model-chip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.model-chip b { font-size: .83rem; }
.model-chip small { color: var(--muted); font-size: .63rem; }
.model-chip i { color: var(--pink-soft); font-size: .6rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

/* How it works */
.how-it-works {
  width: min(1340px, calc(100% - 28px));
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 52px;
  padding-inline: max(30px, calc((100% - var(--max)) / 2));
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 77, 154, .1), rgba(121, 233, 255, .045) 52%, var(--surface));
}
.how-intro { align-self: start; position: sticky; top: 104px; }
.how-intro h2 { margin-bottom: 22px; }
.how-intro > p:last-child { max-width: 560px; color: #c7c6cf; }
.how-grid { display: grid; gap: 12px; }
.how-grid article { position: relative; min-height: 180px; padding: 27px 28px 25px 86px; border: 1px solid var(--line); border-radius: 20px; background: rgba(8, 9, 14, .54); }
.how-grid article > b { position: absolute; top: 27px; left: 25px; color: var(--pink-soft); font-size: .72rem; letter-spacing: .08em; }
.how-grid h3 { max-width: 470px; margin-bottom: 10px; font-size: 1.32rem; }
.how-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }

/* Comparison and editorial sections */
.comparison-arena { border-top: 1px solid var(--line); }
.comparison-rationale {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 12px;
  margin: 0 0 24px;
}
.comparison-rationale > div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 77, 154, .065), rgba(255, 255, 255, .018));
}
.comparison-rationale > div:last-child { background: linear-gradient(145deg, rgba(121, 233, 255, .055), rgba(255, 255, 255, .018)); }
.comparison-rationale h3 { margin-bottom: 10px; font-size: 1.18rem; letter-spacing: -.025em; }
.comparison-rationale p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.62; }
.comparison-rationale .text-link { margin-top: 14px; font-size: .82rem; }
.compare-controls { display: flex; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.compare-controls button { padding: 8px 12px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: .76rem; cursor: pointer; }
.compare-controls button.is-active { background: var(--text); color: var(--bg); font-weight: 780; }
.comparison-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 22px 60px rgba(0, 0, 0, .16); }
.comparison-table { width: 100%; min-width: 1020px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 16px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.comparison-table thead th { color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.comparison-table tbody th { font-size: 1.02rem; }
.service-link { display: inline-flex; align-items: center; }
.service-lockup { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.service-lockup img { width: 34px; height: 34px; flex: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; object-fit: cover; }
.comparison-table tbody tr:last-child > * { border-bottom: 0; }
.comparison-table tbody tr { transition: background .2s ease; }
.comparison-table tbody tr:hover, .comparison-table tbody tr.is-highlighted { background: rgba(255, 77, 154, .055); }
.comparison-table tbody td { max-width: 190px; color: #c7c6cf; font-size: .76rem; line-height: 1.45; }
.score-orb { display: inline-grid; min-width: 45px; height: 45px; place-items: center; border: 1px solid rgba(121, 233, 255, .34); border-radius: 50%; color: var(--cyan); font-weight: 820; }
.table-action { padding: 8px 0; border: 0; border-bottom: 1px solid var(--pink); background: transparent; color: var(--text); font-size: .74rem; font-weight: 760; cursor: pointer; }
.editorial-duo { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.prose-panel { padding: 40px; border-radius: var(--radius); background: var(--surface); }
.prose-panel.outline { border: 1px solid var(--line); background: transparent; }
.prose-panel h2 { margin-bottom: 25px; font-size: clamp(2.2rem, 3.6vw, 3.5rem); }
.prose-panel p { color: #c4c3cc; }
.prose-panel .button { margin-top: 12px; }
.model-rail { display: grid; grid-template-columns: .65fr 1.35fr; gap: 42px; align-items: start; }
.model-rail > div:first-child { position: sticky; top: 105px; }
.model-rail > div:first-child p:last-child { color: var(--muted); }
.rail-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rail-images figure { position: relative; height: 430px; margin: 0; overflow: hidden; border-radius: 20px; background: var(--surface); }
.rail-images figure:nth-child(even) { transform: translateY(30px); }
.rail-images img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; transition: transform .5s ease; }
.rail-images figure:hover img { transform: scale(1.025); }
.rail-images figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(8, 9, 14, .76);
  backdrop-filter: blur(12px);
  align-items: end;
  font-size: .72rem;
}
.rail-images figcaption span { min-width: 0; }
.rail-images figcaption b { display: block; color: var(--text); }
.rail-images figcaption h3 { margin-top: 2px; overflow: hidden; color: var(--muted); font-size: .67rem; font-weight: 650; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.rail-images figcaption i { flex: none; color: var(--pink-soft); font-size: .64rem; font-style: normal; }
.portrait-prose { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: 62px; align-items: center; }
.portrait-prose-media { height: 640px; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.portrait-prose-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.portrait-prose article p:not(.section-index), .motion-break article p:not(.section-index), .match-mosaic article p:not(.section-index), .limits-split article p:not(.section-index) { color: #c4c3cc; }
.portrait-prose h2, .motion-break h2, .match-mosaic h2, .limits-split h2 { margin-bottom: 24px; }
.portrait-prose .button, .motion-break .button, .limits-split .button { margin-top: 12px; }
.motion-break {
  width: min(1440px, calc(100% - 28px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 35px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(135deg, #17131d, #0d1720);
}
.motion-break-media { min-height: 680px; }
.motion-break-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; }
.motion-break article { max-width: 620px; align-self: center; padding: 70px; }
.privacy-pricing { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; }
.privacy-card, .price-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.privacy-card { padding: 30px; }
.privacy-card > div { height: 330px; margin: -30px -30px 30px; overflow: hidden; }
.privacy-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 19%; }
.price-card { padding: 42px; background: linear-gradient(145deg, rgba(255, 77, 154, .1), var(--surface) 45%); }
.privacy-card h2, .price-card h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3.35rem); }
.privacy-card p:not(.section-index), .price-card p:not(.section-index) { color: #c4c3cc; }
.price-pulse { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 26px 0; }
.price-pulse span { min-height: 105px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); font-size: .67rem; }
.price-pulse b { display: block; margin-bottom: 10px; color: var(--text); font-size: 1.25rem; }
.match-mosaic { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: center; }
.mosaic { height: 660px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; border-radius: 18px; }
.mosaic img:first-child { grid-row: 1 / -1; }
.limits-split { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.limits-split figure { position: relative; height: 680px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.limits-split video { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.limits-split figcaption, .review-evidence-media span, .prompt-hero-media span, .guide-section figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(8, 9, 14, .76);
  color: var(--muted);
  font-size: .68rem;
  backdrop-filter: blur(12px);
}
.final-zone {
  width: min(1440px, calc(100% - 28px));
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 45px auto;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, #20121d, #0c161c);
}
.final-zone-media { min-height: 720px; }
.final-zone-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.final-zone-copy { max-width: 680px; align-self: center; padding: 70px; }
.final-zone-copy h2 { margin-bottom: 25px; }
.final-zone-copy p:not(.section-index) { color: #cccbd3; }

/* Hubs */
.reviews-carousel-hero { padding-top: 42px; }
.reviews-carousel-hero h1 mark { padding: 0; background: transparent; color: var(--pink); font-family: Georgia, serif; font-size: 1.08em; font-style: italic; font-weight: 500; }
.reviews-carousel-hero .portrait-frame { background: linear-gradient(145deg, #1c1721, #0e1820); }
.reviews-carousel-hero .signal-strip { margin-top: 2px; }
.reviews-hero-copy { max-width: 710px; }
.reviews-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 24px; }
.reviews-proof span { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); font-size: .72rem; }
.reviews-proof b { display: block; color: var(--text); font-size: 1.5rem; line-height: 1; }
.hub-hero, .guide-hub-hero, .review-hero, .prompt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
  gap: 60px;
  align-items: center;
  padding-top: 58px;
}
.hub-hero > div:first-child > p:not(.eyebrow):not(.independence-note), .guide-hub-hero > div:first-child > p:not(.eyebrow):not(.independence-note), .review-hero-copy > p:not(.eyebrow):not(.independence-note), .prompt-hero > div:first-child > p:not(.eyebrow):not(.independence-note) { color: #c6c5ce; }
.hub-collage { position: relative; height: 620px; }
.hub-collage img { position: absolute; width: 72%; height: 78%; object-fit: cover; object-position: center 20%; border: 7px solid var(--bg); border-radius: 24px; }
.hub-collage img:first-child { top: 0; right: 0; }
.hub-collage img:nth-child(2) { bottom: 0; left: 0; }
.hub-collage > span { position: absolute; right: 8px; bottom: 28px; padding: 12px 15px; border-radius: 13px; background: var(--text); color: var(--bg); font-size: .7rem; box-shadow: var(--shadow); }
.hub-collage > span b { display: block; font-size: 1.9rem; line-height: 1; }
.criteria-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.criteria-grid article { min-height: 210px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.criteria-grid article > b { color: var(--pink-soft); font-size: .7rem; }
.criteria-grid h3 { margin-top: 28px; }
.criteria-grid p { margin: 10px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.shortlist-reasons { border-top: 1px solid var(--line); }
.shortlist-reason-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.shortlist-reason-grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 77, 154, .035));
}
.shortlist-reason-grid article:first-child { grid-row: span 2; background: linear-gradient(145deg, rgba(255, 77, 154, .11), var(--surface)); }
.shortlist-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.shortlist-card-head > span { color: var(--pink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.reason-brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 820; }
.reason-brand img { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 10px; background: #fff; object-fit: cover; }
.reason-best { margin: 0 0 8px; color: var(--cyan); font-size: .67rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.shortlist-reason-grid h3 { margin-bottom: 13px; font-size: 1.35rem; }
.shortlist-reason-grid article > p:not(.reason-best) { color: #c5c4cd; font-size: .82rem; line-height: 1.62; }
.shortlist-reason-grid .text-link { font-size: .8rem; }
.hub-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; border-top: 1px solid var(--line); }
.hub-section.reverse { grid-template-columns: 1.1fr .9fr; }
.hub-section.reverse article { order: 2; }
.hub-section h2 { margin-bottom: 24px; }
.hub-section article p:not(.section-index) { color: #c5c4cd; }
.hub-media { height: 560px; overflow: hidden; border-radius: var(--radius); }
.hub-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }

/* Reviews */
.review-hero { min-height: 710px; }
.review-brand-line { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.review-brand-line > span:last-child { color: var(--muted); font-size: .68rem; font-weight: 730; letter-spacing: .07em; text-transform: uppercase; }
.review-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: .86rem; font-weight: 820; }
.review-brand img { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 13px; background: #fff; object-fit: cover; }
.review-hero-media { position: relative; height: 650px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.review-hero-media img, .review-hero-media video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 20%; }
.review-hero.warning-score .review-hero-media { filter: saturate(.72); }
.hero-score { position: absolute; right: 14px; bottom: 14px; display: grid; grid-template-columns: auto auto; align-items: end; padding: 14px 17px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 15px; background: rgba(8, 9, 14, .76); backdrop-filter: blur(16px); }
.hero-score b { font-size: 2.5rem; line-height: .9; }
.hero-score span { color: var(--muted); font-size: .8rem; }
.hero-score small { grid-column: 1 / -1; margin-top: 7px; color: var(--pink-soft); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.fact-ribbon {
  width: min(var(--max), calc(100% - 44px));
  display: flex;
  gap: 8px;
  margin: -38px auto 0;
  padding: 13px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(16, 18, 26, .94);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .18);
}
.fact-ribbon span { flex: 1; min-width: 155px; padding: 7px 12px; border-right: 1px solid var(--line); color: #cdccd3; font-size: .72rem; white-space: nowrap; }
.fact-ribbon span:last-child { border-right: 0; }
.scorecard { display: grid; grid-template-columns: .7fr 1.3fr; gap: 58px; }
.scorecard-head { position: sticky; top: 105px; align-self: start; }
.scorecard-head p:last-child { margin-top: 20px; color: var(--muted); }
.score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.score-grid article { padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.score-grid article > div { display: flex; justify-content: space-between; gap: 15px; }
.score-grid article b { font-size: 1.35rem; }
.score-grid article small { color: var(--muted); font-size: .62rem; }
.score-grid article p { margin: 10px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.score-grid meter { width: 100%; height: 5px; margin-top: 13px; appearance: none; }
.score-grid meter::-webkit-meter-bar { height: 5px; border: 0; border-radius: 999px; background: var(--surface-3); }
.score-grid meter::-webkit-meter-optimum-value { border-radius: 999px; background: linear-gradient(90deg, var(--pink), var(--cyan)); }
.review-prose { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; border-top: 1px solid var(--line); }
.review-prose h2 { font-size: clamp(2.2rem, 3.6vw, 3.55rem); }
.review-prose article { columns: 2; column-gap: 34px; }
.review-prose article p { break-inside: avoid; color: #c6c5cd; }
.review-prose article .cta-form { column-span: all; margin-top: 10px; }
.review-evidence { display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; }
.review-evidence.reverse { grid-template-columns: 1.08fr .92fr; }
.review-evidence.reverse article { order: -1; }
.review-evidence article p:not(.section-index) { color: #c5c4cc; }
.review-evidence h2, .price-access-panel h2 { margin-bottom: 24px; }
.review-evidence-media { position: relative; height: 610px; overflow: hidden; border-radius: var(--radius); }
.review-evidence-media img, .review-evidence-media video { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.price-access-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: center; }
.price-access-panel article p:not(.section-index) { color: #c4c3cc; }
.price-access-panel aside { padding: 34px; border: 1px solid rgba(255, 77, 154, .35); border-radius: 20px; background: linear-gradient(145deg, rgba(255, 77, 154, .11), var(--surface)); }
.price-access-panel aside > span { color: var(--pink-soft); font-size: .68rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.price-access-panel aside > b { display: block; margin: 19px 0; font-size: 1.65rem; line-height: 1.2; }
.price-access-panel aside p { color: var(--muted); }
.source-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 55px; border-top: 1px solid var(--line); }
.source-panel h2 { margin-bottom: 18px; }
.source-panel > div p:last-child { color: var(--muted); }
.source-panel ul { margin: 0; padding: 0; list-style: none; }
.source-panel li { display: flex; justify-content: space-between; gap: 20px; padding: 16px; border-bottom: 1px solid var(--line); }
.source-panel li small { color: var(--muted); text-align: right; }
.related-panel { display: grid; grid-template-columns: .66fr 1.34fr; gap: 55px; border-top: 1px solid var(--line); }
.related-panel > div:last-child { border-top: 1px solid var(--line); }
.related-panel a { min-height: 70px; display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: 20px; padding: 12px; border-bottom: 1px solid var(--line); }
.related-panel a:hover { background: rgba(255, 255, 255, .025); }
.related-panel a > span { color: var(--muted); font-size: .78rem; }
.related-panel a i { color: var(--cyan); font-style: normal; }
.related-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--text); }
.related-brand img { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; object-fit: cover; }

/* Guides */
.guide-stack { position: relative; height: 620px; }
.guide-stack img { position: absolute; width: 72%; height: 78%; object-fit: cover; object-position: center 20%; border: 7px solid var(--bg); border-radius: 24px; }
.guide-stack img:first-child { top: 0; left: 0; }
.guide-stack img:nth-child(2) { right: 0; bottom: 0; }
.guide-stack article { position: absolute; right: 8%; bottom: 6%; left: 8%; display: flex; justify-content: space-between; gap: 20px; padding: 13px 15px; border-radius: 13px; background: rgba(8, 9, 14, .8); backdrop-filter: blur(14px); font-size: .76rem; }
.guide-stack article span { color: var(--muted); }
.guide-map > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 30px; }
.guide-map > div span { min-height: 90px; display: flex; align-items: center; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.guide-map > div b { color: var(--pink-soft); }
.guide-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 58px; border-top: 1px solid var(--line); }
.guide-section > div h2 { font-size: clamp(2.2rem, 3.7vw, 3.65rem); }
.guide-section article p { color: #c5c4cc; }
.guide-section figure { position: relative; height: 480px; margin: 30px 0 0; overflow: hidden; border-radius: 20px; }
.guide-section figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.prompt-hero-media { position: relative; height: 650px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.prompt-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.prompt-builder { width: min(1400px, calc(100% - 28px)); padding-inline: max(22px, calc((100% - var(--max)) / 2)); border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, #20111d, #101a22); }
.prompt-builder > div:first-child { max-width: 760px; }
.prompt-builder > div:first-child p:last-child { color: var(--muted); }
.builder-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 30px 0; }
.builder-options fieldset { min-width: 0; margin: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; }
.builder-options legend { padding: 0 7px; color: var(--pink-soft); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.builder-choice { width: 100%; min-height: 43px; padding: 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.builder-choice:last-child { border-bottom: 0; }
.builder-choice.is-active { border-radius: 8px; background: rgba(121, 233, 255, .08); color: var(--text); }
.prompt-output { min-height: 96px; display: block; padding: 20px; border: 1px solid rgba(121, 233, 255, .35); border-radius: 15px; background: rgba(8, 9, 14, .42); font-size: 1rem; }
.copy-button { min-height: 45px; margin-top: 10px; padding: 8px 14px; border: 0; border-radius: 11px; background: var(--text); color: var(--bg); font-weight: 780; cursor: pointer; }
.prompt-step { display: grid; grid-template-columns: .42fr 1.2fr; gap: 58px; border-top: 1px solid var(--line); }
.prompt-step.reverse .prompt-step-marker { order: 2; }
.prompt-step-marker > b { color: transparent; font-size: clamp(5.5rem, 10vw, 8.5rem); line-height: .8; -webkit-text-stroke: 1px rgba(255, 255, 255, .22); }
.prompt-step-marker img { width: 100%; height: 390px; display: block; margin-top: 28px; object-fit: cover; object-position: center 20%; border-radius: 18px; }
.prompt-step article p { color: #c5c4cc; }
.prompt-step blockquote { margin: 28px 0; padding: 20px; border-left: 3px solid var(--pink); border-radius: 0 14px 14px 0; background: var(--surface); color: #dddbe1; }
.prompt-list, .check-list { margin: 24px 0; padding: 0; list-style: none; }
.prompt-list li, .check-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); color: #d0cfd6; }
.prompt-list li::before, .check-list li::before { content: ""; position: absolute; top: 20px; left: 3px; width: 9px; height: 9px; border: 1px solid var(--cyan); border-radius: 3px; }
.guide-final { width: min(1400px, calc(100% - 28px)); min-height: 700px; display: grid; grid-template-columns: 1fr 1fr; margin: 35px auto; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg, #19131d, #0d1820); }
.guide-final > div { min-height: 700px; }
.guide-final video { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.guide-final article { max-width: 680px; align-self: center; padding: 70px; }
.guide-final article p:not(.section-index) { color: #c7c6ce; }
.guide-final h2 { margin-bottom: 24px; }

/* FAQ, legal, footer */
.faq { border-top: 1px solid var(--line); }
.faq > h2 { max-width: 760px; margin-bottom: 34px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 4px; font-weight: 760; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--pink-soft); font-size: 1.4rem; font-weight: 400; }
.faq details p { max-width: 840px; padding: 0 4px 20px; color: var(--muted); }
.legal-shell { width: min(940px, calc(100% - 44px)); margin: 0 auto; padding: 72px 0 115px; }
.legal-shell h1 { margin-bottom: 24px; }
.legal-intro { max-width: 780px; color: var(--muted); font-size: 1.08rem; }
.legal-shell section { display: grid; grid-template-columns: .58fr 1.42fr; gap: 40px; padding: 34px 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { font-size: 1.35rem; letter-spacing: -.025em; }
.legal-shell section p { margin: 0; color: #c5c4cc; }
.sticky-rail {
  width: min(690px, calc(100% - 44px));
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 20px auto 75px;
  padding: 12px 12px 12px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 17px;
  background: var(--surface-2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}
.sticky-rail > span { color: var(--muted); font-size: .77rem; }
.sticky-rail > span b { display: block; color: var(--pink-soft); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.sticky-rail > .cta-form { margin-left: auto; }
.site-footer {
  width: min(var(--max), calc(100% - 44px));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 55px;
  margin-inline: auto;
  padding: 55px 0 35px;
  border-top: 1px solid var(--line);
}
.site-footer > div p { max-width: 430px; margin: 18px 0 0; color: var(--muted); font-size: .8rem; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 10px 20px; }
.site-footer nav a { color: #c6c5cd; font-size: .78rem; }
.site-footer nav a:hover { color: var(--cyan); }
.footer-note { grid-column: 1 / -1; margin: 25px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #7f7f8b; font-size: .67rem; }

/* Adult-content gate */
.age-locked > .site-header,
.age-locked > main,
.age-locked > .sticky-rail,
.age-locked > .site-footer { visibility: hidden; content-visibility: hidden; }
.age-gate { position: fixed; z-index: 150; inset: 0; display: grid; place-items: center; padding: 20px; background: #040508; }
.age-gate[hidden] { display: none; }
.gate-card { position: relative; width: min(560px, 100%); padding: 34px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 27px; background: linear-gradient(145deg, #1d1420, #0f1720); box-shadow: var(--shadow); }
.gate-brand { color: var(--pink-soft); font-size: .68rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.gate-number { position: absolute; top: 20px; right: 24px; color: rgba(255, 255, 255, .08); font-size: 4.7rem; font-weight: 850; line-height: 1; }
.gate-card h2 { max-width: 420px; margin: 44px 0 20px; font-size: clamp(2.2rem, 7vw, 3.5rem); }
.gate-card > p:not(.gate-brand) { color: #c6c5cd; }
.gate-actions { display: flex; gap: 10px; margin-top: 25px; }
.gate-card small { display: block; margin-top: 18px; color: #8f8e99; }
.age-locked .explicit-media { filter: blur(28px) saturate(.35); }
.explicit-media { transition: filter .3s ease; }
.motion-poster { display: none !important; }

@media (max-width: 1040px) {
  .site-header { gap: 14px; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); gap: 35px; }
  .signal-strip { display: flex; overflow-x: auto; padding-bottom: 5px; }
  .model-chip { min-width: 205px; }
  .section-shell { padding-block: 78px; }
  .model-rail, .scorecard { grid-template-columns: 1fr; }
  .model-rail > div:first-child, .scorecard-head { position: static; }
  .model-rail > div:first-child { max-width: 760px; }
  .privacy-pricing { grid-template-columns: 1fr 1fr; }
  .price-pulse { grid-template-columns: 1fr; }
  .price-pulse span { min-height: auto; }
  .criteria-grid { grid-template-columns: repeat(2, 1fr); }
  .builder-options { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 78px; }
  body { padding-top: 64px; font-size: 16px; }
  h1 { font-size: clamp(2.35rem, 10vw, 3.35rem); line-height: 1; }
  h2 { font-size: clamp(2rem, 9vw, 3.2rem); line-height: 1.04; }
  .site-header { min-height: 64px; gap: 8px; padding: 8px 12px; }
  .site-logo { width: 40px; height: 40px; border-radius: 12px; }
  .motion-media-video { display: none !important; }
  .motion-poster { width: 100%; height: 100%; display: block !important; object-fit: cover; object-position: center 20%; }
  .site-header .brand-name { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-header > .cta-form { margin-left: 0; }
  .mobile-nav:not([hidden]) { position: absolute; top: 64px; right: 12px; left: 12px; display: grid; padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: #131620; box-shadow: var(--shadow); }
  .mobile-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid var(--line); }
  .mobile-nav a:last-child { border-bottom: 0; }
  .header-cta { width: auto; min-height: 42px; gap: 7px; padding: 7px 10px; justify-content: center; font-size: .72rem; white-space: nowrap; }
  .header-cta-copy { font-size: .76rem; }
  .header-discount { font-size: .59rem; }
  .section-shell, .breadcrumbs, .legal-shell, .site-footer { width: min(100% - 30px, var(--max)); }
  .section-shell { padding-block: 64px; }
  .hero { width: min(100% - 30px, var(--max)); min-height: 0; grid-template-columns: 1fr; gap: 22px; padding: 16px 0 20px; }
  .hero-copy { order: 3; max-width: none; padding-top: 10px; }
  .hero-stage { order: 1; width: 100%; }
  .portrait-frame { height: min(74svh, 640px); min-height: 490px; }
  .signal-strip {
    grid-column: auto;
    order: 2;
    width: calc(100% + 30px);
    max-width: none;
    display: flex;
    gap: 10px;
    margin: -4px -15px 0;
    padding: 0 15px 12px;
    overflow-x: auto;
    scroll-padding-inline: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .model-chip { min-width: 174px; flex: 0 0 174px; display: grid; grid-template-columns: 1fr; gap: 7px; scroll-snap-align: start; padding: 7px; }
  .model-chip img { width: 100%; height: 205px; border-radius: 11px; }
  .model-chip span { padding: 2px 4px 4px; }
  .model-chip i { display: none; }
  .model-chip b, .model-chip small { white-space: normal; }
  .how-it-works { width: calc(100% - 18px); grid-template-columns: 1fr; gap: 28px; padding: 52px 22px; border-radius: 24px; }
  .how-intro { position: static; }
  .how-grid article { min-height: 0; padding: 24px 22px 22px 72px; }
  .how-grid article > b { top: 25px; left: 22px; }
  .section-heading { display: block; }
  .comparison-rationale { grid-template-columns: 1fr; }
  .shortlist-reason-grid { grid-template-columns: 1fr; }
  .shortlist-reason-grid article:first-child { grid-row: auto; }
  .compare-controls { width: max-content; margin-top: 20px; }
  .comparison-table-wrap { border-radius: 18px; }
  .comparison-table { min-width: 0; display: block; }
  .comparison-table thead { display: none; }
  .comparison-table tbody { display: grid; gap: 10px; padding: 10px; }
  .comparison-table tbody tr { display: grid; grid-template-columns: 44px minmax(0, 1fr) 54px; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
  .comparison-table tbody tr > * { max-width: none; padding: 0; border: 0; }
  .comparison-table tbody tr > :nth-child(1) { grid-column: 1; grid-row: 1; align-self: center; }
  .comparison-table tbody tr > :nth-child(2) { grid-column: 2; grid-row: 1; align-self: center; }
  .comparison-table tbody tr > :nth-child(3) { grid-column: 3; grid-row: 1; }
  .comparison-table tbody tr > :nth-child(4),
  .comparison-table tbody tr > :nth-child(5),
  .comparison-table tbody tr > :nth-child(6),
  .comparison-table tbody tr > :nth-child(7) { grid-column: 1 / -1; }
  .comparison-table tbody tr > :nth-child(4)::before,
  .comparison-table tbody tr > :nth-child(5)::before,
  .comparison-table tbody tr > :nth-child(6)::before { display: block; margin-bottom: 2px; color: var(--pink-soft); font-size: .57rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
  .comparison-table tbody tr > :nth-child(4)::before { content: "Best for"; }
  .comparison-table tbody tr > :nth-child(5)::before { content: "Current access"; }
  .comparison-table tbody tr > :nth-child(6)::before { content: "Watch for"; }
  .comparison-table tbody tr > :nth-child(7) .cta-form,
  .comparison-table tbody tr > :nth-child(7) .table-action { width: 100%; }
  .comparison-table tbody tr > :nth-child(7) .table-action { min-height: 44px; border: 1px solid var(--line-strong); border-radius: 10px; }
  .editorial-duo, .privacy-pricing, .portrait-prose, .motion-break, .match-mosaic, .limits-split, .final-zone,
  .hub-hero, .guide-hub-hero, .review-hero, .scorecard, .review-prose, .review-evidence, .review-evidence.reverse,
  .price-access-panel, .source-panel, .related-panel, .hub-section, .hub-section.reverse, .guide-section, .prompt-hero,
  .prompt-step, .guide-final { grid-template-columns: 1fr; }
  .prose-panel { padding: 28px; }
  .model-rail { gap: 28px; }
  .rail-images { width: calc(100% + 15px); max-width: none; display: flex; gap: 10px; overflow-x: auto; padding: 0 15px 10px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .rail-images figure, .rail-images figure:nth-child(even) { min-width: min(78vw, 390px); flex: 0 0 min(78vw, 390px); height: 520px; transform: none; scroll-snap-align: start; }
  .portrait-prose { gap: 34px; }
  .portrait-prose-media { height: min(78svh, 610px); }
  .motion-break, .final-zone, .guide-final { width: calc(100% - 18px); border-radius: 24px; }
  .motion-break-media, .final-zone-media, .guide-final > div { min-height: 0; height: min(82svh, 650px); }
  .motion-break article, .final-zone-copy, .guide-final article { padding: 42px 24px; }
  .privacy-card, .price-card { padding: 25px; }
  .privacy-card > div { margin: -25px -25px 25px; }
  .mosaic { height: 590px; }
  .limits-split figure { height: min(82svh, 650px); }
  .hub-hero, .guide-hub-hero, .review-hero, .prompt-hero { gap: 38px; padding-top: 38px; }
  .reviews-carousel-hero { padding-top: 16px; }
  .hub-collage, .guide-stack { height: 560px; }
  .hub-section.reverse article, .review-evidence.reverse article { order: 0; }
  .hub-media, .review-evidence-media, .review-hero-media, .prompt-hero-media { height: min(80svh, 620px); }
  .fact-ribbon { width: calc(100% - 30px); display: grid; grid-template-columns: 1fr 1fr; overflow: visible; margin-top: -30px; }
  .fact-ribbon span { min-width: 0; border-right: 0; border-bottom: 1px solid var(--line); white-space: normal; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .review-prose, .guide-section { gap: 28px; }
  .review-prose article { columns: 1; }
  .source-panel, .related-panel { gap: 28px; }
  .related-panel a { grid-template-columns: 1fr auto; }
  .related-panel a > span { grid-row: 2; grid-column: 1 / -1; }
  .guide-map > div { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; }
  .guide-map > div span { min-width: 0; }
  .prompt-builder { width: calc(100% - 18px); padding-inline: 20px; }
  .prompt-step.reverse .prompt-step-marker { order: 0; }
  .prompt-step-marker img { height: min(70svh, 520px); }
  .legal-shell section { grid-template-columns: 1fr; gap: 12px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(2.15rem, 10.8vw, 2.8rem); }
  h2 { font-size: clamp(1.95rem, 9.5vw, 2.65rem); }
  .site-header { padding-inline: 10px; }
  .menu-toggle { min-width: 44px; padding-inline: 8px; font-size: .72rem; }
  .header-cta { gap: 6px; padding-inline: 8px; font-size: .66rem; }
  .header-cta-copy { font-size: .7rem; }
  .header-discount { padding: 3px 5px; font-size: .56rem; }
  .hero { padding-top: 12px; }
  .hero-lede { font-size: .93rem; }
  .eyebrow { gap: 6px; margin-bottom: 18px; }
  .eyebrow span { padding: 5px 7px; font-size: .58rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions > *, .hero-actions > .cta-form, .hero-actions .button { width: 100%; }
  .portrait-frame { height: 68svh; min-height: 455px; border-radius: 22px; }
  .portrait-state { top: 10px; left: 10px; }
  .portrait-caption { right: 10px; bottom: 10px; left: 10px; }
  .portrait-caption small { max-width: 135px; }
  .signal-strip { width: calc(100% + 30px); }
  .model-chip { min-width: 158px; flex-basis: 158px; grid-template-columns: 1fr; gap: 7px; padding: 7px; }
  .model-chip img { width: 100%; height: 188px; }
  .model-chip b { font-size: .78rem; }
  .model-chip small { font-size: .61rem; }
  .how-it-works { padding: 44px 18px; }
  .how-grid h3 { font-size: 1.16rem; }
  .section-shell { padding-block: 54px; }
  .comparison-arena h2 { font-size: clamp(2rem, 10vw, 2.55rem); }
  .rail-images figure, .rail-images figure:nth-child(even) { min-width: 82vw; flex-basis: 82vw; height: 500px; }
  .comparison-rationale > div, .shortlist-reason-grid article { padding: 21px; }
  .privacy-pricing { gap: 12px; }
  .mosaic { height: 500px; }
  .criteria-grid, .score-grid, .builder-options { grid-template-columns: 1fr; }
  .criteria-grid article { min-height: 170px; }
  .hub-collage, .guide-stack { height: 470px; }
  .reviews-proof { grid-template-columns: 1fr; }
  .reviews-proof span { min-height: 68px; }
  .hub-collage img, .guide-stack img { border-width: 5px; }
  .review-hero-media, .prompt-hero-media, .hub-media, .review-evidence-media { height: 65svh; min-height: 470px; }
  .fact-ribbon { margin-top: -22px; }
  .price-access-panel aside { padding: 25px; }
  .prompt-step-marker > b { font-size: 5.7rem; }
  .sticky-rail { width: calc(100% - 30px); display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-bottom: 55px; padding-left: 13px; }
  .sticky-rail > .cta-form button { min-height: 44px; padding: 8px 10px; font-size: .7rem; }
  .site-footer nav { grid-template-columns: 1fr; }
  .gate-card { max-height: calc(100svh - 24px); overflow-y: auto; padding: 25px; border-radius: 22px; }
  .gate-number { font-size: 4rem; }
  .gate-card h2 { margin-top: 35px; }
  .gate-actions { display: grid; grid-template-columns: 1fr; }
  .gate-actions .button { width: 100%; }
}

@media (max-height: 560px) and (min-width: 700px) {
  .gate-card { max-height: calc(100svh - 24px); overflow-y: auto; }
  .hero { min-height: 0; padding-block: 30px; }
  .portrait-frame { height: 430px; min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Consistent keyboard and touch targets across every layout. */
.menu-toggle,
.portrait-action,
.deck-control button,
.compare-controls button,
.table-action,
.builder-choice,
.copy-button { min-height: 44px; }
.deck-control button { height: 44px; }

[data-v]{cursor:pointer}
