/* ─────────────────────────────────────────────────────────────
   Murmur — design system
   Warm, premium, magazine-cover quiet. Light by default.
   ──────────────────────────────────────────────────────────── */

:root {
  /* ── Palette: warm cream / peach / violet (light) ── */
  --bg:        #FBF6EE;          /* page cream */
  --bg-2:      #F4ECDD;          /* cream warmer */
  --surface:   #FFFFFF;
  --surface-2: #FAF3E6;
  --line:      rgba(40, 25, 15, 0.08);
  --line-2:    rgba(40, 25, 15, 0.14);

  /* Ink (text on cream) */
  --ink:       #1B1410;
  --ink-2:     rgba(27, 20, 16, 0.72);
  --ink-3:     rgba(27, 20, 16, 0.50);
  --ink-4:     rgba(27, 20, 16, 0.32);

  /* Signature accents */
  --peach:     #F2A78F;
  --peach-2:   #FFC8AE;
  --violet:    #7C6CE8;
  --violet-2:  #A89BF5;
  --rose:      #F1A0B4;
  --cream:     #F8E7C9;
  --plum:      #2A1B3D;

  /* Soft warm gradients */
  --grad:      linear-gradient(135deg, #F2A78F 0%, #E29DB7 45%, #7C6CE8 100%);
  --grad-soft: linear-gradient(135deg, rgba(242,167,143,0.18), rgba(124,108,232,0.10));
  --grad-warm: linear-gradient(180deg, #FBF6EE 0%, #F8E7C9 100%);

  /* Buttons (light theme) */
  --btn-primary-bg:    #1B1410;
  --btn-primary-fg:    #FBF6EE;
  --btn-primary-hover: #2A1F18;
  --btn-ghost-bg:      rgba(27, 20, 16, 0.04);
  --btn-ghost-bg-h:    rgba(27, 20, 16, 0.08);

  /* Shadows — multi-layer, warm undertone */
  --sh-1: 0 1px 2px rgba(40, 25, 15, 0.04), 0 2px 4px rgba(40, 25, 15, 0.04);
  --sh-2: 0 2px 4px rgba(40, 25, 15, 0.05), 0 8px 24px rgba(40, 25, 15, 0.06);
  --sh-3: 0 4px 8px rgba(40, 25, 15, 0.06), 0 24px 48px -12px rgba(40, 25, 15, 0.14);
  --sh-pill: 0 1px 0 rgba(255,255,255,0.6) inset, 0 8px 24px rgba(124,108,232,0.18), 0 24px 48px -16px rgba(40,25,15,0.18);

  /* Motion */
  --ease:      cubic-bezier(.2,.7,.2,1);
  --ease-out:  cubic-bezier(.16,1,.3,1);
  --spring:    cubic-bezier(.34,1.56,.64,1);

  /* Shape */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 36px;

  /* Layout */
  --container: 1200px;
  --container-narrow: 760px;
  --gutter: clamp(20px, 4vw, 48px);

  /* Type */
  --serif: 'Fraunces', 'Iowan Old Style', 'Apple Garamond', 'Baskerville', 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, sans-serif;
  --mono:  'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

/* ── Dark theme ── */
@media (prefers-color-scheme: dark) {
  :root {
    --bg:        #0B0A10;
    --bg-2:      #11101A;
    --surface:   #15131F;
    --surface-2: #1A1827;
    --line:      rgba(255, 240, 220, 0.07);
    --line-2:    rgba(255, 240, 220, 0.14);

    --ink:       #F5EBDD;
    --ink-2:     rgba(245, 235, 221, 0.70);
    --ink-3:     rgba(245, 235, 221, 0.46);
    --ink-4:     rgba(245, 235, 221, 0.28);

    --btn-primary-bg:    #FBF6EE;
    --btn-primary-fg:    #0B0A10;
    --btn-primary-hover: #FFFFFF;
    --btn-ghost-bg:      rgba(255, 245, 230, 0.04);
    --btn-ghost-bg-h:    rgba(255, 245, 230, 0.10);

    --sh-1: 0 1px 2px rgba(0,0,0,0.4);
    --sh-2: 0 2px 4px rgba(0,0,0,0.4), 0 8px 24px rgba(0,0,0,0.4);
    --sh-3: 0 4px 8px rgba(0,0,0,0.5), 0 24px 48px -12px rgba(0,0,0,0.6);
    --sh-pill: 0 1px 0 rgba(255,255,255,0.06) inset, 0 8px 24px rgba(124,108,232,0.18), 0 24px 48px -16px rgba(0,0,0,0.6);
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; }

body {
  font-family: var(--sans);
  font-feature-settings: "ss01","cv11","cv03";
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  letter-spacing: -0.005em;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

::selection { background: rgba(124,108,232,0.25); color: var(--ink); }

/* ─────────────────────────────  TYPOGRAPHY  ───────────────────────────── */

h1, h2, h3, h4 { margin: 0; font-weight: 400; letter-spacing: -0.025em; line-height: 1.05; color: var(--ink); }

h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(56px, 9.5vw, 132px);
  letter-spacing: -0.04em;
  line-height: 0.95;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 5.2vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-variation-settings: "opsz" 96, "SOFT" 40;
}
h3 {
  font-family: var(--sans);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
p { margin: 0; color: var(--ink-2); }

em { font-style: italic; font-family: var(--serif); font-weight: 300; }

/* ── Eyebrow tag ── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500; letter-spacing: 0.14em;
  color: var(--ink-3);
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  backdrop-filter: blur(6px);
  font-family: var(--sans);
}
.eyebrow__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 0 4px rgba(242,167,143,0.18), 0 0 10px var(--peach);
}

/* ─────────────────────────────  BUTTONS  ───────────────────────────── */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px;
  font-size: 14.5px; font-weight: 500;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease-out), background .25s var(--ease), border-color .25s var(--ease), box-shadow .35s var(--ease), color .25s var(--ease);
  white-space: nowrap;
  user-select: none;
  font-family: var(--sans);
  letter-spacing: -0.005em;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn__arrow { display: inline-block; transition: transform .25s var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(3px); }

.btn--primary {
  color: var(--btn-primary-fg);
  background: var(--btn-primary-bg);
  box-shadow: var(--sh-2);
}
.btn--primary:hover {
  background: var(--btn-primary-hover);
  box-shadow: var(--sh-3);
}

.btn--ghost {
  color: var(--ink);
  background: var(--btn-ghost-bg);
  border-color: var(--line-2);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover {
  background: var(--btn-ghost-bg-h);
  border-color: rgba(40,25,15,0.22);
}
@media (prefers-color-scheme: dark) {
  .btn--ghost:hover { border-color: rgba(255,245,230,0.22); }
}

.btn--lg { padding: 15px 26px; font-size: 15px; }
.btn--block { width: 100%; }

/* ─────────────────────────────  NAV  ───────────────────────────── */

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: backdrop-filter .35s, background .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.nav.is-stuck {
  background: rgba(251, 246, 238, 0.78);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
  border-bottom-color: var(--line);
}
@media (prefers-color-scheme: dark) {
  .nav.is-stuck { background: rgba(11, 10, 16, 0.72); }
}

.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 16px var(--gutter);
  display: flex; align-items: center; gap: 32px;
}
.nav__brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; letter-spacing: -0.02em;
  font-size: 17px;
  color: var(--ink);
}
.nav__links {
  display: flex; align-items: center; gap: 30px;
  margin-left: auto; margin-right: auto;
  font-size: 14px; color: var(--ink-2);
}
.nav__links a { transition: color .2s; position: relative; }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--ink); }
.nav__cta { font-size: 13.5px; padding: 9px 18px; }

@media (max-width: 820px) {
  .nav__links { display: none; }
  .nav__inner { gap: 16px; }
}

/* "What's new" chip in nav — links to changelog */
.nav__whatsnew {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 12px 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background:
    linear-gradient(135deg, rgba(242,167,143,0.14), rgba(124,108,232,0.10)),
    var(--surface);
  font-size: 12px;
  color: var(--ink-2);
  font-family: var(--sans);
  letter-spacing: -0.005em;
  transition: border-color .25s var(--ease), color .25s var(--ease), transform .25s var(--ease-out);
  white-space: nowrap;
}
.nav__whatsnew:hover {
  color: var(--ink);
  border-color: rgba(124,108,232,0.45);
  transform: translateY(-1px);
}
.nav__whatsnew-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 0 3px rgba(242,167,143,0.18), 0 0 8px var(--peach);
}
.nav__whatsnew-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--violet);
  font-weight: 500;
}
.nav__whatsnew-text {
  font-weight: 500;
  color: var(--ink);
}
@media (max-width: 1080px) {
  .nav__whatsnew-text { display: none; }
}
@media (max-width: 640px) {
  .nav__whatsnew { display: none; }
}

