/* ── Self-hosted webfonts (2026-08-25) ───────────────────────────────────────────
   Replaces @import url('https://fonts.googleapis.com/css2?...'). Every visitor's IP
   used to reach Google just to fetch a typeface, with no consent prompt and no cookie
   banner on this site. These are the same families and the same weights, served from
   our own origin — the exact woff2 files already self-hosted by the app frontend.
   url()s are relative to THIS file, so they resolve from any page depth.
   ──────────────────────────────────────────────────────────────────────────────── */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;
  src:url('fonts/inter-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/inter-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;
  src:url('fonts/inter-latin-600-normal.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/inter-latin-700-normal.woff2') format('woff2')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:500;font-display:swap;
  src:url('fonts/space-grotesk-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:600;font-display:swap;
  src:url('fonts/space-grotesk-latin-600-normal.woff2') format('woff2')}
@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:700;font-display:swap;
  src:url('fonts/space-grotesk-latin-700-normal.woff2') format('woff2')}

/* ══════════════════════════════════════════════════════════════════════════════
   TOKENS
   ══════════════════════════════════════════════════════════════════════════════ */
:root{
  color-scheme: light;
  --bg:#ffffff; --surface:#ffffff; --ink:#0f2540; --navy:#153a5e; --blue:#6f9bcb; --sky:#a7c7e7;
  --sky-soft:#e3eef9; --soft:#3b5a7c; --muted:#4f6d8f; --line:#d9e5f2; --wash:#eef4fb;
  --ok:#2e7d5b; --okbg:#e7f4ee; --maxw:1120px;
  --shadow-mock:0 1px 2px rgba(15,37,64,.05),0 18px 48px rgba(15,37,64,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',sans-serif;font-size:17px;color:var(--ink);background:var(--bg);
  -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%;line-height:1.6}
a,button,summary,[tabindex]{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 26px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline:2px solid var(--navy);outline-offset:3px;border-radius:4px}

/* ══════════════════════════════════════════════════════════════════════════════
   TYPE
   ══════════════════════════════════════════════════════════════════════════════ */
h1,h2,h3,h4,h5{font-family:'Space Grotesk',sans-serif;color:var(--navy);margin:0}
h1{font-weight:700;font-size:clamp(38px,4.3vw,58px);line-height:1.02;letter-spacing:-.03em;max-width:15ch}
h2{font-weight:700;font-size:clamp(30px,3.6vw,42px);line-height:1.08;letter-spacing:-.02em}
h3{font-weight:600;font-size:22px;line-height:1.25}
.kick{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--blue);
  margin:0 0 16px;display:flex;align-items:center;gap:9px}
.kick::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--sky);flex:0 0 auto}
.lead,.sub{font-size:17px;line-height:1.6;color:var(--soft);margin:0}
.lead{max-width:56ch;margin-top:12px}

/* ══════════════════════════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════════════════════════ */
.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px;
  padding:12px 22px;border-radius:10px;transition:.18s ease;cursor:pointer;
  border:1px solid transparent;white-space:nowrap}
