/* RECEIPTS API — same skin as kol.btcmu.info / lab.pro:
   dark ink, acid accent, Dela Gothic One display over Rubik body.
   The chart is the hero: candles print in, then the callers' signals land on it. */

@font-face {
  font-family: "Rubik";
  src: url("/fonts/Rubik.woff2") format("woff2");
  font-weight: 300 900; font-display: swap;
}
@font-face {
  font-family: "Dela Gothic One";
  src: url("/fonts/DelaGothicOne.woff2") format("woff2");
  font-weight: 400; font-display: swap;
}

:root {
  --acid: #a0ff06;
  --acid-soft: #cfff8a;
  --ink: #050505;
  --panel: #0d0f0a;   /* recessed — code wells */
  --card:  #161911;   /* raised — cards */
  --card-2:#1c2015;   /* featured / hover */
  --panel-2: #14160c;
  --line: #343434;
  --line-soft: #2e3327;
  --up: #4daf62;
  --down: #d3485d;
  --orange: #ffb649;
  --text: #f5f6f1;
  --muted: #9b9b9b;
  --dim: #858585;
  --font: "Rubik", ui-sans-serif, system-ui, sans-serif;
  --display: "Dela Gothic One", "Rubik", sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Menlo, monospace;
  --max: 1160px;
}

* { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 82px; }
section[id] { scroll-margin-top: 82px; }
body {
  background:
    radial-gradient(circle at 78% 2%, rgba(160,255,6,.09), transparent 28rem),
    var(--ink);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* ── header ── */
.head {
  position: sticky; top: 0; z-index: 30;
  background: rgba(5,5,5,.84); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.head-row { display: flex; align-items: center; gap: 18px; height: 62px; }
.mark { font-family: var(--display); font-size: 17px; letter-spacing: .02em; text-decoration: none; }
.mark span { color: var(--acid); }
.head nav { margin-left: auto; display: flex; gap: 6px; align-items: center; }
.head nav a {
  font-size: 13px; font-weight: 600; color: var(--muted); text-decoration: none;
  padding: 8px 12px; border-radius: 10px;
}
.head nav a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.cta {
  flex: none; white-space: nowrap;
  background: var(--acid); color: #0a0f00; font-weight: 800; font-size: 13px;
  padding: 9px 16px; border-radius: 12px; text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}
.cta:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(160,255,6,.25); }

/* ── hero: the tape is the room, the copy sits on it ── */
.hero { position: relative; min-height: min(calc(97svh - 62px), 820px); display: flex; align-items: center; overflow: hidden; }
#chart { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hero .scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.88) 34%, rgba(5,5,5,.15) 66%, transparent 100%);
}
.hero-grid {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; align-items: center;
  padding-block: clamp(48px, 9svh, 90px) clamp(40px, 7svh, 70px);
}
.hero-copy { max-width: 620px; }
.eyebrow {
  font-family: var(--mono); font-size: 11px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--acid); margin-bottom: 16px;
}
.hero h1 {
  font-family: var(--display); font-size: clamp(32px, 5.2vw, 60px);
  line-height: 1.06; letter-spacing: -.012em; text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--acid); }
.lede { max-width: 52ch; margin-top: 20px; font-size: clamp(15px, 1.6vw, 17px); color: var(--muted); }
.lede-biz {
  max-width: 46ch; margin-top: 14px; font-size: 15px; line-height: 1.5; color: var(--text);
  border-left: 2px solid var(--acid); padding-left: 14px;
}

/* one control: email in, key out */
.mint {
  display: flex; align-items: stretch; max-width: 460px; margin-top: 30px;
  background: rgba(13,15,10,.9); border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
  font-family: var(--mono);
}
.mint .ps1 { align-self: center; padding: 0 2px 0 14px; color: var(--acid); font-weight: 700; }
.mint input { flex: 1; min-width: 0; background: none; border: 0; color: var(--text); font: inherit; font-size: 14px; padding: 15px 10px; }
.mint input::placeholder { color: var(--dim); }
.mint input:focus { outline: none; }
.mint button {
  border: 0; background: var(--acid); color: #0a0f00; cursor: pointer;
  font-family: var(--font); font-weight: 800; font-size: 13px; letter-spacing: .04em; padding: 0 22px;
}
.mint:focus-within { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(160,255,6,.16); }
.doclink {
  display: inline-block; margin-top: 14px; font-family: var(--mono); font-size: 13px; font-weight: 600;
  color: var(--muted); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--line);
}
.doclink:hover { color: var(--acid); text-decoration-color: var(--acid); }
.note { font-size: 12.5px; color: var(--dim); margin-top: 10px; font-family: var(--mono); }
.note.done { color: var(--acid); }