/* Brand mark — three bars */
.brandmark {
  position: relative;
  display: inline-flex; align-items: center; gap: 3px;
  width: 26px; height: 26px;
  justify-content: center;
}
.brandmark::before {
  content: "";
  position: absolute; inset: -3px;
  border-radius: 8px;
  background: var(--grad);
  filter: blur(10px); opacity: .25;
  z-index: -1;
}
.brandmark__dot {
  width: 4px; border-radius: 4px;
  background: var(--ink);
  transition: height .35s var(--spring), background .25s var(--ease);
}
.brandmark__dot:nth-child(1) { height: 10px; background: var(--peach); }
.brandmark__dot:nth-child(2) { height: 18px; background: var(--ink); }
.brandmark__dot:nth-child(3) { height: 8px; background: var(--violet); }
.nav__brand:hover .brandmark__dot:nth-child(1) { height: 16px; }
.nav__brand:hover .brandmark__dot:nth-child(2) { height: 10px; transition-delay: .04s; }
.nav__brand:hover .brandmark__dot:nth-child(3) { height: 14px; transition-delay: .08s; }
.brand__word { letter-spacing: -0.025em; transition: color .25s var(--ease); font-family: var(--sans); }

/* ─────────────────────────────  HERO  ───────────────────────────── */

.hero {
  position: relative;
  padding: 140px var(--gutter) 60px;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
}

.hero__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
@media (max-width: 1000px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
}

