/* IOVO · /puronics/. One idea per section; the product sequences carry the story; the offer renders from offer.js.
   8px rhythm throughout; every number uses tabular figures. Shared-shell tweaks for this page are scoped to body.pur. */

body { background: var(--ink-0); }
.pur { font-variant-numeric: tabular-nums; }
.section { padding: clamp(96px, 12vw, 168px) 0; }
.sec-head { max-width: 880px; margin: 0 auto clamp(48px, 6vw, 80px); text-align: center; display: flex; flex-direction: column; align-items: center; }
.sec-head h2 { font-size: clamp(34px, 4.6vw, 64px); }
.sec-head h2 em { display: block; }
.sec-head .lede { margin-top: 24px; max-width: 34em; }
.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; }

/* The one hydro→cyan gradient word (at most one per beat) */
.gw { background: linear-gradient(100deg, var(--accent-hi) 0%, var(--accent) 55%, var(--accent-lo) 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
  -webkit-text-fill-color: transparent; -webkit-box-decoration-break: clone; box-decoration-break: clone; }

/* ---------- Nav: the EN/ES toggle is styled by the shared shell (quiet text); the CTA is the only filled control ---------- */
@media (max-width: 560px) { .pur .nav .btn { padding: 0 16px; font-size: 13.5px; } }

/* ================= Hero: the offer in one breath, Roy beside it ================= */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 128px 0 96px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: -20% -10% auto auto; width: 70vw; height: 90vh; pointer-events: none;
  background: radial-gradient(50% 50% at 62% 48%, rgba(244, 241, 236, .06), transparent 70%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(244, 241, 236, .3) 30%, rgba(244, 241, 236, .48) 50%, rgba(244, 241, 236, .3) 70%, transparent); opacity: .5; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(48px, 7vw, 120px); align-items: center; }
