/* ==========================================================================
   97 WORLD — ORDER SYSTEM
   One checkout design language shared by every boost page.
   Each page only sets --acc / --acc-2 via [data-accent] and everything
   else — layout, motion, dock, sheets, validation states — comes from here.
   ========================================================================== */

:root {
    --ord-bg: #050505;
    --ord-surface: rgba(255, 255, 255, 0.035);
    --ord-surface-2: rgba(255, 255, 255, 0.055);
    --ord-line: rgba(255, 255, 255, 0.09);
    --ord-line-strong: rgba(255, 255, 255, 0.16);
    --ord-text: #ffffff;
    --ord-muted: #8b8b95;
    --ord-dim: #6a6a73;
    --ord-danger: #ff5a6a;
    --ord-wa: #25D366;

    --acc: #00FFB2;
    --acc-2: #00d9ff;
    --acc-ink: #04120d;

    --font-display: 'Cabinet Grotesk', 'Satoshi', system-ui, sans-serif;
    --font-body: 'Satoshi', system-ui, -apple-system, sans-serif;
    --font-brand: 'Cabinet Grotesk', 'Satoshi', system-ui, sans-serif;

    --smooth: cubic-bezier(0.16, 1, 0.3, 1);
    --spring: cubic-bezier(0.34, 1.4, 0.64, 1);

    --dock-h: 92px;
}