/* Aurora gradient blobs — soft, warm, restrained */
.hero__aurora {
  position: absolute; inset: -10% -10% -10% -10%;
  pointer-events: none;
  z-index: -2;
  filter: blur(90px);
}
.aurora {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
@media (prefers-color-scheme: dark) {
  .aurora { mix-blend-mode: screen; }
}
.aurora--peach  { width: 680px; height: 680px; left: -8%; top: -10%;  background: radial-gradient(closest-side, rgba(242,167,143,0.55), transparent 70%); }
.aurora--violet { width: 620px; height: 620px; right: -6%; top: 8%;   background: radial-gradient(closest-side, rgba(168,155,245,0.45), transparent 70%); }
.aurora--cream  { width: 540px; height: 540px; left: 30%; top: 60%;  background: radial-gradient(closest-side, rgba(248,231,201,0.55), transparent 70%); }

/* Hero copy */
.eyebrow { margin-bottom: 28px; }

.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
}
.hero__line {
  display: block;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.hero__line--accent em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  font-variation-settings: "opsz" 144;
}

.hero__sub {
  margin-top: 28px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
  max-width: 540px;
  color: var(--ink-2);
}
.hero__cta {
  margin-top: 36px;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.hero__meta {
  margin: 64px 0 0;
  padding: 24px 0 0; list-style: none;
  display: flex; gap: 40px; flex-wrap: wrap;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-3);
}
.hero__meta li { display: flex; flex-direction: column; gap: 4px; }
.hero__meta strong {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 96;
}
.hero__meta span {
  font-size: 12.5px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
}

/* ── Hero stage: floating dictation pill over a faux desktop ── */
.hero__stage {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  perspective: 1400px;
  min-height: 520px;
}

.stage {
  position: relative;
  width: 100%; max-width: 520px;
  aspect-ratio: 5 / 6;
}

/* Faux desktop window behind the pill */
.stage__desktop {
  position: absolute; inset: 0 0 80px 0;
  border-radius: var(--r-2xl);
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line);
  box-shadow: var(--sh-3);
  overflow: hidden;
  transform: rotateX(4deg) rotateY(-4deg);
  transform-origin: center center;
}
@media (max-width: 1000px) {
  .stage__desktop { transform: none; }
}
.stage__chrome {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.5), transparent);
}
.stage__chrome span {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--line-2);
}
.stage__chrome span:first-child { background: #F1A0B4; }
.stage__chrome span:nth-child(2) { background: #F2C97A; }
.stage__chrome span:nth-child(3) { background: #9DCFA5; }
.stage__url {
  margin: 0 auto;
  padding: 4px 14px;
  border-radius: 999px;
  background: var(--bg-2);
  font-size: 12px;
  color: var(--ink-3);
  font-family: var(--mono);
}
.stage__doc {
  padding: 28px 32px;
  position: relative;
}
.stage__line {
  height: 10px;
  margin: 0 0 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--line-2), var(--line));
  background-size: 200% 100%;
  animation: stageShimmer 6s linear infinite;
}
@keyframes stageShimmer {
  0%   { background-position: 0% 0; }
  100% { background-position: -200% 0; }
}
.stage__line--full { width: 96%; }
.stage__line--80   { width: 80%; }
.stage__line--90   { width: 90%; }
.stage__line--60   { width: 60%; }
.stage__line--type {
  width: auto; max-width: 88%;
  background: transparent;
  height: auto;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  line-height: 1.55;
  margin-top: 8px;
  animation: none;
  display: inline-block;
}
.stage__caret {
  display: inline-block;
  width: 1.5px; height: 16px;
  background: var(--violet);
  vertical-align: -3px;
  margin-left: 1px;
  animation: caret 1.05s steps(2, end) infinite;
}

/* ── The floating dictation pill — the hero's hero ── */
.pill {
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 16px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow: var(--sh-pill);
  animation: pillFloat 5.5s ease-in-out infinite;
  will-change: transform;
}
@media (prefers-color-scheme: dark) {
  .pill {
    background: rgba(40, 30, 50, 0.55);
    border-color: rgba(255, 245, 230, 0.10);
  }
}
@keyframes pillFloat {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, -10px); }
}

.pill__state {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500;
  color: var(--ink);
}
.pill__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 0 4px rgba(242,167,143,0.20), 0 0 12px var(--peach);
  animation: pillPulse 1.6s ease-in-out infinite;
}
@keyframes pillPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(242,167,143,0.5), 0 0 12px var(--peach); }
  50%      { box-shadow: 0 0 0 8px rgba(242,167,143,0), 0 0 12px var(--peach); }
}
.pill__label { letter-spacing: -0.01em; }

.pill__wave {
  display: flex; align-items: center; gap: 3px;
  height: 22px; width: 100px;
}
.pill__wave .pill__bar {
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, var(--peach), var(--violet));
  height: 30%;
}

.pill__kbd { display: inline-flex; align-items: center; gap: 6px; }

/* ─────────────────────────────  STRIP  ───────────────────────────── */

.strip {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px var(--gutter);
  background: var(--bg-2);
}
.strip__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 28px;
  flex-wrap: wrap;
}
.strip__label {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-4);
  font-family: var(--sans);
}
.strip__logos {
  display: flex; align-items: center; gap: 22px;
  font-size: 14.5px; color: var(--ink-2);
  flex-wrap: wrap; justify-content: center;
}
.strip__logo { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--ink); }
.strip__logo em {
  font-style: normal; font-family: var(--mono);
  font-size: 11.5px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
  margin-left: 4px;
}
.strip__logo--soon { color: var(--ink-3); }
.strip__logo--soon em {
  padding: 2px 8px; border: 1px solid var(--line);
  border-radius: 999px;
}
.logo-glyph {
  width: 24px; height: 24px; border-radius: 7px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(242,167,143,0.20), rgba(124,108,232,0.10));
  border: 1px solid var(--line);
  font-size: 12px; font-weight: 600; color: var(--ink);
}
.strip__divider {
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--line-2);
}

