/* ==========================================================================
   Captive portal — customer interface
   Theme: "HappyTweet" — confident, human, modern. Deep green-black ink,
   a single vivid green accent, hard offset shadows, thick borders, pill
   controls, and Outfit / Inter typography.
   ========================================================================== */

:root {
    /* Ink — deep green-black */
    --ink:        #092219;
    --ink-2:      rgba(9, 34, 25, 0.72);
    --ink-3:      rgba(9, 34, 25, 0.52);
    /* Surfaces */
    --bg:         #f9f9f8;
    --surface:    #ffffff;
    --surface-2:  #f3f4f0;
    --line:       #e5e7e0;
    --line-2:     #eef0ea;
    /* Accents */
    --green:      #00d283;
    --green-deep: #00a869;   /* readable green for small text on white */
    --green-tint: #e6faf2;
    --ink-ink:    #ffffff;
    --bkash:      #e2136e;
    --bkash-ink:  #ffffff;
    --warn:       #b23c17;
    --warn-tint:  #fbeee7;
    /* Shape */
    --r-lg:  28px;
    --r:     24px;
    --r-sm:  16px;
    --r-xs:  12px;
    --pill:  9999px;
    /* Signature hard offset shadows */
    --shadow-hard:    6px 6px 0 0 var(--green);
    --shadow-hard-lg: 8px 8px 0 0 var(--green);
    --shadow-soft:    0 1px 2px rgba(9, 34, 25, 0.06);
    --shadow-pop:     0 10px 30px rgba(9, 34, 25, 0.10);
    /* Type */
    --font:      "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-head: "Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink);
    background: var(--bg);
    line-height: 1.55;
    letter-spacing: -0.005em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, .brand__name { font-family: var(--font-head); }

::selection { background: var(--green); color: var(--ink); }

a { color: inherit; }

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

