/* Quilvara landing page
   Palette: off-white paper, midnight-blue ink, one gold accent for buttons.
   Dark "night" surfaces are reserved for product views (desk panel, video, screenshots). */

@font-face {
  font-family: "Newsreader";
  src: url("/assets/fonts/newsreader-latin-var.6e4f2958c3.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-latin-var.8f704806db.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("/assets/fonts/roboto-mono-latin-var.b81cd55177.woff2") format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #F5F5F1;
  --paper-2: #ECEDE7;
  --card: #FFFFFF;
  --ink: #0E1C36;
  --ink-2: #43506A;
  --ink-3: #5F6A7F;
  --rule: #D9DCE2;
  --rule-strong: #B5BCC8;
  --gold: #D4A945;
  --gold-hover: #C4972F;
  --gold-ink: #0E1C36;
  --focus: #B8862A;
  --error: #B4342B;

  --night: #0A1322;
  --night-bar: #060D19;
  --night-2: #0F1B2F;
  --night-sell: #1A2437;
  --night-rule: #1C2941;
  --night-ink: #E9EDF4;
  --night-ink-2: #A9B3C6;
  --night-ink-3: #7F8BA2;
  --night-gold: #E2BE6A;
  --up: #5CC48F;
  --down: #F07A70;

  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(64px, 9vw, 120px);
  --radius: 4px;
  color-scheme: light;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 3px; }
p, h1, h2, h3, dl, dd, figure { margin: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.08;
  text-wrap: balance;
}
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 50;
  background: var(--ink); color: var(--paper); padding: 10px 14px; border-radius: var(--radius);
}
.skip:focus { top: 12px; }

.section-title { font-size: clamp(32px, 4.2vw, 52px); max-width: 22ch; }
.tag {
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 16px; line-height: 1.2;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  border: 1.5px solid transparent; border-radius: var(--radius);
  padding: 14px 22px;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }
.btn-gold:hover { background: var(--gold-hover); border-color: var(--gold-hover); }
.btn-line { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.btn-lg { font-size: 17px; padding: 16px 26px; }
.btn-sm { font-size: 14.5px; padding: 10px 16px; }
.btn-block { width: 100%; white-space: normal; text-align: center; }
.btn[disabled] { opacity: .7; cursor: progress; }
.i-play { flex: none; }

/* ---------- Top bar ---------- */
.topbar {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 20;
  background: rgba(245, 245, 241, 0.94);
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease;
}
.topbar.is-scrolled { border-bottom-color: var(--rule); }
.topbar-in { display: flex; align-items: center; gap: 16px; min-height: 68px; }
.wordmark { display: inline-flex; align-items: center; padding-block: 4px; text-decoration: none; }
.wordmark img { display: block; width: auto; height: 40px; }  /* logo: assets/brand/quilvara-logo.svg */
.wordmark-sm img { height: 30px; }
.topnav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2.6vw, 30px); }
.topnav-link { font-size: 15px; font-weight: 500; color: var(--ink-2); text-decoration: none; }
.topnav-link:hover { color: var(--ink); text-decoration: underline; }
.langs { display: flex; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: .06em; }
.langs a { color: var(--ink-3); text-decoration: none; }
.langs a[aria-current="true"] { color: var(--ink); text-decoration: underline; }
.cta-short { display: none; }

