/* Cadence — marketing site
   Direction mirrors the app: quiet premium, warm monochrome, a single ember accent
   and one ember→rose signature gradient. System fonts (the audience is on Macs, so
   SF reads native and premium), no web-font fetch, fully on-brand. */

:root {
  --paper: #FAF8F5;
  --surface: #FFFFFF;
  --surface-2: #FFFFFF;
  --ink: #1C1A17;
  --ink-2: rgba(0,0,0,.58);
  --ink-3: rgba(0,0,0,.40);
  --hair: rgba(0,0,0,.085);
  --ember: #C7752B;
  --ember-press: #A75F20;
  --ember-soft: rgba(199,117,43,.12);
  --g1: #D98538;
  --g2: #CC545C;
  --shadow: 0 1px 2px rgba(28,26,23,.05), 0 18px 50px -24px rgba(28,26,23,.22);
  --shadow-sm: 0 1px 2px rgba(28,26,23,.06), 0 8px 24px -16px rgba(28,26,23,.18);
  --maxw: 1120px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #181715;
    --surface: #23211F;
    --surface-2: #2D2B28;
    --ink: #F2EFE9;
    --ink-2: rgba(255,255,255,.64);
    --ink-3: rgba(255,255,255,.44);
    --hair: rgba(255,255,255,.10);
    --ember: #E69E5C;
    --ember-press: #F0AE70;
    --ember-soft: rgba(230,158,92,.16);
    --g1: #EDA35C;
    --g2: #DE6B73;
    --shadow: 0 1px 2px rgba(0,0,0,.4), 0 24px 60px -28px rgba(0,0,0,.65);
    --shadow-sm: 0 1px 2px rgba(0,0,0,.35), 0 10px 30px -18px rgba(0,0,0,.55);
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 17px;
}

h1, h2, h3 { line-height: 1.1; letter-spacing: -0.02em; font-weight: 600; color: var(--ink); }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.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: absolute; left: 12px; top: -48px; z-index: 100;
  background: var(--surface); color: var(--ink); padding: 8px 14px;
  border-radius: var(--r-sm); box-shadow: var(--shadow-sm); transition: top .15s;
}
.skip-link:focus { top: 12px; }

/* ---------- Brand mark ---------- */
.brand-mark {
  width: 26px; height: 26px; display: inline-block; flex: none;
  background: url(/favicon.svg) center / contain no-repeat;
}
.brand-mark-sm { width: 30px; height: 30px; }

/* ---------- Buttons ---------- */
.btn {
  --bg: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 590; font-size: .98rem; line-height: 1; letter-spacing: -0.01em;
  padding: 13px 20px; border-radius: var(--r-md); border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s ease, border-color .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--ember); color: #fff; box-shadow: 0 1px 1px rgba(0,0,0,.12);
}
@media (prefers-color-scheme: dark) { .btn-primary { color: #1a140d; } }
.btn-primary:hover { background: var(--ember-press); box-shadow: 0 6px 20px -8px var(--ember); }
.btn-ghost {
  background: var(--surface); color: var(--ink); border-color: var(--hair);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { border-color: color-mix(in srgb, var(--ember) 50%, var(--hair)); }
.btn-sm { padding: 9px 15px; font-size: .9rem; }
.btn-lg { padding: 16px 28px; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--hair);
}
.nav-inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 640; letter-spacing: -0.02em; font-size: 1.12rem; }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { color: var(--ink-2); font-size: .95rem; font-weight: 510; transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav .btn-primary { margin-left: 4px; }

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-links + .btn { margin-left: auto; }
}

/* ---------- Hero ---------- */
.hero { padding: clamp(48px, 9vw, 104px) 0 36px; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.eyebrow {
  text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 680;
  color: var(--ember); margin-bottom: 18px;
}
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.1rem); letter-spacing: -0.035em; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--ink-2); margin-top: 22px; max-width: 33ch; }
.hero-cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.hero-fineprint { margin-top: 18px; font-size: .9rem; color: var(--ink-3); }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
  .lede { max-width: none; }
}