/* the marker: what actually lands on the chart — said, did, exit */
.marker {
  justify-self: end; width: min(360px, 100%);
  background: rgba(13,15,10,.94); border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px 12px; box-shadow: 0 24px 70px rgba(0,0,0,.6);
}
.m-top { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.m-live { font-style: normal; color: var(--acid); letter-spacing: 0; text-transform: none; }
.m-who { display: flex; align-items: center; gap: 9px; margin: 12px 0 10px; }
.m-face { font-style: normal; font-size: 22px; line-height: 1; }
.m-who b { font-family: var(--mono); font-size: 13.5px; }
.m-score { margin-left: auto; font-family: var(--display); font-size: 20px; color: var(--acid); }
.m-line {
  display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: baseline;
  padding: 9px 0; border-top: 1px solid var(--line-soft);
  opacity: 0; transform: translateY(-3px);
}
.m-line.on { opacity: 1; transform: none; transition: opacity .22s ease, transform .22s ease; }
.m-line span { font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); }
.m-line b { font-size: 13.5px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-line i { font-style: normal; font-family: var(--mono); font-size: 11px; color: var(--muted); }
.m-line.said b { color: var(--text); }
.m-line.did b { color: var(--up); }
.m-line.did.warn b { color: var(--orange); }
.m-line.did.bad b { color: var(--down); }
.m-line.exit b { color: var(--acid); }
.m-api { margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line-soft); font-family: var(--mono); font-size: 10.5px; color: var(--dim); }
.m-api code { color: var(--acid-soft); }

.tape-cap {
  position: absolute; right: 22px; bottom: 16px; z-index: 2;
  font-family: var(--mono); font-size: 11px; color: var(--dim);
}
.tape-cap i { font-style: normal; color: var(--acid); }

/* ── sections ── */
section { padding-block: clamp(72px, 7vw, 112px); }
.sec-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; flex-wrap: wrap; }
.sec-head h2 { font-family: var(--display); font-size: clamp(24px, 3.2vw, 36px); }
.sec-head span { font-family: var(--mono); font-size: 11.5px; color: var(--dim); }
.fine { font-size: 14px; color: var(--muted); max-width: 70ch; margin-top: 24px; line-height: 1.62; }
.fine b { color: var(--text); }
.divider { border-top: 1px solid var(--line-soft); }
main > section + section { border-top: 1px solid var(--line-soft); }

/* line items */
.lines { list-style: none; padding: 0; }
.lines li {
  display: flex; align-items: baseline; gap: 12px; padding: 11px 0;
  border-bottom: 1px solid var(--line-soft); font-family: var(--mono); font-size: 13.5px;
}
.lines li:last-child { border-bottom: 0; }
.lines .n { color: var(--muted); }
.lines i { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); }
.lines .q { font-weight: 700; }

/* why */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-grid > div {
  border: 1px solid var(--line-soft); border-radius: 14px; background: var(--card);
  padding: 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 1px 2px rgba(0,0,0,.6); transition: border-color .18s, transform .18s;
}
.why-grid > div:hover { border-color: rgba(160,255,6,.45); transform: translateY(-2px); }
.why-grid p { max-width: 36ch; }
.why-grid h3 { font-size: 15.5px; margin-bottom: 9px; line-height: 1.35; }
.why-grid h3 i { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--acid); white-space: nowrap; }
.why-grid p { font-size: 14.5px; color: var(--muted); line-height: 1.62; }

/* endpoints */
.ep-row { padding: 18px 0; }
.ep-row + .ep-row { border-top: 1px solid var(--line-soft); }
.ep-sig { font-family: var(--mono); font-size: 14.5px; font-weight: 700; }
.ep-sig b {
  display: inline-block; background: rgba(160,255,6,.12); border: 1px solid rgba(160,255,6,.32);
  color: var(--acid); padding: 2px 8px; border-radius: 6px; font-size: 11px; letter-spacing: .06em;
  margin-right: 6px;
}
.ep-row p { font-size: 14.5px; color: var(--muted); margin: 8px 0 11px; max-width: 62ch; line-height: 1.62; }
.ep-p { display: flex; flex-wrap: wrap; gap: 6px; }
.ep-p code {
  font-family: var(--mono); font-size: 11.5px; background: var(--panel-2);
  border: 1px solid var(--line-soft); padding: 3px 8px; border-radius: 6px; color: var(--acid-soft);
}