.btn-primary{background:var(--navy);color:#fff}
.btn-primary:hover{background:#0f2c48;transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--line)}
.btn:active{transform:scale(.97)}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center}

/* ══════════════════════════════════════════════════════════════════════════════
   NAV
   ══════════════════════════════════════════════════════════════════════════════ */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
nav{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}
.brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.brand svg{width:26px;height:33px;flex:0 0 auto}
.brand .w{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:20px;letter-spacing:5px;color:var(--navy)}
.navlinks{display:flex;align-items:center;gap:26px;min-width:0}
.navlinks a.lnk{font-size:14.5px;font-weight:500;color:var(--soft);transition:.15s}
.langs{display:flex;align-items:center;gap:11px;font-size:13px;font-weight:600;letter-spacing:.4px}
.langs a{color:var(--muted);transition:.15s;padding:12px 8px;margin:-12px -8px;display:inline-block;min-height:44px;line-height:20px}
.langs a.on{color:var(--navy)}
@media (hover:hover) and (pointer:fine){
  .btn-ghost:hover{border-color:var(--navy);background:var(--wash)}
  .navlinks a.lnk:hover{color:var(--navy)}
  .langs a:hover{color:var(--navy)}
}

/* ══════════════════════════════════════════════════════════════════════════════
   PRODUCT MOCKUPS — shared chrome, reused by all five illustrations
   ══════════════════════════════════════════════════════════════════════════════ */
.mock{background:var(--surface);border:1px solid var(--line);border-radius:16px;
  box-shadow:var(--shadow-mock);font-size:13px;line-height:1.5;overflow:hidden;
  min-width:0;width:100%}
.mock-bar{display:flex;align-items:center;gap:10px;padding:0 14px;height:36px;
  border-bottom:1px solid var(--line);background:var(--wash)}
.mock-bar .dots{display:flex;gap:5px;flex:0 0 auto}
.mock-bar .dots i{width:7px;height:7px;border-radius:50%;background:var(--line);
  border:1px solid var(--line);font-style:normal}
.mock-bar .tab{font-size:11.5px;font-weight:600;color:var(--soft);background:var(--surface);
  border:1px solid var(--line);border-radius:999px;padding:3px 11px;overflow:hidden;
  text-overflow:ellipsis;white-space:nowrap;min-width:0}
.mock-status{display:flex;flex-wrap:wrap;gap:8px 16px;padding:18px 14px;
  border-top:1px solid var(--line);font-size:11px;color:var(--soft)}
.mock-status .st{display:flex;align-items:center;gap:6px}
.mock-status .dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}
.mock-status .dot.on{background:var(--ok)}
.mock-status .dot.off{background:transparent;border:1.4px solid var(--muted)}

/* mockup A — hero email */
.hero-visual{position:relative}
.hero-visual::before{content:"";position:absolute;inset:-40px -30px auto auto;width:420px;height:420px;
  background:radial-gradient(closest-side,var(--sky),transparent 72%);opacity:.28;
  z-index:0;pointer-events:none}
.mock-a{position:relative;z-index:1;margin:0 auto}
@media (min-width:861px){
  .mock-a{max-width:600px}
}
.mock-head{padding:22px 16px;border-bottom:1px solid var(--line)}
.mh-row{display:flex;gap:8px;padding:7px 0}
.mh-k{flex:0 0 56px;color:var(--muted);font-weight:600}
.mh-v{color:var(--ink);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mock-body{padding:22px 16px;line-height:1.45}
.mock-body p{margin:0 0 15px;color:var(--ink)}
.mock-body p:last-child{margin-bottom:0}
.mock-body mark{background:none;color:inherit;box-shadow:inset 0 -2px 0 var(--sky)}
.mock-body sup{font-size:9px;font-weight:700;color:var(--blue);margin-left:1px}
.mock-sources{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 14px;padding:22px 16px;
  border-top:1px solid var(--line);background:var(--wash);font-size:12.5px}
.src{display:flex;gap:7px;align-items:flex-start;min-width:0}
.src .src-n{flex:0 0 auto;font-weight:700;color:var(--blue);font-size:11px;line-height:1.5}
.src>span{display:flex;flex-direction:column;gap:2px;min-width:0}
.src b{color:var(--navy);font-weight:600}
.src span{color:var(--soft)}

/* mockup B — company brain */
.mock-files{padding:13px 16px 6px;display:flex;flex-direction:column;gap:8px}
.file-row{display:flex;align-items:center;gap:9px}
.file-row svg{flex:0 0 auto;width:15px;height:15px;color:var(--muted)}
.file-row .fname{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;
  white-space:nowrap;color:var(--ink)}
.pill{flex:0 0 auto;font-size:10.5px;font-weight:600;padding:2px 9px;border-radius:999px}
.pill.ok{background:var(--okbg);color:var(--ok)}
.mock-summary{padding:12px 16px;border-top:1px solid var(--line)}
.mock-summary .lbl,.mock-points .lbl{font-size:10.5px;font-weight:700;text-transform:uppercase;
  letter-spacing:1px;color:var(--muted);margin-bottom:6px}
.mock-summary p{margin:0;color:var(--soft)}
.mock-points{padding:12px 16px;border-top:1px solid var(--line);background:var(--wash)}
.toggle-row{display:flex;align-items:center;gap:9px;padding:4px 0}
.toggle-row span:last-child{color:var(--ink);min-width:0}
.toggle{flex:0 0 auto;width:26px;height:15px;border-radius:999px;background:var(--line);
  position:relative}
.toggle::after{content:"";position:absolute;top:2px;left:2px;width:11px;height:11px;
  border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(15,37,64,.25);transition:.15s}
.toggle-row.on .toggle{background:var(--ok)}
.toggle-row.on .toggle::after{left:13px}
.toggle-row.off span:last-child{color:var(--muted)}

/* mockup C — conversational setup */
.mock-c-body{display:flex;flex-direction:column}
.chat{padding:14px 16px;display:flex;flex-direction:column;gap:8px}
.bubble{max-width:88%;padding:8px 12px;border-radius:12px;color:var(--ink)}
.bubble.user{align-self:flex-end;background:var(--navy);color:#fff;border-bottom-right-radius:3px}
.bubble.assistant{align-self:flex-start;background:var(--wash);border-bottom-left-radius:3px}
.rules{padding:13px 16px;border-top:1px solid var(--line)}
.rule-row{display:flex;gap:8px;padding:4px 0;border-bottom:1px dashed var(--line)}
.rule-row:last-child{border-bottom:0}
.rk{flex:0 0 64px;color:var(--muted);font-weight:600}
.rv{color:var(--navy);font-weight:500;min-width:0}
@media (min-width:640px){
  .mock-c-body{flex-direction:row}
  .chat{flex:1 1 55%;border-right:1px solid var(--line)}
  .rules{flex:1 1 45%;border-top:0}
}

/* mockup A2 — research queue */
.queue{padding:6px 16px 10px}
.q-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line)}
.q-row:last-child{border-bottom:0}
.q-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink)}
.q-status{flex:0 0 auto;font-size:10.5px;font-weight:600;padding:2px 9px;border-radius:999px}
.q-status.done{background:var(--okbg);color:var(--ok)}
.q-status.active{background:var(--sky-soft);color:var(--navy)}
.q-status.queued{background:var(--wash);color:var(--muted)}
.q-src{flex:0 0 auto;color:var(--muted);font-size:11px}

