:root {
  --bg: oklch(97% 0.003 260); --surface: oklch(100% 0 0); --fg: oklch(17% 0.01 260);
  --muted: oklch(50% 0.012 260); --rule: oklch(86% 0.005 260); --rule-strong: oklch(17% 0.01 260);
  --btn: oklch(17% 0.01 260); --btn-fg: oklch(99% 0 0);
  --up: oklch(56% 0.17 150); --down: oklch(55% 0.2 28);
  --r: 12px; --r-shot: 28px;
  --display: "Switzer", -apple-system, "SF Pro Display", system-ui, sans-serif;
  --body: -apple-system, "SF Pro Text", system-ui, sans-serif;
  --t-fast: 150ms; --ease: cubic-bezier(.2,.7,.3,1);
  --s1: 8px; --s2: 16px; --s3: 24px; --s4: 40px; --s5: 64px; --s6: 104px;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: oklch(13% 0.006 260); --surface: oklch(19% 0.007 260); --fg: oklch(94% 0.004 260);
    --muted: oklch(66% 0.01 260); --rule: oklch(27% 0.008 260); --rule-strong: oklch(94% 0.004 260);
    --btn: oklch(94% 0.004 260); --btn-fg: oklch(15% 0.01 260);
    --up: oklch(74% 0.16 152); --down: oklch(70% 0.17 26);
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 17px/1.5 var(--body); -webkit-font-smoothing: antialiased; }
.clip { overflow-x: clip; }
h1, h2, h3, .num { font-family: var(--display); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 var(--s3); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--fg); }

nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
nav .brand { font-family: var(--display); font-weight: 700; font-size: 17px; display: flex; align-items: center; gap: 10px; text-decoration: none; }
nav .brand img { width: 28px; height: 28px; border-radius: 7px; display: block; }
.btn { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 20px; border-radius: var(--r); background: var(--btn); color: var(--btn-fg); text-decoration: none; font-weight: 600; font-size: 16px; transition: opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--ease); }
.btn:hover { opacity: .86; } .btn:active { transform: scale(.98); }
.btn.small { min-height: 36px; padding: 0 14px; font-size: 14px; border-radius: 10px; }
.btn svg { width: 16px; height: 16px; fill: currentColor; }

.hero { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s4); align-items: center; padding: var(--s4) 0 var(--s6); position: relative; }
h1 { font-size: 56px; line-height: 1.0; letter-spacing: -.035em; margin: 0 0 var(--s3); font-weight: 700; max-width: 14ch; }
.lead { font-size: 21px; color: var(--muted); margin: 0 0 var(--s4); max-width: 44ch; line-height: 1.4; }
.ledger-hero { border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule); padding: var(--s2) 0; display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: var(--s2); margin-bottom: var(--s4); }
.ledger-hero .lbl { display: flex; align-items: center; gap: 8px; font-size: 15px; }
.ledger-hero .lbl small { color: var(--muted); }
.ledger-hero .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--up); animation: pulse 2.4s var(--ease) infinite; }
.ledger-hero .num { font-size: 44px; font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1; text-align: right; }
.ledger-hero .meta { grid-column: 1 / -1; color: var(--muted); font-size: 13px; font-variant-numeric: tabular-nums; margin-top: 2px; }
@keyframes pulse { 50% { opacity: .3; } }
.cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-row .note { color: var(--muted); font-size: 14px; }
.phone { width: 320px; justify-self: end; margin-right: -72px; border-radius: 28px; overflow: hidden; box-shadow: 0 0 0 1px var(--rule), 0 32px 64px -40px oklch(0% 0 0 / .45); }
.phone img { display: block; width: 100%; }

section { padding: 0 0 var(--s6); }
.sec-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s4); align-items: end; margin-bottom: var(--s3); }
h2 { font-size: 34px; letter-spacing: -.025em; margin: 0; line-height: 1.05; }
.sub { color: var(--muted); margin: 0; font-size: 16px; }
.ledger { border-top: 1px solid var(--rule-strong); }
.group { display: grid; grid-template-columns: 160px 1fr; border-bottom: 1px solid var(--rule); }
.group h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 0; padding: var(--s2) 0; font-weight: 600; }
.rows { display: grid; }
.row { display: grid; grid-template-columns: 1fr 140px 110px; align-items: baseline; padding: 11px 0; border-top: 1px solid var(--rule); }
.rows .row:first-child { border-top: 0; }
.row .n small { color: var(--muted); font-size: 13px; margin-left: 8px; }
.row .p { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; font-family: var(--display); font-size: 17px; }
.row .c { text-align: right; font-variant-numeric: tabular-nums; font-size: 14px; font-weight: 500; }
.up { color: var(--up); } .down { color: var(--down); }

  .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s2); }
.feat { border-top: 1px solid var(--rule-strong); padding-top: var(--s2); display: flex; flex-direction: column; gap: var(--s1); }
.feat h3 { font-size: 24px; letter-spacing: -.02em; margin: 0 0 6px; }
.feat p { color: var(--muted); margin: 0; font-size: 16px; max-width: 34ch; }
.shot { padding-top: var(--s2); }
.shot img { border-radius: 18px; box-shadow: 0 0 0 1px var(--rule); }
.shot img { display: block; width: 100%; }

.final { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s4); align-items: center; border-top: 1px solid var(--rule-strong); padding: var(--s4) 0 var(--s5); }
.final h2 { font-size: 42px; margin-bottom: var(--s1); }
.final .cta-row { justify-self: end; }
footer { border-top: 1px solid var(--rule); padding: var(--s3) 0 var(--s4); color: var(--muted); font-size: 13px; }
footer p { margin: 6px 0; }

@media (prefers-reduced-motion: reduce) { .ledger-hero .dot { animation: none; } .btn { transition: none; } html { scroll-behavior: auto; } }
@media (max-width: 860px) {
  .hero, .sec-head, .final { grid-template-columns: 1fr; }
  .hero { padding: var(--s2) 0 var(--s5); }
  h1 { font-size: 42px; max-width: none; }
  .phone { justify-self: center; margin-right: 0; width: 250px; }
  .group { grid-template-columns: 1fr; } .group h3 { padding-bottom: 4px; }
  .row { grid-template-columns: 1fr 110px 80px; }
  .features { grid-template-columns: 1fr; }
  .final .cta-row { justify-self: start; }
  h2 { font-size: 30px; } .final h2 { font-size: 34px; }
}
.muted, .row.stale .p { color: var(--muted); }