/* ---------- Hero window mock ---------- */
.hero-art { perspective: 1600px; }
.window {
  border-radius: 14px; overflow: hidden; background: var(--surface);
  border: 1px solid var(--hair); box-shadow: var(--shadow);
  transform: rotateY(-9deg) rotateX(3deg); transform-origin: center;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.hero-art:hover .window { transform: rotateY(-3deg) rotateX(1deg); }
@media (prefers-reduced-motion: reduce), (max-width: 880px) { .window { transform: none; } }

/* title bar */
.win-bar {
  display: flex; align-items: center; gap: 7px; padding: 10px 12px;
  background: color-mix(in srgb, var(--surface) 80%, var(--paper));
  border-bottom: 1px solid var(--hair);
}
.tl { width: 11px; height: 11px; border-radius: 50%; flex: none; }
.tl-r { background: #ED6A5E; } .tl-y { background: #F4BF4F; } .tl-g { background: #61C554; }
.win-brand { display: flex; align-items: center; gap: 6px; margin-left: 10px; }
.win-cmark { width: 15px; height: 15px; flex: none; background: url(/favicon.svg) center/contain no-repeat; }
.win-brand-word { font-size: .8rem; font-weight: 640; letter-spacing: -.01em; color: var(--ink); }
.win-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; overflow: hidden; min-width: 0; }
.win-fn-chip {
  font-size: .7rem; color: var(--ink-2); font-weight: 540;
  padding: 3px 8px; border-radius: 999px; border: 1px solid var(--hair);
  background: var(--surface-2); white-space: nowrap; flex-shrink: 1; min-width: 0;
}
.win-import-btn { font-size: .76rem; font-weight: 570; color: var(--ink-2); padding: 3px 7px; cursor: default; }
.win-rec { font-size: .76rem; font-weight: 620; color: #fff; background: var(--ember); padding: 4px 10px; border-radius: 7px; white-space: nowrap; }
@media (prefers-color-scheme: dark) { .win-rec { color: #1a140d; } }

/* three-pane body */
.win-body { display: grid; grid-template-columns: 120px 174px 1fr; min-height: 220px; }
.win-side { padding: 12px 8px; border-right: 1px solid var(--hair); background: color-mix(in srgb, var(--surface) 92%, var(--paper)); }
.side-h { font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-3); padding: 6px 8px 3px; font-weight: 700; }
.side-h-gap { margin-top: 6px; }
.side-item { display: block; font-size: .78rem; color: var(--ink-2); padding: 5px 8px; border-radius: 6px; }
.side-item.is-active { background: var(--ember); color: #fff; font-weight: 600; }
@media (prefers-color-scheme: dark) { .side-item.is-active { color: #1a140d; } }

/* list pane */
.win-list { border-right: 1px solid var(--hair); display: flex; flex-direction: column; overflow: hidden; }
.win-search { display: flex; align-items: center; gap: 6px; padding: 7px 10px; border-bottom: 1px solid var(--hair); }
.search-glass {
  width: 11px; height: 11px; flex: none; background: var(--ink-3);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.35-4.35"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="7"/><path d="M21 21l-4.35-4.35"/></svg>') center/contain no-repeat;
}
.search-ph { font-size: .74rem; color: var(--ink-3); }
.win-seg { display: flex; gap: 2px; padding: 5px 8px; border-bottom: 1px solid var(--hair); overflow: hidden; }
.seg-pill { font-size: .64rem; font-weight: 580; color: var(--ink-3); padding: 2px 6px; border-radius: 4px; cursor: default; white-space: nowrap; }
.seg-pill.active { background: var(--ember); color: #fff; }
@media (prefers-color-scheme: dark) { .seg-pill.active { color: #1a140d; } }
.win-row { display: flex; align-items: center; gap: 8px; padding: 8px 10px; cursor: default; border-bottom: 1px solid var(--hair); }
.win-row.is-sel { background: var(--ember-soft); }
.row-dot { width: 26px; height: 26px; border-radius: 7px; flex: none; background: var(--ember-soft); display: grid; place-items: center; }
.row-dot::before { content: ""; width: 12px; height: 12px; background: var(--ember); }
.row-dot-mic::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="2" width="6" height="12" rx="3"/><path d="M5 10a7 7 0 0 0 14 0"/><path d="M12 17v4"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="2" width="6" height="12" rx="3"/><path d="M5 10a7 7 0 0 0 14 0"/><path d="M12 17v4"/></svg>') center/contain no-repeat;
}
.row-dot-mtg::before {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="8" r="3.2"/><path d="M3 20a6 6 0 0 1 12 0"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="8" r="3.2"/><path d="M3 20a6 6 0 0 1 12 0"/></svg>') center/contain no-repeat;
}
.row-body { overflow: hidden; min-width: 0; }
.row-t { font-size: .75rem; font-weight: 560; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-m { font-size: .66rem; color: var(--ink-3); margin-top: 1px; }

/* detail pane */
.win-detail { display: flex; flex-direction: column; overflow: hidden; }
.detail-hd { padding: 11px 14px; border-bottom: 1px solid var(--hair); }
.detail-nm { font-size: .88rem; font-weight: 620; color: var(--ink); }
.detail-inf { font-size: .7rem; color: var(--ink-3); margin-top: 2px; }
.detail-tx { padding: 10px 14px; display: flex; flex-direction: column; gap: 7px; overflow: hidden; }
.seg { font-size: .82rem; color: var(--ink-2); padding: 6px 10px; border-radius: 7px; }
.seg b { color: var(--ink); font-weight: 600; }
.seg.is-on { background: var(--ember-soft); color: var(--ink); }
.seg.muted { color: var(--ink-3); }

/* Mobile: collapse list pane, keep sidebar + detail only */
@media (max-width: 600px) {
  .win-body { grid-template-columns: 96px 1fr; }
  .win-list { display: none; }
}
/* Very small: hide sidebar too, show detail transcript only */
@media (max-width: 400px) {
  .win-body { grid-template-columns: 1fr; }
  .win-side { display: none; }
}

/* ---------- Trust strip ---------- */
.trust {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px 28px; justify-content: center;
  margin-top: clamp(40px, 7vw, 72px); padding-top: 28px; border-top: 1px solid var(--hair);
}
.trust li { font-size: .9rem; color: var(--ink-2); font-weight: 540; display: flex; align-items: center; gap: 9px; }
.trust li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(90deg, var(--g1), var(--g2)); }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 10vw, 116px) 0; }
.section-alt { background: color-mix(in srgb, var(--surface) 60%, var(--paper)); border-block: 1px solid var(--hair); }
.section-head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section-head p { color: var(--ink-2); margin-top: 16px; font-size: 1.08rem; }

/* ---------- Feature cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }
.card {
  background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg);
  padding: 26px 24px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--ember) 28%, var(--hair)); }
.card h3 { font-size: 1.18rem; margin: 18px 0 8px; }
.card p { color: var(--ink-2); font-size: .98rem; }
.card-ic {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 11px;
  background: var(--ember-soft);
}
.card-ic::before {
  content: ""; width: 22px; height: 22px; background: var(--ember);
  -webkit-mask: var(--ic) center / contain no-repeat; mask: var(--ic) center / contain no-repeat;
}
[data-ic="mic"]   { --ic: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="2" width="6" height="12" rx="3"/><path d="M5 10a7 7 0 0 0 14 0"/><path d="M12 17v4"/></svg>'); }
[data-ic="people"]{ --ic: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="8" r="3.2"/><path d="M3 20a6 6 0 0 1 12 0"/><path d="M16 5.5a3 3 0 0 1 0 5.4"/><path d="M18 14.5a6 6 0 0 1 3 5.5"/></svg>'); }
[data-ic="file"]  { --ic: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8z"/><path d="M14 3v5h5"/><path d="M9 13h6M9 17h6"/></svg>'); }
[data-ic="shield"]{ --ic: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3l7 3v6c0 4.5-3 7.5-7 9-4-1.5-7-4.5-7-9V6z"/><path d="M9 12l2 2 4-4"/></svg>'); }
[data-ic="lock"]  { --ic: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="10" width="16" height="11" rx="2"/><path d="M8 10V7a4 4 0 0 1 8 0v3"/></svg>'); }
[data-ic="spark"] { --ic: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3l1.8 4.9L19 9.6l-4.4 2.5L13 17l-3-3.6L5 14l3.4-3.9L7 5z"/></svg>'); }

/* ---------- Steps ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: s; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }
.steps li { padding-top: 6px; }
.step-n {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  font-weight: 680; color: var(--ember); background: var(--ember-soft); margin-bottom: 14px;
}
.steps h3 { font-size: 1.2rem; margin-bottom: 6px; }
.steps p { color: var(--ink-2); font-size: 1rem; }

/* ---------- Privacy ---------- */
.privacy { max-width: 760px; }
.privacy h2 { font-size: clamp(2rem, 4vw, 2.9rem); margin-top: 14px; }
.privacy-lede { font-size: 1.18rem; color: var(--ink-2); margin-top: 20px; }
.privacy-list { list-style: none; margin-top: 26px; display: grid; gap: 12px; }
.privacy-list li { position: relative; padding-left: 30px; color: var(--ink); }
.privacy-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 16px;
  background: var(--ember);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5L20 6"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5L20 6"/></svg>') center/contain no-repeat;
}

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 760px; margin-inline: auto; }
@media (max-width: 680px) { .plans { grid-template-columns: 1fr; } }
.plan {
  position: relative; background: var(--surface); border: 1px solid var(--hair);
  border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.plan-feature { border-color: color-mix(in srgb, var(--ember) 45%, var(--hair)); box-shadow: var(--shadow); }
.plan-tag {
  position: absolute; top: -11px; right: 24px; font-size: .72rem; font-weight: 680;
  text-transform: uppercase; letter-spacing: .08em; color: #fff;
  background: linear-gradient(90deg, var(--g1), var(--g2)); padding: 5px 11px; border-radius: 999px;
}
@media (prefers-color-scheme: dark) { .plan-tag { color: #1a140d; } }
.plan h3 { font-size: 1.3rem; }
.price { margin: 14px 0 4px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.amount { font-size: 2.8rem; font-weight: 680; letter-spacing: -0.03em; }
.per { color: var(--ink-3); font-size: .98rem; }
.price-was { font-size: 1rem; color: var(--ink-3); font-weight: 500; text-decoration: line-through; }
/* Launch tag on monthly plan (white bg version, same pill shape) */
.plan-tag-launch {
  background: var(--ember-soft); color: var(--ember); border: 1px solid color-mix(in srgb, var(--ember) 30%, transparent);
}
.plan-note { color: var(--ink-2); font-size: .96rem; }
.plan-feats { list-style: none; margin: 20px 0 24px; display: grid; gap: 11px; }
.plan-feats li { position: relative; padding-left: 26px; color: var(--ink); font-size: .98rem; }
.plan-feats li::before {
  content: ""; position: absolute; left: 0; top: 5px; width: 15px; height: 15px; background: var(--ember);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5L20 6"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5L20 6"/></svg>') center/contain no-repeat;
}
.plan .btn { margin-top: auto; }
.plans-fine { margin-top: 22px; color: var(--ink-3); font-size: .9rem; text-align: center; }
.plans-fine a { color: var(--ember); font-weight: 560; }

/* ---------- License check (verify page) ---------- */
.license { max-width: 680px; }
.license-form { display: flex; gap: 10px; margin-top: 8px; }
@media (max-width: 560px) { .license-form { flex-direction: column; } }
#license-key {
  flex: 1; font: inherit; font-size: .98rem; padding: 13px 15px; border-radius: var(--r-md);
  border: 1px solid var(--hair); background: var(--surface); color: var(--ink);
  font-variant-numeric: tabular-nums; letter-spacing: .02em;
}
#license-key:focus { outline: none; border-color: var(--ember); box-shadow: 0 0 0 3px var(--ember-soft); }
.license-result { margin-top: 16px; font-size: .98rem; min-height: 1.4em; }
.license-result.ok { color: var(--ember); font-weight: 560; }
.license-result.bad { color: #C0473F; font-weight: 540; }
@media (prefers-color-scheme: dark) { .license-result.bad { color: #ED8C84; } }
.license-result .pill { display: inline-block; padding: 2px 9px; border-radius: 999px; background: var(--ember-soft); margin-right: 6px; }
.license-help { margin-top: 18px; color: var(--ink-2); font-size: .92rem; }
.license-help a { color: var(--ember); font-weight: 560; }

/* ---------- License callout (index) ---------- */
.license-callout { max-width: 640px; }
.license-callout-lede { color: var(--ink-2); font-size: 1.08rem; margin-top: 18px; max-width: 52ch; }
.license-callout-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

/* ---------- Privacy more link ---------- */
.privacy-more { margin-top: 24px; font-size: .98rem; }
.privacy-more a { color: var(--ember); font-weight: 560; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin-inline: auto; display: grid; gap: 0; }
.faq details { border-top: 1px solid var(--hair); }
.faq details:last-child { border-bottom: 1px solid var(--hair); }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 36px 20px 2px; position: relative;
  font-weight: 580; font-size: 1.08rem; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 4px; top: 24px; width: 13px; height: 13px;
  background: var(--ink-3);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>') center/contain no-repeat;
  transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq p { color: var(--ink-2); padding: 0 36px 22px 2px; font-size: 1rem; }
.faq p a { color: var(--ember); font-weight: 560; }

/* Pricing and FAQ: center header block and text to match the centered plan/FAQ content */
#pricing .section-head,
#faq .section-head { margin-inline: auto; text-align: center; }

/* ---------- Final CTA ---------- */
.finalcta { text-align: center; }
.finalcta h2 { font-size: clamp(2.1rem, 4.5vw, 3rem); }
.finalcta p { color: var(--ink-2); margin: 16px auto 30px; max-width: 46ch; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--hair); padding: 48px 0 36px; background: color-mix(in srgb, var(--surface) 50%, var(--paper)); }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.footer-brand { display: flex; gap: 13px; align-items: center; }
.footer-word { font-weight: 640; letter-spacing: -0.02em; }
.footer-tag { color: var(--ink-2); font-size: .92rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; }
.footer-links a { color: var(--ink-2); font-size: .94rem; transition: color .15s; }
.footer-links a:hover { color: var(--ember); }
.footer-copy { color: var(--ink-3); font-size: .86rem; margin-top: 28px; }

/* ---------- Verify page ---------- */
.verify-page { padding-top: clamp(48px, 8vw, 88px); }
.verify-wrap { max-width: 620px; }
.verify-wrap h1 { font-size: clamp(2.1rem, 5vw, 3rem); margin-top: 12px; }
.verify-lede { color: var(--ink-2); font-size: 1.12rem; margin: 18px 0 28px; }
.verify-help { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--hair); }
.verify-help h2 { font-size: 1.2rem; margin-bottom: 16px; }
.verify-back { margin-top: 36px; }
.verify-back a { color: var(--ember); font-weight: 560; }

/* ---------- Privacy page ---------- */
.prose-page { padding-top: clamp(48px, 8vw, 88px); padding-bottom: clamp(64px, 10vw, 116px); }
.prose-wrap { max-width: 720px; }
.prose-wrap h1 { font-size: clamp(2.1rem, 5vw, 3rem); margin-top: 12px; }
.prose-lede { color: var(--ink-2); font-size: 1.15rem; margin: 20px 0 40px; max-width: 58ch; }
.prose-wrap h2 { font-size: 1.4rem; margin: 40px 0 14px; padding-top: 8px; border-top: 1px solid var(--hair); }
.prose-wrap h2:first-of-type { margin-top: 0; border-top: none; }
.prose-wrap p { color: var(--ink-2); margin-bottom: 18px; font-size: 1.02rem; line-height: 1.72; }
.prose-wrap ul { list-style: none; margin-bottom: 20px; display: grid; gap: 10px; padding: 0; }
.prose-wrap li { position: relative; padding-left: 26px; color: var(--ink-2); font-size: 1.02rem; }
.prose-wrap li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; background: var(--ember);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5L20 6"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12l5 5L20 6"/></svg>') center/contain no-repeat;
}
.prose-back { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--hair); }
.prose-back a { color: var(--ember); font-weight: 560; }

/* ---------- Support page ---------- */
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 36px 0; }
@media (max-width: 680px) { .support-grid { grid-template-columns: 1fr; } }
.support-card {
  background: var(--surface); border: 1px solid var(--hair); border-radius: var(--r-lg);
  padding: 24px 22px; box-shadow: var(--shadow-sm);
}
.support-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.support-card p { color: var(--ink-2); font-size: .98rem; }
.support-card .btn { margin-top: 16px; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