/* mockup D — review + follow-ups */
.draft-row{display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:13px 16px;border-bottom:1px solid var(--line)}
.draft-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-weight:500}
.draft-actions{display:flex;gap:8px;flex:0 0 auto}
.pill-btn{font-size:11px;font-weight:600;padding:5px 12px;border-radius:999px;border:1px solid var(--line)}
.pill-btn.approve{background:var(--okbg);color:var(--ok);border-color:transparent}
.pill-btn.edit{color:var(--soft)}
.pill-btn.ghost{background:var(--wash);color:var(--soft)}
.timeline{display:flex;align-items:flex-start;padding:16px 18px 6px;gap:0}
.tl-node{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;width:78px;text-align:center}
.tl-dot{width:9px;height:9px;border-radius:50%;background:var(--sky);margin-bottom:7px}
.tl-node.done .tl-dot{background:var(--ok)}
.tl-label{font-size:10.5px;color:var(--soft);line-height:1.4}
.tl-label i{display:block;font-style:normal;color:var(--muted)}
.tl-line{flex:1 1 auto;height:1px;background:var(--line);margin-top:4px}
.mock-check{display:flex;align-items:center;justify-content:space-between;gap:10px;
  padding:10px 16px;border-top:1px solid var(--line);background:var(--wash)}
.chk-row{display:flex;align-items:center;gap:8px;color:var(--soft);white-space:nowrap}
.chk-row .box{width:14px;height:14px;border-radius:4px;border:1.5px solid var(--muted);flex:0 0 auto}

/* ══════════════════════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════════════════════ */
.hero{padding:0}
.hero .wrap{padding-top:72px;padding-bottom:88px;max-width:1240px}
.hero-grid{display:grid;grid-template-columns:.89fr 1fr;gap:56px;align-items:center}
.hero-copy,.hero-visual{min-width:0}
.hero-visual{width:100%}
@media (min-width:861px){
  .hero-visual{width:min(600px,100%)}
}
@media (min-width:1041px){
  /* only at the 2-column desktop layout: align the mockup to the column's end.
     justify-self (not an auto margin) so sizing stays driven by the explicit
     width above in every context, including the single-column mobile/tablet
     track where the card must never exceed the column's own width. */
  .hero-visual{justify-self:end}
}
.hero-copy p.sub{max-width:50ch;margin-top:20px}
.hero-copy .cta-row{margin-top:32px}
.trust-strip{list-style:none;margin:38px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;
  gap:12px 22px}