[data-accent="instagram"] { --acc: #ff4d8d; --acc-2: #ff9d4d; --acc-ink: #1a0410; }
[data-accent="tiktok"]    { --acc: #00F2EA; --acc-2: #FF0050; --acc-ink: #001615; }
[data-accent="facebook"]  { --acc: #4d94ff; --acc-2: #00d9ff; --acc-ink: #04101f; }
[data-accent="youtube"]   { --acc: #ff4d5e; --acc-2: #ff9d4d; --acc-ink: #1a0507; }
[data-accent="bundle"]    { --acc: #00FFB2; --acc-2: #b8ff4d; --acc-ink: #04120d; }
[data-accent="x"]         { --acc: #cfd6dd; --acc-2: #ffffff; --acc-ink: #0a0a0a; }
[data-accent="telegram"]  { --acc: #29b6f6; --acc-2: #6be4ff; --acc-ink: #041016; }
[data-accent="whatsapp"]  { --acc: #25D366; --acc-2: #7dffb0; --acc-ink: #04140a; }
[data-accent="linkedin"]  { --acc: #2d8de0; --acc-2: #6be4ff; --acc-ink: #04101f; }
[data-accent="spotify"]   { --acc: #1DB954; --acc-2: #b8ff4d; --acc-ink: #041a0d; }
[data-accent="audiomack"] { --acc: #FFA200; --acc-2: #ffd24d; --acc-ink: #1a1004; }
[data-accent="soundcloud"]{ --acc: #FF5500; --acc-2: #ff9d4d; --acc-ink: #1a0704; }
[data-accent="webtraffic"]{ --acc: #6be4ff; --acc-2: #9d8bff; --acc-ink: #04101f; }
[data-accent="website"]   { --acc: #6be4ff; --acc-2: #9d8bff; --acc-ink: #04101f; }
[data-accent="prime-video"] { --acc: #00A8E1; --acc-2: #6be4ff; --acc-ink: #04141a; }
[data-accent="canva-pro"]   { --acc: #00C4CC; --acc-2: #8B3DFF; --acc-ink: #04191a; }
[data-accent="capcut-pro"]  { --acc: #00F6E8; --acc-2: #FF3B5C; --acc-ink: #04191a; }
[data-accent="google-ai-pro"] { --acc: #4285F4; --acc-2: #9D8BFF; --acc-ink: #04101f; }
[data-accent="coursera-plus"] { --acc: #0056D2; --acc-2: #6be4ff; --acc-ink: #04101f; }
[data-accent="duolingo-super"] { --acc: #58CC02; --acc-2: #b8ff4d; --acc-ink: #0d1a04; }
[data-accent="perplexity-pro"] { --acc: #20808D; --acc-2: #6be4ff; --acc-ink: #04191a; }
[data-accent="apple-tv-plus"] { --acc: #cfd6dd; --acc-2: #6be4ff; --acc-ink: #0a0a0a; }
[data-accent="crunchyroll"] { --acc: #F47521; --acc-2: #ffd24d; --acc-ink: #1a0f04; }
[data-accent="linkedin-premium-career"] { --acc: #0A66C2; --acc-2: #6be4ff; --acc-ink: #04101f; }
[data-accent="adobe-creative-cloud"] { --acc: #FF0000; --acc-2: #ff9d4d; --acc-ink: #1a0404; }

/* --------------------------------------------------------------- base ---- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    background: var(--ord-bg);
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body.order-page {
    background: var(--ord-bg);
    color: var(--ord-text);
    font-family: var(--font-body);
    line-height: 1.55;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    padding-bottom: calc(var(--dock-h) + env(safe-area-inset-bottom, 0px) + 28px);
    min-height: 100vh;
}

body.order-page.is-locked { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
input, select { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; }

:focus-visible {
    outline: 2px solid var(--acc);
    outline-offset: 3px;
    border-radius: 6px;
}

/* Ambient accent wash. Static gradients only — no animated blur filters,
   which is what used to make these pages stutter on low-end phones. */
.ord-aura {
    position: fixed;
    inset: 0 0 auto 0;
    height: 78vh;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(90% 62% at 18% 0%, color-mix(in srgb, var(--acc) 16%, transparent) 0%, transparent 62%),
        radial-gradient(70% 52% at 92% 6%, color-mix(in srgb, var(--acc-2) 13%, transparent) 0%, transparent 60%);
    opacity: 0.85;
    mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 100%);
}

.ord-shell {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 18px;
}

.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;
}

/* ---------------------------------------------------------------- nav ---- */
.ord-nav {
    position: sticky;
    top: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
    background: rgba(5, 5, 5, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.ord-nav.is-stuck {
    border-bottom-color: var(--ord-line);
    background: rgba(5, 5, 5, 0.9);
}

.ord-back {
    width: 40px; height: 40px;
    display: grid; place-items: center;
    border-radius: 50%;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    color: #fff;
    font-size: 0.95rem;
    transition: transform 0.25s var(--spring), border-color 0.25s ease, background 0.25s ease;
}
.ord-back:hover { border-color: var(--ord-line-strong); background: var(--ord-surface-2); }
.ord-back:active { transform: scale(0.9); }

.ord-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-self: center;
}
.ord-brand img { width: 26px; height: 26px; object-fit: contain; display: block; }
.ord-brand span {
    font-family: var(--font-brand);
    font-weight: 800;
    font-size: 1.02rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1;
}

.ord-region {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: transform 0.25s var(--spring), border-color 0.25s ease;
}
.ord-region:hover { border-color: var(--ord-line-strong); }
.ord-region:active { transform: scale(0.94); }
.ord-region .flag { font-size: 1rem; line-height: 1; }

/* --------------------------------------------------------------- hero ---- */
.ord-hero {
    padding: 34px 0 22px;
    text-align: center;
}

.ord-plat {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 7px 15px 7px 8px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--acc) 32%, transparent);
    background: color-mix(in srgb, var(--acc) 10%, transparent);
    font-size: 0.71rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--acc);
    margin-bottom: 18px;
}
.ord-plat img { width: 22px; height: 22px; object-fit: contain; display: block; }

.ord-title {
    font-size: clamp(2.1rem, 8.4vw, 3.1rem);
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.ord-title em {
    font-style: normal;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ord-sub {
    color: var(--ord-muted);
    font-size: 0.97rem;
    max-width: 44ch;
    margin: 0 auto 22px;
}

.ord-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.ord-trust li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    font-size: 0.75rem;
    font-weight: 600;
    color: #c8c8d0;
}
.ord-trust li i { color: var(--acc); font-size: 0.78rem; }

/* --------------------------------------------------------------- rail ---- */
/* Step rail: tells people exactly how far they are from done, which is the
   single biggest driver of checkout completion on a long mobile page. */
.ord-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 8px;
    list-style: none;
    margin: 4px 0 26px;
    position: sticky;
    top: calc(60px + env(safe-area-inset-top, 0px));
    z-index: 40;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: rgba(10, 10, 12, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.ord-rail li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--ord-dim);
    transition: color 0.35s ease;
    min-width: 0;
}
.ord-rail li b {
    flex: none;
    width: 22px; height: 22px;
    display: grid; place-items: center;
    border-radius: 50%;
    border: 1px solid var(--ord-line-strong);
    font-size: 0.68rem;
    font-weight: 800;
    transition: all 0.35s var(--spring);
}
.ord-rail li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ord-rail li.is-current { color: #fff; }
.ord-rail li.is-current b {
    border-color: var(--acc);
    color: var(--acc);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--acc) 14%, transparent);
}
.ord-rail li.is-done { color: #b9b9c2; }
.ord-rail li.is-done b {
    background: var(--acc);
    border-color: var(--acc);
    color: var(--acc-ink);
}
.ord-rail li.is-done b::after { content: '\2713'; }
.ord-rail li.is-done b i { display: none; }

/* --------------------------------------------------------------- card ---- */
.ord-card {
    position: relative;
    /* clears the sticky nav + step rail when we scroll a section into view */
    scroll-margin-top: 132px;
    border-radius: 22px;
    border: 1px solid var(--ord-line);
    background: linear-gradient(180deg, var(--ord-surface), rgba(255, 255, 255, 0.015));
    padding: 22px 18px;
    margin-bottom: 16px;
}

.ord-card-head {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px;
}
.ord-step-num {
    flex: none;
    width: 34px; height: 34px;
    display: grid; place-items: center;
    border-radius: 11px;
    background: color-mix(in srgb, var(--acc) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--acc) 28%, transparent);
    color: var(--acc);
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
}
.ord-card-head h2 {
    font-size: 1.22rem;
    letter-spacing: -0.01em;
    margin-bottom: 3px;
}
.ord-card-head p {
    color: var(--ord-muted);
    font-size: 0.85rem;
    line-height: 1.45;
}

/* -------------------------------------------------------------- tiers ---- */
.tier-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    scroll-margin-top: 150px;
}

.tier {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 16px 14px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s var(--spring), border-color 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
}
.tier:hover { border-color: var(--ord-line-strong); background: var(--ord-surface-2); }
.tier:active { transform: scale(0.97); }

.tier.is-on {
    border-color: var(--acc);
    background: color-mix(in srgb, var(--acc) 11%, rgba(255, 255, 255, 0.03));
    box-shadow: 0 0 0 1px var(--acc), 0 14px 34px -18px color-mix(in srgb, var(--acc) 70%, transparent);
}

.tier-vol {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}
.tier-bonus {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--acc);
    letter-spacing: 0.02em;
}
.tier-price {
    font-size: 0.83rem;
    font-weight: 600;
    color: var(--ord-muted);
    margin-top: 4px;
}
.tier.is-on .tier-price { color: #dcdce2; }

.tier-check {
    position: absolute;
    top: 10px; right: 10px;
    width: 19px; height: 19px;
    border-radius: 50%;
    border: 1.5px solid var(--ord-line-strong);
    display: grid; place-items: center;
    font-size: 0.6rem;
    color: transparent;
    transition: all 0.3s var(--spring);
}
.tier.is-on .tier-check,
.pick.is-on .tier-check {
    background: var(--acc);
    border-color: var(--acc);
    color: var(--acc-ink);
    transform: scale(1.08);
}
.tier.is-on .tier-check::after,
.pick.is-on .tier-check::after { content: '\2713'; font-weight: 900; }

.tier-tag {
    position: absolute;
    top: 0; right: 0;
    padding: 4px 11px;
    border-bottom-left-radius: 11px;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    color: var(--acc-ink);
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.tier--skip {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px;
    border-style: dashed;
    background: transparent;
    color: var(--ord-dim);
    font-size: 0.85rem;
    font-weight: 600;
}
.tier--skip .tier-check { display: none; }
.tier--skip.is-on {
    border-style: solid;
    border-color: var(--ord-line-strong);
    background: var(--ord-surface-2);
    color: #fff;
    box-shadow: none;
}

/* Vertical tier list — used where each package has a perk breakdown */
.tier-list { display: grid; gap: 11px; scroll-margin-top: 150px; }

.tier-row {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    padding: 18px 16px;
    border-radius: 18px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    transition: transform 0.3s var(--spring), border-color 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
}
.tier-row:hover { border-color: var(--ord-line-strong); background: var(--ord-surface-2); }
.tier-row:active { transform: scale(0.985); }
.tier-row.is-on {
    border-color: var(--acc);
    background: color-mix(in srgb, var(--acc) 9%, rgba(255, 255, 255, 0.03));
    box-shadow: 0 0 0 1px var(--acc), 0 18px 40px -22px color-mix(in srgb, var(--acc) 75%, transparent);
}

.tr-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 13px;
}
/* a corner tag sits where the price wants to be — give the price its room back */
.tier-row:has(.tier-tag) { padding-top: 30px; }
.tr-name {
    font-family: var(--font-display);
    font-size: 1.16rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.tr-price {
    font-family: var(--font-display);
    font-size: 1.16rem;
    font-weight: 700;
    white-space: nowrap;
}
.tr-price small {
    font-family: var(--font-body);
    font-size: 0.66rem;
    font-weight: 700;
    color: var(--ord-dim);
    letter-spacing: 0.08em;
    margin-left: 3px;
}

.tr-perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
    list-style: none;
}
.tr-perks li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.8rem;
    color: #c2c2cb;
    min-width: 0;
}
.tr-perks li i { color: var(--acc); font-size: 0.72rem; flex: none; }
.tr-perks li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tier-row .tier-check { top: 50%; margin-top: -10px; right: 14px; display: none; }

/* Icon + label picker — used where the choice is a kind, not a quantity */
.pick-grid { display: grid; gap: 10px; }

.pick {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 15px 46px 15px 15px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    text-align: left;
    transition: transform 0.3s var(--spring), border-color 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
}
.pick:hover { border-color: var(--ord-line-strong); background: var(--ord-surface-2); }
.pick:active { transform: scale(0.98); }
.pick.is-on {
    border-color: var(--acc);
    background: color-mix(in srgb, var(--acc) 10%, rgba(255, 255, 255, 0.03));
    box-shadow: 0 0 0 1px var(--acc), 0 16px 36px -20px color-mix(in srgb, var(--acc) 75%, transparent);
}

.pick-icon {
    flex: none;
    width: 44px; height: 44px;
    display: grid; place-items: center;
    border-radius: 13px;
    border: 1px solid var(--ord-line);
    background: rgba(255, 255, 255, 0.05);
    font-size: 1.05rem;
    gap: 4px;
}
.pick.is-on .pick-icon {
    border-color: color-mix(in srgb, var(--acc) 45%, transparent);
    background: color-mix(in srgb, var(--acc) 15%, transparent);
    color: var(--acc);
}
.pick-copy { flex: 1; min-width: 0; }
.pick-copy b { display: block; font-size: 0.97rem; font-weight: 700; }
.pick-copy small { color: var(--ord-muted); font-size: 0.79rem; line-height: 1.4; display: block; }

.pick .tier-check { top: 50%; right: 15px; margin-top: -10px; }

/* ------------------------------------------------------------ stepper ---- */
.split-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 13px;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: rgba(0, 0, 0, 0.28);
}
.split-box[hidden] { display: none; }
.split-copy label {
    display: block;
    font-size: 0.83rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.split-copy span { font-size: 0.76rem; color: var(--acc); font-weight: 600; }

.stepper {
    flex: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
}
.stepper button {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: var(--ord-surface-2);
    font-size: 0.8rem;
    transition: transform 0.2s var(--spring), background 0.2s ease;
}
.stepper button:hover { background: rgba(255, 255, 255, 0.12); }
.stepper button:active { transform: scale(0.86); }
.stepper b {
    min-width: 26px;
    text-align: center;
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 700;
}

/* ------------------------------------------------------------- fields ---- */
.field { position: relative; margin-bottom: 11px; }
.field:last-of-type { margin-bottom: 0; }

.field-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 15px;
    height: 56px;
    border-radius: 15px;
    border: 1px solid var(--ord-line);
    background: rgba(0, 0, 0, 0.3);
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.field-box:focus-within {
    border-color: var(--acc);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--acc) 15%, transparent);
}
.field-box > i {
    flex: none;
    width: 18px;
    text-align: center;
    color: var(--ord-dim);
    font-size: 0.92rem;
    transition: color 0.25s ease;
}
.field-box:focus-within > i { color: var(--acc); }

.field-box input {
    flex: 1;
    min-width: 0;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 500;
}
.field-box input::placeholder { color: var(--ord-dim); font-weight: 400; }
/* 16px keeps iOS Safari from zooming the viewport on focus */
.field-box input { font-size: 16px; }

.field.has-error .field-box {
    border-color: var(--ord-danger);
    box-shadow: 0 0 0 3px rgba(255, 90, 106, 0.14);
}
.field-err {
    display: none;
    align-items: center;
    gap: 6px;
    margin: 7px 2px 0;
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--ord-danger);
}
.field.has-error .field-err { display: flex; }

.field-hint {
    display: flex; align-items: flex-start; gap: 8px;
    margin: -4px 2px 11px;
    font-size: 0.78rem; color: var(--ord-dim); line-height: 1.45;
}
.field-hint i { color: var(--acc); margin-top: 3px; flex: none; }

.select-box { position: relative; }
.select-box select {
    width: 100%;
    height: 56px;
    padding: 0 42px 0 15px;
    border-radius: 15px;
    border: 1px solid var(--ord-line);
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.select-box select:focus {
    border-color: var(--acc);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--acc) 15%, transparent);
}
.select-box::after {
    content: '';
    position: absolute;
    right: 18px; top: 50%;
    width: 8px; height: 8px;
    margin-top: -6px;
    border-right: 2px solid var(--ord-muted);
    border-bottom: 2px solid var(--ord-muted);
    transform: rotate(45deg);
    pointer-events: none;
}
.select-box select option { background: #121216; color: #fff; }

/* ---------------------------------------------------------- referrer ---- */
.ref-block {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed var(--ord-line);
}
.ref-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ref-row > span { font-size: 0.86rem; color: #c2c2cb; font-weight: 600; }

.pill-group {
    display: flex;
    gap: 5px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    background: rgba(0, 0, 0, 0.3);
}
.pill {
    padding: 7px 17px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ord-muted);
    transition: all 0.25s var(--smooth);
}
.pill.is-on {
    background: var(--acc);
    color: var(--acc-ink);
}

.ref-drawer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.42s var(--smooth), opacity 0.3s ease, margin-top 0.42s var(--smooth);
    margin-top: 0;
}
.ref-drawer > div { overflow: hidden; min-height: 0; }
.ref-drawer.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 11px;
}

/* ---------------------------------------------------------------- dock --- */
.ord-dock {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 70;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(8, 8, 10, 0.86);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-top: 1px solid var(--ord-line);
}
.ord-dock::before {
    content: '';
    position: absolute;
    inset: -1px 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--acc) 60%, transparent), transparent);
}

.dock-in {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.dock-sum { flex: 1; min-width: 0; }
.dock-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 5px; }
.dock-chip {
    display: none;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: color-mix(in srgb, var(--acc) 16%, transparent);
    border: 1px solid color-mix(in srgb, var(--acc) 34%, transparent);
    color: var(--acc);
}
.dock-chip.is-on { display: inline-flex; }

.dock-label {
    display: block;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ord-dim);
    margin-bottom: 1px;
}
.dock-price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
}
.dock-price b {
    font-family: var(--font-display);
    font-size: 1.62rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}
.dock-price i {
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--ord-muted);
}
.dock-strike {
    font-size: 0.78rem;
    color: var(--ord-dim);
    text-decoration: line-through;
}
.dock-strike:empty { display: none; }

.dock-cta {
    flex: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 156px;
    height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    color: var(--acc-ink);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    overflow: hidden;
    transition: transform 0.28s var(--spring), opacity 0.25s ease, box-shadow 0.3s ease;
    box-shadow: 0 12px 32px -14px color-mix(in srgb, var(--acc) 85%, transparent);
}
.dock-cta:active { transform: scale(0.96); }
.dock-cta[disabled] {
    background: rgba(255, 255, 255, 0.07);
    color: var(--ord-dim);
    box-shadow: none;
    cursor: not-allowed;
}
.dock-cta.is-busy { pointer-events: none; opacity: 0.85; }

.spinner {
    width: 18px; height: 18px;
    border-radius: 50%;
    border: 2px solid color-mix(in srgb, var(--acc-ink) 30%, transparent);
    border-top-color: var(--acc-ink);
    animation: ordSpin 0.7s linear infinite;
}
@keyframes ordSpin { to { transform: rotate(360deg); } }

/* ======================================================= THE WIZARD =======
   The compact flow every order page shares:
   region gate -> package -> checkout -> WhatsApp.
   ========================================================================= */

/* ---- region gatekeeper: blocks the page until we know how to price ---- */
.gate {
    position: fixed;
    inset: 0;
    z-index: 400;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(3, 3, 4, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.gate[hidden] { display: grid; opacity: 0; visibility: hidden; pointer-events: none; }

.gate-card {
    width: 100%;
    max-width: 440px;
    padding: 30px 24px 26px;
    border-radius: 26px;
    border: 1px solid var(--ord-line);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)), #0b0b0f;
    text-align: center;
    animation: gateIn 0.6s var(--smooth);
}
@keyframes gateIn { from { opacity: 0; transform: translateY(22px) scale(0.97); } }

.gate-card img.gate-logo { width: 42px; height: 42px; margin: 0 auto 16px; display: block; }
.gate-card h2 { font-size: 1.5rem; margin-bottom: 8px; }
.gate-card > p { color: var(--ord-muted); font-size: 0.9rem; margin-bottom: 22px; }

.region-grid { display: grid; gap: 10px; }
.region-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    text-align: left;
    transition: transform 0.25s var(--spring), border-color 0.25s ease, background 0.25s ease;
}
.region-btn:hover { border-color: var(--acc); background: var(--ord-surface-2); }
.region-btn:active { transform: scale(0.98); }
.region-btn .flag { font-size: 1.7rem; line-height: 1; flex: none; }
.region-btn span.rb-copy { flex: 1; min-width: 0; }
.region-btn b { display: block; font-size: 1rem; font-weight: 700; }
.region-btn small { color: var(--ord-muted); font-size: 0.78rem; }
.region-btn > i { color: var(--ord-dim); font-size: 0.82rem; }

/* ---- progress track ---- */
.wiz-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 6px;
    list-style: none;
    margin-bottom: 22px;
}
.wiz-track li {
    padding-top: 9px;
    border-top: 2px solid var(--ord-line);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--ord-dim);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.4s ease, border-color 0.4s ease;
}
.wiz-track li.is-on { color: #fff; border-top-color: var(--acc); }

/* ---- step panes ---- */
.wiz-step { display: none; }
.wiz-step.is-on { display: block; animation: stepIn 0.45s var(--smooth); }
@keyframes stepIn { from { opacity: 0; transform: translateY(14px); } }

.wiz-head { text-align: center; margin-bottom: 22px; }
.wiz-head h2 { font-size: clamp(1.5rem, 5.4vw, 1.95rem); letter-spacing: -0.02em; margin-bottom: 7px; }
.wiz-head h2 em {
    font-style: normal;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.wiz-head p { color: var(--ord-muted); font-size: 0.9rem; }

/* ---- service tabs: only rendered when a platform sells more than one
   priced service — switches which real tier ladder the plan grid shows ---- */
.svc-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.svc-tab {
    padding: 10px 15px; border-radius: 100px; cursor: pointer;
    background: var(--ord-surface-2); border: 1px solid var(--ord-line);
    color: var(--ord-text); font: inherit; font-size: 0.84rem; font-weight: 600;
    transition: border-color 0.2s, background 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.svc-tab.is-on { border-color: var(--acc); background: color-mix(in srgb, var(--acc) 10%, transparent); color: #fff; }
.svc-tabs[hidden] { display: none; }

/* ---- plan cards: best value first, anchored against a struck-out price ---- */
.plan-grid { display: grid; gap: 12px; margin-bottom: 22px; }

.plan-card {
    position: relative;
    width: 100%;
    padding: 20px 18px;
    border-radius: 20px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    text-align: left;
    transition: transform 0.3s var(--spring), border-color 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
}
.plan-card:hover { border-color: var(--ord-line-strong); background: var(--ord-surface-2); }
.plan-card:active { transform: scale(0.985); }
.plan-card.is-on {
    border-color: var(--acc);
    background: color-mix(in srgb, var(--acc) 9%, rgba(255, 255, 255, 0.03));
    box-shadow: 0 0 0 1px var(--acc), 0 20px 44px -24px color-mix(in srgb, var(--acc) 80%, transparent);
}
.plan-card.is-hero { border-color: color-mix(in srgb, var(--acc) 40%, transparent); }

/* honest dead end for a region this product isn't priced in yet */
.plan-empty {
    display: flex; flex-direction: column; align-items: center; gap: 14px;
    padding: 36px 20px; text-align: center;
    border: 1px dashed var(--ord-line-strong); border-radius: 20px;
    background: var(--ord-surface);
}
.plan-empty i.fa-circle-info { font-size: 1.4rem; color: var(--ord-dim); }
.plan-empty p { font-size: 0.92rem; color: #c2c2cb; line-height: 1.55; max-width: 34ch; }
.plan-card:has(.tier-tag) { padding-top: 30px; }

.pc-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4px 12px;
    margin-bottom: 15px;
}
.pc-name { flex: 1 1 140px; min-width: 0; font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; letter-spacing: -0.01em; }
.pc-note { display: block; font-family: var(--font-body); font-size: 0.76rem; font-weight: 600; color: var(--ord-muted); margin-top: 3px; }

.pc-price { flex: none; text-align: right; white-space: nowrap; }
.pc-old { display: block; font-size: 0.78rem; color: var(--ord-dim); text-decoration: line-through; }
.pc-new { font-family: var(--font-display); font-size: 1.42rem; font-weight: 700; letter-spacing: -0.02em; }
.pc-cur { font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; color: var(--ord-dim); margin-left: 3px; }

.pc-feats { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.pc-feats li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    background: rgba(0, 0, 0, 0.25);
    font-size: 0.74rem;
    font-weight: 600;
    color: #c2c2cb;
}
.pc-feats li i { color: var(--acc); font-size: 0.72rem; }
.pc-feats li.is-gold { border-color: rgba(255, 199, 76, 0.32); color: #ffd88a; }
.pc-feats li.is-gold i { color: #ffc74c; }

/* ---- free gifts: reciprocity, and it costs us nothing ---- */
.gift-list { display: grid; gap: 10px; margin-bottom: 20px; }
.gift {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px dashed var(--ord-line-strong);
    background: var(--ord-surface);
    text-align: left;
    transition: transform 0.3s var(--spring), border-color 0.3s ease, background 0.3s ease;
}
.gift:active { transform: scale(0.98); }
.gift-ic {
    flex: none;
    width: 46px; height: 46px;
    display: grid; place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--ord-line);
    font-size: 1.1rem;
    color: var(--ord-muted);
    transition: all 0.35s var(--spring);
}
.gift-copy { flex: 1; min-width: 0; }
.gift-copy b { display: block; font-size: 0.97rem; font-weight: 700; }
.gift-copy small { color: var(--ord-muted); font-size: 0.79rem; }
.gift-state {
    flex: none;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--ord-line-strong);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ord-muted);
    transition: all 0.35s ease;
}
.gift.is-open {
    border-style: solid;
    border-color: var(--acc);
    background: color-mix(in srgb, var(--acc) 9%, rgba(255, 255, 255, 0.03));
}
.gift.is-open .gift-ic {
    background: color-mix(in srgb, var(--acc) 16%, transparent);
    border-color: color-mix(in srgb, var(--acc) 40%, transparent);
    color: var(--acc);
    transform: rotate(-8deg) scale(1.06);
}
.gift.is-open .gift-state {
    background: var(--acc);
    border-color: var(--acc);
    color: var(--acc-ink);
}

/* ---- proof: promises we can actually keep, not stock screenshots ---- */
.proof-list { display: grid; gap: 10px; margin-bottom: 20px; }
.proof-row {
    display: flex;
    gap: 13px;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
}
.proof-row > i {
    flex: none;
    width: 38px; height: 38px;
    display: grid; place-items: center;
    border-radius: 12px;
    background: color-mix(in srgb, var(--acc) 13%, transparent);
    border: 1px solid color-mix(in srgb, var(--acc) 28%, transparent);
    color: var(--acc);
    font-size: 0.92rem;
}
.proof-row div { flex: 1; min-width: 0; }
.proof-row b { display: block; font-size: 0.94rem; font-weight: 700; margin-bottom: 2px; }
.proof-row p { color: var(--ord-muted); font-size: 0.83rem; line-height: 1.5; }

/* ---- the guarantee banner on the final step ---- */
.guarantee {
    display: flex;
    gap: 13px;
    padding: 15px 16px;
    border-radius: 18px;
    border: 1px solid color-mix(in srgb, var(--acc) 30%, transparent);
    background: color-mix(in srgb, var(--acc) 8%, transparent);
    margin-bottom: 20px;
}
.guarantee > i { flex: none; font-size: 1.15rem; color: var(--acc); margin-top: 2px; }
.guarantee b { display: block; font-size: 0.96rem; font-weight: 700; margin-bottom: 2px; }
.guarantee p { color: #c2c2cb; font-size: 0.83rem; line-height: 1.5; }

/* ---- wizard buttons ---- */
.wiz-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    color: var(--acc-ink);
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 14px 34px -14px color-mix(in srgb, var(--acc) 90%, transparent);
    transition: transform 0.28s var(--spring), opacity 0.25s ease, background 0.25s ease, box-shadow 0.3s ease;
}
.wiz-btn:active { transform: scale(0.97); }
.wiz-btn[disabled] {
    background: rgba(255, 255, 255, 0.07);
    color: var(--ord-dim);
    box-shadow: none;
    cursor: not-allowed;
}
.wiz-back {
    display: block;
    width: 100%;
    margin-top: 11px;
    padding: 12px;
    color: var(--ord-muted);
    font-size: 0.86rem;
    font-weight: 700;
    transition: color 0.25s ease;
}
.wiz-back:hover { color: #fff; }

.total-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid color-mix(in srgb, var(--acc) 28%, transparent);
    background: color-mix(in srgb, var(--acc) 8%, transparent);
    margin: 4px 0 16px;
}
.total-line span { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ord-muted); }
.total-line b { font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; letter-spacing: -0.02em; color: var(--acc); }

/* ---- compact checkout: the selected package stays visible while the
   customer adds the three details needed to place it ---- */
.checkout-choice {
    position: relative;
    margin-bottom: 16px;
    padding: 18px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid color-mix(in srgb, var(--acc) 38%, transparent);
    background:
        radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--acc) 16%, transparent), transparent 46%),
        var(--ord-surface);
    animation: checkoutReady var(--m-base, 260ms) var(--m-out, cubic-bezier(0.16,1,0.3,1));
}
@keyframes checkoutReady { from { opacity: 0; transform: translate3d(0, 10px, 0); } }

.checkout-choice-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}
.checkout-choice-top > div { min-width: 0; }
.checkout-eyebrow,
.checkout-section-label,
.checkout-field-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--ord-muted);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.checkout-choice-top b {
    display: block;
    margin-top: 4px;
    font-family: var(--font-display);
    font-size: 1.08rem;
    line-height: 1.28;
}
.checkout-change {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 11px;
    border-radius: 999px;
    border: 1px solid var(--ord-line-strong);
    color: #d0d0d8;
    font-size: 0.72rem;
    font-weight: 700;
    transition: transform var(--m-quick, 160ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)), border-color 0.2s ease, color 0.2s ease;
}
.checkout-change:hover { border-color: var(--acc); color: #fff; }
.checkout-change:active { transform: scale(0.96); }
.checkout-choice-price {
    margin-top: 14px;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 7vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--acc);
}
.checkout-choice-feats {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
    list-style: none;
}
.checkout-choice-feats li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    background: rgba(0, 0, 0, 0.24);
    color: #c9c9d1;
    font-size: 0.71rem;
    font-weight: 650;
}
.checkout-choice-feats i { color: var(--acc); }