/* --- Top navigation (HappyTweet-style sticky blur bar) ---------------- */
.nav {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    border-bottom: 1px solid rgba(9, 34, 25, 0.08);
}
.nav__inner {
    max-width: 480px; margin: 0 auto; width: 100%;
    padding: 14px 20px;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.brand__mark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand__logo {
    display: block; height: 40px; width: auto; max-width: 160px;
    object-fit: contain; object-position: left center;
}

.nav__links { display: none; align-items: center; gap: 22px; }
.nav__link {
    font-size: 14px; font-weight: 500; color: var(--ink-2);
    text-decoration: none; transition: color .15s ease;
}
.nav__link:hover { color: var(--ink); }

.nav__right { display: flex; align-items: center; gap: 14px; }
.nav__status {
    display: none; align-items: center; gap: 7px;
    font-size: 11px; color: var(--ink-3); font-weight: 600;
    text-transform: uppercase; letter-spacing: .08em;
}
.nav__status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-tint); }
.nav__cta {
    display: inline-flex; align-items: center; justify-content: center;
    height: 36px; padding: 0 16px; border-radius: var(--pill);
    background: var(--ink); color: #fff; font-size: 13.5px; font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--green);
    transition: background .15s ease, transform .15s ease;
}
.nav__cta:hover { background: #000; transform: translateY(-1px); }

/* --- Main container --------------------------------------------------- */
.main { flex: 1; width: 100%; }
.main__inner {
    max-width: 480px; margin: 0 auto; width: 100%;
    padding: 18px 22px calc(44px + env(safe-area-inset-bottom));
}

/* --- Footer ----------------------------------------------------------- */
.sitefoot {
    background: var(--ink);
    border-top: 4px solid var(--green);
    color: rgba(255,255,255,.68);
    margin-top: auto;
}
.sitefoot__inner {
    max-width: 480px; margin: 0 auto; width: 100%;
    padding: 36px 22px 22px;
    display: grid; gap: 22px;
}
.sitefoot__brand-block { max-width: 28rem; }
.sitefoot__name {
    margin: 0; font-family: var(--font-head); font-weight: 600; font-size: 16px;
    color: #fff; letter-spacing: -0.02em;
}
.sitefoot__tagline {
    margin: 12px 0 0; font-size: 13.5px; line-height: 1.65;
    color: rgba(255,255,255,.62); max-width: 38ch;
}
.sitefoot__meta { display: flex; align-items: center; }
.sitefoot__dev {
    font-size: 13px; color: rgba(255,255,255,.58); text-decoration: none;
    transition: color .15s ease;
}
.sitefoot__dev strong { color: rgba(255,255,255,.92); font-weight: 600; }
.sitefoot__dev:hover { color: var(--green); }
.sitefoot__dev:hover strong { color: var(--green); }
.sitefoot__meta { display: flex; align-items: center; }
.sitefoot__dev {
    font-size: 13px; color: rgba(255,255,255,.58); text-decoration: none;
    transition: color .15s ease;
}
.sitefoot__dev strong { color: rgba(255,255,255,.92); font-weight: 600; }
.sitefoot__dev:hover { color: var(--green); }
.sitefoot__dev:hover strong { color: var(--green); }

/* (legacy credit styles removed — credit lives in .sitefoot__dev) */

/* --- Flash messages --------------------------------------------------- */
.flash {
    display: flex; align-items: flex-start; gap: 11px;
    padding: 14px 16px; border-radius: var(--r-sm);
    font-size: 14px; line-height: 1.45; margin-bottom: 20px;
    border: 1px solid transparent;
}
.flash__icon { width: 8px; height: 8px; border-radius: 50%; margin-top: 6px; flex: none; }
.flash--success { background: var(--green-tint); color: var(--ink); border-color: rgba(0,168,105,.25); }
.flash--success .flash__icon { background: var(--green-deep); }
.flash--error { background: var(--warn-tint); color: #7a2810; border-color: #f2b8a3; }
.flash--error .flash__icon { background: var(--warn); }
.flash--info { background: var(--surface); color: var(--ink); border-color: var(--line); }
.flash--info .flash__icon { background: var(--ink-3); }

/* --- Hero ------------------------------------------------------------- */
.hero { padding: 18px 0 28px; }
.hero__eyebrow {
    display: inline-block; font-size: 12px; font-weight: 700; color: var(--green-deep);
    letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px;
}
.hero__title {
    font-size: 38px; line-height: 1.05; letter-spacing: -0.03em;
    font-weight: 600; color: var(--ink); margin: 0 0 14px;
    text-wrap: balance;
}
.hero__sub {
    margin: 0; color: var(--ink-2); font-size: 16.5px; line-height: 1.55;
    max-width: 32ch; font-weight: 500;
}

/* --- Plans ------------------------------------------------------------ */
.plans { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }

.plan {
    position: relative;
    display: flex; flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--shadow-soft);
    padding: 26px 24px 24px;
    transition: transform .22s cubic-bezier(.2,.7,.2,1), box-shadow .22s ease, border-color .22s ease;
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); border-color: rgba(9,34,25,.18); }
.plan--featured {
    border: 2px solid var(--ink);
    box-shadow: var(--shadow-hard);
}
.plan--featured:hover { box-shadow: var(--shadow-hard-lg); }

.plan__badge {
    position: absolute; top: 0; right: 22px;
    transform: translateY(-50%);
    background: var(--green); color: var(--ink);
    font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: 6px 12px; border-radius: var(--pill);
    border: 1.5px solid var(--ink);
}

.plan__body { flex: 1; }
.plan__name {
    font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin: 0;
    color: var(--ink);
}

.plan__price { display: flex; align-items: baseline; gap: 2px; margin: 16px 0 0; }
.plan__cur { font-size: 22px; font-weight: 600; color: var(--ink-2); font-family: var(--font-head); }
.plan__amt {
    font-size: 48px; font-weight: 700; letter-spacing: -0.04em;
    color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1; font-family: var(--font-head);
}
.plan__unit { font-size: 14px; color: var(--ink-3); font-weight: 600; margin-left: 5px; align-self: baseline; }
.plan__value {
    display: inline-block; margin: 12px 0 0; font-size: 12.5px; color: var(--green-deep);
    font-weight: 700; background: var(--green-tint); padding: 4px 10px; border-radius: var(--pill);
}