.trust-strip li{display:flex;align-items:center;gap:9px;font-size:14.5px;color:var(--soft)}
.trust-strip .chk{width:18px;height:18px;flex:0 0 auto}
.trust-strip .chk circle{fill:var(--okbg)}
.trust-strip .chk path{stroke:var(--ok);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}

/* ══════════════════════════════════════════════════════════════════════════════
   SECTION RHYTHM
   ══════════════════════════════════════════════════════════════════════════════ */
section{padding:104px 0}
.compare{background:var(--wash);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.how{background:var(--surface)}
.features{background:var(--wash)}
.trust{background:var(--wash);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.faq{background:var(--surface)}
.final{background:var(--wash)}

/* ══════════════════════════════════════════════════════════════════════════════
   COMPARE
   ══════════════════════════════════════════════════════════════════════════════ */
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px;align-items:stretch}
.card{border-radius:16px;padding:26px 26px 24px;border:1px solid var(--line)}
.card-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.5px;
  padding:4px 11px;border-radius:999px;margin-bottom:16px}
.card.tmpl{background:var(--surface)}
.card.tmpl .card-label{background:var(--wash);color:var(--muted)}
.card.rek{background:var(--surface);border-color:var(--navy)}
.card.rek .card-label{background:var(--okbg);color:var(--ok)}
.card-text{font-size:15px;line-height:1.62;color:var(--ink);margin:0 0 20px;min-height:110px}
.card.tmpl .card-text{color:var(--muted);font-style:italic}
.tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.tags li{font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:999px}
.card.tmpl .tags li{background:#fff;color:var(--muted);border:1px solid var(--line)}
.card.rek .tags li{background:var(--okbg);color:var(--ok)}

/* ══════════════════════════════════════════════════════════════════════════════
   HOW (steps)
   ══════════════════════════════════════════════════════════════════════════════ */
.rows{display:flex;flex-direction:column;gap:88px;margin-top:56px}
.row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.row-copy,.row-visual{min-width:0}
.row:nth-child(even) .row-copy{order:2}
.row:nth-child(even) .row-visual{order:1}
.row-copy .n{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:15px;color:var(--blue);
  margin-bottom:10px;letter-spacing:1px}
.row-copy h3{margin-bottom:10px}
.row-copy p{color:var(--soft);font-size:15.5px;line-height:1.6;margin:0 0 16px}
.mini{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.mini li{position:relative;padding-left:20px;font-size:14.5px;color:var(--soft)}
.mini li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;
  border-radius:50%;border:2px solid var(--sky)}

/* ══════════════════════════════════════════════════════════════════════════════
   FEATURES
   ══════════════════════════════════════════════════════════════════════════════ */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 32px;margin-top:52px}
.feat .ic{width:44px;height:44px;border-radius:11px;background:var(--sky-soft);display:grid;
  place-items:center;color:var(--navy);margin-bottom:16px}
.feat .ic svg{width:20px;height:20px}
.feat h4{font-family:'Space Grotesk',sans-serif;font-size:17px;font-weight:600;color:var(--navy);margin:0 0 7px}
.feat p{font-size:14.5px;color:var(--soft);margin:0;line-height:1.56}

/* ══════════════════════════════════════════════════════════════════════════════
   BAND
   ══════════════════════════════════════════════════════════════════════════════ */
.band{background:var(--navy);color:#fff}
.band .wrap{padding-top:86px;padding-bottom:86px;text-align:center}
.band .big{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:clamp(28px,3.6vw,42px);
  line-height:1.15;letter-spacing:-.02em;margin:0 auto 56px;max-width:20ch}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:left;max-width:920px;margin:0 auto}