/* ─────────────────────────────  SECTIONS  ───────────────────────────── */

.section {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 140px var(--gutter);
}
@media (max-width: 760px) {
  .section { padding: 96px var(--gutter); }
}

.section--alt {
  max-width: none;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section--alt > * { max-width: var(--container); margin-left: auto; margin-right: auto; }

.section__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}
.section__head .eyebrow { margin-bottom: 22px; }
.section__title { margin-bottom: 22px; }
.section__sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 640px;
  margin: 0 auto;
}

/* ─────────────────────────────  FEATURES (bento)  ───────────────────────────── */

.features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(280px, auto);
  gap: 18px;
}
.feature {
  position: relative;
  grid-column: span 2;
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  padding: 32px 30px 30px;
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
  box-shadow: var(--sh-1);
}
.feature::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 0% 0%, rgba(242,167,143,0.10), transparent 50%);
  opacity: .8;
  pointer-events: none;
}
.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-3);
  border-color: rgba(124,108,232,0.32);
}
.feature--lg { grid-column: span 3; background: linear-gradient(180deg, var(--surface), var(--surface-2)); }
.feature--wide { grid-column: span 4; }

.feature__art {
  height: 156px;
  margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  border-radius: var(--r-md);
}
.feature__body { margin-top: auto; }
.feature__body h3 { margin-bottom: 8px; }
.feature__body p { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.feature em { color: var(--violet); }

@media (max-width: 980px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .feature, .feature--lg, .feature--wide { grid-column: span 2; }
}
@media (max-width: 600px) {
  .features { grid-template-columns: 1fr; }
  .feature, .feature--lg, .feature--wide { grid-column: span 1; }
}

/* — Feature art primitives — */

.orb { position: relative; width: 100px; height: 100px; }
.orb__ring {
  position: absolute; inset: 0;
  border: 1px solid rgba(124,108,232,0.40);
  border-radius: 50%;
  animation: orbPulse 3s ease-out infinite;
}
.orb__ring:nth-child(2) { animation-delay: 1s; inset: 14%; }
.orb__ring:nth-child(3) { animation-delay: 2s; inset: 28%; }
.orb__core {
  position: absolute; inset: 38%;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 24px rgba(124,108,232,0.55), 0 0 60px rgba(242,167,143,0.40);
}
@keyframes orbPulse {
  0%   { transform: scale(.8); opacity: .9; }
  100% { transform: scale(1.4); opacity: 0; }
}
.orb--big { width: 80px; height: 80px; }

/* Mini keys */
.feature__art--keys { gap: 10px; }
.mini-key {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 4px 12px rgba(40,25,15,0.06);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 12px; color: var(--ink);
  transition: transform .35s var(--ease);
}
@media (prefers-color-scheme: dark) {
  .mini-key { box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 4px 12px rgba(0,0,0,0.4); }
}
.feature:hover .mini-key { transform: translateY(-2px); }
.feature:hover .mini-key:nth-child(2) { transform: translateY(-4px); transition-delay: .04s; }
.feature:hover .mini-key:nth-child(3) { transform: translateY(-6px); transition-delay: .08s; }
.mini-key--accent {
  background: var(--ink);
  color: var(--bg);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(40,25,15,0.18);
  font-weight: 600;
}

.feature__art--shield svg { color: var(--violet); opacity: .85; }

/* Meter */
.meter {
  display: flex; align-items: flex-end; gap: 6px;
  height: 100%;
  padding: 8px 0;
}
.meter__bar {
  width: 8px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--peach-2), var(--peach) 50%, var(--violet));
  height: calc(var(--h, .5) * 100%);
  min-height: 8px;
  animation: meterBar 1.6s ease-in-out infinite;
}
.meter__bar:nth-child(2) { animation-delay: .12s; }
.meter__bar:nth-child(3) { animation-delay: .24s; }
.meter__bar:nth-child(4) { animation-delay: .36s; }
.meter__bar:nth-child(5) { animation-delay: .48s; }
.meter__bar:nth-child(6) { animation-delay: .60s; }
.meter__bar:nth-child(7) { animation-delay: .72s; }
.meter__bar:nth-child(8) { animation-delay: .84s; }
.meter__bar:nth-child(9) { animation-delay: .96s; }
.meter__bar:nth-child(10) { animation-delay: 1.08s; }
.meter__bar:nth-child(11) { animation-delay: 1.20s; }
.meter__bar:nth-child(12) { animation-delay: 1.32s; }
@keyframes meterBar {
  0%, 100% { transform: scaleY(0.7); opacity: .85; }
  50%      { transform: scaleY(1); opacity: 1; }
}
.meter--full { width: 100%; height: 56px; justify-content: center; }

/* Ghost card */
.feature__art--card { padding: 16px; }
.ghostcard {
  width: 100%; height: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  padding: 14px;
  display: flex; flex-direction: column; gap: 8px;
  font-size: 12.5px;
  font-family: var(--mono);
}
.ghostcard__row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.ghostcard__row > span:first-child {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 8px var(--peach);
}
.ghostcard__time { color: var(--ink-4); font-size: 10.5px; letter-spacing: 0.04em; }
.ghostcard__text { color: var(--ink-2); font-family: var(--sans); font-size: 13px; }

