/* Eye Catching Websites — the business site. Four steps on one screen, no long scroll: pick your business, see a
   working site made for it, see the price, ask for a free preview. The rail at the bottom is the only navigation.
   The base block at the top is shared with /terms, /privacy and the /for/<slug> prospect pages. */
:root {
  --ink: #14121b; --ink-2: #2a2733; --muted: #6a6676; --cream: #faf7f2; --paper: #fff; --line: #ebe6dd;
  --hot: #ff5a36; --hot-2: #ffb13d; --grad: linear-gradient(120deg, #ff5a36 0%, #ff7a3d 45%, #ffb13d 100%);
  --radius: 22px; --shadow: 0 1px 2px rgba(20,18,27,.06), 0 14px 44px -14px rgba(20,18,27,.2);
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
  --body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --rail-h: 64px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
[hidden] { display: none !important; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.03em; line-height: 1.02; margin: 0 0 .45em; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.012em; line-height: 1.2; }
p { margin: 0 0 1em; }
.eyebrow { font: 700 .78rem/1.4 var(--body); letter-spacing: .15em; text-transform: uppercase; color: var(--hot); margin-bottom: 14px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 90; }
.skip:focus { left: 8px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 24px; border-radius: 999px; border: 0;
  background: var(--ink); color: #fff; font: 600 1rem/1 var(--body); text-decoration: none; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease; box-shadow: 0 10px 26px -10px rgba(20,18,27,.6); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(20,18,27,.55); }
:focus-visible { outline: 3px solid var(--hot-2); outline-offset: 3px; }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.btn-small { min-height: 44px; padding: 10px 18px; font-size: .94rem; }
h1:focus, h2:focus { outline: none; }
.dim { color: var(--muted); }

/* ── Frame ───────────────────────────────────────────────────────────────────────────────── */
body { background-image: radial-gradient(rgba(20,18,27,.07) 1px, transparent 1.2px); background-size: 22px 22px; background-position: -11px -11px; }
.mark { position: absolute; z-index: 30; top: calc(20px + env(safe-area-inset-top, 0px)); left: clamp(18px, 3.2vw, 48px); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 700 1.05rem/1 var(--display); letter-spacing: -.02em; }
.mark svg { width: 32px; height: 32px; }
.whoami { position: absolute; z-index: 30; top: calc(26px + env(safe-area-inset-top, 0px)); right: clamp(18px, 3.2vw, 48px); margin: 0; font-size: .86rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.whoami a { color: var(--ink-2); text-decoration: none; border-bottom: 1px solid var(--line); }
.live { width: 8px; height: 8px; border-radius: 50%; background: var(--hot); animation: live 2.4s infinite; }
@keyframes live { 0% { box-shadow: 0 0 0 0 rgba(255,90,54,.5); } 70% { box-shadow: 0 0 0 8px rgba(255,90,54,0); } 100% { box-shadow: 0 0 0 0 rgba(255,90,54,0); } }

.stage-wrap { position: relative; height: 100vh; height: 100dvh; min-height: 600px; }
.step { position: absolute; inset: 0; padding: 84px clamp(18px, 3.2vw, 48px) calc(var(--rail-h) + 40px + env(safe-area-inset-bottom, 0px)); overflow-y: auto; overscroll-behavior: contain; }
.js .step { opacity: 0; visibility: hidden; transform: translateX(48px); transition: opacity .45s ease, transform .6s cubic-bezier(.2,.8,.2,1), visibility 0s .6s; }
.js .step.back { transform: translateX(-48px); }
.js .step.on { opacity: 1; visibility: visible; transform: none; transition: opacity .45s ease .08s, transform .6s cubic-bezier(.2,.8,.2,1) .08s, visibility 0s; }
.split { max-width: 1360px; min-height: 100%; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 4vw, 70px); align-items: center; }
.lead { max-width: 600px; }
.acts { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 26px; }
.try { font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--hot-2); padding-bottom: 2px; }
.try:hover { color: var(--hot); }
.note-sm { font-size: .9rem; color: var(--muted); margin: 14px 0 0; }

/* ── 1 · Your business ───────────────────────────────────────────────────────────────────── */
#start h1 { font-size: clamp(2.8rem, 5.2vw, 5rem); margin-bottom: .3em; }
.sub { font-size: 1.12rem; color: var(--ink-2); max-width: 32em; }
.finder { position: relative; margin-top: 24px; }
.finder label { display: block; font: italic 400 1.6rem/1 var(--serif); color: var(--hot); margin: 0 0 10px 4px; }
.q-wrap { position: relative; }
.q-wrap input { width: 100%; height: 66px; padding: 0 70px 0 22px; border-radius: 20px; border: 2px solid transparent; background: #fff; font: 500 1.15rem var(--body); color: var(--ink);
  box-shadow: 0 1px 2px rgba(20,18,27,.06), 0 20px 50px -24px rgba(20,18,27,.4); transition: border-color .2s; }
.q-wrap input:focus { outline: none; border-color: var(--hot); }
.q-wrap button { position: absolute; right: 9px; top: 9px; width: 48px; height: 48px; border-radius: 14px; border: 0; background: var(--grad); color: #fff; font: 700 1.3rem/1 var(--body); cursor: pointer; }
.q-list { position: absolute; z-index: 20; left: 0; right: 0; top: calc(100% + 8px); margin: 0; padding: 8px; list-style: none; background: #fff; border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(20,18,27,.45), 0 0 0 1px rgba(20,18,27,.06); max-height: 340px; overflow-y: auto; }
.q-list li { display: flex; align-items: center; gap: 12px; padding: 8px 10px; border-radius: 12px; cursor: pointer; font-weight: 600; }
.q-list li[aria-selected="true"], .q-list li:hover { background: var(--cream); }
.q-list img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; flex: none; }
.q-list small { margin-left: auto; color: var(--muted); font-weight: 500; font-size: .8rem; white-space: nowrap; }
.q-list .none { cursor: default; display: block; font-weight: 500; color: var(--ink-2); }
.q-list .none a { color: var(--hot); font-weight: 700; }
.popular { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 22px; }
.tile { position: relative; height: 84px; border-radius: 16px; overflow: hidden; border: 0; padding: 0; cursor: pointer; text-align: left; background: #222; color: #fff; font: 700 .9rem/1.15 var(--body); transition: transform .2s; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.72)); }
.tile span { position: absolute; z-index: 1; left: 10px; right: 8px; bottom: 8px; }
.tile:hover { transform: translateY(-2px); } .tile:hover img { transform: scale(1.08); }
.all-btn { margin-top: 14px; border: 0; background: none; padding: 6px 2px; font: 600 .95rem var(--body); color: var(--ink-2); cursor: pointer; border-bottom: 2px solid var(--hot-2); }
.all-btn:hover { color: var(--hot); }
.all { margin-top: 14px; display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px 24px; padding: 18px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); animation: drop .3s ease both; }
@keyframes drop { from { opacity: 0; transform: translateY(-6px); } }
.all h3 { font: 700 .74rem/1.3 var(--body); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 6px; }
.all button { display: block; border: 0; background: none; padding: 3px 0; font: 500 .95rem var(--body); color: var(--ink); cursor: pointer; text-align: left; }
.all button:hover { color: var(--hot); }
/* the wall of real sample sites */
.wall { position: relative; height: min(calc(100dvh - 190px), 760px); min-height: 420px; perspective: 1400px; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%); }
.wall-in { position: absolute; inset: -20% -6%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; transform: rotateX(18deg) rotateZ(-9deg) rotateY(-8deg); transform-style: preserve-3d; }
.col { display: flex; flex-direction: column; gap: 18px; animation: up var(--t, 60s) linear infinite; }
.col:nth-child(2) { animation-direction: reverse; margin-top: -120px; }
@keyframes up { to { transform: translateY(-50%); } }
.wall:hover .col { animation-play-state: paused; }
.ph { position: relative; flex: none; border-radius: 26px; padding: 6px; background: #121118; box-shadow: 0 30px 50px -26px rgba(20,18,27,.7); cursor: pointer; transition: transform .3s; }
.ph img { width: 100%; aspect-ratio: 480 / 1039; object-fit: cover; object-position: top; border-radius: 21px; background: #ddd; }
.ph b { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); background: rgba(255,255,255,.94); color: var(--ink); font: 700 .74rem/1 var(--body); padding: 7px 10px; border-radius: 999px; white-space: nowrap; opacity: 0; transition: opacity .2s; }
.ph:hover { transform: scale(1.04); } .ph:hover b { opacity: 1; }

/* ── 2 · Your site ───────────────────────────────────────────────────────────────────────── */
.for { font-size: .92rem; color: var(--muted); margin-bottom: 14px; }
.for b { color: var(--ink); } .change { color: var(--hot); font-weight: 600; }
#site h2 { font-size: clamp(1.9rem, 2.9vw, 2.9rem); letter-spacing: -.035em; margin-bottom: .35em; }
.sub2 { color: var(--ink-2); font-size: 1rem; max-width: 34em; margin: 0 0 14px; }
.vs { width: 100%; border-collapse: collapse; font-size: .93rem; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 1px 2px rgba(20,18,27,.05), 0 18px 40px -26px rgba(20,18,27,.35); }
.vs th, .vs td { text-align: left; padding: 7px 12px; line-height: 1.4; border-bottom: 1px solid var(--line); vertical-align: top; }
.vs thead th { font: 700 .74rem/1.2 var(--body); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--cream); }
.vs thead th:last-child { color: var(--hot); }
.vs tbody th { font-weight: 700; white-space: nowrap; }
.vs td:nth-child(2) { color: var(--muted); }
.vs td:last-child { font-weight: 600; }
.vs tr:last-child th, .vs tr:last-child td { border-bottom: 0; }
.does { font-size: .86rem; color: var(--muted); margin: 10px 0 0; line-height: 1.45; }
#site .acts { margin-top: 18px; }
.does b { color: var(--ink); }
@media (max-width: 560px) { .vs thead th:first-child, .vs tbody th { display: none; } .vs th, .vs td { padding: 9px 10px; } }
.word { font: italic 400 1.1em/1 var(--serif); color: var(--hot); letter-spacing: -.01em; }
.pitch { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.pitch li { display: flex; gap: 12px; align-items: center; font-weight: 600; font-size: 1.05rem; background: rgba(255,255,255,.7); padding: 12px 14px; border-radius: 14px; }
.pitch svg { flex: none; width: 30px; height: 30px; padding: 6px; border-radius: 10px; background: var(--grad); stroke: #fff; fill: none; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.show { position: relative; height: min(calc(100dvh - 190px), 760px); min-height: 520px; display: grid; place-items: center; container-type: size; }
.show::before { content: ""; position: absolute; width: 70cqh; height: 70cqh; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in srgb, var(--acc, #ff5a36) 30%, transparent), transparent); filter: blur(10px); }
.phone { position: relative; height: 88cqh; aspect-ratio: 9 / 19.5; border-radius: 42px; padding: 10px; background: #0e0d13; z-index: 2;
  box-shadow: 0 0 0 1.5px #2c2a33, 0 50px 90px -30px rgba(20,18,27,.7); }
.notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 30%; height: 18px; background: #0e0d13; border-radius: 10px; z-index: 6; }
.screen { position: relative; height: 100%; border-radius: 33px; overflow: hidden; background: #fff; container-type: inline-size; }
.poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.live-site { position: absolute; inset: 0; overflow: hidden; }
.live-site iframe { position: absolute; left: 0; top: 0; width: 390px; border: 0; transform-origin: 0 0; background: transparent; opacity: 0; transition: opacity .4s; }
.live-site iframe.ready { opacity: 1; }
.old { position: absolute; inset: 0; z-index: 3; padding: 38px 9px 9px; background: var(--o-bg, #f4f0c8); font-family: "Times New Roman", serif; color: #111; font-size: 3.4cqi; clip-path: inset(0 0 0 0); transition: clip-path 1.1s cubic-bezier(.7,0,.2,1); }
.phone[data-state="after"] .old { clip-path: inset(0 100% 0 0); }
.phone.instant .old, .phone.instant .wipe { transition: none !important; }
.old-bar { background: var(--o-bar, #1a1a8c); color: var(--o-bar-ink, #ffea00); font-weight: 700; text-align: center; padding: 3px; overflow: hidden; white-space: nowrap; }
.old-bar span { display: inline-block; animation: marquee 7s linear infinite; }
@keyframes marquee { from { transform: translateX(60%); } to { transform: translateX(-60%); } }
.old-logo { font: italic 700 8.4cqi/1.1 "Comic Sans MS", "Chalkboard SE", cursive; color: var(--o-logo, #c40000); text-align: center; margin: 5cqi 0 3cqi; text-shadow: 2px 2px var(--o-shadow, #ffea00); }
.old-table { display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: 4cqi; }
.old-table span { flex: 1 1 30%; background: #c0c0c0; border: 2px outset #eee; color: #000; font-size: 3.2cqi; text-align: center; padding: 1px; text-decoration: underline; }
.old-text { font-size: 3.7cqi; line-height: 1.35; }
.old-img { height: 34cqi; margin: 4cqi 0; background: repeating-linear-gradient(45deg, #ddd 0 6px, #cfcfcf 6px 12px); border: 2px inset #999; display: grid; place-items: center; font: 3cqi Arial, sans-serif; color: #888; }
.old-foot { font-size: 3cqi; color: #555; text-align: center; }
.old-count { font: 700 3cqi "Courier New", monospace; background: #000; color: #0f0; display: inline-block; padding: 1px 4px; }
.wipe { position: absolute; top: 0; bottom: 0; left: 0; z-index: 4; width: 3px; background: var(--grad); box-shadow: 0 0 18px 4px rgba(255,120,60,.7); opacity: 0; pointer-events: none; }
.phone[data-state="before"] .wipe { left: 100%; }
.phone.wiping .wipe { opacity: 1; left: 0; transition: left 1.1s cubic-bezier(.7,0,.2,1); }
.ba { position: absolute; z-index: 3; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; }
.ba button { border: 0; padding: 8px 13px; border-radius: 999px; background: var(--paper); color: var(--muted); box-shadow: var(--shadow); font: 700 .72rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .3s, color .3s; white-space: nowrap; }
.show[data-state="before"] .ba [data-s="before"] { background: var(--ink); color: #fff; }
.show[data-state="after"] .ba [data-s="after"] { background: var(--hot); color: #fff; }
.notes { position: absolute; z-index: 4; right: 0; top: 10cqh; width: min(300px, 40cqw); display: grid; gap: 10px; }
@media (min-width: 901px) { .phone, .ba { translate: -16cqw 0; } }
.note { display: flex; gap: 11px; align-items: center; padding: 11px 13px; border-radius: 16px; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); min-width: 0;
  box-shadow: 0 20px 40px -18px rgba(20,18,27,.55), 0 0 0 1px rgba(20,18,27,.06); animation: note-in .6s cubic-bezier(.2,1.2,.3,1) both; }
.note.out { animation: note-out .45s ease both; }
@keyframes note-in { from { opacity: 0; transform: translateY(16px) scale(.96); } }
@keyframes note-out { to { opacity: 0; transform: translateY(-10px) scale(.96); } }
.note .ic { flex: none; width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; color: #fff; }
.note .ic svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.note div { min-width: 0; }
.note b { display: block; font-size: .84rem; line-height: 1.25; } .note small { display: block; color: var(--muted); font-size: .74rem; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.note time { margin-left: auto; align-self: flex-start; font-size: .68rem; color: var(--muted); flex: none; }

/* ── 3 · Price ───────────────────────────────────────────────────────────────────────────── */
.price-split { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
#price h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.till { justify-self: center; width: min(100%, 420px); }
.mouth { height: 16px; border-radius: 10px; background: linear-gradient(#2a2733, #14121b); box-shadow: 0 6px 14px -6px rgba(20,18,27,.6), inset 0 -3px 0 #000; position: relative; z-index: 2; }
.paper-clip { margin: -6px 14px 0; overflow: hidden; padding: 0 12px 24px; }
.paper { background: #fffdf7; color: #24212b; font: 400 .8rem/1.55 var(--mono); padding: 22px 18px 26px; box-shadow: 0 16px 30px -18px rgba(20,18,27,.5);
  transform: translateY(-101%); transition: transform 1.8s steps(22, end);
  -webkit-mask: radial-gradient(7px at 50% 100%, transparent 98%, #000) 50% 100% / 14px 100% repeat-x; mask: radial-gradient(7px at 50% 100%, transparent 98%, #000) 50% 100% / 14px 100% repeat-x; }
.paper.printed, html:not(.js) .paper { transform: none; }
.paper .c { text-align: center; } .paper .big { font-weight: 600; letter-spacing: .08em; }
.paper hr { border: 0; border-top: 1.5px dashed #b9b3a8; margin: 10px 0; }
.paper .r { display: flex; align-items: baseline; gap: 6px; }
.paper .r i { flex: 1; border-bottom: 1.5px dotted #cfc9bd; transform: translateY(-4px); min-width: 12px; }
.paper .r .v { font-weight: 600; white-space: nowrap; } .paper .r .inc { color: #1c8a4f; }
.paper .tot { font-weight: 600; font-size: .92rem; } .paper .sm { font-size: .72rem; color: #7c7686; }
.paper .bars { height: 34px; margin: 12px auto 0; width: 70%; background: repeating-linear-gradient(90deg, #24212b 0 2px, transparent 2px 4px, #24212b 4px 5px, transparent 5px 8px, #24212b 8px 11px, transparent 11px 12px); }
.seg { display: inline-flex; padding: 4px; gap: 4px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); flex-wrap: wrap; margin-top: 6px; }
.seg button { border: 0; background: none; padding: 10px 16px; border-radius: 999px; font: 600 .92rem var(--body); color: var(--ink-2); cursor: pointer; }
.seg button[aria-checked="true"] { background: var(--ink); color: #fff; }
.say { font: 600 1.15rem/1.45 var(--display); letter-spacing: -.01em; margin: 18px 0 18px; max-width: 32em; }
.qs { display: grid; gap: 6px; max-width: 36em; }
details { background: rgba(255,255,255,.75); border-radius: 12px; padding: 0 16px; }
summary { cursor: pointer; list-style: none; padding: 12px 0; font-weight: 600; font-size: .96rem; display: flex; justify-content: space-between; gap: 12px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font: 400 1.4rem/1 var(--display); color: var(--hot); transition: transform .25s; }
details[open] summary::after { transform: rotate(45deg); }
details p { color: var(--muted); margin: 0 0 14px; font-size: .95rem; }

/* ── 4 · Free preview ────────────────────────────────────────────────────────────────────── */
#preview h2 { font-size: clamp(2.4rem, 4.4vw, 4.2rem); }
.path { list-style: none; counter-reset: s; margin: 26px 0 0; padding: 0; }
.path li { counter-increment: s; position: relative; padding: 0 0 20px 52px; display: grid; gap: 2px; }
.path li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; font: 800 .95rem var(--display); background: var(--ink); color: #fff; }
.path li:nth-child(2)::before { background: var(--grad); }
.path li:not(:last-child)::after { content: ""; position: absolute; left: 17px; top: 38px; bottom: 2px; width: 2px; background: var(--line); }
.path b { font: 700 1.1rem/1.3 var(--display); letter-spacing: -.01em; } .path span { color: var(--muted); font-size: .95rem; line-height: 1.5; }
.forms { max-width: 600px; width: 100%; justify-self: center; }
.card-form { display: grid; gap: 12px; background: #fff; border-radius: 26px; padding: clamp(20px, 3vw, 30px); box-shadow: 0 1px 2px rgba(20,18,27,.05), 0 30px 60px -30px rgba(20,18,27,.35); }
.card-form label { display: grid; gap: 5px; font-weight: 600; font-size: .9rem; }
.card-form small { font-weight: 400; opacity: .7; }
.card-form input, .card-form textarea { width: 100%; font: 400 1rem/1.4 var(--body); padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--cream); color: inherit; }
.card-form input:focus { border-color: var(--hot); outline: none; background: #fff; }
.card-form .btn { justify-self: start; background: var(--grad); }
.form-lead { color: var(--ink-2); font-size: .95rem; margin: 0; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { position: absolute !important; left: -9999px !important; }
.form-note { margin: 0; min-height: 1.2em; font-size: .95rem; }
.form-note.ok { color: #1c8a4f; } .form-note.err { color: #c43d1d; }
.swap { justify-self: start; border: 0; background: none; padding: 4px 0; font: 600 .9rem var(--body); color: var(--muted); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; text-align: left; }
.swap:hover { color: var(--hot); }
.fine { font-size: .8rem; color: var(--muted); margin: 16px 0 0; text-align: center; }

/* ── The rail ────────────────────────────────────────────────────────────────────────────── */
.rail { position: fixed; z-index: 40; left: 50%; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); display: flex; gap: 4px; padding: 6px; border-radius: 22px;
  background: rgba(20,18,27,.93); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 24px 50px -18px rgba(20,18,27,.6); }
.rail a { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 18px 0 8px; border-radius: 16px; color: #a9a4b4; font: 600 .92rem/1 var(--body); text-decoration: none; white-space: nowrap; transition: color .3s; }
.rail a i { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font: 800 .85rem var(--display); font-style: normal; background: rgba(255,255,255,.08); color: #d9d4e2; transition: background .3s, color .3s; }
.rail a:hover { color: #fff; }
.rail a.done i { background: rgba(255,255,255,.18); color: #fff; font-size: 0; }
.rail a.done i::before { content: "✓"; font-size: .85rem; }
.rail a[aria-current="step"] { color: #fff; } .rail a[aria-current="step"] i { background: var(--grad); color: #fff; }
.fill { position: absolute; z-index: 0; top: 6px; bottom: 6px; left: 6px; border-radius: 16px; background: rgba(255,255,255,.1); transition: width .6s cubic-bezier(.2,.8,.2,1); width: 0; }

/* ── No JS: a plain page ─────────────────────────────────────────────────────────────────── */
html:not(.js) .stage-wrap { height: auto; }
html:not(.js) .step { position: static; padding-bottom: 60px; }
html:not(.js) #site, html:not(.js) .wall, html:not(.js) .rail, html:not(.js) .all-btn { display: none; }

/* ── Narrow screens: steps become short pages ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .stage-wrap { height: auto; min-height: 0; }
  .js .step { position: relative; display: none; inset: auto; overflow: visible; padding: 78px 18px calc(var(--rail-h) + 36px + env(safe-area-inset-bottom, 0px)); }
  .js .step.on { display: block; }
  .split, .price-split { grid-template-columns: 1fr; gap: 26px; min-height: 0; }
  .whoami .em { display: none; } .whoami { font-size: .8rem; }
  .popular { grid-template-columns: repeat(2, 1fr); }
  .wall { height: 260px; min-height: 0; margin: -10px -18px 0; }
  .wall-in { inset: -60% -10%; }
  #start .wall { order: -1; }
  .show { height: min(640px, 150vw); min-height: 0; }
  .notes { right: -6px; width: 52cqw; }
  .till { order: 2; }
  #site .split { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  #site .lead { display: contents; }
  #site .for { order: 1; } #site h2 { order: 2; } #site .sub2 { order: 3; } #site .show { order: 4; margin: 6px 0 20px; } #site .vs { order: 5; } #site .does { order: 6; } #site .acts { order: 7; }
}
@media (max-width: 560px) {
  :root { --rail-h: 58px; }
  .rail { left: 8px; right: 8px; transform: none; bottom: calc(8px + env(safe-area-inset-bottom, 0px)); padding: 5px; gap: 2px; }
  .rail a { flex: 1; flex-direction: column; justify-content: center; gap: 3px; padding: 5px 2px; min-height: 52px; font-size: .66rem; }
  .rail a i { width: 24px; height: 24px; font-size: .74rem; }
  .rail a.done i::before { font-size: .74rem; }
  .fill { top: 5px; bottom: 5px; left: 5px; }
  .two { grid-template-columns: 1fr; }
  .whoami { display: none; }
  .note { padding: 8px 9px; gap: 8px; } .note .ic { width: 28px; height: 28px; } .note b { font-size: .74rem; } .note small { font-size: .66rem; } .note time { display: none; }
  .paper { font-size: .72rem; padding: 18px 12px 22px; } .paper-clip { margin: -6px 8px 0; padding: 0 6px 20px; }
}
@media (min-width: 901px) and (max-height: 700px) { .step { padding-top: 72px; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .paper { transform: none; }
}
@media (min-width: 901px) and (max-height: 780px) { .does { display: none; } #site .sub2 { margin-bottom: 10px; } }
