/* =========================================================================
   GroLayer - Business Automation Setup landing page  (v2)
   Standalone stylesheet. Type: Sora / IBM Plex Sans / IBM Plex Mono.
   Desktop = editorial split layouts, hairline lists, big numerals.
   Mobile  = app-like: sticky dock + bottom-sheet form.
   ========================================================================= */

:root {
    --ink: #081A35;
    --ink-2: #0D2A52;
    --navy: #0B2A5B;
    --cyan: #00B8D4;
    --cyan-2: #35CBE2;
    --cyan-soft: #E4F7FB;
    --paper: #F5F7FA;
    --paper-2: #EEF2F7;
    --card: #FFFFFF;
    --line: #E1E7F0;
    --line-2: #C9D4E3;
    --slate: #556B88;
    --slate-2: #7F93AC;
    --clay: #C2573F;
    --clay-soft: #FBEBE6;
    --green: #157A52;
    --r: 18px;
    --r-sm: 12px;
    --sh-sm: 0 1px 2px rgba(8, 26, 53, .05), 0 6px 18px -10px rgba(8, 26, 53, .22);
    --sh: 0 1px 2px rgba(8, 26, 53, .06), 0 20px 44px -22px rgba(8, 26, 53, .45);
    --sh-lg: 0 2px 4px rgba(8, 26, 53, .05), 0 36px 74px -30px rgba(8, 26, 53, .55);
    --dock-h: 78px;
    --ease: cubic-bezier(.22, .8, .3, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

h1, h2, h3, h4 {
    font-family: "Sora", system-ui, sans-serif;
    letter-spacing: -0.028em;
    line-height: 1.1;
    margin: 0;
    text-wrap: balance;
}
h1 { font-size: clamp(32px, 7.4vw, 66px); font-weight: 700; }
h2 { font-size: clamp(26px, 5.4vw, 46px); font-weight: 700; }
h3 { font-size: clamp(18px, 3.4vw, 22px); font-weight: 600; letter-spacing: -0.015em; line-height: 1.25; }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
em { font-style: normal; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; position: relative; }
.dark { background: var(--ink); color: #fff; }
.tint { background: var(--paper-2); }

/* language layers ------------------------------------------------------- */
.l-hi { display: none; }
body.lang-hin .l-en { display: none; }
body.lang-hin .l-hi { display: inline; }
.l-en.blk { display: block; }
body.lang-hin .l-en.blk { display: none; }
body.lang-hin .l-hi.blk { display: block; }

/* mono label system ------------------------------------------------------ */
.tag {
    font-family: "IBM Plex Mono", ui-monospace, monospace;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--cyan);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.tag::before { content: ""; width: 20px; height: 1px; background: currentColor; opacity: .75; }
.tag.on-light { color: #0A7F92; }
.mono { font-family: "IBM Plex Mono", ui-monospace, monospace; }

.lead-text { font-size: clamp(16px, 2vw, 18.5px); color: var(--slate); line-height: 1.72; }
.dark .lead-text { color: rgba(255, 255, 255, .72); }
.head { max-width: 680px; margin-bottom: 36px; }
.head .tag { margin-bottom: 16px; }
.head h2 { margin-bottom: 16px; }

/* app bar ---------------------------------------------------------------- */
.appbar {
    position: sticky; top: 0; z-index: 60;
    background: rgba(8, 26, 53, .9);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.appbar-in { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.appbar img { height: 26px; width: auto; }
.appbar-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
    width: 42px; height: 42px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, .09); color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    transition: background .2s ease, transform .2s var(--ease);
}
.icon-btn:hover { background: rgba(255, 255, 255, .18); transform: translateY(-1px); }
.icon-btn svg { width: 19px; height: 19px; }
.appbar-phone {
    display: none; align-items: center; gap: 9px;
    color: #fff; font-weight: 600; font-size: 15px;
    padding: 0 14px; height: 42px; border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .06);
    transition: background .2s;
}
.appbar-phone:hover { background: rgba(255, 255, 255, .14); }
.appbar-phone svg { width: 16px; height: 16px; color: var(--cyan); }

/* language segmented control */
.lang {
    display: inline-flex; align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px; padding: 3px; height: 42px;
}
.lang button {
    height: 34px; padding: 0 11px; border: 0; border-radius: 9px;
    background: transparent; color: rgba(255, 255, 255, .7);
    font-family: "IBM Plex Mono", monospace; font-size: 11.5px; letter-spacing: .1em; font-weight: 500;
    cursor: pointer; transition: background .2s, color .2s;
}
.lang button.on { background: var(--cyan); color: #04222B; }

/* buttons ---------------------------------------------------------------- */
.btn {
    position: relative; overflow: hidden;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 54px; padding: 0 26px; border: 0; border-radius: 14px;
    font-family: "IBM Plex Sans", sans-serif; font-size: 16px; font-weight: 600;
    cursor: pointer; text-align: center; white-space: nowrap;
    transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease, border-color .2s;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn:active { transform: translateY(1px) scale(.995); }
.btn-primary { background: var(--cyan); color: #04222B; box-shadow: 0 12px 28px -12px rgba(0, 184, 212, .85); }
.btn-primary:hover { background: #12C6E2; transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(0, 184, 212, .9); }
.btn-primary::after {
    content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-18deg); transition: left .7s var(--ease);
}
.btn-primary:hover::after { left: 130%; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: #10367a; transform: translateY(-2px); }
.btn-ghost { background: rgba(255, 255, 255, .07); color: #fff; border: 1px solid rgba(255, 255, 255, .22); }
.btn-ghost:hover { background: rgba(255, 255, 255, .14); transform: translateY(-2px); }
.btn-line { background: #fff; color: var(--navy); border: 1.5px solid var(--line-2); }
.btn-line:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn-full { width: 100%; }
.btn-sm { min-height: 46px; font-size: 15px; padding: 0 18px; }

/* hero -------------------------------------------------------------------
   Fills the first screen under the 64px sticky bar and centres what is in it.
   Padding stays symmetrical so the content is never pinned to the top with a
   slice of the next section already visible below it. */
.hero {
    position: relative; color: #fff; overflow: hidden;
    background: linear-gradient(170deg, #0B2452 0%, var(--ink) 60%);
    display: flex;
    align-items: center;
    min-height: calc(100vh - 64px);
    min-height: calc(100svh - 64px);
    padding: 52px 0;
}
.hero > .wrap { width: 100%; }
.hero-aurora {
    position: absolute; inset: -20% -10%; pointer-events: none;
    background:
        radial-gradient(38% 45% at 78% 18%, rgba(0, 184, 212, .34) 0%, transparent 70%),
        radial-gradient(30% 35% at 22% 80%, rgba(0, 184, 212, .14) 0%, transparent 70%);
    filter: blur(10px);
    animation: aurora 14s ease-in-out infinite alternate;
}
@keyframes aurora {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(-3%, 4%, 0) scale(1.06); }
}
.hero-grid-bg {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000 20%, transparent 100%);
    mask-image: radial-gradient(70% 70% at 50% 40%, #000 20%, transparent 100%);
}
.hero-in { position: relative; display: grid; gap: 34px; }
.hero-form-slot.is-vacant { display: none; }
.hero h1 { margin: 18px 0 18px; }
.hero h1 em { color: var(--cyan); }
.hero-sub { font-size: clamp(16px, 2.2vw, 19.5px); color: rgba(255, 255, 255, .78); max-width: 560px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }

/* load-in stagger */
.up { opacity: 0; transform: translateY(18px); animation: up .85s var(--ease) forwards; }
.up.d1 { animation-delay: .05s } .up.d2 { animation-delay: .17s } .up.d3 { animation-delay: .29s }
.up.d4 { animation-delay: .41s } .up.d5 { animation-delay: .53s } .up.d6 { animation-delay: .65s }
@keyframes up { to { opacity: 1; transform: none; } }

.trust { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14); }
.trust span { font-family: "IBM Plex Mono", monospace; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.trust b { color: #fff; font-weight: 600; }

.outcome {
    margin-top: 36px;
    border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px;
    background: rgba(255, 255, 255, .05); backdrop-filter: blur(6px);
    padding: 22px 22px 8px;
}
.outcome .oc-k { font-family: "IBM Plex Mono", monospace; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--cyan); display: block; margin-bottom: 6px; }
.outcome h4 { font-family: "Sora", sans-serif; font-size: 17px; font-weight: 600; margin: 0 0 12px; }
.outcome ul { list-style: none; margin: 0; padding: 0; }
.outcome li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; font-size: 14.5px; color: rgba(255, 255, 255, .86); border-top: 1px solid rgba(255, 255, 255, .08); }
.outcome li:first-child { border-top: 0; }
.tick { flex: 0 0 auto; width: 20px; height: 20px; margin-top: 2px; border-radius: 7px; background: rgba(0, 184, 212, .18); color: var(--cyan); display: grid; place-items: center; }
.tick svg { width: 12px; height: 12px; }

/* form card -------------------------------------------------------------- */
.form-card { background: var(--card); border-radius: 22px; padding: 26px 22px 22px; box-shadow: var(--sh-lg); color: var(--ink); }
.form-card h3 { margin-bottom: 6px; font-size: 21px; }
.form-card .fc-note { font-size: 13.5px; color: var(--slate); margin-bottom: 20px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-family: "IBM Plex Mono", monospace; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin-bottom: 7px; }
.field label small { text-transform: none; letter-spacing: 0; }
.field input, .field select {
    width: 100%; min-height: 52px; padding: 12px 15px;
    border: 1.5px solid var(--line); border-radius: 12px; background: #FBFCFE;
    font-family: inherit; font-size: 16px; color: var(--ink); appearance: none;
    transition: border-color .16s, box-shadow .16s, background .16s;
}
.field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235A7391' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px;
}
.field input:focus, .field select:focus { outline: none; background: #fff; border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(0, 184, 212, .14); }
.field .err { display: none; color: var(--clay); font-size: 13px; margin-top: 6px; }
.field.has-error input, .field.has-error select { border-color: var(--clay); background: #FEF7F5; }
.field.has-error .err { display: block; }
.form-legal { font-size: 12.5px; color: var(--slate-2); line-height: 1.6; margin-top: 14px; text-align: center; }
.form-success { display: none; text-align: center; padding: 8px 0 4px; }
.form-success.on { display: block; animation: up .6s var(--ease); }
.fs-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 20px; background: var(--cyan-soft); color: var(--green); display: grid; place-items: center; }
.fs-icon svg { width: 28px; height: 28px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { font-size: 14.5px; color: var(--slate); }
.form-hidden { display: none !important; }

/* booking amount step, between the form and the thank-you ----------------- */
.form-pay { display: none; text-align: center; padding: 6px 0 2px; }
.form-pay.on { display: block; animation: up .6s var(--ease); }
.form-pay h3 { margin-bottom: 8px; }
.pay-note { font-size: 14.5px; color: var(--slate); line-height: 1.6; margin-bottom: 20px; }
.pay-box {
    text-align: left;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    padding: 14px 16px;
    margin-bottom: 18px;
}
.pay-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; font-size: 14.5px; color: var(--ink); padding: 5px 0; }
.pay-row b { font-family: "Sora", sans-serif; font-size: 18px; letter-spacing: -.02em; }
.pay-row.muted { color: var(--slate-2); border-top: 1px solid var(--line); margin-top: 6px; padding-top: 11px; }
.pay-row.muted b { font-size: 15px; font-weight: 600; color: var(--slate); }
.pay-err { display: block; min-height: 0; color: var(--clay); font-size: 13.5px; line-height: 1.5; margin: 12px 0 0; }
.pay-err:empty { margin: 0; }
.pay-skip { margin-top: 10px; }
.paid-badge {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 16px auto 0;
    padding: 9px 16px;
    border-radius: 999px;
    background: var(--cyan-soft);
    border: 1px solid rgba(0, 184, 212, .3);
    color: #0A7F92;
    font-family: "IBM Plex Mono", monospace;
    font-size: 11.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.paid-badge.on { display: inline-flex; }
.paid-badge svg { width: 15px; height: 15px; flex: 0 0 auto; }

/* editorial split -------------------------------------------------------- */
.split { display: grid; gap: 34px; }
.sticky-col { align-self: start; }

/* numbered hairline list */
.nlist { list-style: none; margin: 0; padding: 0; }
.nlist li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); font-size: 16.5px; line-height: 1.5; align-items: start; }
.nlist li:last-child { border-bottom: 1px solid var(--line); }
.nlist .n { font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .1em; color: var(--clay); padding-top: 4px; }
.dark .nlist li { border-color: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .88); }
.dark .nlist .n { color: var(--cyan); }
.nlist.cy .n { color: #0A7F92; }

/* diagram ----------------------------------------------------------------- */
.diag-wrap { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 18px 18px 16px; box-shadow: var(--sh); }
.diag-tabs { display: inline-flex; background: var(--paper-2); border-radius: 12px; padding: 4px; gap: 4px; margin-bottom: 10px; }
.diag-tabs button { border: 0; background: transparent; border-radius: 9px; height: 36px; padding: 0 14px; font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); cursor: pointer; transition: background .2s, color .2s, box-shadow .2s; }
.diag-tabs button.on { background: #fff; color: var(--ink); box-shadow: var(--sh-sm); }
.diag { position: relative; aspect-ratio: 420 / 330; }
.diag svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transform: scale(.985); transition: opacity .55s ease, transform .55s var(--ease); }
.diag svg.on { opacity: 1; transform: none; }
.diag .ln { fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 400; stroke-dashoffset: 400; }
.diag svg.on .ln { animation: draw 1s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 70ms + .15s); }
@keyframes draw { to { stroke-dashoffset: 0; } }
.diag .nd { opacity: 0; transform-origin: center; transform-box: fill-box; }
.diag svg.on .nd { animation: pop .55s var(--ease) forwards; animation-delay: calc(var(--i, 0) * 70ms + .1s); }
@keyframes pop { from { opacity: 0; transform: scale(.7); } to { opacity: 1; transform: none; } }
.diag .pill { fill: #fff; stroke: var(--line-2); stroke-width: 1; }
.diag .pill-t { font-family: "IBM Plex Mono", monospace; font-size: 9.5px; letter-spacing: .06em; fill: var(--ink); text-anchor: middle; dominant-baseline: middle; }
.diag .hub-t { font-family: "Sora", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: -.01em; fill: #fff; text-anchor: middle; dominant-baseline: middle; }
.diag .hub-s { font-family: "IBM Plex Mono", monospace; font-size: 8.5px; letter-spacing: .12em; fill: rgba(255, 255, 255, .8); text-anchor: middle; dominant-baseline: middle; }
.diag .ring { fill: none; stroke: var(--clay); stroke-width: 2; opacity: 0; transform-origin: center; transform-box: fill-box; }
.diag svg.on .ring { animation: ring 1.8s ease-out infinite; animation-delay: .9s; }
@keyframes ring { 0% { transform: scale(.8); opacity: .7; } 100% { transform: scale(1.7); opacity: 0; } }
.diag .flow { stroke-dasharray: 3 7; }
.diag svg.on .flow { animation: flow 1.6s linear infinite; }
@keyframes flow { to { stroke-dashoffset: -20; } }
.diag-cap { margin-top: 10px; font-size: 14px; color: var(--slate); display: flex; align-items: center; gap: 10px; min-height: 24px; }
.diag-cap i { width: 8px; height: 8px; border-radius: 50%; background: var(--clay); flex: 0 0 auto; transition: background .3s; }
.diag-wrap.sys .diag-cap i { background: var(--cyan); }

/* verdict band ------------------------------------------------------------ */
.verdict { padding: 56px 0; background: var(--ink); color: #fff; text-align: center; position: relative; overflow: hidden; }
.verdict::before { content: "\201C"; position: absolute; left: 50%; top: -30px; transform: translateX(-50%); font-family: "Sora", sans-serif; font-size: 260px; line-height: 1; color: rgba(255, 255, 255, .045); pointer-events: none; }
.verdict .k { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .5); display: block; margin-bottom: 14px; }
.verdict strong { font-family: "Sora", sans-serif; font-weight: 700; font-size: clamp(22px, 4.6vw, 40px); line-height: 1.2; letter-spacing: -.025em; display: block; max-width: 900px; margin: 0 auto; }
.verdict strong em { color: var(--cyan); }
.verdict.light { background: var(--paper-2); color: var(--ink); }
.verdict.light .k { color: var(--slate); }
.verdict.light::before { color: rgba(8, 26, 53, .05); }

/* statement (dark, "not just software") ----------------------------------- */
.big-line { font-family: "Sora", sans-serif; font-weight: 600; font-size: clamp(19px, 3.2vw, 26px); letter-spacing: -.02em; line-height: 1.3; color: #fff; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .14); }
.big-line em { color: var(--cyan); }

/* pillars (5 columns w/ dividers on desktop) ------------------------------ */
.pillars { display: grid; gap: 0; border-top: 1px solid var(--line); }
.pillar { padding: 24px 0; border-bottom: 1px solid var(--line); }
.pillar .pn { font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .12em; color: #0A7F92; display: block; margin-bottom: 12px; }
.pillar h3 { margin-bottom: 12px; font-size: 19px; }
.pillar ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.pillar li { font-size: 14.5px; color: var(--slate); padding-left: 16px; position: relative; }
.pillar li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }

/* process --------------------------------------------------------------- */
.proc-count { font-family: "Sora", sans-serif; font-weight: 700; font-size: clamp(52px, 8vw, 96px); letter-spacing: -.04em; line-height: 1; color: #fff; margin-top: 26px; display: flex; align-items: baseline; gap: 6px; }
.proc-count small { font-family: "IBM Plex Mono", monospace; font-size: 14px; letter-spacing: .12em; color: rgba(255, 255, 255, .45); font-weight: 500; }
.proc-count .cur { display: inline-block; min-width: 1.2em; color: var(--cyan); }
.proc-count .cur.flip { animation: flip .4s var(--ease); }
@keyframes flip { 0% { transform: translateY(12px); opacity: 0; } 100% { transform: none; opacity: 1; } }

.rail { position: relative; display: grid; gap: 14px; }
.rail::before { content: ""; position: absolute; left: 25px; top: 26px; bottom: 26px; width: 2px; background: rgba(255, 255, 255, .12); }
.rail-fill { position: absolute; left: 25px; top: 26px; width: 2px; height: 0; background: linear-gradient(180deg, var(--cyan), rgba(0, 184, 212, .3)); transition: height .9s var(--ease); }
.step { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--r); padding: 18px 18px 18px 0; transition: background .3s, border-color .3s; }
.step.is-in { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .16); }
.step-num { grid-column: 1; justify-self: center; width: 42px; height: 42px; border-radius: 13px; background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .18); color: #fff; font-family: "IBM Plex Mono", monospace; font-size: 14px; display: grid; place-items: center; margin-left: 5px; transition: background .3s, color .3s; }
.step.is-in .step-num { background: var(--cyan); border-color: var(--cyan); color: #05242C; }
.step h3 { color: #fff; margin-bottom: 5px; font-size: 17px; }
.step p { color: rgba(255, 255, 255, .68); font-size: 14.5px; margin: 0; }

/* stats + reasons --------------------------------------------------------- */
.stats { display: grid; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 40px; }
.stat { padding: 26px 0; border-bottom: 1px solid var(--line); }
.stat:last-child { border-bottom: 0; }
.stat b { font-family: "Sora", sans-serif; font-size: clamp(38px, 7vw, 64px); font-weight: 700; letter-spacing: -.04em; color: var(--navy); display: block; line-height: 1; }
.stat b sup { font-size: .5em; color: var(--cyan); vertical-align: top; top: .25em; position: relative; }
/* direct child only: the animated counter is a <span> inside <b> and must stay inline */
.stat > span { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); display: block; margin-top: 10px; }
.stat b span { display: inline; }

.reasons { display: grid; gap: 0; }
.reason { padding: 26px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 56px 1fr; gap: 12px; }
.reason .rn { font-family: "Sora", sans-serif; font-weight: 700; font-size: 30px; letter-spacing: -.03em; color: var(--line-2); line-height: 1; }
.reason h3 { margin-bottom: 8px; }
.reason p { font-size: 15px; color: var(--slate); }

/* marquee ---------------------------------------------------------------- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.mq-track { display: flex; gap: 12px; width: max-content; animation: mq 34s linear infinite; padding: 6px 0; }
.mq-track.rev { animation-direction: reverse; animation-duration: 40s; }
.marquee:hover .mq-track { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }
.chip { display: inline-flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 11px 18px; font-size: 14.5px; font-weight: 500; box-shadow: var(--sh-sm); white-space: nowrap; }
.chip svg { width: 13px; height: 13px; color: var(--cyan); flex: 0 0 auto; }

/* pricing ---------------------------------------------------------------- */
.price-grid { display: grid; gap: 16px; }
.price { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 28px 24px; box-shadow: var(--sh); position: relative; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s; }
.price:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.price.lead { border: 1.5px solid transparent; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, var(--navy), var(--cyan)) border-box; }
.price-flag { position: absolute; top: -12px; left: 24px; background: var(--navy); color: #fff; font-family: "IBM Plex Mono", monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 6px 12px; border-radius: 8px; }
.price .pf { font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: var(--slate); display: block; margin-bottom: 10px; }
.price h3 { margin-bottom: 4px; font-size: 22px; }
.price .pt { font-size: 14px; color: var(--slate); margin-bottom: 22px; }
.amt { font-family: "Sora", sans-serif; font-size: clamp(36px, 7vw, 46px); font-weight: 700; letter-spacing: -.04em; line-height: 1; display: flex; align-items: baseline; gap: 10px; }
.amt small { font-family: "IBM Plex Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--slate); }
.plus { font-size: 13.5px; color: var(--slate); margin: 10px 0 18px; padding-bottom: 18px; border-bottom: 1px dashed var(--line-2); }
.token { background: var(--cyan-soft); border-radius: 12px; padding: 13px 15px; font-size: 14px; margin-bottom: 22px; display: flex; gap: 10px; align-items: center; }
.token b { font-family: "Sora", sans-serif; color: var(--ink); }
.token svg { width: 16px; height: 16px; color: #067C93; flex: 0 0 auto; }
.price .btn { margin-top: auto; }
.covers { background: var(--ink); color: #fff; border-radius: 22px; padding: 28px 24px; }
.covers h3 { margin-bottom: 18px; color: #fff; }
.covers ul { list-style: none; margin: 0; padding: 0; }
.covers li { display: flex; gap: 11px; align-items: center; font-size: 14.8px; padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.covers li:first-child { border-top: 0; }
.covers li svg { width: 15px; height: 15px; color: var(--cyan); flex: 0 0 auto; }
.covers .note { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 13.5px; color: rgba(255, 255, 255, .62); }

/* faq -------------------------------------------------------------------- */
.faq { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 10px; box-shadow: var(--sh-sm); overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; padding: 17px 52px 17px 20px; font-family: "Sora", sans-serif; font-size: 15.5px; font-weight: 600; position: relative; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 11px; height: 11px; margin-top: -6px; border-right: 2px solid var(--slate); border-bottom: 2px solid var(--slate); transform: rotate(45deg); transition: transform .25s var(--ease); }
.faq[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq[open] summary { color: var(--navy); }
.faq-body { padding: 0 20px 18px; font-size: 15px; color: var(--slate); animation: up .4s var(--ease); }
.faq-more { text-align: center; margin-top: 18px; }
.faq-hidden { display: none; }

/* closing ----------------------------------------------------------------- */
.close-band { text-align: center; }
.close-band h2 { margin: 16px 0; font-size: clamp(28px, 5.6vw, 52px); }
.close-band .lead-text { margin: 0 auto 30px; max-width: 640px; }
.big-phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 26px; font-family: "Sora", sans-serif; font-weight: 700; font-size: clamp(22px, 4.8vw, 36px); letter-spacing: -.03em; color: #fff; }
.big-phone svg { width: 26px; height: 26px; color: var(--cyan); }
.big-phone small { display: block; font-family: "IBM Plex Mono", monospace; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .5); font-weight: 500; margin-bottom: 4px; }

/* footer ---------------------------------------------------------------- */
.foot { background: #050F22; color: rgba(255, 255, 255, .6); padding: 36px 0 calc(36px + var(--dock-h)); font-size: 14px; }
.foot img { height: 24px; margin-bottom: 16px; }
.foot a { color: rgba(255, 255, 255, .82); }
.foot-links { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 16px 0; }
.foot-legal { font-size: 12.5px; color: rgba(255, 255, 255, .38); margin-top: 18px; line-height: 1.6; }

/* dock + sheet (mobile) ------------------------------------------------- */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .93); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px -18px rgba(8, 26, 53, .5); transform: translateY(110%); animation: dock .6s var(--ease) .9s forwards; }
@keyframes dock { to { transform: none; } }
.dock .btn { flex: 1; }
.dock .btn-wa { flex: 0 0 auto; width: 54px; padding: 0; background: #F2F6FB; color: var(--navy); border: 1.5px solid var(--line); }
.dock .btn-wa svg { width: 22px; height: 22px; }
.sheet-scrim { position: fixed; inset: 0; background: rgba(8, 26, 53, .55); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; z-index: 80; }
.sheet { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--card); border-radius: 24px 24px 0 0; padding: 10px 16px calc(20px + env(safe-area-inset-bottom)); max-height: 92vh; overflow-y: auto; transform: translateY(101%); transition: transform .34s cubic-bezier(.32, .72, 0, 1); box-shadow: 0 -20px 60px -20px rgba(8, 26, 53, .6); }
.sheet-handle { width: 42px; height: 4px; border-radius: 999px; background: var(--line-2); margin: 4px auto 14px; }
body.sheet-open { overflow: hidden; }
body.sheet-open .sheet-scrim { opacity: 1; visibility: visible; }
body.sheet-open .sheet { transform: none; }
.sheet .form-card { box-shadow: none; padding: 0 0 6px; }

/* reveal ---------------------------------------------------------------- */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv.d1 { transition-delay: .08s } .rv.d2 { transition-delay: .16s } .rv.d3 { transition-delay: .24s } .rv.d4 { transition-delay: .32s } .rv.d5 { transition-delay: .4s }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .rv, .up, .rail-fill, .sheet, .sheet-scrim, .diag svg, .mq-track, .hero-aurora, .dock, .btn { transition: none !important; animation: none !important; }
    .rv, .up { opacity: 1; transform: none; }
    .dock { transform: none; }
    .mq-track { width: auto; flex-wrap: wrap; }
    .diag .ln { stroke-dashoffset: 0; } .diag .nd { opacity: 1; }
}

/* breakpoints ------------------------------------------------------------ */
@media (min-width: 600px) {
    .hero-cta { flex-direction: row; }
    .hero-cta .btn { flex: 1; }
    .stats { grid-template-columns: repeat(3, 1fr); }
    .stat { border-bottom: 0; border-right: 1px solid var(--line); padding: 26px 22px; }
    .stat:last-child { border-right: 0; }
    .stat:first-child { padding-left: 0; }
    .price-grid { grid-template-columns: 1fr 1fr; }
    .reasons { grid-template-columns: 1fr 1fr; column-gap: 40px; }
    .pillars { grid-template-columns: 1fr 1fr; column-gap: 40px; }
}

@media (min-width: 1000px) {
    .section { padding: 104px 0; }
    .head { margin-bottom: 48px; }
    .appbar-phone { display: inline-flex; }
    .hero { padding: 80px 0; }
    .hero-in { grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: start; }
    .hero-form-slot { position: sticky; top: 90px; }
    .outcome { padding: 24px 26px 8px; }
    .outcome ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; }
    .outcome li { border-top: 1px solid rgba(255, 255, 255, .08) !important; }
    .outcome li:nth-child(-n+2) { border-top: 0 !important; }
    .split { grid-template-columns: 5fr 7fr; gap: 72px; }
    .split.rev { grid-template-columns: 7fr 5fr; }
    .sticky-col { position: sticky; top: 100px; }
    .sticky-col .head { margin-bottom: 0; }
    .pillars { grid-template-columns: repeat(5, 1fr); column-gap: 0; border-top: 1px solid var(--line); }
    .pillar { padding: 28px 22px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .pillar:first-child { padding-left: 0; }
    .pillar:last-child { border-right: 0; }
    .rail { gap: 16px; }
    .step { grid-template-columns: 64px 1fr; padding: 22px 26px 22px 0; }
    .price-grid { grid-template-columns: 1fr 1fr 1.05fr; gap: 20px; align-items: stretch; }
    .dock { display: none; }
    .foot { padding-bottom: 44px; }
    .foot-in { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
    .foot-legal { max-width: 560px; text-align: right; margin-top: 0; }
    .close-band { text-align: left; }
    .close-in { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
    .close-band .lead-text { margin-left: 0; }
    .close-band .hero-cta { max-width: 460px; }
}