.plan__desc { margin: 12px 0 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }

.plan__features {
    list-style: none; margin: 20px 0 0; padding: 20px 0 0;
    border-top: 1px solid var(--line);
    display: grid; gap: 13px;
}
.plan__features li {
    display: flex; align-items: center; gap: 11px;
    font-size: 14.5px; color: var(--ink); font-weight: 500;
}
.plan__features li::before {
    content: ""; width: 20px; height: 20px; flex: none; border-radius: 50%;
    background: var(--green-tint) no-repeat center/12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a869' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.plan__cta { margin-top: 24px; }

/* --- Active session banner -------------------------------------------- */
.panel--active {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r); padding: 22px; margin-bottom: 22px; box-shadow: var(--shadow-soft);
}
.active__badge {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 700; color: var(--green-deep); text-transform: uppercase; letter-spacing: .06em;
    background: var(--green-tint); border: 1px solid rgba(0,168,105,.25);
    padding: 5px 12px; border-radius: var(--pill); margin-bottom: 14px;
}
.active__badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-deep); }
.active__title { font-size: 22px; margin: 0 0 6px; letter-spacing: -0.025em; color: var(--ink); font-weight: 600; }
.active__meta { margin: 0 0 18px; color: var(--ink-2); font-size: 14.5px; }

/* --- Checkout --------------------------------------------------------- */
.back {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--ink-2); text-decoration: none; font-size: 14.5px; font-weight: 600;
    margin: 2px 0 22px; transition: color .15s ease, transform .15s ease;
}
.back:hover { color: var(--ink); transform: translateX(-2px); }
.checkout__eyebrow { font-size: 12px; font-weight: 700; color: var(--green-deep); letter-spacing: .14em; text-transform: uppercase; }
.checkout__title { font-size: 30px; letter-spacing: -0.03em; margin: 12px 0 20px; color: var(--ink); font-weight: 600; }

.summary {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r); padding: 22px; box-shadow: var(--shadow-soft);
}
.summary__row--main { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.summary__name { font-size: 19px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); font-family: var(--font-head); }
.summary__price { font-size: 24px; font-weight: 700; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; font-family: var(--font-head); }
.summary__desc { margin: 8px 0 0; color: var(--ink-2); font-size: 14.5px; }
.summary__facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
    margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line);
}
.summary__facts dt { font-size: 11px; color: var(--ink-3); margin: 0 0 6px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.summary__facts dd { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }

.total {
    display: flex; justify-content: space-between; align-items: baseline;
    margin: 24px 4px; font-size: 15px; color: var(--ink-2); font-weight: 500;
}
.total__amount { font-size: 32px; font-weight: 700; color: var(--ink); letter-spacing: -0.035em; font-variant-numeric: tabular-nums; font-family: var(--font-head); }

/* --- Buttons ---------------------------------------------------------- */
.btn {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; min-height: 54px; padding: 0 24px;
    font-family: var(--font); font-size: 16px; font-weight: 600; letter-spacing: -0.01em;
    border: 2px solid transparent; border-radius: var(--pill);
    cursor: pointer; text-decoration: none; text-align: center;
    transition: transform .16s cubic-bezier(.2,.7,.2,1), box-shadow .18s ease, background .18s ease, color .18s ease;
    -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(.985); }
.btn:disabled { opacity: .55; cursor: default; }

.btn--primary {
    background: var(--ink); color: #fff; border-color: var(--ink);
    box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--green);
}
.btn--primary:hover { background: #000; box-shadow: 0 0 0 2px var(--bg), 0 0 0 5px var(--green); transform: translateY(-1px); }

.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; transform: translateY(-1px); }