.checkout-field-label { margin: 17px 3px 8px; }
.checkout-field-label i,
.checkout-section-label i { color: var(--acc); }

.checkout-included {
    margin: 18px 0 12px;
    padding-top: 17px;
    border-top: 1px solid var(--ord-line);
}
.checkout-section-label { margin: 0 2px 10px; }
.gift-list--included { margin-bottom: 0; }
.gift--included {
    cursor: default;
    border-style: solid;
    padding: 13px 14px;
}
.gift--included:active { transform: none; }
.gift--included .gift-ic {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--acc);
    background: color-mix(in srgb, var(--acc) 12%, transparent);
    border-color: color-mix(in srgb, var(--acc) 26%, transparent);
}
.gift--included .gift-state {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-color: rgba(37, 211, 102, 0.3);
    color: #7ee2a3;
    background: rgba(37, 211, 102, 0.08);
}

.checkout-proof {
    margin: 12px 0 16px;
    border: 1px solid var(--ord-line);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.025);
}
.checkout-proof summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 15px;
    cursor: pointer;
    list-style: none;
    color: #d3d3db;
    font-size: 0.82rem;
    font-weight: 750;
}
.checkout-proof summary::-webkit-details-marker { display: none; }
.checkout-proof summary span { display: inline-flex; align-items: center; gap: 8px; }
.checkout-proof summary span i { color: var(--acc); }
.checkout-proof summary > i {
    color: var(--ord-dim);
    transition: transform var(--m-base, 260ms) var(--m-out, cubic-bezier(0.16,1,0.3,1));
}
.checkout-proof[open] summary > i { transform: rotate(180deg); }
.checkout-proof .proof-list { gap: 8px; margin: 0; padding: 0 10px 10px; }
.checkout-proof .proof-row { padding: 12px; border-radius: 14px; }