/* ---------- 1 · Hero ---------- */
.hero { padding-block: clamp(36px, 6vw, 88px) clamp(64px, 8vw, 112px); }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(36px, 5vw, 76px); align-items: center;
}
.hero-title {
  font-size: clamp(42px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -0.028em;
  max-width: 16ch;
}
.hero-title .ht { display: block; }
.hero-sub { margin-top: 26px; font-size: clamp(17.5px, 1.55vw, 20px); line-height: 1.55; color: var(--ink-2); max-width: 52ch; }
.hero-ctas { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-reassure { margin-top: 16px; font-size: 14.5px; color: var(--ink-3); }

/* The live desk panel (product view, dark) */
.desk {
  background: var(--night); color: var(--night-ink);
  border-radius: 8px; overflow: hidden;
  font-family: var(--sans); font-size: 14px; line-height: 1.4;
  box-shadow: 0 1px 0 rgba(14, 28, 54, .05), 0 30px 70px -30px rgba(14, 28, 54, .55);
}
.desk-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 18px; background: var(--night-bar); border-bottom: 1px solid var(--night-rule);
  font-size: 12.5px; color: var(--night-ink-2); white-space: nowrap;
}
.desk-brand { font-weight: 700; font-size: 12px; letter-spacing: .06em; color: var(--night-ink); }
.desk-brand i { font-style: normal; color: var(--night-gold); }
.desk-spot b { font-family: var(--mono); font-weight: 500; color: var(--night-ink); font-variant-numeric: tabular-nums; }
.desk-spot em { font-style: normal; font-family: var(--mono); font-size: 11.5px; margin-left: 4px; }
.desk-body { padding: 18px 18px 16px; }
.desk-item { display: flex; align-items: center; gap: 12px; }
.desk-coin {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-size: 8.5px; font-weight: 700; line-height: 1.05; color: #5C420C;
  background: radial-gradient(circle at 34% 30%, #F0D98C 0%, #D4AF37 42%, #A67C1E 78%, #7C5B12 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .28);
}
.desk-name b { display: block; font-size: 15.5px; font-weight: 600; }
.desk-name small { font-size: 12px; color: var(--night-ink-3); }
.desk-time { margin-left: auto; font-family: var(--mono); font-size: 11.5px; color: var(--night-ink-3); white-space: nowrap; }
.desk-duo {
  display: grid; grid-template-columns: 1fr 1fr; margin-top: 16px;
  border: 1px solid var(--night-rule); border-radius: var(--radius); overflow: hidden;
}
.desk-side { display: flex; flex-direction: column; gap: 7px; padding: 14px 14px 16px; min-width: 0; }
.desk-side + .desk-side { border-left: 1px solid var(--night-rule); }
.desk-side.sell { background: var(--night-sell); }
.desk-lab { font-size: 12px; color: var(--night-ink-2); }
.desk-val {
  font-family: var(--mono); font-weight: 500; font-size: clamp(25px, 2.7vw, 34px);
  letter-spacing: -0.035em; line-height: 1; font-variant-numeric: tabular-nums;
  border-radius: 3px; margin-inline: -3px; padding-inline: 3px;
}
.desk-side.sell .desk-val { color: var(--night-gold); }
.desk-note { font-size: 12px; color: var(--night-ink-3); }
.desk-insight { display: flex; gap: 9px; margin-top: 14px; font-size: 13.5px; color: var(--night-ink); }
.desk-insight::before {
  content: ""; flex: none; width: 6px; height: 6px; margin-top: .5em;
  border-radius: 50%; background: var(--night-gold);
}
.desk-table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 13.5px; }
.desk-table th {
  text-align: left; font-weight: 500; font-size: 11.5px; color: var(--night-ink-3);
  padding: 0 0 8px; border-bottom: 1px solid var(--night-rule);
}
.desk-table td { padding: 8px 0; border-bottom: 1px solid #16233D; }
.desk-table tr:last-child td { border-bottom: 0; }
.desk-table .n { text-align: right; font-family: var(--mono); font-variant-numeric: tabular-nums; white-space: nowrap; padding-left: 12px; }
.desk-table tr.you td { color: var(--night-gold); font-weight: 600; }
.desk-table .up { color: var(--up); }
.desk-table .down { color: var(--down); }
.desk-spot .up { color: var(--up); }
.desk-spot .down { color: var(--down); }
.desk-foot {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 14px;
  margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--night-rule);
  font-size: 12px; color: var(--night-ink-3);
}
.desk-foot .ok { color: var(--up); }
.desk-foot .ok::before { content: "● "; font-size: 9px; vertical-align: 1px; }
.desk-caption { margin-top: 12px; font-size: 13px; color: var(--ink-3); text-align: right; }
.tick { animation: tick 1.1s ease-out; }
@keyframes tick { 0% { background-color: rgba(226, 190, 106, .28); } 100% { background-color: transparent; } }

/* The seller calculator (version A hero): how it would look on the dealer's own website.
   Light, like a website, so it reads differently from the dark product views. */
.calc {
  background: var(--card); color: var(--ink);
  border: 1px solid var(--rule); border-radius: 10px; overflow: hidden;
  font-family: var(--sans); line-height: 1.4;
  box-shadow: 0 1px 0 rgba(14, 28, 54, .04), 0 30px 70px -32px rgba(14, 28, 54, .45);
}
.calc-bar {
  display: grid; grid-template-columns: 56px minmax(0, 1fr) 56px; align-items: center;
  padding: 10px 14px; background: var(--paper-2); border-bottom: 1px solid var(--rule);
}
.calc-dots { display: flex; gap: 6px; }
.calc-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--rule-strong); }
.calc-address {
  justify-self: center; width: 100%; max-width: 230px; padding: 4px 12px;
  background: var(--card); border: 1px solid var(--rule); border-radius: 999px;
  font-size: 12px; color: var(--ink-3); text-align: center; white-space: nowrap;
}
.calc-body { padding: 26px 28px 24px; }
.calc-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.calc-title {
  margin-top: 6px; font-family: var(--serif); font-weight: 500;
  font-size: clamp(27px, 2.6vw, 33px); line-height: 1.1; letter-spacing: -0.015em;
}
.calc-fields { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 12px; margin-top: 20px; }
.calc-field { display: grid; gap: 6px; min-width: 0; }
.calc-label { font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.calc-select {
  position: relative; display: block; padding: 11px 34px 11px 12px;
  background: #fff; border: 1.5px solid var(--rule-strong); border-radius: var(--radius);
  font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.calc-select::after {
  content: ""; position: absolute; right: 14px; top: 50%; width: 7px; height: 7px; margin-top: -6px;
  border-right: 1.5px solid var(--ink-2); border-bottom: 1.5px solid var(--ink-2); transform: rotate(45deg);
}
.calc-result {
  display: grid; justify-items: start; gap: 8px; margin-top: 18px; padding: 16px 18px 15px;
  background: var(--paper); border: 1px solid var(--rule); border-radius: 6px;
}
.calc-result-label { font-size: 13px; font-weight: 500; color: var(--ink-2); }
.calc-price {
  font-family: var(--sans); font-weight: 600; font-size: clamp(38px, 3.9vw, 48px);
  letter-spacing: -0.02em; line-height: 1; font-variant-numeric: tabular-nums lining-nums;
  border-radius: 3px; margin-inline: -3px; padding-inline: 3px;
}
.calc-result-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-3); }
.calc-live { flex: none; width: 7px; height: 7px; border-radius: 50%; background: #2F9E6A; box-shadow: 0 0 0 3px rgba(47, 158, 106, .18); }
.calc-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.calc-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 10px; border: 1.5px solid var(--ink); border-radius: var(--radius);
  font-weight: 600; font-size: 15px; white-space: nowrap;
}
.calc-btn svg { flex: none; }
.calc-btn-fill { background: var(--ink); color: var(--paper); }
.calc-btn-line { color: var(--ink); }
.calc-fine { margin-top: 14px; font-size: 12.5px; color: var(--ink-3); }