.pillar h5{font-family:'Space Grotesk',sans-serif;font-size:16px;font-weight:600;color:var(--sky);margin:0 0 8px}
.pillar p{font-size:14.5px;color:#b7c6d8;margin:0;line-height:1.58}

/* ══════════════════════════════════════════════════════════════════════════════
   TRUST
   ══════════════════════════════════════════════════════════════════════════════ */
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 32px;margin-top:48px}
.tcard{display:flex;gap:16px;align-items:flex-start}
.tcard .ic{flex:0 0 auto;width:44px;height:44px;border-radius:11px;background:var(--sky-soft);
  display:grid;place-items:center;color:var(--navy)}
.tcard .ic svg{width:20px;height:20px}
.tcard h4{font-family:'Space Grotesk',sans-serif;font-size:16.5px;font-weight:600;color:var(--navy);margin:2px 0 6px}
.tcard p{font-size:14.5px;color:var(--soft);margin:0;line-height:1.58}
.trust-foot{margin:40px 0 0;font-size:14.5px;color:var(--soft)}
.trust-foot a{color:var(--navy);text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--blue)}

/* ══════════════════════════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════════════════════════ */
.faq-list{margin-top:40px;border-top:1px solid var(--line)}
details.q{border-bottom:1px solid var(--line)}
details.q summary{list-style:none;cursor:pointer;padding:22px 4px;display:flex;
  align-items:center;justify-content:space-between;gap:16px;font-family:'Space Grotesk',sans-serif;
  font-weight:600;font-size:16.5px;color:var(--navy)}
details.q summary::-webkit-details-marker{display:none}
details.q summary:active{opacity:.7}
details.q summary::after{content:"+";flex:0 0 auto;font-size:20px;font-weight:400;color:var(--blue);
  width:22px;height:22px;text-align:center;line-height:20px}
details.q[open] summary::after{content:"–"}
details.q p{margin:-4px 4px 22px;padding-right:34px;font-size:15px;line-height:1.62;color:var(--soft)}

/* ══════════════════════════════════════════════════════════════════════════════
   FINAL CTA
   ══════════════════════════════════════════════════════════════════════════════ */
.final{text-align:center}
.final h2{margin-bottom:14px}
.final p{font-size:17px;color:var(--soft);margin:0 auto 32px;max-width:44ch}
.final .cta-row{justify-content:center}
.tiny{font-size:13px;color:var(--muted);margin:22px 0 0}