.checkout-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: -5px 0 16px;
    padding: 13px 15px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: rgba(255, 255, 255, 0.025);
}
.checkout-split[hidden] { display: none; }
.checkout-split span { min-width: 0; }
.checkout-split small { display: block; color: var(--ord-dim); font-size: 0.66rem; font-weight: 700; line-height: 1.25; }
.checkout-split b { display: block; margin-top: 3px; font-family: var(--font-display); font-size: 0.9rem; line-height: 1.2; }
.checkout-split > i { color: var(--ord-dim); font-size: 0.72rem; }

#btn-submit { background: var(--ord-wa); color: #04220f; border-color: rgba(37, 211, 102, 0.5); box-shadow: 0 14px 34px -14px rgba(37, 211, 102, 0.9); }
#btn-submit.is-busy { pointer-events: none; opacity: 0.82; }
#btn-submit .spinner { border-color: rgba(4, 34, 15, 0.3); border-top-color: #04220f; }
.checkout-submit-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin: -5px auto 0;
    color: var(--ord-dim);
    font-size: 0.72rem;
    line-height: 1.45;
    text-align: center;
}
.checkout-submit-note i { margin-top: 2px; color: var(--ord-muted); }

@media (min-width: 560px) {
    .plan-grid { gap: 14px; }
    .wiz-track li { font-size: 0.75rem; }
    .gift-list--included { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gift--included { align-items: flex-start; }
    .gift--included .gift-state { display: none; }
}

@media (max-width: 559px) {
    #btn-submit {
        position: sticky;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        z-index: 10;
    }
}