/* Accuracy review feature — before/after diff */
.feature--review {
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(124,108,232,0.10), transparent 55%),
    linear-gradient(180deg, var(--surface), var(--surface-2));
}
.feature__art--review {
  height: auto;
  min-height: 156px;
  align-items: stretch;
  padding: 4px 0;
}
.review {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  font-family: var(--sans);
}
.review__row {
  position: relative;
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  font-size: 13.5px;
  line-height: 1.5;
}
.review__row--before {
  border-style: dashed;
  border-color: var(--line-2);
  color: var(--ink-3);
}
.review__row--after {
  background:
    linear-gradient(180deg, rgba(124,108,232,0.06), rgba(242,167,143,0.04)),
    var(--surface);
  border-color: rgba(124,108,232,0.32);
  color: var(--ink);
}
.review__label {
  flex-shrink: 0;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-4);
  padding-top: 2px;
  min-width: 38px;
}
.review__row--after .review__label { color: var(--violet); }
.review__text { color: inherit; }
.review__mark {
  background: rgba(124,108,232,0.16);
  color: var(--ink);
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 500;
  font-style: normal;
}
.review__mark--strike {
  text-decoration: line-through;
  text-decoration-color: rgba(40,25,15,0.4);
  background: rgba(241,160,180,0.18);
  color: var(--ink-3);
  font-weight: 400;
}
.review__arrow {
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 22px;
  margin: 0 auto;
  color: var(--violet);
  transform: rotate(90deg);
  opacity: .7;
}

/* Inline pill on a feature heading (e.g. Pro · v1.1) */
.feature__pill {
  display: inline-flex; align-items: center;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(242,167,143,0.20), rgba(124,108,232,0.18));
  color: var(--violet);
  border: 1px solid rgba(124,108,232,0.25);
  margin-right: 10px;
  vertical-align: 2px;
}

/* Tray */
.tray {
  position: relative; width: 80px; height: 30px;
  border-radius: 8px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
}
.tray::before, .tray::after {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--line-2);
  margin: 0 3px;
}
.tray__icon {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 12px rgba(124,108,232,0.5);
  margin: 0 3px;
}
.tray__pulse {
  position: absolute;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--violet);
  opacity: .35;
  animation: trayPulse 2s ease-out infinite;
}
@keyframes trayPulse {
  0%   { transform: scale(1); opacity: .35; }
  100% { transform: scale(2.4); opacity: 0; }
}

/* ─────────────────────────────  STEPS / HOW  ───────────────────────────── */

.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 880px) { .steps { grid-template-columns: 1fr; } }

.step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 32px 28px 28px;
  background: var(--surface);
  display: flex; flex-direction: column; gap: 22px;
  overflow: hidden;
  box-shadow: var(--sh-1);
}
.step__num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  color: var(--peach);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.step__body h3 { margin-bottom: 8px; }
.step__body p { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; }
.step__art { margin-top: auto; }

.card {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--bg-2);
  overflow: hidden;
}
.card--mini { font-size: 12.5px; }
.card__head {
  padding: 8px 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.card__body { padding: 18px; }

.kbd {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 28px; height: 26px; padding: 0 9px;
  border-radius: 7px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  font-size: 11.5px;
  font-family: var(--mono);
  color: var(--ink);
  box-shadow: inset 0 -1px 0 rgba(40,25,15,0.05), 0 1px 0 rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}
@media (prefers-color-scheme: dark) {
  .kbd { box-shadow: inset 0 -1px 0 rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.04); }
}
.kbd--inline { transform: translateY(-1px); }

.capture { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.capture .kbd { font-size: 11px; height: 24px; }
.capture__hint {
  margin-left: 8px;
  font-family: var(--mono);
  font-size: 11px; color: var(--violet);
  display: inline-flex; align-items: center; gap: 6px;
}
.capture__hint::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 6px var(--violet);
  animation: pulse 1.1s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(124,108,232,0.5), 0 0 8px var(--violet); }
  50%      { box-shadow: 0 0 0 6px rgba(124,108,232,0); }
}
.dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ink-4);
  transition: background .25s, box-shadow .25s;
}
.dot--live {
  background: var(--peach);
  box-shadow: 0 0 0 4px rgba(242,167,143,0.18), 0 0 10px var(--peach);
}

.card--type .card__body { padding: 16px 18px 18px; }
.typeout {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.55;
  font-family: var(--mono);
  min-height: 38px;
}
.typeout__caret {
  display: inline-block; width: 1.5px; height: 14px;
  background: var(--violet);
  vertical-align: -2px; margin-left: 2px;
  animation: caret 1.05s steps(2, end) infinite;
}
@keyframes caret { 50% { opacity: 0; } }

/* Wave (steps mini) */
.wave {
  height: 56px;
  display: flex; align-items: center; justify-content: center;
  gap: 3px;
}
.wave__bar {
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg, var(--peach), var(--violet));
  height: 8%;
  transform-origin: center;
  transition: height .12s ease;
}
.wave--mini { height: 36px; }

/* ─────────────────────────────  PRICING  ───────────────────────────── */