/* code block */
pre.code {
  background: var(--panel); border: 1px solid var(--line-soft); border-radius: 14px;
  padding: 20px; overflow-x: auto; font-family: var(--mono); font-size: 12.5px;
  line-height: 1.75; color: #cfd0c9;
}
pre.code .k { color: #8fc7ff; }
pre.code .s { color: var(--acid-soft); }
pre.code .v { color: var(--orange); }
pre.code .m { color: var(--dim); }

/* filters */
.f-list > div {
  display: grid; grid-template-columns: 240px 1fr; gap: 16px;
  padding: 12px 0; border-top: 1px solid var(--line-soft); align-items: baseline;
}
.f-list > div:first-child { border-top: 0; }
.f-list code { font-family: var(--mono); font-size: 13px; font-weight: 700; color: var(--acid); }
.f-list span { font-size: 14px; color: var(--muted); }

/* access */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tier {
  position: relative; border: 1px solid var(--line-soft); border-radius: 16px;
  background: var(--card); padding: 24px; display: flex; flex-direction: column; box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 1px 2px rgba(0,0,0,.6);
}
.tier.hot {
  background: var(--card-2); border: 1.5px solid rgba(160,255,6,.45);
  box-shadow: 0 0 0 1px rgba(160,255,6,.1), 0 18px 60px -30px rgba(160,255,6,.4);
}
.tier .badge {
  position: absolute; top: -10px; right: 18px; font-style: normal;
  font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  background: var(--acid); color: #0a0f00; padding: 3px 9px; border-radius: 999px;
}
.tier ul { flex: 1; }
.tier-btn {
  display: block; text-align: center; margin-top: 18px; padding: 12px 18px;
  border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 14px;
  border: 1px solid var(--line); color: var(--text);
}
.tier-btn:hover { border-color: var(--acid); color: var(--acid); }
.tier-btn.hot { background: var(--acid); color: #0a0f00; border-color: var(--acid); }
.tier li::before { content: ""; position: absolute; left: 2px; top: .72em; width: 4px; height: 4px; background: var(--acid); border-radius: 1px; }
.tier h3 { font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.t-price { font-family: var(--display); font-size: 27px; margin: 8px 0 14px; }
.tier.hot .t-price { color: var(--acid); }
.tier ul { list-style: none; padding: 0; font-size: 14px; color: var(--muted); margin: 0; }
.tier li { padding: 4px 0 4px 15px; position: relative; }
.tier li::before { content: "·"; position: absolute; left: 3px; color: var(--acid); font-weight: 700; }

.signup { margin-top: 28px; }
.signup label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--dim); }
.signup .row { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.signup input {
  flex: 1 1 280px; font-family: var(--mono); font-size: 14px; padding: 13px 15px;
  background: var(--panel); border: 1px solid var(--line); color: var(--text); border-radius: 12px;
}
.signup input::placeholder { color: var(--dim); }
.signup button {
  font-family: var(--font); font-size: 14px; font-weight: 800; padding: 13px 24px;
  background: var(--acid); color: #0a0f00; border: 0; border-radius: 12px; cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}
.signup button:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(160,255,6,.25); }
.note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.note.done { color: var(--acid); }

/* footer */
.foot { border-top: 1px solid var(--line-soft); padding-block: 26px 40px; }
.foot p { font-family: var(--mono); font-size: 11.5px; color: var(--dim); }
.foot a { color: var(--acid); }

@media (max-width: 1040px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .tiers { grid-template-columns: 1fr; }
  .f-list > div { grid-template-columns: 1fr; gap: 4px; }
  #chart { height: 340px; }
  /* nav stays reachable — a scrollable pill row, not hidden links */
  .head-row { gap: 10px; }
  .head nav { gap: 4px; min-width: 0; }
  .head nav a:not(.cta) { flex: none; }
  .head nav::-webkit-scrollbar { display: none; }
  .head nav a:not(.cta) { font-size: 12.5px; padding: 10px 8px; white-space: nowrap; }
  .cta { padding: 12px 14px; font-size: 12.5px; }
  .head nav { min-width: 0; }
  .signup button { padding: 15px 24px; }
  .foot a, .mark { display: inline-block; padding-block: 6px; }
}

@media (max-width: 560px) {
  .head-row { flex-wrap: wrap; height: auto; padding-block: 10px; row-gap: 6px; }
  .mark { flex: 1 1 auto; }
  .head nav { width: 100%; order: 3; overflow-x: auto; scrollbar-width: none; }
  .head nav::-webkit-scrollbar { display: none; }
  .head nav .cta { margin-left: auto; }
}

@media (max-width: 600px) {
  section { padding-block: 56px; }
  /* readable floor: nothing under 12px on a phone */
  .eyebrow { font-size: 12px; letter-spacing: .18em; }
  .viz-head .note, .signup label { font-size: 12px; }
  .sec-head span, .ep-p code, .foot p { font-size: 12.5px; }
  .viz-head .note { margin-left: 0; flex-basis: 100%; }
  /* the payload should be readable, not trapped in a side-scroller */
  pre.code {
    font-size: 11.8px; line-height: 1.6; padding: 14px;
    white-space: pre-wrap; word-break: break-word; overflow-x: visible;
  }
  /* dotted leaders collapse when a label wraps — go two-column instead */
  .lines li { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: baseline; font-size: 13px; }
  .lines i { display: none; }
  .viz { padding: 10px 10px 8px; }
}

/* inline link + inline code (docs) */
.inline-link { color: var(--acid); text-decoration: none; border-bottom: 1px solid rgba(160,255,6,.4); }
.inline-link:hover { border-bottom-color: var(--acid); }
code.ib { font-family: var(--mono); font-size: .92em; background: var(--panel-2); border: 1px solid var(--line-soft); padding: 2px 6px; border-radius: 5px; color: var(--acid-soft); }
.docs-hero { padding-block: 46px 26px; }
.docs-hero h1 { font-size: clamp(30px, 4.4vw, 46px); }


/* scroll reveal — same fade/slide as about.lab.pro (0.7s, cubic-bezier(.22,1,.36,1)) */
.reveal { opacity: 0; transform: translateY(28px); }
.reveal.in {
  opacity: 1; transform: none;
  transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--rd, 0s);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}




/* live counts as a stat wall */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 14px; overflow: hidden; }
.stat { background: var(--card); padding: 20px 18px; align-self: stretch; }
.stat b { display: block; font-family: var(--display); font-size: clamp(24px, 3vw, 34px); line-height: 1.1; }
.stat span { display: block; margin-top: 6px; font-size: 12.5px; color: var(--muted); }
.stat.big { grid-column: span 2; }
.stat.big b { font-size: clamp(32px, 4.4vw, 48px); color: var(--acid); }
.stat.ops b { font-family: var(--mono); font-size: clamp(17px, 1.8vw, 21px); }
.stat { display: flex; flex-direction: column; justify-content: center; align-self: stretch; height: 100%; }
.stats { grid-auto-rows: 1fr; }
@media (max-width: 860px) { .stats { grid-template-columns: repeat(2, 1fr); } .stat.big { grid-column: span 2; } }
@media (max-width: 520px) { .stats { grid-template-columns: 1fr; } .stat.big { grid-column: span 1; } }