/* --------------------------------------------------------------- sheet --- */
.sheet {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.sheet[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0s;
}

.sheet-card {
    width: 100%;
    max-width: 520px;
    max-height: 92vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 20px calc(24px + env(safe-area-inset-bottom, 0px));
    border-radius: 26px 26px 0 0;
    border: 1px solid var(--ord-line);
    border-bottom: none;
    background: #0c0c10;
    transform: translateY(100%);
    transition: transform 0.48s var(--smooth);
}
.sheet[aria-hidden="false"] .sheet-card { transform: translateY(0); }

.sheet-grab {
    width: 44px; height: 4px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
}

.sheet-head { text-align: center; margin-bottom: 20px; }
.sheet-head .sheet-icon {
    width: 52px; height: 52px;
    margin: 0 auto 13px;
    display: grid; place-items: center;
    border-radius: 16px;
    font-size: 1.4rem;
    background: color-mix(in srgb, var(--acc) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--acc) 30%, transparent);
    color: var(--acc);
}
.sheet-head h2 { font-size: 1.4rem; margin-bottom: 7px; }
.sheet-head p { color: var(--ord-muted); font-size: 0.88rem; }

.geo-list { display: grid; gap: 9px; }
.geo-btn {
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    text-align: left;
    transition: transform 0.25s var(--spring), border-color 0.25s ease, background 0.25s ease;
}
.geo-btn:hover { border-color: var(--acc); background: var(--ord-surface-2); }
.geo-btn:active { transform: scale(0.98); }
.geo-btn .flag { font-size: 1.6rem; line-height: 1; flex: none; }
.geo-btn div { flex: 1; min-width: 0; }
.geo-btn b { display: block; font-size: 0.98rem; font-weight: 700; }
.geo-btn small { color: var(--ord-muted); font-size: 0.78rem; }
.geo-btn > i { color: var(--ord-dim); font-size: 0.82rem; }