.hero-copy { min-width: 0; }
.hero-copy .eyebrow { margin-bottom: 32px; letter-spacing: .12em; }
.hero-title { font-size: clamp(44px, 6.4vw, 100px); line-height: .98; letter-spacing: -.055em; font-weight: 500; max-width: 8.6em;
  background: linear-gradient(180deg, #fff 35%, #E9E4DB); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; }
.hero-sub { margin: 32px 0 0; max-width: 30em; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.6; font-weight: 300; color: var(--text-2); }
.cta-block { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 40px; }
.btn-xl { min-height: 56px; padding: 0 28px; font-size: 16px; }
/* The terms line under every CTA: each item carries its own dot, so a wrapped line never ends on a separator */
.under-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; margin: 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); line-height: 1.6; }
.under-cta span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.under-cta span::before { content: ""; flex: none; width: 4px; height: 4px; border-radius: 50%; background: var(--aqua); opacity: .7; }
.under-cta i { display: none; }
.questions { margin: 0; font-size: 14px; color: var(--text-2); }
.questions a { color: var(--aqua); text-decoration: none; background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat; padding-bottom: 1px; }
.questions a:hover { color: #fff; }

/* Roy: a vertical 9:16 frame, never cropped to 16:9 */
.roy-phone { --w: clamp(260px, 22vw, 320px); position: relative; width: var(--w); max-width: 100%; margin: 0; }
.roy-phone::before { content: ""; position: absolute; inset: 4% -34% 12% -34%; z-index: -1; pointer-events: none; background: radial-gradient(50% 45% at 50% 50%, rgba(244, 241, 236, .108), transparent 70%); }
.roy-screen { position: relative; aspect-ratio: 9 / 16; border-radius: 36px; overflow: hidden; background: #050608; border: 1px solid rgba(244, 241, 236, .168);
  box-shadow: 0 0 0 7px rgba(22, 24, 30, .9), 0 0 0 8px transparent, 0 40px 90px -20px rgba(0, 0, 0, .8), 0 0 70px transparent; }
.roy-screen video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #050608; }
/* Fullscreen: the whole vertical frame, letterboxed on black; nothing from the phone frame may apply */
.roy-screen video:fullscreen { position: static !important; inset: auto !important; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important;
  aspect-ratio: auto !important; object-fit: contain !important; transform: none !important; border-radius: 0 !important; background: #000 !important; }
.roy-screen video:-webkit-full-screen { position: static !important; inset: auto !important; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important;
  aspect-ratio: auto !important; object-fit: contain !important; transform: none !important; border-radius: 0 !important; background: #000 !important; }
.roy-screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; transition: opacity .5s;
  background: linear-gradient(160deg, rgba(255, 255, 255, .10), transparent 32%), linear-gradient(0deg, rgba(5, 6, 8, .55), transparent 38%); }
.roy-phone[data-state="playing"] .roy-screen::after { opacity: 0; }
.roy-play { --mx: 50%; --my: 50%; position: absolute; left: 50%; top: 46%; z-index: 2; width: 80px; height: 80px; transform: translate(-50%, -50%);
  border-radius: 50%; border: 1px solid rgba(244, 241, 236, .33); cursor: pointer; display: grid; place-items: center; color: var(--text);
  background: radial-gradient(60px 60px at var(--mx) var(--my), rgba(244, 241, 236, .168), rgba(7, 8, 11, .45)); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  box-shadow: 0 0 0 10px transparent, 0 0 50px transparent; transition: transform .5s var(--ease-out), box-shadow .5s, opacity .3s; }
.roy-play:hover { transform: translate(-50%, -50%) scale(1.05); }
.roy-play svg { width: 28px; height: 28px; fill: currentColor; margin-left: 4px; }
.roy-phone[data-state="playing"] .roy-play { opacity: 0; pointer-events: none; }
.roy-phone figcaption { margin-top: 24px; text-align: center; }
.roy-label { margin: 0; color: var(--text-2); font-size: 10.5px; letter-spacing: .1em; line-height: 1.7; }
.roy-filmed { display: block; margin: 8px 0 0; color: var(--text-3); font-size: 13px; line-height: 1.5; }
.roy-filmed i { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 10px transparent; vertical-align: middle; }
@media (max-width: 860px) {
  .hero { min-height: 0; padding: 112px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-copy .eyebrow { margin-bottom: 24px; }
  .hero-copy .eyebrow::before { display: none; }
  .hero-title { margin-inline: auto; font-size: clamp(40px, 11vw, 64px); }
  .hero-sub { margin-top: 24px; }
  .cta-block { align-items: center; margin-top: 32px; }
  .cta-block .btn-xl { width: 100%; max-width: 360px; }
  .under-cta { justify-content: center; max-width: 26em; }
  .roy-phone { --w: min(300px, 76vw); justify-self: center; }
}

/* ================= Scroll sequences (sticky canvas + labels + text beats) ================= */
.seq { position: relative; }
.seq-explode { height: 520vh; }
.seq-sticky { position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden; background: var(--ink-0); }
.seq-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.seq-labels { position: absolute; inset: 0; pointer-events: none; }
.seq-leaders { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.seq-leaders path { fill: none; stroke: rgba(244, 241, 236, .372); stroke-width: 1; }
.seq-leaders circle { fill: #fff; }
.seq-leaders circle.ring { fill: rgba(7, 8, 11, .35); stroke: rgba(244, 241, 236, .54); stroke-width: 1; }
.plabel { position: absolute; left: 0; top: 0; display: flex; align-items: baseline; gap: 10px; white-space: nowrap; opacity: 0; will-change: transform, opacity;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; line-height: 1.35; color: var(--text); text-shadow: 0 0 14px var(--ink-0), 0 0 4px var(--ink-0); }
.plabel .pn { color: var(--aqua); font-weight: 500; }
.plabel .pn::after { content: "·"; margin-left: 10px; color: var(--text-3); }
.plabel.left { flex-direction: row; }

/* Beats: huge, calm type in the empty part of the frame. JS drives opacity + a small rise. */
.beat { position: absolute; z-index: 2; opacity: 0; visibility: hidden; will-change: transform, opacity; }
.beat-side { top: 0; bottom: 0; left: max(40px, calc((100vw - 1200px) / 2)); width: min(40vw, 540px); display: flex; flex-direction: column; justify-content: center; }
.beat.on { pointer-events: auto; }
.beat:not(.on) { pointer-events: none; }
.beat-xl { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(40px, 5vw, 76px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance;
  background: linear-gradient(180deg, #fff 30%, #E9E4DB); -webkit-background-clip: text; background-clip: text; color: transparent; }
.beat-open .scroll-hint { align-items: flex-start; }
.seq.tall .beat-open .scroll-hint { display: none; }
.beat-xl.beat-l { font-size: clamp(34px, 3.8vw, 58px); line-height: 1.08; }
.beat .eyebrow { margin-bottom: 24px; }
.beat-sub { margin: 24px 0 0; max-width: 24em; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; font-weight: 300; color: var(--text-2); }
.beat-hero .btn { align-self: flex-start; margin-top: 40px; }
.scroll-hint { display: inline-flex; flex-direction: column; align-items: center; gap: 12px; margin: 56px 0 0; color: var(--text-3); font-size: 10.5px; }
.scroll-hint i { order: 2; width: 1px; height: 32px; background: linear-gradient(180deg, transparent, var(--aqua)); animation: hint 2.4s var(--ease-water) infinite; transform-origin: top; }
@keyframes hint { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* Stage layout (wide screens): the words sit centred above the product */
.seq[data-layout="stage"]:not(.tall) .beat-side { left: 50%; width: min(980px, 88vw); margin-left: calc(min(980px, 88vw) / -2); top: calc(68px + 4vh); bottom: auto; align-items: center; text-align: center; }
.seq[data-layout="stage"]:not(.tall) .beat-xl { font-size: clamp(36px, 4.2vw, 64px); }
.seq[data-layout="stage"]:not(.tall) .beat-xl.beat-l { font-size: clamp(30px, 3.2vw, 48px); }
.seq[data-layout="stage"]:not(.tall) .beat .eyebrow { margin-bottom: 16px; }

/* Tall screens: copy above the product, centred */
.seq.tall .beat-side { left: 20px; right: 20px; width: auto; top: calc(76px + env(safe-area-inset-top)); bottom: auto; align-items: center; text-align: center; }
.seq.tall .beat-xl { font-size: clamp(32px, 9.4vw, 46px); }
.seq.tall .beat-xl.beat-l { font-size: clamp(26px, 7.2vw, 34px); }
.seq.tall .beat .eyebrow { margin-bottom: 16px; }
.seq.tall .beat-sub { margin-top: 12px; font-size: 15.5px; }
.seq.tall .beat-hero .btn { align-self: center; margin-top: 24px; }
.plabel.pin { width: 22px; height: 22px; gap: 0; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(244, 241, 236, .54);
  background: rgba(7, 8, 11, .72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); font-size: 9.5px; letter-spacing: 0; text-shadow: none;
  box-shadow: 0 0 12px transparent; }
.plabel.pin .pt { display: none; }
.plabel.pin .pn::after { content: none; }
.plabel.pin .pn { color: #fff; }
.seq-caption { position: absolute; left: 50%; bottom: calc(16px + env(safe-area-inset-bottom)); transform: translate(-50%, 8px); margin: 0; padding: 8px 16px; max-width: calc(100% - 32px);
  border-radius: var(--r-pill); border: 1px solid rgba(244, 241, 236, .168); background: rgba(7, 8, 11, .78); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: var(--text); font-size: 11px; letter-spacing: .08em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0; transition: opacity .4s, transform .5s var(--ease-out); }
.seq-caption.on { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 900px) { .seq-explode { height: 460vh; } }

/* Reduced motion (or frames unavailable): no scrubbing; the still, the words, the parts as a list */
.seq-still { display: none; }
.seq.static { height: auto; }
.seq.static .seq-sticky { position: relative; height: auto; overflow: visible; padding: 120px 0 24px; }
.seq.static .seq-canvas, .seq.static .seq-labels { display: none; }
.seq.static .beat { position: relative; inset: auto; left: auto; width: auto; opacity: 1 !important; visibility: visible !important; transform: none !important; pointer-events: auto;
  max-width: 1200px; margin: 0 auto 32px; padding: 0 24px; align-items: center; text-align: center; }
.seq.static .beat-hero .btn { align-self: center; }
.seq.static .beat:not(.beat-open) { display: none; } /* one headline, then the still and its labeled layers */
.seq.static .scroll-hint { display: none; }
.seq.static .seq-still { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 40px; align-items: center; padding-bottom: 40px; }
.seq.static.missing .seq-still { display: none; }
.seq-still img { width: 100%; height: auto; }
.seq-still figcaption .mono { color: var(--aqua); margin: 0 0 12px; }
.seq-still ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.seq-still li { display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--text-2); font-size: 15px; }
.seq-still li .pn { font-family: var(--font-mono); font-size: 11.5px; color: var(--aqua); padding-top: 3px; }
@media (max-width: 760px) { .seq.static .seq-still { grid-template-columns: 1fr; } }

/* ================= Shared glass card ================= */
.glass, .panel-main, .plan-card, .exit-card {
  border-radius: 24px; border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(22, 24, 30, .5), rgba(12, 14, 18, .34)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

/* ================= You don't change how you sell ================= */
.sell { border-top: 1px solid var(--line); }
.sell-grid { list-style: none; margin: 0 auto; padding: 0; max-width: 1120px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.sell-grid li { padding-top: 24px; border-top: 1px solid var(--line-strong); position: relative; }
.sell-grid li::before { content: ""; position: absolute; left: 0; top: -1px; width: 48px; height: 1px; background: var(--aqua); box-shadow: 0 0 10px transparent; }
.sell-k { margin: 0 0 16px; color: var(--aqua); font-size: 11px; }
.sell-grid h3 { margin: 0 0 12px; font-size: clamp(22px, 2vw, 27px); font-weight: 400; letter-spacing: -.025em; line-height: 1.2; text-wrap: balance; }
.sell-grid p:last-child { margin: 0; color: var(--text-2); font-size: 16px; line-height: 1.6; max-width: 26em; }
@media (max-width: 860px) { .sell-grid { grid-template-columns: 1fr; gap: 32px; max-width: 560px; } }

/* ================= Pricing: one live panel ================= */
.pricing { border-top: 1px solid var(--line); }
.panel { display: grid; grid-template-columns: minmax(0, 1fr) 384px; gap: 24px; align-items: start; }
.panel-main { padding: 24px 32px 32px; min-width: 0; }

.billing { position: relative; display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin: 0 0 8px; padding: 4px; border-radius: var(--r-pill);
  border: 1px solid var(--line-strong); background: rgba(7, 8, 11, .6); }
.billing button { position: relative; z-index: 1; min-height: 60px; padding: 0 16px; border: 0; border-radius: var(--r-pill); background: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--text-2); transition: color .3s; }
.billing button b { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; font-size: 15px; letter-spacing: -.01em; }
.billing button span { font-size: 12px; color: var(--text-3); transition: color .3s; }
.billing button[aria-checked="true"] { color: var(--text); }
.billing button[aria-checked="true"] span { color: var(--aqua); }
.billing button:focus-visible { outline-offset: -3px; }
.bill-badge { font-style: normal; font-family: var(--font-mono); font-size: 9.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; border-radius: var(--r-pill);
  color: #5FD49A; background: rgba(95, 212, 154, .12); border: 1px solid rgba(95, 212, 154, .35); }
.billing-thumb { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); border-radius: var(--r-pill); pointer-events: none;
  border: 1px solid rgba(244, 241, 236, .27); background: linear-gradient(180deg, rgba(244, 241, 236, .096), rgba(244, 241, 236, .036)); box-shadow: 0 0 24px transparent;
  transition: transform .55s var(--ease-out); }
.billing[data-on="annual"] .billing-thumb { transform: translateX(100%); }

/* seats: name + one-line includes | price | stepper, on one grid so every column aligns */
.role-list { list-style: none; margin: 0; padding: 0; }
.role-row { display: grid; grid-template-columns: minmax(0, 1fr) 150px 152px; align-items: center; gap: 24px; min-height: 92px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.role-t { min-width: 0; cursor: default; }
.role-t b { display: block; font-size: 18px; font-weight: 500; letter-spacing: -.015em; }
.role-t span { display: block; margin-top: 4px; font-size: 14px; line-height: 1.45; color: var(--text-3); }
.role-price { margin: 0; text-align: right; white-space: nowrap; }
.rp-main b { font-family: var(--font-display); font-weight: 300; font-size: 30px; letter-spacing: -.04em; line-height: 1; color: var(--text); }
.rp-main span { margin-left: 2px; font-size: 13px; color: var(--text-3); }
.role-price small { display: block; margin-top: 6px; font-size: 11.5px; color: var(--text-3); visibility: hidden; }
.role-price.has-note small { visibility: visible; }
.role-row.free .rp-main b { font-family: inherit; font-size: 17px; font-weight: 500; letter-spacing: -.01em; color: var(--aqua); }
.role-row .stepper { height: 48px; grid-template-columns: 48px 1fr 48px; }

/* the live equation: one line per step, results in one right-aligned column */
.eq { padding-top: 32px; }
.eq-k { margin: 0; color: var(--aqua); font-size: 11px; }
.eq-premise { margin: 8px 0 8px; font-size: 15px; line-height: 1.5; color: var(--text-2); }
.eq-row { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 4px 12px; min-height: 56px; padding: 8px 0; border-bottom: 1px dashed var(--line-strong); }
.eq-op { font-family: var(--font-display); font-size: 20px; line-height: 1; color: var(--aqua); text-align: center; }
.eq-x { min-width: 0; color: var(--text-2); font-size: 15.5px; line-height: 1.5; }
.eq-x b { font-weight: 500; color: var(--text); }
.eq-r { text-align: right; white-space: nowrap; color: var(--text-3); font-size: 13.5px; }
.eq-r i { font-style: normal; margin-right: 6px; color: var(--text-3); }
.eq-r b { font-family: var(--font-display); font-weight: 400; font-size: 21px; letter-spacing: -.02em; color: var(--text); margin-right: 3px; }
.eq-total { border-bottom: 0; border-top: 1px solid var(--line-strong); margin-top: -1px; min-height: 72px; }
.eq-total .eq-x { color: var(--text); font-size: 17px; font-weight: 500; }
.eq-total .eq-r b { font-weight: 300; font-size: clamp(30px, 3vw, 40px); letter-spacing: -.045em;
  background: linear-gradient(180deg, var(--accent-hi) 10%, var(--accent) 60%, var(--accent-lo)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eq-total .eq-r b.neg { background: none; color: var(--text-2); -webkit-text-fill-color: currentColor; }
.eq-in { display: inline-block; height: 36px; margin: 0 2px; padding: 0 8px; border-radius: 10px; border: 1px solid rgba(244, 241, 236, .27); background: rgba(7, 8, 11, .7);
  color: var(--text); font: inherit; font-family: var(--font-display); font-size: 16px; font-weight: 500; text-align: center; font-variant-numeric: tabular-nums; vertical-align: middle;
  transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; appearance: none; }
.eq-in:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px transparent; }
.eq-in.bad { border-color: rgba(255, 92, 108, .8); }
#eq-p { width: 3.4em; }
.eq-money { display: inline-flex; align-items: center; height: 36px; margin: 0 2px; padding-left: 10px; border-radius: 10px; border: 1px solid rgba(244, 241, 236, .27); background: rgba(7, 8, 11, .7);
  vertical-align: middle; color: var(--text-3); font-family: var(--font-display); font-size: 16px; transition: border-color .2s, box-shadow .2s; }
.eq-money:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px transparent; }
.eq-money .eq-in { width: 4.6em; height: 34px; margin: 0; padding: 0 8px 0 2px; border: 0; background: none; box-shadow: none; text-align: left; }
.eq-lines[hidden], .eq-empty[hidden], .eq-cover[hidden] { display: none; }
.eq-empty { margin: 8px 0 0; padding: 24px 0; border-bottom: 1px dashed var(--line-strong); color: var(--text-2); font-size: 16px; }
.eq-cover { display: flex; align-items: center; gap: 12px; margin: 24px 0 0; font-size: clamp(18px, 1.6vw, 21px); letter-spacing: -.015em; color: var(--text); }
.eq-cover::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px transparent; }
.eq-note { margin: 12px 0 0; font-size: 13px; line-height: 1.6; color: var(--text-3); max-width: 44em; }

/* the plan card: total, one line per role, $0 today, the build meter, the one action */
.plan-card { position: sticky; top: 88px; display: flex; flex-direction: column; padding: 28px; border-color: rgba(244, 241, 236, .18);
  background: linear-gradient(180deg, rgba(16, 42, 98, .62), rgba(12, 14, 18, .6)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 40px 80px -40px rgba(244, 241, 236, .15); }
.plan-card::before { content: ""; position: absolute; left: 24px; right: 24px; top: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--aqua), transparent); }
.plan-k { margin: 0; color: var(--aqua); font-size: 11px; }
.plan-total { display: flex; align-items: baseline; gap: 4px; margin: 12px 0 0; }
.plan-total b { font-family: var(--font-display); font-weight: 300; font-size: clamp(52px, 4.6vw, 68px); line-height: 1; letter-spacing: -.055em;
  background: linear-gradient(180deg, #fff 35%, rgba(244, 241, 236, .48)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plan-total span { font-size: 17px; color: var(--text-2); letter-spacing: -.01em; }
.plan-lines { list-style: none; margin: 16px 0 0; padding: 0; }
.plan-lines:empty { display: none; }
.plan-lines li { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: 14px; color: var(--text-2); }
.plan-lines li b { font-weight: 500; color: var(--text); }
.plan-line { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: var(--text-2); }
.plan-line.warn { color: var(--amber); }
.plan-save { align-self: flex-start; margin: 6px 0 0; padding: 0; border: 0; background: none; font: inherit; font-size: 13.5px; line-height: 1.5; text-align: left; color: var(--aqua); cursor: pointer;
  text-decoration: underline; text-decoration-color: rgba(244, 241, 236, .21); text-underline-offset: 4px; }
.plan-save:hover { color: #fff; }
.plan-save.on { color: #5FD49A; text-decoration: none; cursor: default; }
.plan-save[hidden] { display: none; }
.plan-pay { margin: 20px 0 0; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(95, 212, 154, .3); background: rgba(95, 212, 154, .06); font-size: 14px; line-height: 1.5; color: var(--text-2); }
.plan-pay b { display: block; font-family: var(--font-display); font-size: 20px; font-weight: 500; letter-spacing: -.02em; color: var(--text); }
.cap-card { margin: 20px 0 0; }
.cap-title { margin: 0; font-size: 14px; font-weight: 500; color: var(--text); }
.cap-bar { height: 4px; margin: 10px 0 0; border-radius: 2px; background: var(--line-strong); overflow: hidden; }
.cap-bar i { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--accent); box-shadow: 0 0 10px transparent; transition: transform 1.2s var(--ease-out); }
.cap-card[data-state="checking"] .cap-bar, .cap-card[data-state="fallback"] .cap-bar { opacity: .35; }
.cap-main { min-height: 1.5em; margin: 8px 0 0; font-size: 13px; color: var(--text-2); }
.cap-main b { font-weight: 500; color: var(--text); }
.cap-main .sep { margin: 0 8px; color: var(--text-3); }
.cap-card[data-state="checking"] .cap-main { color: var(--text-3); }
.plan-card > .btn { margin-top: 24px; }
.btn-block { width: 100%; min-height: 56px; font-size: 16px; }
.plan-incl { margin: 14px 0 0; text-align: center; font-size: 12.5px; line-height: 1.5; color: var(--text-3); }
.pricing .rules { max-width: 760px; margin: 24px auto 0; text-align: center; font-size: 13px; line-height: 1.6; color: var(--text-3); }
.pricing .rules + .rules { margin-top: 8px; }
.rules[hidden] { display: none; }
@media (max-width: 1080px) {
  .panel { grid-template-columns: 1fr; }
  .plan-card { position: relative; top: 0; max-width: 560px; width: 100%; margin: 0 auto; }
}
@media (max-width: 640px) {
  .panel-main { padding: 16px 16px 24px; border-radius: 20px; }
  .billing { border-radius: 20px; }
  .billing button, .billing-thumb { border-radius: 16px; }
  .billing button { min-height: 68px; padding: 8px 8px; }
  .billing button b { font-size: 14.5px; flex-wrap: wrap; justify-content: center; gap: 4px 6px; }
  .billing button span { font-size: 11px; line-height: 1.35; text-align: center; text-wrap: balance; }
  .bill-badge { font-size: 8.5px; padding: 2px 6px; }
  .role-row { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "t t" "p s"; gap: 12px 16px; min-height: 0; padding: 16px 0; }
  .role-t { grid-area: t; }
  .role-t b { font-size: 17px; }
  .role-t span { font-size: 13.5px; }
  .role-price { grid-area: p; text-align: left; }
  .rp-main b { font-size: 26px; }
  .role-price small { margin-top: 4px; }
  .role-price:not(.has-note) small { display: none; }
  .role-row .stepper { grid-area: s; width: 140px; height: 46px; grid-template-columns: 44px 1fr 44px; }
  .eq { padding-top: 24px; }
  .eq-row { grid-template-columns: 18px minmax(0, 1fr); grid-template-areas: "op x" ". r"; gap: 6px 10px; padding: 12px 0; min-height: 0; }
  .eq-op { grid-area: op; font-size: 17px; align-self: start; padding-top: 6px; }
  .eq-x { grid-area: x; font-size: 15px; }
  .eq-r { grid-area: r; }
  .eq-r b { font-size: 19px; }
  .eq-total { grid-template-areas: "op x" ". r"; }
  .eq-total .eq-op { padding-top: 2px; }
  .eq-total .eq-r b { font-size: 32px; }
  .eq-cover { font-size: 17px; align-items: flex-start; }
  .eq-cover::before { margin-top: 8px; }
  .plan-card { padding: 24px 20px; border-radius: 20px; }
}

/* ================= A fair exit ================= */
.exit { border-top: 1px solid var(--line); }
.exit-points { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 960px; margin: 0 auto 16px; gap: 16px; }
.exit-points li { display: flex; align-items: center; gap: 16px; min-height: 88px; padding: 16px 24px; border-radius: 20px; border: 1px solid var(--line-strong); background: rgba(12, 14, 18, .5); font-size: 15.5px; line-height: 1.45; color: var(--text); }
.exit-points li::before { content: ""; flex: none; width: 24px; height: 24px; border-radius: 50%; border: 1px solid rgba(95, 212, 154, .6);
  background: radial-gradient(circle, rgba(95, 212, 154, .9) 0 3px, transparent 3.5px); box-shadow: 0 0 12px rgba(95, 212, 154, .25); }
.exit-card { max-width: 960px; margin: 0 auto; padding: clamp(24px, 4vw, 48px); }
.exit-terms { margin: 0; font-size: 16px; line-height: 1.8; color: var(--text-2); }
.exit-renewal { margin: 24px 0 0; padding-top: 24px; border-top: 1px solid var(--line); font-size: 16px; line-height: 1.7; color: var(--text); }
.exit-fine { max-width: 960px; margin: 24px auto 0; text-align: center; font-size: 13px; color: var(--text-3); }
@media (max-width: 760px) {
  .exit-points { grid-template-columns: 1fr; gap: 8px; }
  .exit-points li { min-height: 64px; }
  .exit-terms, .exit-renewal { font-size: 15px; }
}

/* ================= How it starts: 01 → 04 on one water line ================= */
.how { border-top: 1px solid var(--line); }
.how-line { position: relative; max-width: 1200px; margin: 0 auto; }
.how-track { position: absolute; left: 0; right: 0; top: 6px; }
.how-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.how-list li { position: relative; padding-top: 40px; }
.how-node { position: absolute; left: 0; top: 0; width: 13px; height: 13px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 6px transparent, 0 0 22px transparent; }
.how-k { display: flex; gap: 10px; margin: 0; color: var(--text-3); font-size: 11px; }
.how-k b::after { content: "·"; margin-left: 10px; color: var(--text-3); }
.how-k b { color: var(--aqua); font-weight: 500; }
.how-list h3 { text-wrap: balance; margin: 16px 0 8px; font-size: clamp(20px, 1.8vw, 24px); font-weight: 400; letter-spacing: -.02em; }
.how-list p { margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.6; max-width: 22em; }
@media (max-width: 1000px) {
  .how-line { max-width: 560px; }
  .how-track { left: 6px; right: auto; top: 0; bottom: 0; width: 1px; }
  .how-track .waterline { height: 100%; width: 1px; background: linear-gradient(180deg, transparent, var(--line-strong) 10%, var(--accent) 50%, var(--line-strong) 90%, transparent); }
  .how-track.rv-line { clip-path: inset(0 0 100% 0); }
  .how-track.rv-line.in { clip-path: inset(0 0 0 0); }
  .how-list { grid-template-columns: 1fr; gap: 40px; }
  .how-list li { padding: 0 0 0 48px; }
  .how-node { top: 2px; }
}

/* ================= FAQ: a clean accordion ================= */
.faq { border-top: 1px solid var(--line); }
.faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 72px; padding: 16px 4px; font-size: clamp(17px, 1.5vw, 19px); letter-spacing: -.01em; transition: color .2s; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line-strong); transition: border-color .2s; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; left: 8px; top: 13px; width: 10px; height: 1px; background: var(--aqua); transition: transform .4s var(--ease-out); }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0deg); }
.faq-list summary:hover { color: var(--aqua); }
.faq-list summary:hover i { border-color: rgba(244, 241, 236, .3); }
.faq-a p { margin: 0; padding: 0 56px 24px 4px; color: var(--text-2); font-size: 16px; line-height: 1.7; }
.faq-list details[open] .faq-a { animation: faq-in .5s var(--ease-out); }
@keyframes faq-in { from { opacity: 0; transform: translateY(-6px); } }
@media (max-width: 640px) { .faq-a p { padding-right: 4px; font-size: 15px; } }

/* ================= The secure step ================= */
.intake { border-top: 1px solid var(--line); background: radial-gradient(70% 40% at 50% 0%, rgba(244, 241, 236, .036), transparent 70%); }
.intake .wrap { max-width: 1200px; }
#pdi-form { position: relative; padding: 8px clamp(20px, 4.4vw, 56px) 0; border-radius: 32px; border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(22, 24, 30, .42), rgba(12, 14, 18, .5)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 60px 120px -40px rgba(0, 0, 0, .7); }
#pdi-form::before { content: ""; position: absolute; left: 10%; right: 10%; top: -1px; height: 1px; background: linear-gradient(90deg, transparent, var(--aqua), transparent); box-shadow: 0 0 14px transparent; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.step { border: 0; margin: 0; padding: 48px 0; min-width: 0; }
.step + .step { border-top: 1px solid var(--line); }
.step-head { float: left; width: 100%; display: flex; align-items: center; gap: 16px; padding: 0; margin: 0 0 8px; font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 28px); letter-spacing: -.025em; }
.step-head + * { clear: both; }
.step-n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(244, 241, 236, .21); color: var(--aqua); font-size: 11px; letter-spacing: .04em; }
.stepnote { margin: 0 0 32px; color: var(--text-3); font-size: 15px; }
.step-head + .g12 { padding-top: 24px; }

/* one 12-column grid; labels above inputs; every control 52px */
.g12 { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.c3 { grid-column: span 3; } .c6 { grid-column: span 6; } .c12 { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.lbl { font-size: 14px; font-weight: 500; color: var(--text); letter-spacing: -.005em; }
.hint { display: block; font-size: 13px; line-height: 1.45; color: var(--text-3); }
.field .hint { margin-top: -4px; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea, .field select, .stepper {
  width: 100%; height: 52px; padding: 0 16px; border-radius: 14px; border: 1px solid var(--line-strong); background: rgba(7, 8, 11, .62);
  font-size: 16px; color: var(--text); transition: border-color .2s, box-shadow .2s, background-color .2s; -webkit-appearance: none; appearance: none; }
.field input::placeholder { color: var(--text-3); }
.field > input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px transparent; background: rgba(12, 14, 18, .92); }
.msg { display: none; font-size: 13px; color: var(--danger); }
[data-field].err > .msg { display: block; }
[data-field].err > input, [data-field].err > .stepper, .agree.err .box { border-color: rgba(255, 92, 108, .8) !important; }
[data-field="products"] > .msg { order: -1; margin: -16px 0 16px; }

.stepper { display: grid; grid-template-columns: 52px 1fr 52px; padding: 0; overflow: hidden; }
.stepper:focus-within { border-color: var(--accent); box-shadow: 0 0 0 4px transparent; }
.stepper input[type="number"] { width: 100%; min-width: 0; height: 100%; border: 0; padding: 0; background: transparent; text-align: center; font-family: var(--font-display); font-size: 20px; color: var(--text); -moz-appearance: textfield; appearance: textfield; font-variant-numeric: tabular-nums; }
.stepper input:focus { outline: none; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.step-btn { height: 100%; border: 0; background: rgba(22, 24, 30, .55); color: var(--aqua); font-size: 20px; line-height: 1; cursor: pointer; transition: background-color .2s; }
.step-btn:first-child { border-right: 1px solid var(--line); }
.step-btn:last-child { border-left: 1px solid var(--line); }
.step-btn:hover { background: rgba(244, 241, 236, .084); }

/* plan: four equal columns (three seat roles + locations), steppers on one baseline */
.seat-cells { display: contents; }
.seatin { display: grid; grid-row: span 4; grid-template-rows: subgrid; row-gap: 8px; min-width: 0; align-content: start; }
.seatin .hint { margin: 0; }
.seatin > .msg { margin: 0; }
.c9 { grid-column: span 9; }
.plan-sum-box { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 6px 6px 6px 16px; border-radius: 14px;
  border: 1px solid var(--line-strong); background: rgba(7, 8, 11, .62); min-width: 0; }
.plan-sum-box p { display: flex; flex-wrap: wrap; column-gap: 12px; margin: 0; min-width: 0; font-size: 15.5px; line-height: 1.45; }
.plan-sum-box b { font-weight: 500; }
.plan-sum-box span { color: var(--aqua); white-space: nowrap; }
.plan-sum-box a { flex: none; display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; color: var(--aqua); font-size: 14px; text-decoration: none; }
.plan-sum-box a:hover { color: #fff; }
[data-field="teamSize"].err .plan-sum-box { border-color: rgba(255, 92, 108, .8); }
.billing-pick { margin-top: 32px; }
.bill-card { position: relative; display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 16px; min-height: 88px; padding: 16px 24px;
  border-radius: 18px; border: 1px solid var(--line-strong); background: rgba(7, 8, 11, .5); cursor: pointer; transition: border-color .25s, background-color .25s, box-shadow .35s; }
.bill-card:hover { border-color: rgba(244, 241, 236, .228); }
.bill-card input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.bill-card:has(input:focus-visible) { outline: 2px solid var(--aqua); outline-offset: 3px; }
.bill-dot { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; }
.bill-dot::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--aqua); transform: scale(0); transition: transform .3s var(--ease-out); }
.bill-t b { display: block; font-size: 16px; font-weight: 500; }
.bill-s { display: block; margin-top: 2px; font-size: 13px; color: var(--text-3); }
.bill-p { font-size: 15px; color: var(--text-2); white-space: nowrap; }
.bill-card.on { border-color: rgba(244, 241, 236, .51); background: rgba(244, 241, 236, .042); box-shadow: 0 0 0 1px transparent; }
.bill-card.on .bill-dot { border-color: var(--aqua); }
.bill-card.on .bill-dot::after { transform: scale(1); }
.bill-card.on .bill-p { color: var(--text); }

/* ---------- System picker: equal cards in one aligned grid per group ---------- */
.picker { display: flex; flex-direction: column; gap: 48px; }
.sys-head { display: flex; align-items: center; gap: 16px; min-height: 44px; margin-bottom: 16px; }
.sys-head h4 { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
.gtag { padding: 3px 8px; border-radius: 6px; border: 1px solid var(--line-strong); color: var(--text-3); font-size: 10px; }
.gtag.new { border-color: rgba(244, 241, 236, .24); color: var(--aqua); }
.gcount { color: var(--aqua); font-size: 11px; }
.gall { margin-left: auto; min-height: 44px; padding: 0 2px; border: 0; background: none; cursor: pointer; color: var(--aqua); font-size: 14px; }
.gall:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.sys-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 12px; }
.sys { --mx: 50%; --my: 50%; position: relative; display: flex; flex-direction: column; border-radius: 18px; border: 1px solid var(--line); background: rgba(7, 8, 11, .5);
  cursor: pointer; overflow: hidden; transition: border-color .25s, background-color .25s, box-shadow .35s, transform .4s var(--ease-out); }
.sys:hover { border-color: rgba(244, 241, 236, .228); }
.sys input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.sys:has(input:focus-visible) { outline: 2px solid var(--aqua); outline-offset: 3px; }
.sys-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden;
  background: radial-gradient(60% 70% at 50% 72%, rgba(244, 241, 236, .07), transparent 72%), linear-gradient(180deg, rgba(22, 24, 30, .35), rgba(7, 8, 11, 0)); }
/* Official product images (catalog.json): whole product, contained, never cropped */
.sys-media.photo img { position: absolute; inset: 7% 8%; width: 84%; height: 86%; object-fit: contain; transition: transform .6s var(--ease-out); }
.sys:hover .sys-media img { transform: translateY(-2px) scale(1.02); }
/* Neutral silhouettes per product type (until the official image exists): figure fills ~80% of the height, soft floor glow */
.sys-media.glyph { display: block; color: rgba(244, 241, 236, .552); }
.sys-media.glyph svg { position: absolute; inset: 6% 8%; width: 84%; height: 88%; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linejoin: round; stroke-linecap: round;
  filter: drop-shadow(0 0 6px transparent); transition: transform .6s var(--ease-out); }
.sys-media.glyph svg * { vector-effect: non-scaling-stroke; }
.sys-media.glyph .f { fill: rgba(244, 241, 236, .042); }
.sys-media.glyph .d { stroke-dasharray: 3 3; opacity: .7; }
.sys-media.glyph .floor { fill: rgba(244, 241, 236, .132); stroke: none; filter: blur(2px); }
.sys-media.glyph .hi { stroke: rgba(255, 255, 255, .55); }
.sys-media.glyph .lit { fill: var(--aqua); stroke: none; }
.sys:hover .sys-media.glyph svg { transform: translateY(-2px) scale(1.02); }
.sys-body { display: flex; flex-direction: column; gap: 4px; padding: 16px 16px 16px; border-top: 1px solid var(--line); flex: 1; }
.sys-name { font-size: 15px; font-weight: 500; letter-spacing: -.01em; line-height: 1.3; }
.sys-desc { font-size: 13px; line-height: 1.45; color: var(--text-3); }
.sys-check { position: absolute; right: 12px; top: 12px; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line-strong); background: rgba(7, 8, 11, .6);
  display: grid; place-items: center; transition: background-color .2s, border-color .2s, transform .35s var(--ease-out); }
.sys-check svg { width: 15px; height: 15px; fill: none; stroke: var(--ink-0); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: scale(.6); transition: opacity .2s, transform .35s var(--ease-out); }
.sys.on { border-color: rgba(244, 241, 236, .51); background: rgba(244, 241, 236, .042); box-shadow: 0 0 0 1px transparent, 0 18px 40px -20px rgba(244, 241, 236, .27); }
.sys.on .sys-check { background: var(--aqua); border-color: var(--aqua); }
.sys.on .sys-check svg { opacity: 1; transform: none; }
.sys.on .sys-desc { color: var(--text-2); }
@media (max-width: 1100px) { .sys-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 900px) { .sys-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .c3 { grid-column: span 6; } .c9 { grid-column: 1 / -1; } }

/* agree */
.agree { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding: 32px 0; border-top: 1px solid var(--line); }
.agree-box { position: relative; display: inline-flex; align-items: center; gap: 16px; min-height: 44px; cursor: pointer; font-size: 16px; }
.agree-box input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.agree-box .box { flex: none; width: 24px; height: 24px; border-radius: 7px; border: 1px solid var(--line-strong); background: rgba(7, 8, 11, .6); display: grid; place-items: center; transition: background-color .2s, border-color .2s; }
.agree-box .box svg { width: 16px; height: 16px; fill: none; stroke: var(--ink-0); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transition: opacity .2s; }
.agree-box input:checked + .box { background: var(--aqua); border-color: var(--aqua); }
.agree-box input:checked + .box svg { opacity: 1; }
.agree-box input:focus-visible + .box { outline: 2px solid var(--aqua); outline-offset: 3px; }
.agree-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--aqua); font-size: 14px; text-decoration: none; }
.agree-link:hover { color: #fff; }
.agree > .msg { flex-basis: 100%; margin-top: -4px; }

/* sticky footer bar inside the form: running count + the one action */
.formbar { position: sticky; bottom: 16px; z-index: 5; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px 24px;
  margin: 0 calc(-1 * clamp(8px, 2vw, 32px)) 24px; padding: 12px 12px 12px 24px; border-radius: 24px; border: 1px solid rgba(244, 241, 236, .132);
  background: rgba(12, 14, 18, .84); -webkit-backdrop-filter: blur(18px) saturate(1.3); backdrop-filter: blur(18px) saturate(1.3); box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .75); }
.formbar-count { margin: 0; font-size: 14.5px; color: var(--text-2); white-space: nowrap; }
.formbar-count b { font-family: var(--font-display); font-weight: 500; font-size: 17px; color: var(--aqua); }
.formbar-count .dot { margin: 0 10px; color: var(--text-3); }
.formstatus { margin: 0; color: var(--text-3); font-size: 13.5px; text-align: right; }
.formstatus.bad { color: var(--danger); }
.formbar .btn { min-height: 52px; padding: 0 28px; font-size: 16px; }

@media (max-width: 760px) {
  .c6 { grid-column: 1 / -1; }
  .c3 { grid-column: span 6; }
  .g12 { gap: 24px 12px; }
  .step { padding: 40px 0; }
  .seatin { grid-row: span 4; }
  .seatin .hint { font-size: 12px; }
  .bill-card { grid-template-columns: 22px minmax(0, 1fr); row-gap: 4px; min-height: 0; padding: 16px 20px; }
  .bill-p { grid-column: 2; }
  .sys-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 8px; }
  .sys { display: grid; grid-template-columns: 76px minmax(0, 1fr) 40px; align-items: center; min-height: 80px; border-radius: 16px; }
  .sys-media { aspect-ratio: auto; height: 100%; min-height: 78px; border-right: 1px solid var(--line); }
  .sys-media.glyph svg { inset: 10% 6%; width: 88%; height: 80%; }
  .sys-body { border-top: 0; padding: 12px 0 12px 16px; justify-content: center; gap: 2px; }
  .sys-desc { font-size: 12.5px; }
  .sys-check { position: static; justify-self: center; }
  .sys-head { flex-wrap: wrap; gap: 0 12px; margin-bottom: 8px; }
  .sys-head h4 { flex: 1 1 100%; flex-wrap: wrap; row-gap: 6px; font-size: 16.5px; }
  .gtag { font-size: 9px; padding: 2px 6px; }
  .agree { padding: 24px 0; }
  .agree-box { font-size: 15px; align-items: flex-start; }
  .agree-box .box { margin-top: 1px; }
  .formbar { grid-template-columns: 1fr auto; gap: 8px 12px; margin-inline: -8px; padding: 10px 10px 10px 16px; bottom: 10px; border-radius: 20px; }
  .formbar-count { font-size: 13px; }
  .formbar-count b { font-size: 15px; }
  .formbar .formstatus { grid-column: 1 / -1; grid-row: 2; text-align: left; font-size: 12px; padding: 0 2px; }
  .formbar .btn { grid-column: 1 / -1; grid-row: 3; width: 100%; min-height: 52px; }
}

/* ================= Success: the digital receipt printer ================= */
.success { display: none; position: relative; outline: none; scroll-margin-top: 96px; }
.success.on { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: 24px 64px; align-items: start; max-width: 960px; margin: 0 auto; padding-top: 8px; }
.printer { grid-column: 1; position: relative; z-index: 2; }
.printer-head { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 16px 16px 6px 6px; border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, #0D1D44, #081331); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 20px 40px rgba(0, 0, 0, .35); }
.printer-head img { height: 34px; width: auto; }
.printer-head .mono { color: var(--text-2); font-size: 10.5px; flex: 1; }
.printer-led { width: 8px; height: 8px; border-radius: 50%; background: var(--live); box-shadow: 0 0 12px var(--live); }
.printing .printer-led { animation: led .35s steps(2) 7; }
@keyframes led { 50% { opacity: .2; } }
.printer-slot { height: 8px; margin: 0 14px; border-radius: 0 0 6px 6px; background: #050608; box-shadow: inset 0 2px 4px rgba(0, 0, 0, .9), 0 1px 0 rgba(244, 241, 236, .15); position: relative; }
.printer-slot::after { content: ""; position: absolute; left: 10%; right: 10%; top: 3px; height: 1px; background: var(--aqua);  opacity: .7; }
.paper-clip { grid-column: 1; margin: -4px 26px 0; overflow: hidden; position: relative; z-index: 1; }
.paper { --paper: #EEF5FC; position: relative; padding: 24px 20px 40px; color: #15171C; background: var(--paper);
  font-family: var(--font-mono); font-size: 12px; line-height: 1.5; letter-spacing: .02em; font-variant-numeric: tabular-nums;
  -webkit-mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / 14px 100%;
  mask: conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / 14px 100%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .4); clip-path: inset(0 0 100% 0); }
.paper::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(21, 23, 28, .08), transparent 40px); }
.printing .paper { animation: print 2.4s steps(26, end) forwards, feed 2.4s steps(26, end) forwards; }
@keyframes print { to { clip-path: inset(0 0 -40px 0); } }
@keyframes feed { 0% { transform: translateY(-6px); } 100% { transform: translateY(0); } }
.paper > * { opacity: 0; }
.printing .paper > * { animation: ink .01s linear forwards; animation-delay: calc(var(--i, 0) * 70ms + 120ms); }
@keyframes ink { to { opacity: 1; } }
.rc-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.rc-top span { text-align: right; }
.rc-brand { font-family: var(--font-display); font-size: 22px; letter-spacing: -.02em; }
.rc-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 10px; margin-top: 6px; color: #56534F; font-size: 11px; }
.rc-meta span { white-space: nowrap; }
.rc-cut { height: 1px; margin: 12px 0; background: repeating-linear-gradient(90deg, #8FA3C4 0 5px, transparent 5px 9px); }
.rc-row { display: flex; justify-content: space-between; gap: 16px; padding: 2px 0; }
.rc-row span { color: #56534F; text-transform: uppercase; letter-spacing: .1em; font-size: 10.5px; flex: none; }
.rc-row b { font-weight: 500; text-align: right; overflow-wrap: anywhere; }
.rc-strong b { font-weight: 600; }
.rc-sub { padding-left: 14px; }
.rc-sub span { text-transform: none; letter-spacing: .02em; font-size: 11.5px; }
.rc-list { list-style: none; margin: 4px 0 0; padding: 0; }
.rc-list li { padding: 1px 0 1px 14px; position: relative; }
.rc-list li::before { content: "›"; position: absolute; left: 2px; color: #C2560C; }
.rc-big { align-items: baseline; margin: 8px 0 4px; }
.rc-big span { color: #15171C; font-weight: 500; }
.rc-big b { font-family: var(--font-display); font-size: 26px; font-weight: 500; letter-spacing: -.02em; line-height: 1; }
.rc-status { justify-content: flex-end; }
.rc-status span { display: none; }
.rc-status b { display: inline-flex; align-items: baseline; gap: 8px; color: #C2560C; text-transform: uppercase; letter-spacing: .08em; font-size: 10.5px; }
.rc-status b i { flex: none; width: 6px; height: 6px; border-radius: 50%; background: #C2560C; transform: translateY(-1px); }
.rc-code { height: 34px; margin: 16px 0 8px; background: repeating-linear-gradient(90deg, #15171C 0 2px, transparent 2px 4px, #15171C 4px 5px, transparent 5px 8px, #15171C 8px 11px, transparent 11px 12px); opacity: .85; }
.rc-thanks { margin: 0; text-align: center; color: #56534F; font-size: 10.5px; }
.success-copy { grid-column: 2; grid-row: 1 / span 2; align-self: center; opacity: 0; transform: translateY(12px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.printed .success-copy { opacity: 1; transform: none; }
.success-copy h3 { font-size: clamp(32px, 3.4vw, 48px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; margin-bottom: 24px; }
.success-copy p { color: var(--text-2); margin: 0 0 32px; max-width: 32em; line-height: 1.7; }
.success-copy .setup-hint { margin: 16px 0 0; font-size: 13.5px; color: var(--text-3); }
@media (max-width: 760px) {
  .success.on { grid-template-columns: 1fr; }
  .success-copy { grid-column: 1; grid-row: auto; }
  .success-copy .btn { width: 100%; }
}

/* ================= One platform: the whole job on one thin line of light ================= */
.chain { padding: clamp(96px, 11vw, 152px) 0 clamp(88px, 10vw, 136px); border-top: 1px solid var(--line); background: radial-gradient(60% 70% at 50% 100%, rgba(244, 241, 236, .03), transparent 70%); }
.chain-title { margin: 0 auto; max-width: 16em; text-align: center; font-size: clamp(30px, 4vw, 54px); font-weight: 400; letter-spacing: -.04em; line-height: 1.08; }
.chain-title em { display: block; font-style: normal; background: linear-gradient(100deg, var(--accent-hi) 0%, var(--accent) 55%, var(--accent-lo) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.chain-line { --node: 52px; position: relative; list-style: none; max-width: 1040px; margin: clamp(48px, 6vw, 72px) auto 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
/* the pipe: node centre to node centre, plus one soft pulse of light running along it */
.chain-line::before, .chain-line::after { content: ""; position: absolute; top: calc(var(--node) / 2); left: calc(100% / 12); right: calc(100% / 12); height: 1px; pointer-events: none; }
.chain-line::before { background: linear-gradient(90deg, rgba(244, 241, 236, .21), var(--aqua) 50%, rgba(244, 241, 236, .21)); box-shadow: 0 0 8px transparent; }
.chain-line::after { height: 3px; margin-top: -1px; border-radius: 2px; background: linear-gradient(90deg, transparent, #fff 50%, transparent) no-repeat; background-size: 14% 100%;
   animation: chain-run 5s var(--ease-water) infinite; }
@keyframes chain-run { 0% { background-position: -20% 0; opacity: 0; } 10% { opacity: 1; } 85% { opacity: 1; } 100% { background-position: 120% 0; opacity: 0; } }
.chain-line.rv-line { clip-path: inset(-40px 100% -40px -40px); }
.chain-line.rv-line.in { clip-path: inset(-40px -40px -40px -40px); } /* revealed: never clip the node glow */
.chain-line li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
/* arrowheads between nodes */
.chain-line li:not(:last-child)::after { content: ""; position: absolute; top: calc(var(--node) / 2 - 4px); right: -4px; width: 7px; height: 7px; border-top: 1px solid var(--aqua); border-right: 1px solid var(--aqua); transform: rotate(45deg); }
.chain-node { display: grid; place-items: center; width: var(--node); height: var(--node); border-radius: 50%; border: 1px solid rgba(244, 241, 236, .3); background: var(--ink-0);
  box-shadow: 0 0 0 6px transparent, 0 0 22px transparent; color: var(--aqua); }
.chain-node svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.chain-line li:last-child .chain-node { border-color: var(--aqua); box-shadow: 0 0 0 6px transparent, 0 0 30px transparent; }
.chain-t { font-size: 14.5px; letter-spacing: -.005em; color: var(--text-2); white-space: nowrap; }
.chain-line li:last-child .chain-t { color: var(--text); }
@media (max-width: 760px) {
  .chain-line { --node: 48px; grid-template-columns: 1fr; max-width: 240px; row-gap: 20px; }
  .chain-line::before, .chain-line::after { top: calc(var(--node) / 2); bottom: calc(var(--node) / 2); left: calc(var(--node) / 2); right: auto; width: 1px; height: auto; }
  .chain-line::before { background: linear-gradient(180deg, rgba(244, 241, 236, .21), var(--aqua) 50%, rgba(244, 241, 236, .21)); }
  .chain-line::after { width: 3px; margin: 0 0 0 -1px; background: linear-gradient(180deg, transparent, #fff 50%, transparent) no-repeat; background-size: 100% 14%; animation-name: chain-run-v; }
  @keyframes chain-run-v { 0% { background-position: 0 -20%; opacity: 0; } 10% { opacity: 1; } 85% { opacity: 1; } 100% { background-position: 0 120%; opacity: 0; } }
  .chain-line li { flex-direction: row; gap: 20px; text-align: left; }
  .chain-line li:not(:last-child)::after { top: auto; bottom: -14px; right: auto; left: calc(var(--node) / 2 - 4px); transform: rotate(135deg); }
  .chain-t { font-size: 16px; }
  .chain-line.rv-line { clip-path: inset(-40px -40px 100% -40px); }
  .chain-line.rv-line.in { clip-path: inset(-40px -40px -40px -40px); }
}

@media (prefers-reduced-motion: reduce) {
  .chain-line::after { animation: none; opacity: 0; }
  .paper { clip-path: none; }
  .paper > * { opacity: 1; }
  .success-copy { opacity: 1; transform: none; }
  .billing-thumb, .cap-bar i { transition: none; }
}