.pricing__toggle {
  margin-top: 28px;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
}
.pricing__toggle-btn {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13.5px; font-weight: 500;
  color: var(--ink-2);
  transition: background .25s, color .25s, box-shadow .25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.pricing__toggle-btn--active {
  background: var(--ink);
  color: var(--bg);
}
.pricing__save {
  font-family: var(--mono);
  font-size: 10.5px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(242,167,143,0.18);
  color: var(--peach);
  letter-spacing: 0.04em;
}
.pricing__toggle-btn--active .pricing__save { background: rgba(242,167,143,0.28); color: var(--peach-2); }

.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 920px) {
  .pricing { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
}

.plan {
  position: relative;
  display: flex; flex-direction: column; gap: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  padding: 36px 30px;
  overflow: hidden;
  box-shadow: var(--sh-1);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--sh-3); }
.plan--featured {
  border-color: rgba(124,108,232,0.45);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(242,167,143,0.10), transparent 50%),
    var(--surface);
  box-shadow: var(--sh-2), 0 0 0 1px rgba(124,108,232,0.10);
}
.plan__ribbon {
  position: absolute; top: 18px; right: 18px;
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg);
}
.plan__head { display: flex; flex-direction: column; gap: 4px; }
.plan__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.plan__tag { font-size: 13.5px; color: var(--ink-3); }
.plan__price {
  display: flex; align-items: baseline; gap: 8px;
}
.plan__amount {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-variation-settings: "opsz" 144;
}
.plan__per {
  font-size: 13px;
  color: var(--ink-3);
  font-family: var(--sans);
}

.plan__features {
  margin: 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 12px;
  font-size: 14px;
  color: var(--ink-2);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.plan__features li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}
.plan__features li::before {
  content: "";
  position: absolute; left: 0; top: 7px;
  width: 12px; height: 8px;
  border-left: 1.5px solid var(--peach);
  border-bottom: 1.5px solid var(--peach);
  transform: rotate(-45deg);
}

/* ─────────────────────────────  SHOWCASE  ───────────────────────────── */

.showcase__frame {
  position: relative;
  display: flex; justify-content: center;
  perspective: 1600px;
  margin-top: 24px;
}
.showcase__glow {
  position: absolute; inset: 10% 10% -10% 10%;
  background: radial-gradient(50% 60% at 50% 30%, rgba(242,167,143,0.30), transparent 70%);
  filter: blur(60px);
  z-index: -1;
}

.appshot {
  width: 100%; max-width: 920px;
  border-radius: var(--r-2xl);
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line);
  box-shadow:
    var(--sh-3),
    0 0 80px -30px rgba(124,108,232,0.30);
  overflow: hidden;
  transform: rotateX(2deg);
  transition: transform .8s var(--ease-out);
}
.appshot:hover { transform: rotateX(0deg); }

.appshot__chrome {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.5), transparent);
}
.appshot__lights { display: flex; gap: 7px; }
.appshot__lights span { width: 11px; height: 11px; border-radius: 50%; }
.appshot__lights span:nth-child(1) { background: #F1A0B4; }
.appshot__lights span:nth-child(2) { background: #F2C97A; }
.appshot__lights span:nth-child(3) { background: #9DCFA5; }
.appshot__title {
  margin: 0 auto;
  font-size: 13px; color: var(--ink-3);
  letter-spacing: -0.01em;
}
.appshot__menu { color: var(--ink-3); font-size: 18px; line-height: 1; letter-spacing: 1px; }

.appshot__body {
  padding: 36px 36px 30px;
  display: grid; grid-template-columns: 1fr; gap: 22px;
}

.appshot__hero {
  display: flex; align-items: center; gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--bg-2);
}
.appshot__orb {
  width: 88px; height: 88px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(124,108,232,0.18), transparent 70%);
}
.appshot__status { flex: 1; }
.appshot__state {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 28px; letter-spacing: -0.02em;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.appshot__hint { margin-top: 4px; font-size: 13px; color: var(--ink-3); }

.appshot__meter {
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--bg-2);
}

.appshot__seg {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 5px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.appshot__segbtn {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 9px 12px;
  border-radius: 8px;
  color: var(--ink-2);
  font: inherit; font-size: 13.5px; font-weight: 500;
  cursor: pointer;
  transition: background .25s, color .25s, box-shadow .25s;
  font-family: var(--sans);
}
.appshot__segbtn:hover { color: var(--ink); background: rgba(40,25,15,0.04); }
.appshot__segbtn--active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 4px 12px rgba(40,25,15,0.05);
}

.appshot__list {
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--bg-2);
  overflow: hidden;
}
.appshot__item {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  transition: background .2s;
}
.appshot__item:last-child { border-bottom: 0; }
.appshot__item:hover { background: var(--surface); }
.appshot__itemtext { color: var(--ink-2); flex: 1; }
.appshot__itemtime { color: var(--ink-4); font-family: var(--mono); font-size: 11px; }