/* Plan CTAs live inside carded, shadowed layout — keep them clean (no ring). */
.plan__cta.btn--primary { box-shadow: none; }
.plan__cta.btn--primary:hover { box-shadow: none; }

.btn--bkash {
    background: var(--bkash); color: var(--bkash-ink); border-color: var(--bkash);
    box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px rgba(226,19,110,.35);
}
.btn--bkash:hover { background: #cf1065; box-shadow: 0 0 0 2px var(--bg), 0 0 0 5px rgba(226,19,110,.45); transform: translateY(-1px); }
.btn__bkash-logo {
    font-weight: 800; letter-spacing: -0.01em;
    padding-right: 12px; margin-right: 1px;
    border-right: 1px solid rgba(255,255,255,.4);
}
.btn.is-loading { position: relative; color: transparent !important; }
.btn.is-loading::after {
    content: ""; position: absolute; width: 21px; height: 21px;
    border: 2.5px solid rgba(255,255,255,.4); border-top-color: #fff;
    border-radius: 50%; animation: spin .7s linear infinite;
}

.pay-note { margin: 20px 6px 0; color: var(--ink-3); font-size: 13px; line-height: 1.6; text-align: center; font-weight: 500; }

.trust {
    list-style: none; display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; gap: 8px 18px; margin: 24px 2px 0; padding: 0;
}
.trust li { font-size: 12.5px; color: var(--ink-2); display: flex; align-items: center; gap: 6px; font-weight: 600; }
.trust li::before {
    content: ""; width: 15px; height: 15px; flex: none;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a869' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

/* --- Manual pay ------------------------------------------------------- */
.pay-hint {
    margin: 0 0 18px; padding: 14px 16px; font-size: 14px; line-height: 1.55;
    color: var(--ink-2); background: var(--surface-2); border-radius: var(--r-sm);
}
.paybox {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
    padding: 6px 20px; margin-bottom: 20px; box-shadow: var(--shadow-soft);
}
.paybox__row {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 14px 0; border-bottom: 1px solid var(--line-2);
}
.paybox__row:last-child { border-bottom: none; }
.paybox__row--muted { color: var(--ink-2); font-size: 14px; }
.paybox__label { font-size: 13px; color: var(--ink-3); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.paybox__number {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-head); font-size: 22px; font-weight: 700; letter-spacing: .02em;
    color: var(--ink); background: none; border: 0; cursor: pointer; padding: 0;
}
.paybox__copy {
    font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    color: var(--green-deep); background: var(--green-tint); padding: 4px 9px; border-radius: var(--pill);
    font-family: var(--font);
}
.paybox__amount { font-family: var(--font-head); font-size: 22px; font-weight: 700; letter-spacing: -.02em; }
.howto {
    margin: 0 0 22px; padding: 0 0 0 1.15rem; display: grid; gap: 10px;
    font-size: 14.5px; color: var(--ink-2); line-height: 1.5;
}
.howto strong { color: var(--ink); font-weight: 600; }

.manual { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow-soft); }
.manual__steps { margin: 0; padding-left: 20px; display: grid; gap: 12px; font-size: 14.5px; color: var(--ink-2); }
.manual__steps strong { color: var(--ink); font-weight: 600; }
.manual__number {
    display: inline-block; font-weight: 700; letter-spacing: .02em; color: var(--ink);
    background: var(--green-tint); border: 1px solid rgba(0,168,105,.3); border-radius: 9px;
    padding: 2px 10px; font-variant-numeric: tabular-nums;
}
.form { margin-top: 22px; }
.field { display: block; margin-bottom: 18px; }
.field__label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 9px; }
.field__input {
    width: 100%; min-height: 56px; padding: 0 18px;
    font-family: var(--font); font-size: 16px; color: var(--ink); letter-spacing: -0.01em;
    background: var(--surface); border: 2px solid var(--line);
    border-radius: var(--r-sm); outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.field__input::placeholder { color: var(--ink-3); }
.field__input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px var(--green-tint); }