/* confirm sheet */
.sum-list {
    display: grid;
    gap: 1px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--ord-line);
    background: var(--ord-line);
    margin-bottom: 16px;
}
.sum-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 15px;
    background: #0e0e13;
    font-size: 0.88rem;
}
.sum-row span { color: var(--ord-muted); flex: none; }
.sum-row b { font-weight: 700; text-align: right; word-break: break-word; }
.sum-row.is-total { background: color-mix(in srgb, var(--acc) 10%, #0e0e13); }
.sum-row.is-total b { font-family: var(--font-display); font-size: 1.16rem; color: var(--acc); }

.sheet-note {
    display: flex;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--ord-line);
    font-size: 0.81rem;
    color: #b6b6c0;
    line-height: 1.5;
    margin-bottom: 16px;
}
.sheet-note i { color: var(--acc); margin-top: 2px; flex: none; }

.sheet-actions { display: grid; gap: 9px; }
.btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 56px;
    border-radius: 999px;
    background: var(--ord-wa);
    color: #04220f;
    font-size: 1rem;
    font-weight: 800;
    transition: transform 0.25s var(--spring), opacity 0.25s ease;
    box-shadow: 0 12px 30px -14px rgba(37, 211, 102, 0.9);
}
.btn-wa:active { transform: scale(0.97); }
.btn-wa.is-busy { pointer-events: none; opacity: 0.8; }
.btn-wa .spinner { border-color: rgba(4, 34, 15, 0.3); border-top-color: #04220f; }

.btn-ghost {
    width: 100%;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--ord-line);
    color: var(--ord-muted);
    font-size: 0.88rem;
    font-weight: 700;
    transition: border-color 0.25s ease, color 0.25s ease;
}
.btn-ghost:hover { border-color: var(--ord-line-strong); color: #fff; }

/* -------------------------------------------------------------- toast ---- */
.toast-stack {
    position: fixed;
    left: 50%;
    top: calc(14px + env(safe-area-inset-top, 0px));
    transform: translateX(-50%);
    z-index: 300;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 32px);
    max-width: 420px;
    pointer-events: none;
}
.toast {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 14px;
    background: #16161c;
    border: 1px solid var(--ord-line-strong);
    box-shadow: 0 20px 44px -18px rgba(0, 0, 0, 0.9);
    font-size: 0.86rem;
    font-weight: 600;
    animation: toastIn 0.4s var(--spring);
}
.toast i { flex: none; }
.toast.is-error { border-color: rgba(255, 90, 106, 0.5); }
.toast.is-error i { color: var(--ord-danger); }
.toast.is-ok { border-color: color-mix(in srgb, var(--acc) 50%, transparent); }
.toast.is-ok i { color: var(--acc); }
.toast.is-gone { animation: toastOut 0.32s ease forwards; }

@keyframes toastIn { from { opacity: 0; transform: translateY(-16px) scale(0.96); } }
@keyframes toastOut { to { opacity: 0; transform: translateY(-12px) scale(0.97); } }

/* ------------------------------------------------------------- motion ---- */
.r-up {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity 0.75s var(--smooth), transform 0.75s var(--smooth);
}
.r-up.is-in { opacity: 1; transform: none; }

[data-stagger] > * {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.55s var(--smooth), transform 0.55s var(--spring);
    transition-delay: calc(var(--i, 0) * 55ms);
}
[data-stagger].is-in > * { opacity: 1; transform: none; }

