:root {
  color-scheme: dark;
  --bg: #0b0c12;
  --bg-soft: #11131b;
  --panel: #151822;
  --panel-2: #1a1e29;
  --ink: #f6f2ea;
  --muted: #bbb9c5;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.19);
  --coral: #ff6675;
  --coral-deep: #df425d;
  --violet: #a98cff;
  --lime: #d8ff78;
  --paper: #f6f2e8;
  --paper-ink: #23232b;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius: 28px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 5%, rgba(169, 140, 255, 0.10), transparent 28rem),
    radial-gradient(circle at 7% 34%, rgba(255, 102, 117, 0.07), transparent 30rem),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
  border-radius: 6px;
}

.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: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--lime);
  color: #10120a;
  font-weight: 800;
  border-radius: 10px;
}

.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  width: min(1230px, calc(100vw - 28px));
  height: 66px;
  padding: 0 12px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  background: rgba(11, 12, 18, 0.76);
  backdrop-filter: blur(22px) saturate(150%);
  transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
  background: rgba(11, 12, 18, 0.91);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .25);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 720;
  letter-spacing: -0.02em;
}

.brand img { border-radius: 10px; box-shadow: 0 7px 22px rgba(255, 78, 104, .18); }
.brand strong { color: var(--coral); }
.site-nav { display: flex; align-items: center; gap: 30px; }

.site-nav a {
  color: #cbc9d1;
  font-size: 15px;
  font-weight: 650;
  transition: color .2s ease;
}