/* --- Status / connecting ---------------------------------------------- */
.status-screen { text-align: center; padding: 52px 0 24px; }
.status-screen__title { font-size: 26px; letter-spacing: -0.03em; margin: 28px 0 10px; color: var(--ink); font-weight: 600; }
.status-screen__sub { color: var(--ink-2); font-size: 15px; margin: 0 auto; max-width: 32ch; line-height: 1.55; font-weight: 500; }

.spinner { display: flex; justify-content: center; }
.spinner span {
    width: 50px; height: 50px; border-radius: 50%;
    border: 4px solid var(--surface-2); border-top-color: var(--green);
    animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.steps { list-style: none; margin: 36px auto 0; padding: 0; max-width: 272px; text-align: left; display: grid; gap: 16px; }
.step { display: flex; align-items: center; gap: 13px; font-size: 15px; color: var(--ink-3); font-weight: 500; transition: color .2s ease; }
.step span { width: 24px; height: 24px; flex: none; border-radius: 50%; border: 2px solid var(--line); position: relative; }
.step--active { color: var(--ink); font-weight: 600; }
.step--active span { border-color: var(--ink); }
.step--active span::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; border: 2px solid var(--green); border-top-color: transparent; animation: spin .7s linear infinite; }
.step--done { color: var(--ink); font-weight: 600; }
.step--done span { border-color: var(--green-deep); background: var(--green-deep); }
.step--done span::after {
    content: ""; position: absolute; inset: 0;
    background: no-repeat center/14px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.status-fallback { margin-top: 36px; }
.status-fallback p { color: var(--ink-3); font-size: 13.5px; margin: 0 0 14px; font-weight: 500; }

/* --- Success ---------------------------------------------------------- */
.success { text-align: center; padding: 40px 0 20px; }
.success__check {
    width: 80px; height: 80px; margin: 0 auto 24px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--green); color: var(--ink);
    border: 2px solid var(--ink); box-shadow: var(--shadow-hard);
    animation: pop .4s cubic-bezier(.2,.9,.3,1.2) both;
}
@keyframes pop { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.success__title { font-size: 32px; letter-spacing: -0.035em; margin: 0 0 8px; color: var(--ink); font-weight: 600; }
.success__sub { color: var(--ink-2); font-size: 16px; margin: 0 0 30px; font-weight: 500; }

.receipt { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 22px; text-align: left; box-shadow: var(--shadow-soft); }
.receipt__row { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.receipt__row:last-child { border-bottom: none; }
.receipt__row span { color: var(--ink-2); }
.receipt__row strong { font-weight: 600; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.receipt__row--muted strong { color: var(--ink-2); font-weight: 500; font-size: 13px; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }

.countdown {
    display: flex; align-items: center; justify-content: space-between;
    margin: 22px 0 26px; padding: 18px 22px;
    background: var(--ink); color: #fff; border-radius: var(--r);
}
.countdown__label { color: rgba(255,255,255,.68); font-size: 13.5px; font-weight: 500; }
.countdown__value { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: .01em; color: var(--green); font-family: var(--font-head); }

/* --- Misc ------------------------------------------------------------- */
.notice {
    margin-top: 26px; padding: 16px 18px; font-size: 13px; color: var(--ink-2);
    background: var(--surface); border: 2px dashed var(--line); border-radius: var(--r-sm); line-height: 1.6; font-weight: 500;
}
.empty { text-align: center; color: var(--ink-3); padding: 48px 0; font-weight: 500; }

/* --- Blocked device --------------------------------------------------- */
.blocked {
    text-align: center; padding: 48px 8px 24px;
    max-width: 28rem; margin: 0 auto;
}
.blocked__badge {
    display: inline-flex; font-size: 12px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; color: #8f2318; background: var(--warn-tint);
    border: 1px solid #f2b8a3; padding: 6px 12px; border-radius: var(--pill); margin-bottom: 18px;
}
.blocked__title {
    font-size: 28px; font-weight: 600; letter-spacing: -0.03em; margin: 0 0 12px; color: var(--ink);
}
.blocked__sub {
    margin: 0 0 16px; font-size: 16px; line-height: 1.55; color: var(--ink-2); font-weight: 500;
}
.blocked__hint { margin: 0; font-size: 13.5px; color: var(--ink-3); }

/* --- Voucher entry (landing) ------------------------------------------ */
.voucher-entry {
    display: flex; align-items: center; gap: 14px;
    margin-top: 22px; padding: 16px 18px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
    text-decoration: none; color: inherit; box-shadow: var(--shadow-soft);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.voucher-entry:hover { transform: translateY(-2px); box-shadow: var(--shadow-pop); border-color: rgba(9,34,25,.18); }
.voucher-entry__icon { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--green-tint); display: grid; place-items: center; color: var(--green-deep); }
.voucher-entry__icon svg { width: 22px; height: 22px; }
.voucher-entry__text { display: flex; flex-direction: column; line-height: 1.35; }
.voucher-entry__text strong { font-size: 15px; font-weight: 600; color: var(--ink); }
.voucher-entry__text span { font-size: 13px; color: var(--ink-2); }
.voucher-entry__arrow { margin-left: auto; color: var(--ink); font-size: 20px; font-weight: 700; transition: transform .2s ease; }
.voucher-entry:hover .voucher-entry__arrow { transform: translateX(4px); }

/* --- Voucher redeem form ---------------------------------------------- */
.lead { margin: 0 0 24px; color: var(--ink-2); font-size: 15.5px; line-height: 1.55; font-weight: 500; }
.field__input--code {
    text-align: center; text-transform: uppercase;
    font-size: 23px; font-weight: 700; letter-spacing: .18em;
    font-variant-numeric: tabular-nums; min-height: 62px;
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}
.field__input--code::placeholder { letter-spacing: .18em; font-weight: 600; }

/* --- Motion / responsive ---------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
@media (max-width: 380px) {
    .hero__title { font-size: 33px; }
    .nav__inner, .main__inner, .sitefoot__inner { padding-left: 18px; padding-right: 18px; }
}

/* --- Tablet ----------------------------------------------------------- */
@media (min-width: 620px) {
    .hero__title { font-size: 44px; }
}

/* --- Desktop: a distinct, full-width website layout ------------------- */
@media (min-width: 900px) {
    .nav__inner { max-width: 1140px; padding: 16px 44px; }
    .nav__links { display: flex; }
    .nav__status { display: inline-flex; }

    .main__inner { max-width: 560px; padding: 56px 44px 80px; }

    .sitefoot__inner { max-width: 1140px; padding-left: 44px; padding-right: 44px; }
    .sitefoot__inner {
        grid-template-columns: 1.4fr 1fr;
        align-items: end;
        justify-content: space-between;
        padding-top: 48px; padding-bottom: 36px;
    }
    .sitefoot__meta { justify-self: end; text-align: right; }

    /* Landing: centered hero + two-column plan grid. */
    .page-landing .main__inner { max-width: 1140px; padding-top: 56px; }
    .page-landing .hero { text-align: center; padding: 8px 0 44px; }
    .page-landing .hero__eyebrow { margin-bottom: 18px; }
    .page-landing .hero__title { font-size: 58px; line-height: 1.02; }
    .page-landing .hero__sub { margin: 0 auto; max-width: 52ch; font-size: 18px; }
    .page-landing .plans {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px; max-width: 840px; margin: 0 auto; align-items: stretch;
    }
    .page-landing .plan { padding: 32px 30px 28px; }
    .page-landing .plan__name { font-size: 22px; }
    .page-landing .plan__amt { font-size: 52px; }
    .page-landing .panel--active,
    .page-landing .voucher-entry,
    .page-landing .notice { max-width: 840px; margin-left: auto; margin-right: auto; }
}

@media (min-width: 1140px) {
    .page-landing .hero__title { font-size: 68px; }
}