/* --------------------------------------------------------- helper bits --- */
.ord-foot {
    text-align: center;
    padding: 26px 0 8px;
    color: var(--ord-dim);
    font-size: 0.76rem;
    line-height: 1.7;
}
.ord-foot a { color: var(--ord-muted); text-decoration: underline; text-underline-offset: 3px; }
.ord-foot a:hover { color: #fff; }

.ord-hint {
    display: flex;
    gap: 9px;
    margin-top: 13px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid var(--ord-line);
    font-size: 0.8rem;
    color: #b0b0ba;
    line-height: 1.5;
}
.ord-hint i { color: var(--acc); margin-top: 2px; flex: none; }

/* ----------------------------------------------------------- responsive -- */
@media (min-width: 560px) {
    .ord-shell { padding: 0 24px; }
    .ord-card { padding: 26px 24px; }
    .tier-grid { grid-template-columns: repeat(4, 1fr); }
    .tier--skip { grid-column: 1 / -1; }
    .ord-rail li { font-size: 0.78rem; }
    :root { --dock-h: 96px; }
}

@media (min-width: 900px) {
    .ord-shell { max-width: 760px; }
    .ord-hero { padding: 52px 0 30px; }
    .tr-perks { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Small phones: the rail labels have no room, so show numbers only */
@media (max-width: 400px) {
    .ord-rail li span { display: none; }
    .ord-rail { justify-items: center; }
    .ord-rail li { justify-content: center; }
    .dock-cta { min-width: 0; padding: 0 18px; font-size: 0.9rem; }
    .dock-price b { font-size: 1.44rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .r-up, [data-stagger] > * { opacity: 1; transform: none; }
    .sheet-card { transform: none; }
}

/* --------------------------------------------------------------------------
   REASSURANCE STRIP
   Sits directly under the wizard. The moment someone hesitates on a checkout
   is exactly when they want to check the seller is real — so the trust page
   and a human are one tap away, rather than something to go hunting for.
   -------------------------------------------------------------------------- */
.ord-assure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 26px;
}
.ord-assure a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 100px;
    border: 1px solid var(--ord-line);
    background: var(--ord-surface);
    color: var(--ord-muted);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.25s, color 0.25s, background 0.25s, transform 0.25s var(--spring);
    -webkit-tap-highlight-color: transparent;
}
.ord-assure a:hover { border-color: var(--acc); color: #fff; background: var(--ord-surface-2); transform: translateY(-2px); }
.ord-assure a:active { transform: scale(0.97); }
.ord-assure i { color: var(--acc); font-size: 0.86rem; }
.ord-assure a.is-wa i { color: var(--ord-wa); }

@media(max-width: 420px) {
    .ord-assure a { flex: 1 1 100%; justify-content: center; }
}

/* ==========================================================================
   THE BUNDLE PITCH — /growth/bundle/ only
   Every other order page is reached from a card that already showed the size
   and the price. The bundle is reached from one row on /growth/ that says
   neither, on purpose — so the entire argument for it happens here, above the
   wizard, before anyone is asked for a name.
   ========================================================================== */
.bs-hero { text-align: center; padding: 8px 0 30px; }
.bs-badge {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 8px 16px; margin-bottom: 22px; border-radius: 100px;
    border: 1px solid var(--acc); background: rgba(255,255,255,0.03);
    color: var(--acc); font-size: 0.72rem; font-weight: 800;
    letter-spacing: 0.14em; text-transform: uppercase;
}
.bs-title {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(2.1rem, 8.5vw, 3.6rem); line-height: 1.04; letter-spacing: -0.02em;
}
.bs-title em {
    font-style: normal;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bs-sub {
    max-width: 460px; margin: 16px auto 0;
    color: var(--ord-muted); font-size: 0.98rem; line-height: 1.62;
}
.bs-marks { display: flex; justify-content: center; gap: 14px; margin-top: 26px; }
.bs-marks img { width: 42px; height: 42px; object-fit: contain; }

/* ------------------------------------------------------------ value stack -- */
.bs-stack {
    margin: 30px 0 0; padding: 24px 22px 22px; border-radius: 24px;
    background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
    border: 1px solid var(--ord-line-strong);
}
.bs-stack-head {
    display: block; margin-bottom: 18px;
    font-size: 0.68rem; font-weight: 800; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--ord-dim);
}
.bs-row { display: flex; align-items: center; gap: 13px; padding: 11px 0; }
.bs-row img { width: 30px; height: 30px; object-fit: contain; flex: none; }
.bs-what { flex: 1; min-width: 0; }
.bs-what b { display: block; font-size: 0.98rem; font-weight: 700; }
.bs-what small { display: block; margin-top: 1px; font-size: 0.78rem; color: var(--ord-muted); }
.bs-amt {
    flex: none; font-family: var(--font-display); font-size: 1.02rem;
    font-weight: 700; white-space: nowrap;
}
.bs-sep { height: 1px; margin: 12px 0; background: var(--ord-line-strong); }
.bs-sum .bs-what b { color: var(--ord-muted); font-weight: 600; }
.bs-strike { color: var(--ord-dim); text-decoration: line-through; }
.bs-final { padding-bottom: 4px; }
.bs-final .bs-what b { font-size: 1.1rem; }
.bs-final .bs-amt {
    font-size: 1.75rem; letter-spacing: -0.03em;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bs-save {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    margin-top: 14px; padding: 12px; border-radius: 14px;
    background: rgba(255,255,255,0.04); border: 1px dashed var(--acc);
    font-size: 0.88rem; font-weight: 600; color: #e8e8ee;
}
.bs-save i { color: var(--acc); }
.bs-save b { font-family: var(--font-display); font-size: 1.02rem; color: var(--acc); }

.bs-cta {
    display: flex; align-items: center; justify-content: center; gap: 11px;
    margin-top: 18px; padding: 18px 24px; border-radius: 16px;
    background: linear-gradient(100deg, var(--acc), var(--acc-2)); color: var(--acc-ink);
    font-size: 1.02rem; font-weight: 800; text-decoration: none;
    box-shadow: 0 20px 44px -22px var(--acc);
    transition: transform 0.28s var(--spring), box-shadow 0.28s;
}
.bs-cta:hover { transform: translateY(-2px); box-shadow: 0 26px 54px -22px var(--acc); }
.bs-cta:active { transform: scale(0.98); }

/* --------------------------------------------------------------- why three -- */
.bs-why { margin-top: 46px; }
.bs-why h2 {
    text-align: center; font-family: var(--font-display); font-weight: 800;
    font-size: clamp(1.5rem, 6vw, 2.1rem); line-height: 1.14; letter-spacing: -0.02em;
    margin-bottom: 24px;
}
.bs-why h2 em {
    font-style: normal;
    background: linear-gradient(100deg, var(--acc), var(--acc-2));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.bs-why-grid { display: grid; gap: 12px; }
.bs-why-card {
    padding: 22px; border-radius: 18px;
    background: var(--ord-surface); border: 1px solid var(--ord-line);
}
.bs-why-card i { color: var(--acc); font-size: 1.05rem; }
.bs-why-card b { display: block; margin: 12px 0 7px; font-size: 1rem; font-weight: 700; }
.bs-why-card p { font-size: 0.89rem; color: var(--ord-muted); line-height: 1.6; }
.bs-why-card span[data-usd] { color: #e8e8ee; font-weight: 700; white-space: nowrap; }

/* ------------------------------------------------------------------ terms -- */
.bs-terms {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
    margin: 34px 0 8px;
}
.bs-terms div {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 15px; border-radius: 14px;
    background: var(--ord-surface); border: 1px solid var(--ord-line);
    font-size: 0.82rem; font-weight: 600; color: #d2d2da;
}
.bs-terms i { color: var(--acc); font-size: 0.86rem; flex: none; }

@media(min-width: 720px) {
    .bs-why-grid { grid-template-columns: repeat(3, 1fr); }
    .bs-terms { grid-template-columns: repeat(4, 1fr); }
}
@media(max-width: 380px) {
    .bs-terms { grid-template-columns: 1fr; }
    .bs-stack { padding: 20px 17px; }
}
@media(prefers-reduced-motion: reduce) {
    .bs-cta { transition: none !important; }
    .bs-cta:hover { transform: none !important; }
}

/* ==========================================================================
   WHATSAPP FAB
   Order pages already have .ord-assure (trust + WhatsApp link) directly
   under the wizard, so this fab is a supplement, not the only way to reach
   us — a persistent one-tap contact point, same as every hub page carries.
   Shown immediately: unlike the hub pages, there is no tall hero here for it
   to compete with, so there is nothing to wait for.
   -------------------------------------------------------------------------- */
.wa-fab {
    position: fixed; right: 18px; z-index: 500;
    bottom: calc(var(--dock-h) + env(safe-area-inset-bottom, 0px) + 16px);
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--ord-wa); color: #04150c; font-size: 1.3rem;
    box-shadow: 0 10px 26px -8px rgba(37,211,102,0.6), 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.25s var(--spring);
}
.wa-fab:hover { transform: translateY(-3px) scale(1.05); }
.wa-fab:active { transform: scale(0.94); }
@media(prefers-reduced-motion: reduce) {
    .wa-fab { transition: none; }
}

/* ==========================================================================
   MOTION — the wizard's own feedback
   Shared primitives live in assets/motion.css. These bind them to the
   checkout, where motion has one job: confirm that the tap registered and
   show what changed, without ever delaying the next tap.
   ========================================================================== */

/* Choosing a plan is the page's main act — the card answers immediately and
   the chosen one settles a touch proud of the rest. */
.plan-card { transition: transform var(--m-quick, 160ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)), border-color 0.25s ease, background 0.25s ease, box-shadow 0.3s ease; }
.plan-card:active { transform: scale(0.985); }
.plan-card.is-on { animation: ordPick var(--m-slow, 380ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)); }
@keyframes ordPick {
    0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--acc) 45%, transparent); }
    100% { box-shadow: 0 0 0 1px var(--acc), 0 20px 44px -24px color-mix(in srgb, var(--acc) 80%, transparent); }
}