/* ---------- Outside: more sellers (early access) ---------- */
.sellers { padding-block: var(--section); border-top: 1px solid var(--rule); }
.badge-early {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px;
  padding: 7px 14px; background: #FBF4E2; border: 1px solid var(--gold); border-radius: 999px;
  font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink);
}
.badge-early i { flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.sellers-lead { margin-top: 20px; font-size: clamp(18px, 1.75vw, 21px); color: var(--ink-2); max-width: 50ch; }
.sellers-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px); margin-top: clamp(32px, 4vw, 48px);
}
.seller-card {
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--card); border: 1px solid var(--rule); border-radius: 6px;
}
/* Mockups of tools not built yet: the "Early access preview" label sits on every image. */
.seller-shot { position: relative; background: var(--paper-2); border-bottom: 1px solid var(--rule); }
.seller-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.shot-chip {
  position: absolute; left: 12px; top: 12px;
  display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px;
  background: #FBF4E2; border: 1px solid var(--gold); border-radius: 999px;
  box-shadow: 0 2px 8px rgba(14, 28, 54, .12);
  font-size: 11.5px; font-weight: 600; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; color: var(--ink);
}
.shot-chip::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.seller-copy { display: flex; flex-direction: column; gap: 10px; padding: 20px 22px 24px; }
.seller-row {
  display: grid; grid-template-columns: 28px minmax(0, .9fr) minmax(0, 1.6fr); align-items: center;
  gap: 8px 22px; margin-top: clamp(16px, 2vw, 24px); padding: 20px 24px;
  background: var(--card); border: 1px solid var(--rule); border-radius: 6px;
}
.seller-row-head { display: grid; gap: 4px; }
.seller-icon { color: var(--ink); }
.seller-title { font-size: clamp(22px, 1.9vw, 25px); line-height: 1.15; }
.seller-text { font-size: 15.5px; line-height: 1.55; color: var(--ink-2); }
.sellers-more { margin-top: 28px; }
.sellers-more a { font-weight: 600; color: var(--ink); }