.site-nav a:hover { color: var(--ink); }
.site-nav .nav-cta {
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  color: var(--ink);
}
.site-nav .nav-support { color: var(--lime); }
.site-nav .nav-support:hover { color: #edffc2; }

.menu-button { display: none; }

.hero {
  min-height: 850px;
  padding-top: 175px;
  padding-bottom: 118px;
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  align-items: center;
  gap: 62px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pulse-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(216, 255, 120, .09);
  animation: pulse 2s ease-in-out infinite;
}
.hero-contact-invite { margin: 22px 0 0; color: #9896a1; font-size: 13px; line-height: 1.55; }
.hero-contact-invite a { color: var(--cyan); font-weight: 750; }
.hero-contact-invite a:hover { color: var(--ink); }
.analytics-consent { position: fixed; z-index: 120; right: 22px; bottom: 22px; width: min(640px, calc(100vw - 44px)); padding: 21px; display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 8px 17px; overflow: hidden; border: 1px solid rgba(169,140,255,.3); border-radius: 20px; background: linear-gradient(135deg, rgba(20,19,31,.98), rgba(14,16,24,.98)); box-shadow: 0 26px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.025) inset; backdrop-filter: blur(22px); animation: consent-enter .35s cubic-bezier(.2,.8,.2,1) both; }
.analytics-consent::before { content: ""; position: absolute; width: 190px; height: 190px; right: -95px; bottom: -120px; border-radius: 50%; background: rgba(255,92,115,.11); filter: blur(8px); pointer-events: none; }
.analytics-consent-mark { grid-row: 1 / span 2; align-self: start; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(216,255,120,.24); border-radius: 14px; background: rgba(216,255,120,.08); color: var(--lime); }
.analytics-consent-mark svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.analytics-consent-copy { min-width: 0; }
.analytics-consent-heading { display: flex; align-items: center; gap: 10px; }
.analytics-consent strong { color: var(--ink); font-size: 16px; line-height: 1.25; }
.analytics-consent-heading span { padding: 4px 7px; border: 1px solid rgba(216,255,120,.18); border-radius: 999px; color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.analytics-consent p { max-width: 500px; margin: 7px 0 6px; color: #b9b6c2; font-size: 12.5px; line-height: 1.55; }
.analytics-consent a { color: var(--lime); font-size: 11.5px; font-weight: 750; text-underline-offset: 3px; }
.analytics-consent a:hover { color: var(--ink); }
.analytics-consent-actions { position: relative; z-index: 1; grid-column: 2 / -1; display: flex; align-items: center; justify-content: flex-end; gap: 9px; margin-top: 6px; }
.analytics-consent-actions button { min-height: 40px; padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(255,255,255,.035); color: #d6d3dc; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; white-space: nowrap; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.analytics-consent-actions button:hover { border-color: rgba(216,255,120,.5); background: rgba(255,255,255,.07); color: var(--ink); transform: translateY(-1px); }
.analytics-consent-actions .button { min-width: 130px; border: 0; background: linear-gradient(135deg, #ff6178, #ff8b69); color: #160d10; box-shadow: 0 10px 25px rgba(255,92,115,.2); }
.analytics-consent-actions .button:hover { background: linear-gradient(135deg, #ff7085, #ff9a79); color: #160d10; }
@keyframes consent-enter { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }

.support-appeal { position: relative; margin-top: 72px; padding: clamp(30px, 4vw, 48px); display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(220px, .4fr); gap: clamp(24px, 4vw, 48px); align-items: center; overflow: hidden; border: 1px solid rgba(216,255,120,.32); border-radius: 28px; background: radial-gradient(circle at 8% 15%, rgba(216,255,120,.16), transparent 27%), linear-gradient(135deg, rgba(29,34,34,.98), rgba(24,20,40,.98)); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.support-appeal[hidden] { display: none; }
.support-appeal::after { content: ""; position: absolute; right: -80px; top: -130px; width: 300px; height: 300px; border: 1px solid rgba(169,140,255,.14); border-radius: 50%; pointer-events: none; }
.support-appeal-icon { width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(216,255,120,.34); border-radius: 20px; background: rgba(216,255,120,.1); color: var(--lime); box-shadow: inset 0 0 30px rgba(216,255,120,.05); }
.support-appeal-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.support-appeal-copy { position: relative; z-index: 1; }
.support-appeal-copy .eyebrow { margin-bottom: 10px; }
.support-appeal-copy h2 { max-width: 720px; margin: 0 0 13px; font-size: clamp(30px, 3.2vw, 46px); line-height: 1.04; }
.support-appeal-copy > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #bbb8c2; font-size: 16px; line-height: 1.65; }
.support-appeal-promises { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.support-appeal-promises span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; color: #cbc8d1; font-size: 11px; font-weight: 700; }
.support-appeal-action { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.button-support { min-height: 58px; justify-content: center; background: var(--lime); color: #11140a; box-shadow: 0 16px 45px rgba(216,255,120,.13); }
.button-support:hover { background: #e5ff9f; color: #11140a; transform: translateY(-2px); }
.support-appeal-action small { color: #9f9ca8; font-size: 11px; line-height: 1.5; text-align: center; }

@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(216,255,120,0); } }

h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; line-height: 1.03; letter-spacing: -.045em; }

h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 760;
}

h1 span {
  color: transparent;
  background: linear-gradient(95deg, var(--coral) 5%, #ff9074 48%, var(--violet) 94%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lede {
  max-width: 590px;
  margin: 0 0 32px;
  color: #bdbac5;
  font-size: 19px;
  line-height: 1.62;
}

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary {
  background: linear-gradient(135deg, #ff6575, #ed526b);
  color: white;
  box-shadow: 0 16px 38px rgba(230, 61, 88, .24);
}
.button-primary:hover { box-shadow: 0 20px 44px rgba(230, 61, 88, .34); }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.035); color: #e4e0e8; }
.button-quiet:hover { border-color: var(--line-strong); }
.button[aria-disabled="true"] { cursor: default; }

.trust-list {
  margin: 26px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
  color: #96939e;
  font-size: 12px;
  font-weight: 700;
}

.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list svg { width: 14px; height: 14px; fill: none; stroke: var(--lime); stroke-width: 2.4; }

.hero-product { position: relative; min-width: 0; perspective: 1100px; }
.browser-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: #222431;
  box-shadow: 0 44px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(0,0,0,.3);
  transform: rotateY(-2deg) rotateX(1deg);
}

.browser-topbar {
  height: 48px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 58px 1fr 28px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0,0,0,.18);
  background: #292c3a;
}
.traffic-lights { display: flex; gap: 6px; }
.traffic-lights i { width: 8px; height: 8px; border-radius: 50%; background: #ff6f77; }
.traffic-lights i:nth-child(2) { background: #f6bf57; }
.traffic-lights i:nth-child(3) { background: #61d388; }
.address-bar {
  min-width: 0;
  padding: 6px 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 8px;
  background: #20222e;
  color: #8f91a1;
  font-size: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lock-dot { display: inline-block; width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: #79d696; }
.browser-more { color: #858797; font-size: 11px; letter-spacing: 2px; }
.browser-content { min-height: 472px; display: grid; grid-template-columns: 1.42fr .78fr; }

.mock-article {
  padding: 38px 34px;
  background: var(--paper);
  color: var(--paper-ink);
}
.mock-kicker { margin: 0 0 13px; color: #cc485a; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.mock-article h2 { max-width: 360px; margin-bottom: 12px; font-family: Georgia, serif; font-size: 26px; letter-spacing: -.035em; line-height: 1.08; }
.mock-byline { margin: 0; color: #84808a; font-size: 8px; }
.mock-byline span { margin-inline: 4px; }
.mock-rule { height: 1px; margin: 20px 0; background: #d9d4cb; }
.mock-article > p:not(.mock-kicker):not(.mock-byline) { margin: 0 0 14px; font-family: Georgia, serif; font-size: 13px; line-height: 1.65; }
.mock-article mark, .sentence-visual mark {
  padding: 2px 4px;
  border-radius: 4px;
  background: #ffd36a;
  color: #1d1b17;
  box-shadow: 0 0 0 2px rgba(255, 211, 106, .22);
}
.mock-related { margin: 16px 0; padding: 12px; border-radius: 7px; background: #e5e1d9; }
.mock-related span { display: block; margin-bottom: 8px; color: #6e6973; font: 750 8px ui-sans-serif, sans-serif; text-transform: uppercase; }
.mock-related i { display: block; width: 85%; height: 3px; margin-top: 5px; border-radius: 4px; background: #cbc6bc; }
.mock-related i:nth-of-type(2) { width: 70%; }
.mock-faded { color: #8f8990; }

.player-panel { padding: 19px 17px; background: #171925; }
.panel-header { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.mini-brand { display: flex; align-items: center; gap: 7px; font-size: 8px; font-weight: 800; }
.mini-brand img { border-radius: 8px; }
.live-pill { display: flex; align-items: center; gap: 4px; padding: 4px 6px; border-radius: 8px; background: rgba(216,255,120,.08); color: var(--lime); font-size: 6px; font-weight: 800; }
.live-pill i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.now-reading { margin-top: 26px; }
.now-reading span { color: #777988; font-size: 6px; font-weight: 850; letter-spacing: .16em; }
.now-reading strong { display: block; margin: 8px 0; font-family: Georgia, serif; font-size: 12px; line-height: 1.35; }
.now-reading p { margin: 0; color: #898b99; font-size: 7px; }
.progress-track { height: 3px; margin: 17px 0 19px; overflow: hidden; border-radius: 3px; background: #30323d; }
.progress-track span { display: block; width: 46%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--coral), #f69279); }
.transport { display: flex; align-items: center; justify-content: center; gap: 11px; }
.transport button { width: 26px; height: 26px; padding: 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; background: rgba(255,255,255,.04); color: #c5c4cc; }
.transport button.pause { width: 38px; height: 38px; padding: 10px; border: 0; background: var(--coral); color: white; }
.transport svg { fill: currentColor; }
.panel-setting { margin-top: 22px; padding-top: 13px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.07); font-size: 7px; }
.panel-setting span { color: #8b8d99; }
.panel-setting strong { font-size: 7px; }
.speed-row { margin-top: 13px; padding: 0; border: 0; }
.mini-slider { position: relative; height: 2px; margin-top: 9px; background: #333540; }
.mini-slider::before { content: ""; position: absolute; width: 52%; height: 100%; background: var(--coral); }
.mini-slider i { position: absolute; left: 50%; top: -3px; width: 8px; height: 8px; border: 2px solid #171925; border-radius: 50%; background: var(--coral); }
.panel-toggle { padding-top: 15px; display: flex; justify-content: space-between; align-items: center; color: #aaaab3; font-size: 7px; }
.panel-toggle span { display: flex; align-items: center; gap: 6px; }
.panel-toggle span i { width: 7px; height: 7px; border: 1px solid #777986; border-radius: 2px; }
.panel-toggle b { position: relative; width: 18px; height: 10px; border-radius: 10px; background: var(--coral); }
.panel-toggle b::after { content: ""; position: absolute; top: 2px; right: 2px; width: 6px; height: 6px; border-radius: 50%; background: white; }

.ambient-orb { position: absolute; z-index: 1; border-radius: 50%; filter: blur(1px); }
.orb-one { top: -70px; right: 0; width: 250px; height: 250px; background: radial-gradient(circle, rgba(169,140,255,.28), transparent 68%); }
.orb-two { bottom: -80px; left: -100px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(255,102,117,.20), transparent 68%); }
.floating-proof { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.12); background: rgba(22,24,34,.91); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.proof-sync { left: -27px; bottom: -32px; padding: 12px 17px; border-radius: 13px; }
.proof-sync span { display: block; color: var(--coral); font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.proof-sync strong { display: block; margin-top: 2px; font-size: 10px; }
.proof-private { top: 90px; right: -30px; padding: 9px 12px; display: flex; align-items: center; gap: 8px; border-radius: 12px; font-size: 8px; font-weight: 750; }
.proof-private svg { width: 15px; fill: none; stroke: var(--lime); stroke-width: 1.5; }

.signal-strip {
  width: min(1360px, 100%);
  min-height: 94px;
  margin: 0 auto;
  padding: 26px max(28px, calc((100vw - 1180px)/2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
  color: #b4b2bc;
  font-size: 12px;
  font-weight: 690;
}
.signal-strip div { display: flex; align-items: center; gap: 10px; }
.signal-strip span { color: #636570; font: 700 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.signal-strip > i { width: 3px; height: 3px; border-radius: 50%; background: #555762; }

.experience, .market-gap, .features, .audience, .journal-preview, .community, .faq { padding-top: 145px; padding-bottom: 145px; }
.section-heading { max-width: 780px; margin-bottom: 62px; }
.section-heading h2, .why-intro h2, .audience h2, .faq h2, .launch h2, .legal-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 730;
}
.section-heading h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.section-heading > p:last-child, .why-intro > p:last-child { max-width: 600px; margin: 0; color: var(--muted); font-size: 18px; }

.demo-stage {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #161923, #11131a);
  box-shadow: 0 42px 90px rgba(0,0,0,.28);
}
.demo-toolbar { min-height: 84px; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.demo-status { display: flex; align-items: center; gap: 12px; color: #dbd8df; font-size: 15px; }
.demo-status strong, .demo-status small { display: block; }
.demo-status small { margin-top: 2px; color: #aaa8b4; font-size: 12px; font-weight: 600; }
.demo-wave { height: 22px; display: flex; align-items: center; gap: 3px; }
.demo-wave i { width: 3px; height: 8px; border-radius: 3px; background: var(--coral); animation: wave .75s ease-in-out infinite alternate; }
.demo-wave i:nth-child(2) { height: 18px; animation-delay: -.45s; }
.demo-wave i:nth-child(3) { height: 12px; animation-delay: -.2s; }
.demo-wave i:nth-child(4) { height: 16px; animation-delay: -.58s; }
.is-paused .demo-wave i { animation-play-state: paused; }
@keyframes wave { to { transform: scaleY(.3); } }
.demo-controls { display: flex; align-items: center; gap: 12px; }
.demo-play, .demo-controls label { min-height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.04); color: #ddd9e1; font-size: 14px; font-weight: 750; }
.demo-play { cursor: pointer; }
.demo-play svg { width: 15px; fill: currentColor; }
.demo-play .play-icon { display: none; }
.is-paused .demo-play .pause-icon { display: none; }
.is-paused .demo-play .play-icon { display: block; }
.demo-controls select { padding: 3px 22px 3px 4px; border: 0; background: #191b24; color: var(--ink); }
.demo-copy { padding: clamp(46px, 8vw, 92px) clamp(28px, 8vw, 100px) 70px; }
.demo-copy p { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 4.7vw, 60px); line-height: 1.5; letter-spacing: -.035em; }
.demo-copy p + p { margin-top: 28px; }
.demo-copy span { padding: .04em .09em; border-radius: .13em; color: #737480; transition: color .16s ease, background .16s ease, box-shadow .16s ease; }
.demo-copy span.is-read { color: #d4d1d8; }
.demo-copy span.is-active { background: var(--lime); color: #171a10; box-shadow: 0 0 0 .1em rgba(216,255,120,.12); }
.demo-footnote { padding: 18px 24px; display: flex; align-items: center; gap: 9px; border-top: 1px solid var(--line); color: #aaa8b4; font-size: 14px; line-height: 1.55; }
.demo-footnote span { flex: 0 0 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); }
.demo-footnote strong { color: #e7e3e9; }

.market-gap { position: relative; border-bottom: 1px solid var(--line); }
.market-gap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7%;
  left: 50%;
  width: min(980px, 92vw);
  height: 620px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(169,140,255,.08), transparent 68%);
  pointer-events: none;
}
.market-gap-heading { max-width: 820px; margin-bottom: 54px; }
.market-gap-heading h2 { margin-bottom: 22px; font-size: clamp(40px, 5.3vw, 70px); font-weight: 730; }
.market-gap-heading > p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }

.comparison-promise {
  position: relative;
  min-height: 220px;
  margin-bottom: 20px;
  padding: clamp(30px, 5vw, 54px);
  overflow: hidden;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: clamp(34px, 7vw, 90px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 7% 28%, rgba(255,102,117,.16), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(169,140,255,.15), transparent 38%),
    linear-gradient(135deg, rgba(27,30,42,.96), rgba(15,17,25,.96));
  box-shadow: 0 32px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
}
.comparison-promise::after { content: ""; position: absolute; right: 7%; top: -40%; width: 290px; height: 290px; border: 1px solid rgba(216,255,120,.12); border-radius: 50%; }
.comparison-promise-product { position: relative; z-index: 1; padding-right: 34px; border-right: 1px solid var(--line); }
.comparison-promise-product > span { color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.comparison-promise-product > strong { display: block; margin: 7px 0 9px; color: transparent; background: linear-gradient(100deg, var(--ink), var(--lime)); -webkit-background-clip: text; background-clip: text; font-size: clamp(62px, 8vw, 92px); line-height: .9; letter-spacing: -.065em; }
.comparison-promise-product sup { margin-right: 4px; font-size: .38em; vertical-align: top; }
.comparison-promise-product > small { display: block; max-width: 280px; color: #aaa8b4; font-size: 13px; line-height: 1.5; }
.comparison-promise-copy { position: relative; z-index: 1; max-width: 590px; }
.comparison-promise-copy > p { margin: 0; color: #c5c2ca; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.comparison-promise-copy > p strong { color: var(--ink); }
.comparison-promise-copy .competitor-price-reference { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: #aaa8b4; font-size: 14px; }
.competitor-price-reference span { margin-right: 7px; color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.competitor-price-reference strong { color: #d6d2da !important; font-size: inherit; }

.comparison-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.comparison-card {
  position: relative;
  min-width: 0;
  min-height: 430px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(25,28,38,.88), rgba(15,17,24,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.comparison-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 25px 55px rgba(0,0,0,.20); }
.comparison-card.comparison-product { border-color: rgba(216,255,120,.34); background: linear-gradient(145deg, rgba(216,255,120,.11), rgba(169,140,255,.08) 65%, rgba(15,17,24,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 30px 70px rgba(0,0,0,.22); }
.comparison-winner { position: absolute; top: -12px; right: 17px; padding: 7px 10px; border-radius: 7px; background: var(--lime); color: #15180d; font-size: 11px; font-weight: 900; letter-spacing: .09em; }
.comparison-card-top { min-height: 56px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.comparison-card-top > span { max-width: 115px; padding-top: 5px; color: #aaa8b4; font-size: 12px; font-weight: 850; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.comparison-card-top > strong { color: #e5e1e8; font-size: 27px; line-height: 1; letter-spacing: -.05em; text-align: right; }
.comparison-card-top > strong small { display: block; margin-top: 4px; color: #aaa8b4; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.comparison-product .comparison-card-top > strong { color: var(--lime); }
.comparison-card h3 { margin: 21px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.comparison-card h3 em { color: var(--coral); font-style: normal; }
.comparison-card > p { margin: 0; color: #b8b5c0; font-size: 15px; line-height: 1.65; }
.voice-quality { margin-top: auto; padding-top: 25px; }
.voice-quality > span { display: block; margin-bottom: 8px; color: #aaa8b4; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.voice-quality > b { display: block; margin-top: 8px; color: #d0ccd4; font-size: 13px; }
.voice-meter { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.voice-meter i { height: 4px; border-radius: 10px; background: #30323d; }
.voice-meter i.is-on { background: linear-gradient(90deg, var(--coral), #ff9b76); box-shadow: 0 0 12px rgba(255,102,117,.18); }
.comparison-product .voice-meter i.is-on { background: linear-gradient(90deg, var(--lime), #a98cff); box-shadow: 0 0 12px rgba(216,255,120,.18); }
.comparison-tradeoff { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.07); color: #aaa8b4; font-size: 13px; line-height: 1.5; }
.comparison-product .comparison-tradeoff { color: #b9c590; }

.comparison-matrix-block { margin-top: 70px; }
.comparison-matrix-heading { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.comparison-matrix-heading .eyebrow { margin-bottom: 10px; }
.comparison-matrix-heading h3 { margin: 0; font-size: clamp(30px, 4vw, 48px); }
.comparison-matrix-heading > span { display: none; color: #aaa8b4; font-size: 12px; }
.comparison-matrix-heading > span b { color: var(--lime); }
.comparison-table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 24px; background: rgba(18,20,29,.78); box-shadow: 0 32px 70px rgba(0,0,0,.18); scrollbar-color: rgba(216,255,120,.42) rgba(255,255,255,.04); }
.comparison-table { width: 100%; min-width: 1020px; border-spacing: 0; table-layout: fixed; }
.comparison-table th, .comparison-table td { padding: 20px 18px; text-align: left; vertical-align: middle; }
.comparison-table thead th { height: 104px; border-bottom: 1px solid var(--line-strong); background: #161923; }
.comparison-table thead th:first-child { width: 230px; border-radius: 23px 0 0; color: #b9b6c0; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table thead th:last-child { border-radius: 0 23px 0 0; }
.comparison-table thead th:not(:first-child) { border-left: 1px solid rgba(255,255,255,.06); }
.comparison-table thead th span { display: block; color: #e4e0e7; font-size: 15px; letter-spacing: -.02em; }
.comparison-table thead th span em { color: var(--coral); font-style: normal; }
.comparison-table thead th small { display: block; margin-top: 5px; color: #aaa8b4; font-size: 12px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.comparison-table tbody th, .comparison-table tbody td { border-bottom: 1px solid rgba(255,255,255,.065); }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody th { color: #d4d0d8; font-size: 14px; font-weight: 720; }
.comparison-table tbody td { border-left: 1px solid rgba(255,255,255,.045); color: #bbb8c2; font-size: 13px; }
.comparison-table tbody tr { transition: background .18s ease; }
.comparison-table tbody tr:hover { background: rgba(255,255,255,.025); }
.comparison-table .product-column { background: rgba(216,255,120,.045); }
.comparison-table thead .product-column { background: linear-gradient(145deg, rgba(216,255,120,.14), rgba(169,140,255,.09)), #161923; }
.comparison-table thead .product-column span { color: var(--lime); }
.comparison-table td > small { display: block; margin-top: 5px; color: #aaa8b4; font-size: 12px; line-height: 1.45; }
.comparison-table .price-row strong { color: #f0ecf2; font-size: 22px; letter-spacing: -.04em; }
.comparison-table .price-row .product-column strong { color: var(--lime); }
.comparison-table .price-row td > small { display: inline; margin-left: 4px; }
.matrix-state { display: inline-flex; align-items: center; gap: 6px; color: #d0cdd4; font-weight: 760; }
.matrix-state::before { width: 15px; height: 15px; display: inline-grid; place-items: center; border-radius: 50%; font-size: 8px; font-weight: 900; }
.matrix-state.yes::before { content: "✓"; background: rgba(216,255,120,.13); color: var(--lime); }
.matrix-state.partial::before { content: "·"; background: rgba(255,173,104,.12); color: #ffad68; font-size: 15px; line-height: 0; }
.matrix-state.no::before { content: "—"; background: rgba(255,255,255,.055); color: #777984; }

.comparison-bottom-line { margin-top: 20px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.comparison-bottom-line p { max-width: 650px; margin: 0; color: #b5b2bd; font-size: 15px; }
.comparison-bottom-line p strong { color: #d9d5dc; }
.comparison-bottom-line .button { flex: 0 0 auto; }
.comparison-sources { max-width: 920px; margin: 22px 0 0; color: #9997a2; font-size: 12px; line-height: 1.7; }
.comparison-sources a { color: #888a95; text-decoration: underline; text-underline-offset: 3px; }
.comparison-sources a:hover { color: var(--ink); }

.why { padding: 40px 0 145px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.why-intro { max-width: 510px; }
.why-steps { border-top: 1px solid var(--line); }
.why-step { min-height: 150px; padding: 32px 0; display: grid; grid-template-columns: 62px minmax(180px, .85fr) minmax(280px, 1.15fr); align-items: start; gap: 24px; border-bottom: 1px solid var(--line); }
.why-step > span { color: var(--coral); font: 750 13px ui-monospace, monospace; }
.why-step h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.why-step p { max-width: 430px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.features { border-top: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 375px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(25,28,39,.94), rgba(17,19,27,.96)); }
.feature-card::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(169,140,255,.10), transparent 67%); }
.feature-icon { width: 42px; height: 42px; padding: 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); color: var(--coral); }
.feature-icon svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-number { position: absolute; top: 37px; right: 35px; margin: 0; color: #555763; font: 750 10px ui-monospace, monospace; }
.feature-card h3 { max-width: 410px; margin: 32px 0 14px; font-size: 30px; }
.feature-card > p:not(.feature-number) { max-width: 480px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-card > a { position: relative; z-index: 2; display: inline-flex; gap: 8px; margin-top: 24px; color: var(--lime); font-size: 15px; font-weight: 760; }
.feature-visual { margin-top: 34px; }
.sentence-visual { padding: 16px 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(0,0,0,.15); color: #aaa8b1; font-family: Georgia, serif; font-size: 17px; }
.sentence-visual mark { margin-inline: 2px; }
.clutter-visual { height: 58px; margin-top: 29px; padding: 12px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(0,0,0,.14); }
.clutter-visual i { width: 30px; height: 30px; border-radius: 7px; background: #2d303d; }
.clutter-visual i:nth-child(2) { opacity: .55; }
.clutter-visual span { color: #8c8e99; font-size: 9px; font-weight: 700; }
.clutter-visual b { flex: 1; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--coral) 35%, #323440 35%); }
.dial-visual { margin-top: 34px; display: flex; align-items: center; gap: 11px; color: #7e808b; font: 700 9px ui-monospace, monospace; }
.dial-visual i { position: relative; flex: 1; height: 3px; background: #333541; }
.dial-visual i::before { content: ""; display: block; width: 52%; height: 100%; background: var(--violet); }
.dial-visual i b { position: absolute; top: -6px; left: 51%; width: 15px; height: 15px; border: 3px solid #1a1d27; border-radius: 50%; background: var(--violet); }
.dial-visual strong { color: #c1bec7; font-size: 9px; }
.language-chips { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.language-chips span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 100px; color: #a7a5ae; font-size: 9px; }

.audience { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; border-top: 1px solid var(--line); }
.audience h2 { max-width: 520px; font-size: clamp(40px, 4.8vw, 64px); }
.audience-grid { display: grid; gap: 12px; }
.audience-grid article { padding: 27px 29px; display: grid; grid-template-columns: 52px 1fr; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.audience-grid article > span { grid-row: span 2; color: var(--coral); font: 750 10px ui-monospace, monospace; }
.audience-grid h3 { margin: 0 0 8px; font-size: 21px; }
.audience-grid p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.journal-preview { border-top: 1px solid var(--line); }
.journal-preview-heading { margin-bottom: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.journal-preview-heading h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); }
.journal-preview-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 16px; }
.journal-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(25,28,39,.92), rgba(15,17,24,.96)); }
.journal-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--panel); }
.journal-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.22,.61,.36,1); }
.journal-card:hover .journal-card-image img { transform: scale(1.035); }
.journal-card-copy { padding: 25px; }
.journal-card-meta { margin: 0 0 13px; color: #aaa8b4; font-size: 13px; font-weight: 700; }
.journal-card h3 { margin: 0; font-size: 24px; line-height: 1.12; letter-spacing: -.035em; }
.journal-card h3 a:hover { color: var(--lime); }
.journal-card-copy > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.journal-card-featured .journal-card-image { aspect-ratio: 16 / 8.3; }
.journal-card-featured h3 { font-size: 31px; }

.launch { padding-bottom: 145px; scroll-margin-top: 105px; }
.launch-card { position: relative; min-height: 440px; padding: clamp(40px, 6vw, 72px); overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; border-radius: 32px; background: linear-gradient(130deg, #ff6975, #e84967 58%, #a16ddf 120%); box-shadow: 0 40px 100px rgba(223,66,93,.22); }
.launch-glow { position: absolute; right: 12%; top: -60%; width: 430px; height: 430px; border-radius: 50%; background: rgba(255,255,255,.17); filter: blur(2px); }
.launch-copy, .launch-price { position: relative; z-index: 2; }
.launch-card .eyebrow { color: #4e1222; }
.launch h2 { margin-bottom: 18px; color: white; }
.launch-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.82); font-size: 17px; }
.launch-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button-light { background: white; color: #3b1720; box-shadow: 0 16px 40px rgba(70,12,29,.16); }
.text-link { font-size: 13px; font-weight: 800; }
.launch-price { padding: 35px 30px; border: 1px solid rgba(255,255,255,.30); border-radius: 23px; background: rgba(53,14,32,.16); text-align: center; backdrop-filter: blur(15px); }
.launch-price > span { color: rgba(255,255,255,.82); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.launch-price strong { display: block; margin: 4px 0; color: white; font-size: 88px; line-height: 1; letter-spacing: -.06em; }
.launch-price sup { margin-right: 4px; font-size: 28px; vertical-align: top; }
.launch-price p { margin: 10px 0 0; color: rgba(255,255,255,.86); font-size: 14px; }
.store-proof { margin-top: 18px; padding: clamp(28px, 4vw, 46px); scroll-margin-top: 100px; border: 1px solid rgba(216,255,120,.2); border-radius: 26px; background: linear-gradient(145deg, rgba(25,28,39,.96), rgba(216,255,120,.035) 55%, rgba(15,17,24,.98)); }
.store-proof-heading { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 52px; align-items: end; }
.store-proof-heading .eyebrow { grid-column: 1; margin-bottom: 10px; }
.store-proof-heading h3 { grid-column: 1; margin: 0; font-size: clamp(28px, 3vw, 41px); line-height: 1.05; }
.store-proof-heading > p:last-child { grid-column: 2; grid-row: 1 / 3; max-width: 610px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.store-proof-points { margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.store-proof-points li { min-width: 0; padding: 25px 22px; display: grid; grid-template-columns: auto 1fr; gap: 14px; }
.store-proof-points li + li { border-left: 1px solid var(--line); }
.store-proof-points li > span { color: var(--lime); font: 750 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.store-proof-points strong { display: block; margin-bottom: 8px; font-size: 15px; }
.store-proof-points p { margin: 0; color: #9997a2; font-size: 13px; line-height: 1.55; }
.store-proof-footer { padding-top: 22px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; color: #85838e; font-size: 11px; }
.store-proof-footer > span { color: var(--lime); font-weight: 850; letter-spacing: .1em; }
.store-proof-footer p { margin: 0; }
.store-proof-footer a { color: var(--lime); font-size: 13px; font-weight: 800; }

.community { border-top: 1px solid var(--line); }
.community-heading { max-width: 760px; margin-bottom: 48px; }
.community-heading h2 { margin-bottom: 20px; font-size: clamp(40px, 5vw, 66px); }
.community-heading > p:last-child { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; }
.community-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 14px; }
.community-card { position: relative; min-height: 330px; padding: clamp(28px, 4vw, 42px); display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(25,28,39,.94), rgba(17,19,27,.96)); }
.community-card[hidden] { display: none; }
.community-number { color: var(--coral); font: 750 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.community-card h3 { max-width: 470px; margin: 42px 0 14px; font-size: clamp(28px, 3vw, 38px); }
.community-card p { max-width: 540px; margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.community-card .button { margin-top: auto; }
.community-donation { border-color: rgba(216,255,120,.3); background: linear-gradient(145deg, rgba(216,255,120,.09), rgba(169,140,255,.07) 65%, rgba(15,17,24,.96)); }
.community-donation small { display: block; margin-top: 16px; color: #aaa8b4; font-size: 12px; line-height: 1.55; }

.faq { border-top: 1px solid var(--line); }
.faq-heading, .faq-list { width: min(100%, 964px); margin-right: auto; margin-left: auto; }
.faq-heading h2 { margin: 14px 0 54px; }
.faq-list { max-width: 964px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; background: #aaa8b0; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 760px; margin: -5px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.site-footer { border-top: 1px solid var(--line); background: #090a0f; }
.footer-top { padding-top: 64px; padding-bottom: 64px; display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 48px; }
.footer-brand p { margin: 14px 0 0; color: #aaa8b4; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong, .footer-note > span { margin-bottom: 5px; color: #aaa8b4; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: #c2bec8; font-size: 14px; }
.footer-links a:hover { color: var(--ink); }
.footer-note { padding-left: 28px; border-left: 1px solid var(--line); }
.footer-note strong { display: block; margin: 6px 0; font-size: 17px; }
.footer-note p { margin: 8px 0 0; color: #9997a2; font-size: 12px; line-height: 1.6; }
.footer-bottom { padding-top: 20px; padding-bottom: 24px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #9997a2; font-size: 12px; }

.legal-main { padding-top: 145px; }
.legal-hero { max-width: 850px; margin: 0 auto; padding: 80px 24px 55px; text-align: center; }
.legal-hero h1 { font-size: clamp(46px, 7vw, 78px); }
.legal-hero > p:last-child { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.legal-layout { width: min(890px, calc(100vw - 48px)); margin: 0 auto 140px; padding: 50px clamp(24px, 6vw, 70px); border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); }
.legal-layout .updated { margin: 0 0 42px; color: #777984; font-size: 12px; }
.legal-layout h2 { margin: 40px 0 14px; font-size: 27px; letter-spacing: -.025em; }
.legal-layout h2:first-of-type { margin-top: 0; }
.legal-layout h3 { margin: 28px 0 10px; font-size: 19px; letter-spacing: -.02em; }
.legal-layout p, .legal-layout li { color: #c4c1ca; font-size: 17px; line-height: 1.75; }
.legal-layout a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-layout ul { padding-left: 22px; }
.legal-layout li + li { margin-top: 8px; }
.contact-main { padding-top: 118px; }
.contact-hero { width: var(--shell); max-width: none; padding: 58px 0 46px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 72px; align-items: end; text-align: left; }
.contact-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.4vw, 76px); }
.contact-hero > p:last-child { max-width: 520px; margin: 0 0 8px; font-size: 18px; }
.contact-layout { width: var(--shell); margin: 0 auto 110px; }
.contact-layout .updated { margin: 0 0 20px; color: #777984; font-size: 12px; }
.contact-primary-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: 18px; align-items: start; }
.contact-primary-grid .feedback-section, .contact-primary-grid .support-faq { margin: 0; }
.contact-primary-grid .support-faq { padding: 30px 26px; }
.contact-primary-grid .support-faq-heading { grid-template-columns: 1fr; gap: 10px; }
.contact-primary-grid .support-faq-heading > p { font-size: 15px; }
.contact-primary-grid .support-accordion summary { min-height: 68px; font-size: 16px; }
.contact-primary-grid .support-question { gap: 12px; }
.contact-primary-grid .support-answer { padding: 0 44px 22px 24px; }
.contact-notes { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.contact-notes article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.022); }
.contact-notes article > span { color: var(--coral); font: 750 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.contact-notes h2 { margin: 24px 0 10px; font-size: 20px; }
.contact-notes p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-notes a { color: var(--lime); text-underline-offset: 3px; }
.plain-callout { margin: 30px 0; padding: 20px 22px; border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; background: rgba(255,102,117,.07); color: #d4d0d8; }
.support-faq { margin: 76px 0; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(circle at 90% 5%, rgba(169,140,255,.1), transparent 32%), rgba(255,255,255,.018); }
.support-faq-heading { display: grid; grid-template-columns: minmax(220px,.8fr) 1.2fr; gap: 48px; align-items: end; margin-bottom: 28px; }
.support-faq-heading .eyebrow { margin-bottom: 10px; }
.support-faq-heading h2 { margin: 0; }
.support-faq-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.support-accordion { border-top: 1px solid var(--line); }
.support-accordion details { border-bottom: 1px solid var(--line); transition: background .25s ease; }
.support-accordion details[open] { background: linear-gradient(90deg, rgba(216,255,120,.055), transparent 72%); }
.support-accordion summary { min-height: 74px; padding: 18px 8px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; color: var(--text); font-size: 18px; font-weight: 700; }
.support-accordion summary::-webkit-details-marker { display: none; }
.support-question { display: flex; align-items: center; gap: 20px; }
.support-number { color: var(--accent); font: 700 11px/1 var(--sans); letter-spacing: .14em; }
.support-toggle { position: relative; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.025); transition: border-color .2s ease, background .2s ease, transform .25s ease; }
.support-toggle::before, .support-toggle::after { content: ""; position: absolute; top: 16px; left: 10px; width: 12px; height: 1px; background: currentColor; transition: transform .25s ease; }
.support-toggle::after { transform: rotate(90deg); }
.support-accordion details[open] .support-toggle { border-color: rgba(216,255,120,.45); background: rgba(216,255,120,.1); color: var(--accent); transform: rotate(180deg); }
.support-accordion details[open] .support-toggle::after { transform: rotate(0); }
.support-answer { padding: 0 66px 25px 39px; }
.support-answer p { max-width: 720px; margin: 0 0 16px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.support-tip, .support-inline-link { display: inline-flex; align-items: center; min-height: 30px; padding: 6px 11px; border: 1px solid rgba(126,231,239,.2); border-radius: 999px; background: rgba(126,231,239,.06); color: var(--cyan); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.support-inline-link { text-decoration: none; }
.support-inline-link:hover { border-color: var(--cyan); }

.feedback-section { margin: 42px 0 56px; padding: clamp(24px, 5vw, 42px); scroll-margin-top: 105px; border: 1px solid rgba(216,255,120,.23); border-radius: 20px; background: linear-gradient(145deg, rgba(216,255,120,.055), rgba(169,140,255,.04)); }
.legal-layout .feedback-section h2, .contact-layout .feedback-section h2 { margin: 0 0 14px; font-size: clamp(30px, 5vw, 43px); }
.feedback-section > p:not(.eyebrow) { margin: 0; }
.contact-paths { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.contact-paths button { min-width: 0; padding: 20px; display: grid; grid-template-columns: 34px 1fr; gap: 3px 12px; align-items: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.contact-paths button:hover, .contact-paths button.is-selected { border-color: rgba(216,255,120,.45); background: rgba(216,255,120,.075); transform: translateY(-2px); }
.contact-paths button > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(216,255,120,.1); color: var(--lime); font-size: 16px; font-weight: 850; }
.contact-paths strong { font-size: 15px; }
.contact-paths small { color: #9997a2; font-size: 11px; line-height: 1.45; }
.feedback-form { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.feedback-field { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.feedback-field-wide { grid-column: 1 / -1; }
.feedback-field label { color: #ece8ef; font-size: 15px; font-weight: 760; }
.feedback-field label span { color: #9997a2; font-size: 12px; font-weight: 650; }
.feedback-field input, .feedback-field select, .feedback-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 11px; background: #11131b; color: var(--ink); font: inherit; font-size: 16px; line-height: 1.5; }
.feedback-field textarea { min-height: 170px; resize: vertical; }
.feedback-field input::placeholder, .feedback-field textarea::placeholder { color: #777984; opacity: 1; }
.feedback-field small { color: #9997a2; font-size: 12px; line-height: 1.5; }
.feedback-honeypot { display: none; }
.feedback-submit { display: flex; align-items: center; gap: 20px; }
.feedback-submit .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.feedback-submit .button:disabled { cursor: not-allowed; filter: grayscale(.45); opacity: .55; transform: none; }
.feedback-submit p { margin: 0; color: #aaa8b4; font-size: 13px; line-height: 1.55; }
.feedback-submit p[data-state="success"] { color: var(--lime); }
.feedback-submit p[data-state="error"] { color: #ff9aa4; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal[data-delay="1"] { transition-delay: .09s; }
.reveal[data-delay="2"] { transition-delay: .18s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .hero { padding-top: 145px; grid-template-columns: 1fr; gap: 75px; }
  .hero-copy { max-width: 780px; }
  .hero-product { width: min(760px, 94%); margin-inline: auto; }
  .contact-hero { grid-template-columns: 1fr; gap: 22px; align-items: start; }
  .contact-hero > p:last-child { max-width: 720px; }
  .contact-primary-grid { grid-template-columns: 1fr; }
  .contact-notes { grid-template-columns: 1fr 1fr; }
  .support-appeal { grid-template-columns: auto minmax(0, 1fr); }
  .support-appeal-action { grid-column: 2; align-items: flex-start; }
  .support-appeal-action small { max-width: 360px; text-align: left; }
  .why { grid-template-columns: 1fr; gap: 35px; }
  .why-intro { max-width: 720px; }
  .comparison-cards { grid-template-columns: repeat(2, 1fr); }
  .comparison-card { min-height: 350px; }
  .audience { grid-template-columns: 1fr; gap: 45px; }
  .audience h2 { max-width: 780px; }
  .journal-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .journal-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
  .journal-card-featured .journal-card-image { aspect-ratio: 16 / 9; }
  .journal-card-featured .journal-card-copy { align-self: center; }
  .footer-top { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-note { grid-column: 1 / -1; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1180px); --radius: 21px; }
  .site-header { top: 8px; width: calc(100vw - 16px); height: 60px; padding-left: 13px; border-radius: 16px; }
  .site-header .brand img { width: 34px; height: 34px; }
  .menu-button { width: 42px; height: 42px; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 0; border-radius: 10px; background: rgba(255,255,255,.06); }
  .menu-button span:not(.sr-only) { width: 100%; height: 2px; border-radius: 2px; background: white; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: absolute; top: 67px; left: 0; right: 0; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,17,24,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { margin-top: 4px; text-align: center; }
  .hero { min-height: 0; padding-top: 132px; padding-bottom: 100px; gap: 58px; }
  h1 { font-size: clamp(48px, 14vw, 67px); }
  .hero-lede { font-size: 17px; }
  .hero-product { width: 100%; }
  .browser-frame { transform: none; border-radius: 17px; }
  .browser-content { min-height: 410px; grid-template-columns: 1fr; }
  .mock-article { padding: 28px 24px; }
  .player-panel { display: none; }
  .proof-private { top: 65px; right: -8px; }
  .proof-sync { left: 12px; bottom: -28px; }
  .orb-one { right: 0; }
  .orb-two { left: 0; }
  .signal-strip { padding: 28px 18px; justify-content: flex-start; overflow-x: auto; }
  .signal-strip div { min-width: max-content; }
  .signal-strip > i { flex: 0 0 3px; }
  .support-appeal { margin-top: 42px; padding: 28px 23px; grid-template-columns: 1fr; gap: 21px; }
  .support-appeal-icon { width: 56px; height: 56px; border-radius: 16px; }
  .support-appeal-action { grid-column: auto; align-items: stretch; }
  .support-appeal-action small { max-width: none; text-align: center; }
  .support-appeal-promises { gap: 6px; }
  .experience, .market-gap, .features, .audience, .journal-preview, .community, .faq { padding-top: 105px; padding-bottom: 105px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .why-intro h2, .audience h2, .faq h2, .launch h2 { font-size: 42px; }
  .demo-toolbar { padding: 13px; align-items: stretch; }
  .demo-status { display: none; }
  .demo-controls { width: 100%; justify-content: space-between; }
  .demo-copy { padding: 45px 17px; }
  .demo-copy p { font-size: clamp(27px, 8.1vw, 38px); line-height: 1.58; }
  .demo-footnote { padding: 14px 17px; }
  .comparison-promise { grid-template-columns: 1fr; gap: 26px; }
  .comparison-promise-product { padding: 0 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .comparison-promise-product > small { max-width: 320px; }
  .comparison-cards { grid-template-columns: 1fr; }
  .comparison-card { min-height: 340px; }
  .comparison-matrix-heading { align-items: flex-start; }
  .comparison-matrix-heading > span { display: block; max-width: 100px; text-align: right; }
  .comparison-table-scroll { width: calc(100% + 16px); margin-right: 0; isolation: isolate; border-radius: 20px 0 0 20px; }
  .comparison-table thead th:first-child { position: sticky; z-index: 20; left: 0; width: 174px; border-radius: 19px 0 0; box-shadow: 8px 0 18px rgba(0,0,0,.14); }
  .comparison-table tbody th { position: sticky; z-index: 15; left: 0; background: #12141c; box-shadow: 8px 0 18px rgba(0,0,0,.14); }
  .comparison-table th, .comparison-table td { padding: 18px 14px; }
  .comparison-bottom-line { padding: 23px; flex-direction: column; align-items: flex-start; }
  .why { padding-bottom: 105px; }
  .why-step { grid-template-columns: 42px 1fr; }
  .why-step p { grid-column: 2; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 340px; padding: 27px; }
  .feature-card h3 { font-size: 27px; }
  .audience-grid article { padding: 24px 20px; grid-template-columns: 40px 1fr; }
  .journal-preview-heading { align-items: flex-start; flex-direction: column; }
  .journal-preview-grid { grid-template-columns: 1fr; }
  .journal-card-featured { grid-column: auto; display: block; }
  .journal-card-featured h3 { font-size: 28px; }
  .launch { width: calc(100% - 20px); padding-bottom: 105px; }
  .launch-card { min-height: 0; padding: 42px 25px; grid-template-columns: 1fr; gap: 35px; border-radius: 24px; }
  .launch-price strong { font-size: 72px; }
  .store-proof { padding: 27px 22px; }
  .store-proof-heading { grid-template-columns: 1fr; gap: 14px; }
  .store-proof-heading .eyebrow, .store-proof-heading h3, .store-proof-heading > p:last-child { grid-column: 1; grid-row: auto; }
  .store-proof-points { grid-template-columns: 1fr; }
  .store-proof-points li + li { border-top: 1px solid var(--line); border-left: 0; }
  .store-proof-footer { grid-template-columns: 1fr; }
  .faq-heading { display: block; }
  .faq-heading h2 { margin-bottom: 40px; }
  .faq-list summary { font-size: 16px; }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; }
  .legal-main { padding-top: 90px; }
  .legal-hero { padding: 70px 18px 40px; }
  .legal-layout { width: calc(100vw - 24px); margin-bottom: 80px; padding: 34px 22px; }
  .contact-main { padding-top: 82px; }
  .contact-hero { width: var(--shell); padding: 52px 0 34px; text-align: left; }
  .contact-hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .contact-layout { width: var(--shell); margin-bottom: 75px; }
  .contact-notes { grid-template-columns: 1fr; }
  .analytics-consent { right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 17px; grid-template-columns: 39px minmax(0, 1fr); gap: 8px 13px; border-radius: 17px; }
  .analytics-consent-mark { width: 39px; height: 39px; border-radius: 12px; }
  .analytics-consent-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .analytics-consent p { margin-top: 8px; font-size: 12px; }
  .analytics-consent-actions { grid-column: 1 / -1; margin-top: 8px; }
  .analytics-consent-actions button { flex: 1; }
  .support-faq { margin: 56px 0; padding: 24px 20px; }
  .support-faq-heading { grid-template-columns: 1fr; gap: 14px; }
  .support-accordion summary { min-height: 68px; padding: 16px 2px; font-size: 16px; }
  .support-question { gap: 12px; }
  .support-answer { padding: 0 46px 22px 25px; }
  .feedback-form { grid-template-columns: 1fr; }
  .contact-paths { grid-template-columns: 1fr; }
  .feedback-field-wide { grid-column: auto; }
  .feedback-submit { align-items: flex-start; flex-direction: column; }
}

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