/* Switching service tab re-prices the grid — the new ladder slides up into
   place so it reads as a change, not a reload. */
.svc-tab { transition: transform var(--m-quick, 160ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)), border-color 0.2s ease, background 0.2s ease; }
.svc-tab:active { transform: scale(0.97); }
.plan-grid { animation: ordGrid var(--m-base, 260ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)); }
@keyframes ordGrid { from { opacity: 0; transform: translate3d(0, 8px, 0); } }

/* Plan cards cascade rather than landing as one slab. */
.plan-card { animation: ordCard var(--m-slow, 380ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)) backwards; }
.plan-card:nth-child(1) { animation-delay: 0ms; }
.plan-card:nth-child(2) { animation-delay: 45ms; }
.plan-card:nth-child(3) { animation-delay: 90ms; }
.plan-card:nth-child(4) { animation-delay: 135ms; }
.plan-card:nth-child(5) { animation-delay: 180ms; }
.plan-card:nth-child(6) { animation-delay: 225ms; }
.plan-card:nth-child(n+7) { animation-delay: 270ms; }
@keyframes ordCard { from { opacity: 0; transform: translate3d(0, 12px, 0); } }

/* Included gifts settle into the checkout after the package transition. */
.gift { transition: transform var(--m-quick, 160ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)), border-color 0.25s ease, background 0.25s ease; }
.gift:active { transform: scale(0.985); }
.wiz-step.is-on .gift--included { animation: ordIncluded var(--m-slow, 380ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)) backwards; }
.wiz-step.is-on .gift--included:nth-child(2) { animation-delay: 55ms; }
@keyframes ordIncluded { from { opacity: 0; transform: translate3d(0, 7px, 0); } }
@keyframes ordClaim { from { opacity: 0; transform: scale(0.7); } }

/* Buttons and the progress track. */
.wiz-btn, .btn-wa, .btn-ghost { transition: transform var(--m-quick, 160ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)), opacity 0.2s ease, background 0.25s ease; }
.wiz-btn:active:not(:disabled), .btn-wa:active, .btn-ghost:active { transform: scale(0.98); }
.wiz-track li { transition: color var(--m-base, 260ms) ease, border-color var(--m-base, 260ms) ease; }

/* The review sheet's rows arrive in order, so the total is read last. */
.sheet[aria-hidden="false"] .sum-row { animation: ordSum var(--m-base, 260ms) var(--m-out, cubic-bezier(0.16,1,0.3,1)) backwards; }
.sum-row:nth-child(1) { animation-delay: 20ms; }
.sum-row:nth-child(2) { animation-delay: 55ms; }
.sum-row:nth-child(3) { animation-delay: 90ms; }
.sum-row:nth-child(4) { animation-delay: 125ms; }
.sum-row:nth-child(n+5) { animation-delay: 160ms; }
@keyframes ordSum { from { opacity: 0; transform: translate3d(0, 7px, 0); } }

/* A field that failed validation shakes once — short, and only once. */
.field.has-error .field-box { animation: ordShake 320ms ease-in-out; }
@keyframes ordShake {
    0%, 100% { transform: translateX(0); }
    25%      { transform: translateX(-4px); }
    75%      { transform: translateX(4px); }
}

@media(prefers-reduced-motion: reduce) {
    .plan-card, .svc-tab, .gift, .wiz-btn, .btn-wa, .btn-ghost,
    .checkout-change, .checkout-proof summary > i { transition: none !important; transform: none !important; }
    .plan-card, .plan-grid, .gift.is-open .gift-state, .gift--included,
    .sheet[aria-hidden="false"] .sum-row, .field.has-error .field-box,
    .checkout-choice { animation: none !important; }
}