/* ---------- 2 · Pain ---------- */
.pain { padding-block: var(--section); border-top: 1px solid var(--rule); }
.pain-lead { font-size: clamp(31px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -0.022em; max-width: 23ch; }
.pain-follow { margin-top: 30px; font-size: clamp(18px, 1.8vw, 22px); color: var(--ink-2); max-width: 46ch; }

/* ---------- 3 · Insider ---------- */
.insider { background: var(--paper-2); border-block: 1px solid var(--rule); }
.insider-text {
  padding-block: clamp(24px, 3vw, 34px);
  font-family: var(--serif); font-size: clamp(21px, 2.3vw, 30px); line-height: 1.25; letter-spacing: -0.01em;
}

/* ---------- 4 · Results ---------- */
.results { padding-block: var(--section); }
.results-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 40px); margin-top: clamp(36px, 4vw, 56px);
}
.result { display: flex; flex-direction: column; gap: 12px; padding-top: 20px; border-top: 2px solid var(--ink); }
.result-head { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; min-height: 24px; }
.chip-early, .chip-founding {
  padding: 3px 8px; background: #FBF4E2; border: 1px solid var(--gold); border-radius: 999px;
  font-size: 11px; font-weight: 600; line-height: 1.2; letter-spacing: .07em; word-spacing: .18em;
  text-transform: uppercase; color: var(--ink);
}
.chip-early:empty { display: none; }
.result-title { font-size: clamp(24px, 2.1vw, 28px); line-height: 1.12; }
.result-text { color: var(--ink-2); max-width: 34ch; }
@media (min-width: 641px) { .result-title { min-height: 2.24em; } }

/* ---------- 5 · Product ---------- */
.product { padding-block: var(--section); background: var(--paper-2); border-block: 1px solid var(--rule); }
.video {
  position: relative; display: grid; place-items: center;
  margin-top: clamp(32px, 4vw, 48px); aspect-ratio: 16 / 9; max-width: 100%;
  background: var(--night); border-radius: 8px; overflow: hidden;
  box-shadow: 0 30px 70px -36px rgba(14, 28, 54, .6);
}
.video-poster {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: blur(2px) brightness(.62) saturate(.9); transform: scale(1.03);
}
.video::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(6, 13, 25, .6) 0%, rgba(6, 13, 25, .25) 70%);
}
.video.is-playing::before { display: none; }
.video-play, .video-soon, .video-notice { z-index: 2; }
.video-play {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px;
  background: none; border: 0; padding: 12px; color: var(--night-ink); font: inherit; cursor: pointer;
}
.video-icon {
  display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%;
  background: var(--gold); color: var(--gold-ink); padding-left: 5px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .4); transition: transform .15s ease;
}
.video-play:hover .video-icon { transform: scale(1.05); }
.video-label { font-weight: 600; font-size: 18px; }
.video-duration { font-family: var(--mono); font-size: 13px; color: var(--night-ink-2); }
.video-notice {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 20px;
  font-size: 12.5px; color: var(--night-ink-2); text-align: center;
  background: linear-gradient(transparent, rgba(6, 13, 25, .9));
}
.video-soon {
  position: relative; padding: 12px 20px; border: 1px solid rgba(233, 237, 244, .35); border-radius: 999px;
  color: var(--night-ink); font-size: 15px; letter-spacing: .02em;
}
.video iframe { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; border: 0; }
.shots {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 32px); margin-top: clamp(28px, 3.4vw, 44px);
}
.shot-frame {
  display: block; overflow: hidden; border-radius: 6px; background: var(--night);
  box-shadow: 0 22px 46px -26px rgba(14, 28, 54, .55);
  transition: transform .2s ease;
}
.shot-frame:hover { transform: translateY(-2px); }
.shot figcaption { margin-top: 14px; font-size: 15.5px; color: var(--ink-2); max-width: 54ch; }
.shot figcaption b { color: var(--ink); font-weight: 600; margin-right: 4px; }
.fineprint { margin-top: 22px; font-size: 13.5px; color: var(--ink-3); }