/* full-bleed band breaks the column so the rhythm changes */
.band { background: var(--panel-2); border-block: 1px solid var(--line-soft); padding-block: clamp(72px, 7vw, 112px); }
.band > .wrap > .sec-head { margin-bottom: 26px; }
.stat.ops b { font-size: clamp(18px, 2vw, 22px); }
main > section + section { border-top: 0; }
main > .wrap + .wrap, main > section:not(.band) + section:not(.band) { border-top: 1px solid var(--line-soft); }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 76px 56px; }
  .receipt { justify-self: start; }
  .hero .scrim { background: linear-gradient(180deg, rgba(5,5,5,.92) 0%, rgba(5,5,5,.8) 55%, rgba(5,5,5,.55) 100%); }
  .hero { min-height: auto; }
  .tape-cap { position: static; display: block; padding: 0 20px 14px; text-align: right; }
}


/* Short windows: trim the SPACING first — the headline is the page's one loud
   moment and must not shrink on an ordinary 800px-tall laptop. Only a genuinely
   cramped window (<=680px) scales the type. */
@media (max-height: 880px) and (min-width: 1000px) {
  /* trim the type a notch — enough to fit, not enough to look squashed */
  .hero h1 { font-size: clamp(30px, 3.6vw, 50px); }
  .hero-grid { padding-block: 40px 32px; gap: 30px; }
  .lede { margin-top: 16px; }
  .mint { margin-top: 22px; }
  .eyebrow { margin-bottom: 12px; }
  .note { margin-top: 8px; }
  .doclink { margin-top: 10px; }
  .marker { padding: 12px 14px 10px; }
  .m-who { margin: 10px 0 8px; }
  .m-line { padding: 7px 0; }
}
@media (max-height: 680px) and (min-width: 1000px) {
  .hero { min-height: 620px; }
  .hero h1 { font-size: clamp(28px, 3.6vw, 40px); }
  .hero-grid { padding-block: 34px 28px; gap: 26px; }
  .lede { font-size: 15px; }
  .note { display: none; }
}