/* ══════════════════════════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════════════════════════ */
footer{background:var(--navy);color:#cdd8e5;padding:56px 0 30px}
.foot-top{display:flex;justify-content:space-between;align-items:flex-start;gap:36px;flex-wrap:wrap}
.foot-brand .w{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:20px;letter-spacing:5px;color:#fff}
.foot-brand p{font-size:14px;color:#9fb2c6;margin:14px 0 0;max-width:32ch;line-height:1.55}
.foot-links{display:flex;gap:52px;flex-wrap:wrap}
.foot-col h5{font-size:12px;text-transform:uppercase;letter-spacing:1.4px;color:#7f96ad;margin:0 0 12px;font-weight:700}
.foot-col a,.foot-col .txt{display:block;font-size:14px;color:#cdd8e5;padding:12px 0;transition:.15s}
.foot-col .txt{color:#8ba0b6}
@media (hover:hover) and (pointer:fine){
  .foot-col a:hover{color:#fff}
}
.foot-bot{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#8ba0b6}
.foot-bot .s{font-family:'Space Grotesk',sans-serif;letter-spacing:1px;color:var(--sky);font-weight:700}

/* ══════════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════════ */
@media (max-width:1040px){
  .hero-grid{grid-template-columns:1fr;gap:56px}
  .hero-visual{order:2}
  .hero-visual::before{inset:-30px 10% auto auto;width:320px;height:320px}
}
@media (max-width:900px){
  .navlinks a.lnk{display:none}
  .feat-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:860px){
  section{padding:64px 0}
  .hero .wrap{padding-top:48px;padding-bottom:56px}
  .mock-sources{grid-template-columns:1fr}
  .compare-grid{grid-template-columns:1fr}
  .row{grid-template-columns:1fr;gap:26px}
  .row:nth-child(even) .row-copy,.row:nth-child(even) .row-visual{order:0}
  .rows{gap:56px;margin-top:44px}
  .trust-grid{grid-template-columns:1fr}
  .pillars{grid-template-columns:1fr;gap:26px}
  .band .big{margin-bottom:40px}
  .band .wrap{padding-top:60px;padding-bottom:60px}
}
@media (max-width:640px){
  header nav .btn-ghost{display:none}
  .feat-grid{grid-template-columns:1fr}
  .trust-strip{grid-template-columns:1fr}
}
@media (max-width:480px){
  .wrap{padding:0 18px}
  nav{flex-wrap:wrap;height:auto;padding:10px 0;row-gap:8px}
  .brand{gap:7px}
  .brand svg{width:22px;height:28px}
  .brand .w{font-size:15px;letter-spacing:3px}
  .navlinks{gap:12px;flex-basis:100%;justify-content:flex-end}
  .langs{gap:7px;font-size:11.5px}
  nav .btn{padding:8px 14px;font-size:13.5px;min-height:44px}
  .cta-row{flex-direction:column;align-items:stretch}
  .cta-row .btn{justify-content:center}
  .card{padding:20px}
  .draft-row{flex-direction:column;align-items:stretch;gap:10px}
  .timeline{padding:14px 12px 6px}
  .tl-node{width:64px}
  .hero .wrap{padding-top:36px}
  .mh-v{white-space:normal;text-overflow:clip;overflow:visible;word-break:break-word}
  .q-row{flex-wrap:wrap}
  .q-name{flex-basis:100%}
}
@media (max-width:400px){
  h1{font-size:32px}
}
@media (max-width:360px){
  .brand .w{display:none}
  .langs{gap:5px;font-size:10.5px}
  nav .btn{padding:7px 10px}
}

/* motion & printing safety */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.001ms !important;animation-duration:.001ms !important;
    scroll-behavior:auto !important}
  .btn-primary:hover{transform:none}
}

@media (forced-colors: active) {
  .mock-status .dot{border:1.4px solid CanvasText}
  .toggle{border:1.4px solid CanvasText}
  .chk circle{stroke:CanvasText;stroke-width:1.2px}
}

/* language switcher already defined above under NAV */

/* ══════════════════════════════════════════════════════════════════════════════
   LEGAL PROSE — additive block (2026-08-25).
   Every selector below is scoped under .legal, which appears ONLY on the six
   /privacy/ and /terms/ pages. No rule above this line is modified or overridden,
   so the three landing pages render byte-for-byte as they did before.
   ══════════════════════════════════════════════════════════════════════════════ */
.legal{max-width:72ch;margin:0 auto;padding:54px 26px 92px;overflow-wrap:break-word}

/* document head */
.legal .doc-kick{font-size:12.5px;font-weight:700;letter-spacing:3px;text-transform:uppercase;
  color:var(--blue);margin-bottom:14px}
.legal h1{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:38px;line-height:1.1;
  letter-spacing:-.02em;color:var(--navy);margin:0 0 14px;max-width:none}
.legal .doc-meta{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;font-size:13px;
  color:var(--soft);padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:8px}
.legal .doc-meta .v{font-family:'Space Grotesk',sans-serif;font-weight:600;letter-spacing:.5px;
  color:var(--navy);background:var(--wash);border:1px solid var(--line);border-radius:6px;padding:3px 9px}

/* headings */
.legal h2{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:23px;line-height:1.25;
  letter-spacing:-.01em;color:var(--navy);margin:42px 0 12px;scroll-margin-top:92px}
.legal h3{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:16.5px;color:var(--navy);
  margin:26px 0 8px;scroll-margin-top:92px}

/* body copy */
.legal p{font-size:15.5px;line-height:1.68;color:var(--ink);margin:0 0 14px}
.legal ul,.legal ol{margin:0 0 16px;padding-left:23px}
.legal li{font-size:15.5px;line-height:1.62;color:var(--ink);margin:0 0 8px}
.legal li>ul,.legal li>ol{margin:8px 0 0}
.legal strong{color:var(--navy);font-weight:600}
.legal a{color:var(--navy);text-decoration:underline;text-underline-offset:2px;
  text-decoration-color:var(--blue);transition:.15s}
.legal a:hover{text-decoration-color:var(--navy)}
.legal hr{border:0;border-top:1px solid var(--line);margin:38px 0}
.legal small,.legal .fine{display:block;font-size:13px;line-height:1.6;color:var(--soft);margin:0 0 12px}

/* table of contents */
.legal .toc{background:var(--wash);border:1px solid var(--line);border-radius:14px;
  padding:20px 24px;margin:26px 0 8px}
.legal .toc h2{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;color:var(--soft);
  margin:0 0 12px;font-family:'Inter',sans-serif;font-weight:700}
.legal .toc ol{margin:0;padding-left:20px}
.legal .toc li{font-size:14.5px;margin:0 0 5px}
.legal .toc a{text-decoration:none;color:var(--soft)}
.legal .toc a:hover{color:var(--navy);text-decoration:underline}

/* callout */
.legal .note{background:var(--wash);border:1px solid var(--line);border-left:3px solid var(--sky);
  border-radius:12px;padding:18px 22px;margin:20px 0}
.legal .note p:last-child{margin-bottom:0}
.legal .note h3{margin-top:0}

/* placeholder awaiting a real value — deliberately conspicuous.
   Must WRAP: some placeholders are full sentences (the counsel-review notes), and a
   nowrap here pushed the German pages past the viewport. */
.legal .ph{background:#fdf3d6;border:1px dashed #c9a227;border-radius:5px;padding:1px 6px;
  font-family:'Space Grotesk',sans-serif;font-size:.92em;font-weight:600;color:#7a5c00;
  white-space:normal;overflow-wrap:anywhere;box-decoration-break:clone;
  -webkit-box-decoration-break:clone}

/* tables (sub-processors, data categories) */
.legal .tw{overflow-x:auto;margin:0 0 20px;-webkit-overflow-scrolling:touch}
.legal table{width:100%;min-width:520px;border-collapse:collapse;font-size:14px}
.legal caption{caption-side:bottom;text-align:left;font-size:13px;color:var(--soft);padding-top:10px}
.legal th,.legal td{text-align:left;vertical-align:top;padding:11px 14px;border-bottom:1px solid var(--line);
  line-height:1.5}
.legal thead th{font-family:'Space Grotesk',sans-serif;font-size:12px;text-transform:uppercase;
  letter-spacing:1.2px;color:var(--soft);font-weight:700;background:var(--wash);
  border-bottom:1px solid var(--line)}
.legal tbody tr:last-child td{border-bottom:0}
.legal td strong{white-space:nowrap}

/* "what we don't do" list */
.legal ul.checks{list-style:none;padding-left:0}
.legal ul.checks li{position:relative;padding-left:28px}
.legal ul.checks li::before{content:"";position:absolute;left:2px;top:.62em;width:11px;height:11px;
  border-radius:50%;border:2px solid var(--sky);background:transparent}

/* back-to-top / footer rule of the doc */
.legal .doc-foot{margin-top:44px;padding-top:22px;border-top:1px solid var(--line);
  font-size:13.5px;color:var(--soft)}

@media (max-width:860px){
  .legal{padding:36px 22px 64px}
  .legal h1{font-size:29px}
  .legal h2{font-size:20px;margin-top:34px}
  .legal p,.legal li{font-size:15px}
}
@media (max-width:480px){
  .legal{padding:28px 18px 54px}
  .legal h1{font-size:25px}
  .legal .toc{padding:16px 18px}
  .legal .note{padding:15px 17px}
}

/* ── Discreet legal line in the footer bottom bar (2026-08-25) ───────────────────
   German convention: the legal links sit small and quiet at the very bottom of the
   page, beside the copyright — not as a promoted navigation column. Each language
   version links to its OWN legal text.
   ──────────────────────────────────────────────────────────────────────────────── */
.foot-legal{display:flex;flex-wrap:wrap;align-items:center;gap:0 9px}
.foot-legal a{color:#8ba0b6;transition:.15s}
.foot-legal a::before{content:"·";margin-right:9px;color:#5f7791}
.foot-legal a:hover{color:#fff;text-decoration:underline}
@media (max-width:480px){
  .foot-legal{gap:2px 8px}
  .foot-legal a::before{margin-right:8px}
}