@media (max-width: 700px) {
  .appshot__body { padding: 22px; }
  .appshot__hero { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ─────────────────────────────  TESTIMONIALS  ───────────────────────────── */

.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 920px) { .quotes { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } }

.quote {
  margin: 0;
  display: flex; flex-direction: column; gap: 22px;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--sh-1);
  position: relative;
  overflow: hidden;
}
.quote::before {
  content: "“";
  position: absolute;
  top: 6px; left: 18px;
  font-family: var(--serif);
  font-size: 96px;
  line-height: 1;
  color: var(--peach);
  opacity: .35;
  pointer-events: none;
}
.quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 18.5px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.quote figcaption {
  display: flex; align-items: center; gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.quote__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans);
  font-size: 12px; font-weight: 600;
  color: var(--ink);
  border: 1px solid var(--line-2);
  flex-shrink: 0;
}
.quote__avatar--a { background: linear-gradient(135deg, #FFD3B6, #F2A78F); }
.quote__avatar--b { background: linear-gradient(135deg, #E0D2FF, #A89BF5); color: #2A1B3D; }
.quote__avatar--c { background: linear-gradient(135deg, #FCE2C7, #F1A0B4); }
.quote__name { display: block; font-size: 14px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.quote__role { display: block; font-size: 12.5px; color: var(--ink-3); }

/* Reveal the testimonials with a small stagger */
.quote { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.quote.is-in { opacity: 1; transform: none; }

/* ─────────────────────────────  COMPARE  ───────────────────────────── */

.compare {
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--sh-1);
}
.compare__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.compare__row:last-child { border-bottom: 0; }
.compare__row--head {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: var(--bg-2);
  font-family: var(--sans);
}
.compare__row--head .compare__col { padding: 16px 22px; }
.compare__col { padding: 18px 22px; color: var(--ink-2); }
.compare__col--us {
  color: var(--ink);
  font-weight: 500;
  background: linear-gradient(180deg, rgba(242,167,143,0.08), rgba(124,108,232,0.04));
  position: relative;
}
.compare__row--head .compare__col--us {
  color: var(--ink);
  font-weight: 600;
}
.compare__label { padding: 18px 22px; color: var(--ink-3); font-weight: 500; }

@media (max-width: 700px) {
  .compare__row { grid-template-columns: 1fr 1fr; font-size: 13.5px; }
  .compare__label { grid-column: 1 / -1; padding-bottom: 6px; padding-top: 14px; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; }
  .compare__col { padding: 6px 22px 14px; }
  .compare__row--head .compare__label { display: none; }
  .compare__row--head .compare__col { padding: 14px 22px; }
}

.compare__footnote {
  margin-top: 18px;
  font-size: 12px;
  color: var(--ink-4);
  text-align: center;
  letter-spacing: 0.01em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ─────────────────────────────  GET / CTA  ───────────────────────────── */

.get { padding: 100px var(--gutter); }
.get__inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  padding: 96px clamp(28px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: var(--r-2xl);
  background: linear-gradient(180deg, var(--surface), var(--surface-2));
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--sh-3);
}
.get__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(242,167,143,0.30), transparent 60%),
    radial-gradient(40% 80% at 90% 100%, rgba(124,108,232,0.20), transparent 60%),
    radial-gradient(40% 60% at 10% 100%, rgba(248,231,201,0.40), transparent 60%);
  z-index: -1;
}
.get__title {
  margin: 18px 0 18px;
  font-size: clamp(36px, 5.4vw, 72px);
  font-family: var(--serif);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
}
.get__title em {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.get__sub {
  max-width: 580px;
  margin: 0 auto;
  font-size: 17.5px;
  color: var(--ink-2);
}
.get__cta {
  margin-top: 36px;
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.get__sysreq {
  margin-top: 28px;
  font-size: 12px;
  font-family: var(--mono);
  color: var(--ink-4);
  letter-spacing: 0.04em;
}

/* ─────────────────────────────  FAQ  ───────────────────────────── */

.faq__list {
  max-width: 760px;
  margin: 0 auto;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 4px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color .2s;
  font-family: var(--sans);
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--violet); }
.qa__plus {
  font-size: 22px;
  color: var(--ink-3);
  transition: transform .35s var(--ease), color .25s;
  line-height: 1;
  font-family: var(--sans);
  flex-shrink: 0;
}
.qa[open] .qa__plus { transform: rotate(45deg); color: var(--violet); }
.qa__a {
  padding: 0 4px 24px;
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.65;
  max-width: 640px;
}
.qa__a code {
  font-family: var(--mono);
  font-size: 13px;
  background: var(--bg-2);
  padding: 1px 7px;
  border-radius: 5px;
  color: var(--ink);
}
.qa__a em { color: var(--violet); }

/* ─────────────────────────────  FOOTER  ───────────────────────────── */

.footer {
  border-top: 1px solid var(--line);
  background: var(--bg-2);
  padding: 64px var(--gutter) 28px;
}
.footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 760px) {
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
.footer__col { display: flex; flex-direction: column; gap: 12px; font-size: 14px; }
.footer__col a { color: var(--ink-2); transition: color .2s; }
.footer__col a:hover { color: var(--ink); }
.footer__col--brand { gap: 18px; }
.footer__brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; letter-spacing: -0.02em;
}
.footer__tag {
  max-width: 280px;
  font-size: 13.5px;
  color: var(--ink-3);
  line-height: 1.55;
}
.footer__heading {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
  font-weight: 500;
  margin-bottom: 6px;
}
.footer__base {
  max-width: var(--container);
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 12.5px;
  color: var(--ink-4);
  font-family: var(--mono);
  letter-spacing: 0.02em;
}

/* ─────────────────────────────  DOC PAGES (privacy/terms/changelog)  ───────────────────────────── */

.page--doc {
  background:
    radial-gradient(80% 50% at 80% 0%, rgba(168,155,245,0.10), transparent 60%),
    radial-gradient(60% 40% at 20% 0%, rgba(242,167,143,0.10), transparent 60%),
    var(--bg);
}

.doc {
  padding: 140px var(--gutter) 80px;
  max-width: var(--container);
  margin: 0 auto;
}
.doc__inner {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
}
.doc__back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px;
  color: var(--ink-3);
  margin-bottom: 32px;
  transition: color .2s;
  font-family: var(--sans);
}
.doc__back:hover { color: var(--violet); }
.doc__back--bottom { margin-top: 56px; margin-bottom: 0; }

.doc .eyebrow { margin-bottom: 20px; }
.doc__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  font-variation-settings: "opsz" 144;
  color: var(--ink);
  line-height: 1;
}
.doc__meta {
  margin: 0 0 36px;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink-3);
  letter-spacing: 0.02em;
}
.doc__lede {
  font-size: 18.5px;
  line-height: 1.55;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 300;
  margin: 0 0 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.doc h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.015em;
  margin: 40px 0 14px;
  color: var(--ink);
}
.doc p { margin: 0 0 18px; }
.doc ul {
  margin: 0 0 22px;
  padding-left: 22px;
}
.doc ul li { margin-bottom: 10px; }
.doc strong { color: var(--ink); font-weight: 600; }
.doc code {
  font-family: var(--mono);
  font-size: 13px;
  background: var(--bg-2);
  padding: 2px 7px;
  border-radius: 5px;
  color: var(--ink);
}
.doc a { color: var(--violet); border-bottom: 1px solid rgba(124,108,232,0.3); transition: border-color .2s; }
.doc a:hover { border-bottom-color: var(--violet); }
.doc__back, .doc a.btn { border-bottom: 0; }

/* ── Docs page: sidebar TOC + content ── */

.doc--docs {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  max-width: 1080px;
}
.doc--docs .doc__inner { max-width: 760px; margin: 0; }
@media (max-width: 920px) {
  .doc--docs { grid-template-columns: 1fr; gap: 24px; }
}

.toc {
  position: sticky;
  top: 100px;
  font-family: var(--sans);
  font-size: 13.5px;
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px 0 18px 18px;
  border-left: 1px solid var(--line);
}
.toc__heading {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-4);
  margin-bottom: 8px;
  font-weight: 500;
}
.toc a {
  color: var(--ink-3);
  padding: 5px 0;
  transition: color .2s;
  border-bottom: 0;
  line-height: 1.45;
}
.toc a:hover { color: var(--violet); border-bottom: 0; }
@media (max-width: 920px) {
  .toc {
    position: static;
    border-left: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 18px;
  }
  .toc__heading { width: 100%; margin-bottom: 4px; }
}

/* Table for voice commands etc. */
.doc__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--sh-1);
  display: block;
  overflow-x: auto;
}
.doc__table thead {
  background: var(--bg-2);
}
.doc__table th, .doc__table td {
  text-align: left;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.doc__table th {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}
.doc__table tbody tr:last-child td { border-bottom: 0; }
.doc__table td:first-child {
  font-family: var(--mono);
  font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
}
.doc__table td:first-child::before {
  content: "\201C";
  color: var(--ink-4);
  margin-right: 2px;
}
.doc__table td:first-child::after {
  content: "\201D";
  color: var(--ink-4);
  margin-left: 2px;
}

.doc h2 { scroll-margin-top: 100px; }
.doc__h3 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin: 28px 0 8px;
  color: var(--ink);
}