/* ---------- 6 · Proof ---------- */
.proof { padding-block: var(--section); }
.section-meta { margin-top: 16px; font-family: var(--mono); font-size: 13px; line-height: 1.6; color: var(--ink-3); }
.proof-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px); margin-top: clamp(32px, 4vw, 48px);
}
.proof-card {
  display: flex; flex-direction: column; gap: 16px;
  background: var(--card); border: 1px solid var(--rule); border-radius: 6px;
  padding: 22px 24px 24px;
}
.proof-head {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-bottom: 12px; border-bottom: 1px dashed var(--rule-strong);
  font-family: var(--mono); font-size: 12px; letter-spacing: .03em; color: var(--ink-3);
}
.proof-head span:first-child { font-weight: 500; color: var(--ink); text-transform: uppercase; letter-spacing: .08em; }
.proof-figure {
  font-family: var(--serif); font-weight: 500; font-size: clamp(60px, 6.4vw, 88px);
  line-height: .9; letter-spacing: -0.035em; font-variant-numeric: lining-nums tabular-nums;
  font-variation-settings: "opsz" 72;
}
.proof-text { font-size: 16.5px; line-height: 1.5; }
.proof-note { margin-top: auto; font-size: 13px; line-height: 1.5; color: var(--ink-3); }
.testimonial-slot {
  margin-top: clamp(16px, 2vw, 24px); padding: 30px 24px; text-align: center;
  border: 1.5px dashed var(--rule-strong); border-radius: 6px;
  font-family: var(--serif); font-size: clamp(19px, 1.8vw, 22px); color: var(--ink-3);
}

/* ---------- 7 · Price Check ---------- */
.check { padding-block: var(--section); background: var(--paper-2); border-block: 1px solid var(--rule); }
.check-grid {
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(36px, 5vw, 80px); align-items: start;
}
.check-text { margin-top: 20px; font-size: clamp(18px, 1.75vw, 21px); color: var(--ink-2); max-width: 38ch; }
.check-tag { margin-top: 36px; }
.check-list { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; max-width: 42ch; }
.check-list li::before {
  content: ""; position: absolute; left: 3px; top: .42em; width: 13px; height: 7px;
  border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg);
}
.check-card {
  background: var(--card); border: 1px solid var(--rule); border-radius: 8px;
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 24px 60px -36px rgba(14, 28, 54, .4);
}
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field > label { font-weight: 600; font-size: 14.5px; }
.field input[type="text"], .field input[type="email"] {
  width: 100%; font: inherit; font-size: 17px; color: var(--ink);
  padding: 13px 14px; background: #fff;
  border: 1.5px solid var(--rule-strong); border-radius: var(--radius);
}
.field input::placeholder { color: #98A0B0; }
.field input[type="text"]:focus, .field input[type="email"]:focus {
  outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(212, 169, 69, .45);
}
.field input[aria-invalid="true"] { border-color: var(--error); }
.field-error { font-size: 13.5px; color: var(--error); }
.field-check { grid-template-columns: auto minmax(0, 1fr); column-gap: 12px; align-items: start; }
.field-check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--ink); }
.field-check > label { font-weight: 400; font-size: 14px; line-height: 1.5; color: var(--ink-2); }
.field-check .field-error { grid-column: 2; }
.form-reassure { text-align: center; font-size: 14px; color: var(--ink-3); margin-top: -4px; }
.form-error { font-size: 14px; color: var(--error); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: grid; justify-items: start; gap: 12px; color: var(--ink); outline: none; }
.form-success svg { color: var(--ink); }
.success-title { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 32px); line-height: 1.15; letter-spacing: -0.015em; }
.success-text { color: var(--ink-2); }
.success-text small { display: block; margin-top: 8px; color: var(--ink-3); }

/* ---------- 8 · Pricing ---------- */
.pricing { padding-block: var(--section); }
.plans {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px); margin-top: clamp(32px, 4vw, 48px); max-width: 900px;
}
.plan { background: var(--card); border: 1px solid var(--rule); border-radius: 6px; padding: 26px 28px 28px; }
.plan-name {
  font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--ink-3);
}
.plan-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 12px; }
.chip-founding { padding: 4px 10px; font-size: 11.5px; }
/* Public price, struck: the price after the 20 founding places. The founding price below is the offer. */
.plan-public { margin-top: 16px; font-size: 15px; color: var(--ink-3); }
.plan-public s { margin-left: 3px; color: var(--ink-2); text-decoration-thickness: 1.5px; font-variant-numeric: lining-nums; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-top: 20px; }
.plan-amount {
  font-family: var(--serif); font-weight: 500; font-size: clamp(60px, 6.4vw, 88px);
  line-height: .95; letter-spacing: -0.035em; font-variant-numeric: lining-nums;
  font-variation-settings: "opsz" 72;
}
.plan-period { font-size: 17px; color: var(--ink-2); }
.plan-alt { margin-top: 10px; font-size: 15.5px; font-weight: 500; color: var(--ink-2); }
.plan-alt:empty::before { content: "\00a0"; } /* keeps both cards' feature lists on the same line */
.plan-features { list-style: none; padding: 18px 0 0; margin: 18px 0 0; border-top: 1px solid var(--rule); display: grid; gap: 10px; }
.plan-features li { position: relative; padding-left: 26px; font-size: 15.5px; line-height: 1.45; }
.plan-features li::before {
  content: ""; position: absolute; left: 3px; top: .4em; width: 11px; height: 6px;
  border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg);
}
.founding {
  margin-top: 30px; max-width: 900px; padding: 18px 24px;
  background: var(--ink); color: var(--paper); border-radius: 6px;
  font-size: 17px; line-height: 1.5;
}
.founding b { font-weight: 700; }
.pricing-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; margin-top: 30px; }
.link-wa { font-weight: 600; color: var(--ink); }

