/* Splitwerk – splitwerk.app
   Plain CSS, no build step. Brand tokens mirror the app (src/theme/tokens.ts).
   Fonts are self-hosted (no requests to Google servers → no third-party data transfer). */

@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/fonts/barlow-condensed-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/fonts/barlow-condensed-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap;
  src: url("/assets/fonts/barlow-condensed-800-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap;
  src: url("/assets/fonts/barlow-condensed-800-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/inter-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url("/assets/fonts/inter-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  color-scheme: dark;
  --bg: #0B0B0F;
  --surface: #16171E;
  --surface-2: #1D1E27;
  --surface-3: #262733;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #F5F5F7;
  --muted: #A6A6B0;
  --dim: #8B8B96;
  --accent: #FF6B1A;
  --accent-soft: rgba(255, 107, 26, 0.14);
  --gain: #B6F23A;
  --gain-soft: rgba(182, 242, 58, 0.12);
  --loss: #FF4D3D;
  --loss-soft: rgba(255, 77, 61, 0.14);
  --font-display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --radius: 20px;
  --radius-sm: 12px;
  --wrap: 1120px;
  --gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--text); text-decoration-color: rgba(255, 107, 26, 0.6); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--accent); color: var(--bg); }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: 0.005em; }
p { margin: 0 0 1em; }
.num, .display { font-family: var(--font-display); font-weight: 800; font-variant-numeric: tabular-nums; }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--accent); color: var(--bg); font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; color: var(--bg); }
.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; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 15, 0.78);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 16px; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.brand:hover { color: var(--text); }
.brand svg { width: 30px; height: 30px; }
.brand span { font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; letter-spacing: 0.04em; text-transform: uppercase; }
.nav { display: none; gap: 26px; margin-left: 28px; }
.nav a { color: var(--muted); text-decoration: none; font-size: 0.94rem; font-weight: 500; }
.nav a:hover { color: var(--text); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.lang { color: var(--muted); text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; padding: 8px 10px; border-radius: 10px; border: 1px solid var(--line); }
.lang:hover { color: var(--text); border-color: var(--line-strong); }
@media (min-width: 900px) { .nav { display: flex; } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 18px; border-radius: 999px;
  font-weight: 650; font-size: 0.95rem; text-decoration: none; line-height: 1.2;
  transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}
.btn-primary { background: var(--accent); color: #0B0B0F; }
.btn-primary:hover { background: #FF7F3A; color: #0B0B0F; transform: translateY(-1px); }
.btn-ghost { border: 1px solid var(--line-strong); color: var(--text); }
.btn-ghost:hover { border-color: var(--accent); color: var(--text); }
.btn svg { width: 18px; height: 18px; }
.btn-sm { min-height: 38px; padding: 8px 14px; font-size: 0.88rem; }
/* Secondary CTA next to the App Store badge (same height as the badge). */
.btn-lg { min-height: 54px; padding: 12px 22px; font-size: 1rem; border-radius: 14px; }
.cta-pair { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px; }
.solo .cta-pair, .final .cta-pair { justify-content: center; }

.appstore { display: inline-block; border-radius: 10px; transition: transform 0.15s ease; }
.appstore:hover { transform: translateY(-1px); }
.appstore img { height: 54px; width: auto; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.cta-note { color: var(--muted); font-size: 0.9rem; margin: 0; }
.cta-note strong { color: var(--text); font-weight: 600; }
/* The trial note carries the follow-on price: always below the badge and compact, so it never runs under the hero's floating chip. */
.hero .cta-row { flex-direction: column; align-items: flex-start; }
.hero .cta-note { max-width: 24rem; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 48px 0 56px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -30% auto auto; width: 820px; height: 820px; pointer-events: none;
  background: radial-gradient(closest-side, rgba(255, 107, 26, 0.22), rgba(255, 107, 26, 0) 70%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 0%, transparent 65%);
  mask-image: radial-gradient(ellipse at 70% 30%, #000 0%, transparent 65%);
}
.hero .wrap { position: relative; z-index: 1; display: grid; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  color: var(--accent); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 18px; height: 2px; background: var(--accent); border-radius: 2px; }
.hero h1 {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(3.4rem, 13vw, 6.6rem); line-height: 0.9; letter-spacing: -0.005em; margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.lede { color: var(--muted); font-size: 1.125rem; max-width: 34rem; margin-bottom: 28px; }
.lede strong { color: var(--text); font-weight: 600; }
.checks { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 10px; }
.checks li { display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-weight: 500; }
.checks svg { flex: none; width: 20px; height: 20px; margin-top: 2px; color: var(--gain); }
@media (min-width: 900px) {
  .hero { padding: 72px 0 88px; }
  .hero .wrap { grid-template-columns: 1.1fr 0.9fr; }
}

/* ---------- Phone mockup ---------- */
.phone-stage { position: relative; display: flex; justify-content: center; padding: 8px 0 24px; }
.phone {
  position: relative; width: min(318px, 86vw); aspect-ratio: 9 / 19.2;
  border-radius: 48px; padding: 11px;
  background: linear-gradient(145deg, #2A2B34, #121318 55%, #24252D);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.10), 0 40px 80px -20px rgba(0, 0, 0, 0.8), 0 0 120px -30px rgba(255, 107, 26, 0.45);
}
.screen {
  position: relative; height: 100%; border-radius: 38px; overflow: hidden;
  background: radial-gradient(120% 60% at 50% 0%, #1A1410 0%, var(--bg) 55%);
  padding: 50px 18px 18px; display: flex; flex-direction: column; gap: 14px;
}
.island { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 96px; height: 28px; border-radius: 20px; background: #000; }
.statusbar { position: absolute; top: 16px; left: 26px; right: 26px; display: flex; justify-content: space-between; font-size: 0.72rem; font-weight: 600; color: var(--text); }
.statusbar i { display: inline-block; width: 22px; height: 10px; border-radius: 3px; border: 1px solid rgba(245, 245, 247, 0.7); position: relative; }
.statusbar i::after { content: ""; position: absolute; inset: 1px 5px 1px 1px; background: var(--text); border-radius: 1px; }
.m-label { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.m-head { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.m-time { font-family: var(--font-display); font-weight: 800; font-size: 4.1rem; line-height: 0.9; letter-spacing: 0.01em; font-variant-numeric: tabular-nums; }
.m-sub { display: flex; gap: 8px; align-items: center; font-size: 0.75rem; color: var(--muted); }
.pill { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; }
.pill-accent { background: var(--accent-soft); color: var(--accent); }
.pill-gain { background: var(--gain-soft); color: var(--gain); }
/* Marks the hero mockup's numbers as illustrative (no unlabeled performance claims). */
.pill-example { background: var(--surface-3); color: var(--muted); border: 1px solid var(--line-strong); text-transform: uppercase; letter-spacing: 0.1em; }
.m-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 12px; }
.m-card-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; font-size: 0.7rem; color: var(--muted); }
.m-card-head b { color: var(--text); font-size: 0.78rem; font-weight: 650; }
.heat { display: grid; grid-template-columns: repeat(17, 1fr); gap: 3px; }
.heat span { height: 30px; border-radius: 4px; background: #262733; }
.heat span.s { height: 30px; }
.heat span.r { height: 22px; align-self: end; }
.heat .h1 { background: #3B2D27; }
.heat .h2 { background: #7A3A22; }
.heat .h3 { background: #C9531F; }
.heat .h4 { background: var(--loss); box-shadow: 0 0 12px rgba(255, 77, 61, 0.55); }
.heat-legend { display: flex; justify-content: space-between; margin-top: 8px; font-size: 0.62rem; color: var(--dim); }
.eaters { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.eaters li { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; }
.eaters li span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.eaters li span:first-child::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--loss); }
.eaters .num { color: var(--loss); font-size: 1.05rem; font-weight: 700; }
.m-target { display: flex; justify-content: space-between; align-items: center; }
.m-target .num { font-size: 1.7rem; line-height: 1; }
.m-target .delta { color: var(--gain); font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; }
.m-target small { display: block; font-size: 0.68rem; color: var(--muted); margin-bottom: 4px; }
.m-week .days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.m-week .days span { display: grid; place-items: center; height: 26px; border-radius: 8px; font-size: 0.62rem; font-weight: 600; color: var(--dim); background: #1F2029; }
.m-week .days .on { background: var(--accent-soft); color: var(--accent); }
.m-week .days .today { background: var(--accent); color: #0B0B0F; }
.float-chip {
  position: absolute; display: none; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px; white-space: nowrap;
  background: rgba(22, 23, 30, 0.94); border: 1px solid var(--line-strong); box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-size: 0.82rem; font-weight: 600;
}
.float-chip .num { font-size: 1.2rem; }
.float-chip svg { flex: none; }
/* Chips sit mostly outside the phone and only overlap its bezel/empty screen edge. */
.float-chip.one { left: calc(50% + 120px); top: 17%; }
.float-chip.one .num { color: var(--gain); }
.float-chip.two { right: calc(50% + 120px); bottom: 7%; }
.float-chip.two svg { width: 18px; height: 18px; color: var(--accent); }
/* Only where both chips fit inside the viewport – the "Beispiel"/"Example" label on chip one must never be clipped. */
@media (min-width: 1300px) { .float-chip { display: inline-flex; } }
@media (prefers-reduced-motion: no-preference) {
  .phone { animation: rise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
  .float-chip.one { animation: rise 0.9s 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
  .float-chip.two { animation: rise 0.9s 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
  .heat .h4 { animation: pulse 2.4s 1s ease-in-out infinite; }
}
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { box-shadow: 0 0 20px rgba(255, 77, 61, 0.85); } }

/* ---------- Stats strip ---------- */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(22, 23, 30, 0.5); }
.stats .wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding-top: 0; padding-bottom: 0; }
.stat { padding: 22px 8px; text-align: center; }
.stat .num { display: block; font-size: 2.3rem; line-height: 1; color: var(--text); }
.stat .num small { font-size: 1.1rem; color: var(--accent); margin-left: 2px; }
.stat span:last-child { display: block; margin-top: 6px; font-size: 0.85rem; color: var(--muted); }
@media (min-width: 760px) { .stats .wrap { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section-head { max-width: 40rem; margin-bottom: 40px; }
.section-head h2, .h2 {
  font-family: var(--font-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2.3rem, 7vw, 3.6rem); line-height: 0.95; margin-bottom: 14px;
}
.section-head p { color: var(--muted); font-size: 1.06rem; margin: 0; }
.section-alt { background: linear-gradient(180deg, rgba(22, 23, 30, 0.6), rgba(22, 23, 30, 0)); border-top: 1px solid var(--line); }

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; counter-reset: step; }
.step { position: relative; padding: 26px 24px 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.step .n { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; line-height: 0.8; color: var(--accent); display: block; margin-bottom: 18px; }
.step h3 { font-size: 1.2rem; font-family: var(--font-body); font-weight: 700; letter-spacing: 0; margin-bottom: 8px; line-height: 1.3; }
.step p { color: var(--muted); margin: 0; font-size: 0.97rem; }
@media (min-width: 820px) { .steps { grid-template-columns: repeat(3, 1fr); } }

.features { display: grid; gap: 14px; }
.feature { padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: border-color 0.2s ease, transform 0.2s ease; }
.feature:hover { border-color: rgba(255, 107, 26, 0.35); }
.feature .ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); margin-bottom: 18px; }
.feature .ico svg { width: 22px; height: 22px; }
.feature h3 { font-family: var(--font-body); font-size: 1.1rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.feature.wide { background: linear-gradient(135deg, #1E1712, var(--surface) 60%); }
@media (min-width: 640px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) {
  .features { grid-template-columns: repeat(3, 1fr); }
  .feature.wide { grid-column: span 2; }
}

/* Honesty band */
.band { display: grid; gap: 28px; align-items: center; padding: 34px 28px; border-radius: 28px; background: var(--surface); border: 1px solid var(--line); }
.band h2 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(2rem, 6vw, 2.8rem); line-height: 0.95; margin-bottom: 12px; }
.band p { color: var(--muted); margin: 0; }
.band ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.band li { display: flex; gap: 12px; align-items: flex-start; }
.band li svg { flex: none; width: 20px; height: 20px; margin-top: 3px; color: var(--gain); }
@media (min-width: 900px) { .band { grid-template-columns: 1fr 1fr; padding: 48px; } }

/* ---------- Pricing ---------- */
.pricing { display: grid; gap: 16px; max-width: 880px; }
.plan { position: relative; padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.plan.best { border-color: var(--accent); background: linear-gradient(160deg, #22160F, var(--surface) 55%); }
.plan .tag { position: absolute; top: -12px; left: 24px; padding: 4px 10px; border-radius: 999px; background: var(--accent); color: #0B0B0F; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.plan h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--muted); letter-spacing: 0; margin-bottom: 10px; line-height: 1.3; }
.plan .price { font-family: var(--font-display); font-weight: 800; font-size: 3.2rem; line-height: 1; }
.plan .price small { font-size: 1.2rem; color: var(--muted); font-weight: 700; margin-left: 4px; }
.plan .per { margin-top: 6px; color: var(--muted); font-size: 0.9rem; }
.plan .trial { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; color: var(--gain); font-weight: 600; font-size: 0.95rem; }
.plan .trial svg { width: 18px; height: 18px; }
.fineprint { margin-top: 20px; color: var(--dim); font-size: 0.85rem; max-width: 46rem; }
@media (min-width: 720px) { .pricing { grid-template-columns: 1.15fr 1fr; } }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { border-radius: 16px; background: var(--surface); border: 1px solid var(--line); }
.faq details[open] { border-color: var(--line-strong); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 20px; font-weight: 600; font-size: 1.02rem; line-height: 1.4; border-radius: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { flex: none; width: 20px; height: 20px; color: var(--muted); transition: transform 0.2s ease; }
.faq details[open] summary svg { transform: rotate(180deg); color: var(--accent); }
.faq .a { padding: 0 20px 20px; color: var(--muted); }
.faq .a p:last-child { margin-bottom: 0; }

/* ---------- Final CTA ---------- */
.final { text-align: center; padding: 88px 0 96px; position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; left: 50%; top: 40%; width: 900px; height: 500px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(255, 107, 26, 0.18), transparent 70%); pointer-events: none; }
.final .wrap { position: relative; }
.final h2 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(2.8rem, 10vw, 5rem); line-height: 0.9; margin-bottom: 16px; }
.final p { color: var(--muted); margin: 0 auto 28px; max-width: 32rem; }
.final .cta-row { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 40px 0 48px; color: var(--muted); font-size: 0.9rem; }
.site-footer .wrap { display: grid; gap: 22px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.disclaimer { color: var(--dim); font-size: 0.8rem; max-width: 60rem; margin: 0; }
@media (min-width: 820px) { .site-footer .top { display: flex; justify-content: space-between; align-items: center; } }

/* ---------- Legal / prose pages ---------- */
.page-head { padding: 56px 0 24px; }
.page-head h1 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(2.6rem, 9vw, 4.2rem); line-height: 0.95; margin-bottom: 12px; }
.page-head p { color: var(--muted); margin: 0; }
.prose { max-width: 46rem; padding-bottom: 72px; font-size: 1rem; }
.prose h2 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 1.75rem; line-height: 1.05; margin: 44px 0 14px; letter-spacing: 0.01em; }
.prose h3 { font-size: 1.08rem; font-weight: 700; margin: 28px 0 8px; line-height: 1.35; }
.prose p, .prose li { color: #D6D6DC; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: 0.4em; }
.prose address { font-style: normal; margin-bottom: 1em; color: var(--text); }
.prose .box { padding: 18px 20px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); margin: 18px 0; }
.prose .box.hl { border-color: rgba(255, 107, 26, 0.5); }
.prose .box > :last-child { margin-bottom: 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; font-size: 0.92rem; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose th { color: var(--text); font-weight: 650; }
.table-scroll { overflow-x: auto; }
.toc { padding: 18px 20px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line); margin: 8px 0 12px; }
.toc p { margin: 0 0 8px; font-weight: 700; color: var(--text); }
.toc ol { margin: 0; padding-left: 1.3em; columns: 1; }
.toc a { color: var(--muted); text-decoration: none; }
.toc a:hover { color: var(--accent); }
@media (min-width: 720px) { .toc ol { columns: 2; column-gap: 32px; } }
.updated { color: var(--dim); font-size: 0.88rem; }
/* Placeholders that the founder must replace before launch – intentionally loud. */
.ph { background: rgba(255, 214, 10, 0.16); color: #FFD60A; border: 1px dashed rgba(255, 214, 10, 0.7); border-radius: 6px; padding: 0 5px; font-weight: 600; }

.support-grid { display: grid; gap: 14px; margin: 8px 0 12px; }
.support-card { padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.support-card h2 { margin-top: 0 !important; font-size: 1.5rem !important; }
.support-card .ico { color: var(--accent); width: 26px; height: 26px; margin-bottom: 12px; }
@media (min-width: 760px) { .support-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Share landing /s/ & 404 ---------- */
.solo { min-height: calc(100vh - 64px); min-height: calc(100svh - 64px); display: grid; place-items: center; text-align: center; padding: 48px 0 64px; position: relative; overflow: hidden; }
.solo::before { content: ""; position: absolute; left: 50%; top: 35%; width: 760px; height: 760px; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(255, 107, 26, 0.2), transparent 70%); pointer-events: none; }
.solo .wrap { position: relative; max-width: 40rem; }
.solo h1 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(2.8rem, 11vw, 4.6rem); line-height: 0.92; margin-bottom: 18px; }
.solo p { color: var(--muted); font-size: 1.08rem; margin: 0 auto 26px; max-width: 30rem; }
.solo .cta-row { justify-content: center; }
.shared-time { display: none; margin: 0 auto 26px; padding: 18px 24px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line-strong); width: fit-content; }
.shared-time.show { display: block; }
.shared-time small { display: block; color: var(--muted); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.shared-time .num { font-size: 3.6rem; line-height: 1; color: var(--text); }
.big404 { font-family: var(--font-display); font-weight: 800; font-size: clamp(6rem, 30vw, 11rem); line-height: 0.85; color: var(--accent); margin-bottom: 8px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.solo .cta-note { margin-top: 16px; }