/* what it moves — outcomes as points, not paragraphs */
.moves { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.moves li { padding: 0 26px; border-left: 1px solid var(--line-soft); }
.moves li:first-child { padding-left: 0; border-left: 0; }
.moves li:last-child { padding-right: 0; }
.m-out {
  display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--acid); margin-bottom: 10px;
}
.moves b { display: block; font-family: var(--display); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.25; }
.moves p { margin-top: 8px; font-size: 14px; color: var(--muted); max-width: 30ch; }
@media (max-width: 860px) {
  .moves { grid-template-columns: 1fr; gap: 26px; }
  .moves li { padding: 0 0 0 14px; border-left: 2px solid var(--line-soft); }
  .moves li:first-child { padding-left: 14px; border-left: 2px solid var(--line-soft); }
}


/* mobile hero: the tape caption is decoration — it must not fight the copy,
   and the key form has to fit a 390px screen without clipping the field. */
@media (max-width: 720px) {
  .tape-cap { display: none; }
  .mint { flex-wrap: wrap; max-width: 100%; border-radius: 12px; }
  .mint .ps1 { padding-left: 14px; }
  .mint input { flex: 1 1 60%; min-width: 0; font-size: 16px; }
  .mint button { flex: 1 1 100%; padding: 14px 20px; border-top: 1px solid rgba(0,0,0,.15); }
  .hero-grid { padding-block: 34px 30px; }
  .lede { font-size: 15.5px; }
  .lede-biz { font-size: 15px; }
  .marker { width: 100%; }
}


/* attribution: an off-grid numbered rail — the trust argument reads as a
   sequence, not as three more boxes. */
.rail-wrap { display: grid; grid-template-columns: minmax(0,4fr) minmax(0,8fr); gap: 40px; align-items: start; }
.pull { font-family: var(--display); line-height: 1; }
.pull b { display: block; font-size: clamp(56px, 8vw, 104px); color: var(--acid); }
.pull span { display: block; margin-top: 10px; font-family: var(--mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); line-height: 1.6; }
.rail { list-style: none; margin: 0; padding: 0; counter-reset: step; border-left: 2px solid var(--line-soft); }
.rail li { counter-increment: step; position: relative; padding: 0 0 26px 26px; }
.rail li:last-child { padding-bottom: 0; }
.rail li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; left: -2px; top: 2px; transform: translateX(-50%);
  background: var(--ink); color: var(--acid); font-family: var(--mono); font-size: 11px;
  font-weight: 700; padding: 2px 0; width: 26px; text-align: center;
}
.rail b { display: block; font-size: 16px; margin-bottom: 6px; }
.rail p { font-size: 14.5px; color: var(--muted); max-width: 58ch; line-height: 1.62; }

/* pricing: not two equal boxes */
.tiers.asym { grid-template-columns: minmax(0,5fr) minmax(0,7fr); align-items: start; }
.tiers.asym .tier:first-child { padding: 20px; }
.tiers.asym .tier:first-child .t-price { font-size: 22px; }
.tiers.asym .tier.hot { padding: 28px; }
.tiers.asym .tier.hot .t-price { font-size: 34px; }
@media (max-width: 900px) {
  .rail-wrap { grid-template-columns: 1fr; gap: 24px; }
  .tiers.asym { grid-template-columns: 1fr; }
}