/* ---------- 9 · FAQ ---------- */
.faq { padding-block: var(--section); border-top: 1px solid var(--rule); }
.faq-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px clamp(28px, 4.5vw, 72px); margin-top: clamp(32px, 4vw, 48px);
}
.faq-item { padding-top: 18px; border-top: 1px solid var(--rule-strong); }
.faq-item dt { font-family: var(--serif); font-weight: 500; font-size: clamp(21px, 2vw, 25px); line-height: 1.25; }
.faq-item dd { margin-top: 10px; color: var(--ink-2); }

/* ---------- 10 · Final call ---------- */
.final { padding-block: clamp(56px, 8vw, 104px); border-top: 1px solid var(--rule); }
.final-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px 40px; }
.final-title { font-size: clamp(32px, 4.4vw, 56px); max-width: 17ch; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--rule); padding-block: 30px 40px; font-size: 14px; color: var(--ink-3); }
.footer-in { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 28px; }
.footer-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.footer-line a { color: var(--ink-2); }
.footer-small { flex-basis: 100%; font-size: 13px; }

/* ---------- Legal pages ---------- */
.legal { padding-block: clamp(40px, 6vw, 80px); max-width: calc(760px + 2 * var(--gutter)); }
.legal h1 { font-size: clamp(38px, 5vw, 56px); }
.legal h2 { font-size: clamp(22px, 2.2vw, 26px); margin-top: 40px; }
.legal p { margin-top: 10px; color: var(--ink-2); max-width: 68ch; }
.legal .legal-updated { margin-top: 48px; font-size: 14px; color: var(--ink-3); }
.todo { background: #FFF1C2; color: #6E5210; border-radius: 3px; padding: 0 4px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-title { max-width: 15ch; }
  .check-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 900px) {
  .proof-grid { grid-template-columns: minmax(0, 1fr); }
  .proof-card { gap: 12px; }
  .sellers-grid { grid-template-columns: minmax(0, 1fr); }
  .seller-card { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 1fr); align-items: center; }
  .seller-shot { align-self: stretch; border-bottom: 0; border-right: 1px solid var(--rule); }
  .seller-row { grid-template-columns: 28px minmax(0, 1fr); }
  .seller-row .seller-text { grid-column: 2; }
}
@media (max-width: 760px) {
  .shots, .faq-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .plans, .results-grid { grid-template-columns: minmax(0, 1fr); }
  .seller-card { display: flex; }
  .seller-shot { border-right: 0; border-bottom: 1px solid var(--rule); }
  .calc-body { padding: 22px 18px 20px; }
  .desk-caption { text-align: left; }
  .video-icon { width: 64px; height: 64px; }
  .video-label { font-size: 16px; }
  .video-notice { font-size: 11.5px; padding: 10px 14px; }
}
@media (max-width: 520px) {
  .cta-long { display: none; }
  .cta-short { display: inline; }
}
@media (max-width: 420px) {
  .topbar-in { gap: 10px; min-height: 60px; }
  .wordmark img { height: 34px; }
  .wordmark-sm img { height: 28px; }
  .topnav { gap: 12px; }
  .topnav-link { font-size: 14px; }
  .btn-sm { font-size: 13.5px; padding: 9px 12px; }
  .desk-body { padding: 14px 12px 12px; }
  .desk-bar { padding: 10px 12px; }
  .desk-side { padding: 12px 10px 14px; }
  .btn-lg { width: 100%; white-space: normal; text-align: center; }
  .calc-btn { font-size: 14px; padding-inline: 6px; }
}
@media (max-width: 350px) {
  .topnav-link { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