/* Boxed callout used inside docs */
.doc__note {
  margin: 0 0 22px;
  padding: 14px 18px;
  border-left: 3px solid var(--violet);
  background: linear-gradient(90deg, rgba(124,108,232,0.06), transparent);
  border-radius: 0 8px 8px 0;
  font-size: 14.5px;
  color: var(--ink-2);
}
.doc__note strong { color: var(--ink); }

/* Changelog list */
.changelog { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 56px; }
.release {
  position: relative;
  padding-left: 0;
}
.release__head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.release__tag {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--ink);
  background: var(--surface);
}
.release__date {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.04em;
}
.release__pill {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}
.release__pill--latest {
  background: var(--ink);
  color: var(--bg);
}
.release__title {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--ink);
  font-variation-settings: "opsz" 96;
}
.release__lede {
  margin: 0 0 18px;
  color: var(--ink-2);
  font-size: 16px;
}
.release__list {
  margin: 0; padding: 0; list-style: none;
  border-left: 1px solid var(--line-2);
  padding-left: 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.release__list li { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; }
.release__list strong { color: var(--ink); font-weight: 600; }

/* ─────────────────────────────  REVEAL ON SCROLL  ───────────────────────────── */

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ─────────────────────────────  MOTION SAFETY  ───────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001s !important;
    transition-duration: .001s !important;
    scroll-behavior: auto !important;
  }
}

/* ─────────────────────────────  SMALL VIEWPORTS  ───────────────────────────── */

@media (max-width: 480px) {
  .hero { padding-top: 110px; }
  .hero__meta { gap: 24px; }
  .pricing__toggle { font-size: 13px; }
  .nav__cta { padding: 8px 14px; font-size: 12.5px; }
  .nav__inner { padding: 14px var(--gutter); gap: 12px; }
  .feature { padding: 26px 22px 22px; }
  .plan { padding: 28px 22px; }
  .quote { padding: 26px 22px; }
}

@media (max-width: 360px) {
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
  .footer__inner { grid-template-columns: 1fr; }
}
