/* ============================================================
   JARAGO — design tokens
   ============================================================ */
:root{
  color-scheme: light dark;
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);

  --bg:#eef5f1;
  --surface:#ffffff;
  --surface-2:#f6faf8;
  --ink:#0c1f17;
  --ink-soft:#41564c;
  --muted:#6f857a;
  --line:#e0ebe4;
  --line-strong:#cfe0d6;
  --brand:#0b6e4f;
  --brand-dark:#084c37;
  --brand-soft:#e6f3ed;
  --gold:#f5a524;
  --gold-dark:#cf8408;
  --gold-soft:#fdf1dc;
  --success:#16a34a;
  --danger:#d64545;
  --shadow-sm:0 1px 2px rgba(8,40,28,.06),0 1px 3px rgba(8,40,28,.05);
  --shadow-md:0 10px 30px -12px rgba(8,50,34,.22);
  --shadow-lg:0 30px 60px -20px rgba(8,50,34,.30);
  --radius:16px;
  --radius-sm:10px;
  --radius-lg:26px;
  --maxw:1160px;
  --net-mtn:#ffcb05;
  --net-airtel:#e40000;
  --net-glo:#5bb848;
  --net-9mobile:#0a8f5c;
}
html { scroll-padding-top: calc(78px + env(safe-area-inset-top, 0px)); scroll-behavior:smooth; }

@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --bg:#06120d; --surface:#0d201a; --surface-2:#0a1a14; --ink:#e9f3ee; --ink-soft:#adc2b8;
    --muted:#7d9389; --line:#1a2f26; --line-strong:#274035; --brand:#2bc48d; --brand-dark:#1f9d70;
    --brand-soft:#0f2a20; --gold:#f6ba4b; --gold-dark:#e0a02f; --gold-soft:#241b0d; --success:#2bc48d; --danger:#f0736f;
    --shadow-sm:0 1px 2px rgba(0,0,0,.4); --shadow-md:0 14px 34px -14px rgba(0,0,0,.6); --shadow-lg:0 30px 60px -20px rgba(0,0,0,.65);
  }
}
:root[data-theme="dark"]{
  --bg:#06120d; --surface:#0d201a; --surface-2:#0a1a14; --ink:#e9f3ee; --ink-soft:#adc2b8;
  --muted:#7d9389; --line:#1a2f26; --line-strong:#274035; --brand:#2bc48d; --brand-dark:#1f9d70;
  --brand-soft:#0f2a20; --gold:#f6ba4b; --gold-dark:#e0a02f; --gold-soft:#241b0d; --success:#2bc48d; --danger:#f0736f;
  --shadow-sm:0 1px 2px rgba(0,0,0,.4); --shadow-md:0 14px 34px -14px rgba(0,0,0,.6); --shadow-lg:0 30px 60px -20px rgba(0,0,0,.65);
}

*,*::before,*::after{ box-sizing:border-box; }
body{ margin:0; background:var(--bg); color:var(--ink);
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
h1,h2,h3,h4{ font-family:"Sora",sans-serif; line-height:1.12; letter-spacing:-.02em; margin:0; color:var(--ink); }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img,svg{ max-width:100%; display:block; }
button{ font-family:inherit; cursor:pointer; }
:focus-visible{ outline:3px solid var(--brand); outline-offset:2px; border-radius:6px; }

.wrap{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:22px; }
.eyebrow{ display:inline-flex; align-items:center; gap:8px; color:var(--brand); font-weight:700; font-size:.86rem; }
.eyebrow::before{ content:""; width:22px; height:2px; background:var(--brand); border-radius:2px; }
.section{ padding-block:76px; }
.section-head{ max-width:640px; margin-bottom:44px; }
.section-head h2{ font-size:clamp(1.7rem,3.4vw,2.5rem); margin:14px 0 12px; }
.section-head p{ color:var(--ink-soft); font-size:1.05rem; }
.center{ margin-inline:auto; text-align:center; }
.center .eyebrow{ justify-content:center; }

.btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px; font-weight:700;
  padding:13px 22px; border-radius:999px; border:1px solid transparent; font-size:.98rem;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:active{ transform:translateY(1px); }
.btn-gold{ background:var(--gold); color:#3a2500; box-shadow:0 8px 20px -8px rgba(207,132,8,.6); }
.btn-gold:hover{ background:var(--gold-dark); color:#fff; }
.btn-brand{ background:var(--brand); color:#fff; }
.btn-brand:hover{ background:var(--brand-dark); }
.btn-ghost{ background:transparent; color:var(--ink); border-color:var(--line-strong); }
.btn-ghost:hover{ background:var(--surface-2); border-color:var(--brand); color:var(--brand); }
.btn-block{ width:100%; }
.btn-lg{ padding:16px 28px; font-size:1.02rem; }

/* header */
.topbar{ background:var(--brand-dark); color:#dff3ea; font-size:.83rem; }
:root[data-theme="dark"] .topbar{ background:#0a1c15; }
@media (prefers-color-scheme: dark){ :root:not([data-theme="light"]) .topbar{ background:#0a1c15; } }
.topbar .wrap{ display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:38px; padding-block:6px; }
.topbar-left{ display:flex; align-items:center; gap:8px; font-weight:600; }
.topbar-right{ display:flex; align-items:center; gap:18px; }
.topbar a{ color:#dff3ea; display:inline-flex; align-items:center; gap:6px; }
.topbar a:hover{ color:#fff; }
.dot-live{ width:8px; height:8px; border-radius:50%; background:#7ff0b8; box-shadow:0 0 0 0 rgba(127,240,184,.7); animation:pulse 2.2s infinite; }
@keyframes pulse{ 0%{box-shadow:0 0 0 0 rgba(127,240,184,.6)} 70%{box-shadow:0 0 0 8px rgba(127,240,184,0)} 100%{box-shadow:0 0 0 0 rgba(127,240,184,0)} }

.site-header{ position:sticky; top:0; z-index:60; background:color-mix(in srgb,var(--surface) 88%, transparent);
  backdrop-filter:saturate(180%) blur(14px); border-bottom:1px solid var(--line); }
.nav{ display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:70px; }
.brand{ display:inline-flex; align-items:center; gap:11px; font-family:"Sora"; font-weight:800; font-size:1.28rem; letter-spacing:-.02em; color:var(--ink); }
.brand .logo{ width:38px; height:38px; flex:none; }
.brand .tld{ color:var(--brand); }
.nav-links{ display:flex; align-items:center; gap:5px; }
.nav-links a{ padding:9px 14px; border-radius:10px; font-weight:600; font-size:.96rem; color:var(--ink-soft); }
.nav-links a:hover{ color:var(--ink); background:var(--surface-2); }
.nav-links a.active{ color:var(--brand); background:var(--brand-soft); }
.nav-actions{ display:flex; align-items:center; gap:10px; }
.icon-btn{ width:42px; height:42px; border-radius:12px; border:1px solid var(--line-strong); background:var(--surface);
  display:inline-flex; align-items:center; justify-content:center; color:var(--ink); }
.icon-btn:hover{ border-color:var(--brand); color:var(--brand); }
.menu-toggle{ display:none; }

/* hero */
.hero{ position:relative; overflow:hidden; padding-block:64px 84px;
  background:
    radial-gradient(60% 90% at 88% 8%, color-mix(in srgb,var(--brand) 16%,transparent), transparent 60%),
    radial-gradient(50% 70% at 6% 90%, color-mix(in srgb,var(--gold) 14%,transparent), transparent 60%),
    var(--bg); }
.hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero h1{ font-size:clamp(2.2rem,5vw,3.6rem); font-weight:800; }
.hero h1 .hl{ color:var(--brand); }
.hero .lede{ margin-top:20px; font-size:1.14rem; color:var(--ink-soft); max-width:30ch; }
.hero-cta{ display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.hero-trust{ display:flex; flex-wrap:wrap; gap:22px; margin-top:34px; }
.hero-trust div{ display:flex; align-items:center; gap:9px; color:var(--ink-soft); font-weight:600; font-size:.92rem; }
.hero-trust svg{ color:var(--brand); flex:none; }

.topup{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg); padding:22px; position:relative; }
.topup::before{ content:""; position:absolute; inset:-1px -1px auto -1px; height:5px;
  background:linear-gradient(90deg,var(--brand),var(--gold)); border-radius:var(--radius-lg) var(--radius-lg) 0 0; }
.topup h3{ font-size:1.12rem; }
.topup-sub{ color:var(--muted); font-size:.86rem; margin-top:2px; margin-bottom:16px; }
.tabs{ display:flex; gap:6px; background:var(--surface-2); border:1px solid var(--line); border-radius:14px; padding:5px; overflow-x:auto; scrollbar-width:none; }
.tabs::-webkit-scrollbar{ display:none; }
.tab{ flex:1 0 auto; border:none; background:transparent; color:var(--ink-soft); font-weight:600; font-size:.88rem;
  padding:9px 12px; border-radius:10px; display:inline-flex; align-items:center; gap:7px; white-space:nowrap; }
.tab.active{ background:var(--surface); color:var(--brand); box-shadow:var(--shadow-sm); }
.field{ margin-top:16px; }
.field > label{ display:block; font-weight:600; font-size:.85rem; margin-bottom:8px; color:var(--ink); }
.control{ width:100%; padding:13px 14px; border-radius:12px; border:1px solid var(--line-strong);
  background:var(--surface-2); color:var(--ink); font-size:1rem; font-family:inherit; }
.control:focus{ outline:none; border-color:var(--brand); background:var(--surface); box-shadow:0 0 0 3px var(--brand-soft); }
select.control{ appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%236f857a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 12px center; padding-right:40px; }
.net-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.net{ border:1.5px solid var(--line-strong); background:var(--surface); border-radius:12px; padding:9px 6px 8px;
  display:flex; flex-direction:column; align-items:center; gap:6px; font-size:.72rem; font-weight:700; color:var(--ink-soft); transition:border-color .15s, box-shadow .15s; }
.net:hover{ border-color:var(--brand); }
.net.active{ border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-soft); color:var(--ink); }
.net .chip{ width:34px; height:34px; border-radius:9px; display:grid; place-items:center; font-family:"Sora"; font-weight:800; font-size:.72rem; }
.chip-mtn{ background:var(--net-mtn); color:#1a1a1a; }
.chip-airtel{ background:var(--net-airtel); color:#fff; }
.chip-glo{ background:var(--net-glo); color:#fff; }
.chip-9mobile{ background:var(--net-9mobile); color:#fff; }
.amounts{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:8px; }
.amt{ border:1.5px solid var(--line-strong); background:var(--surface); border-radius:10px; padding:10px 4px; font-weight:700; font-size:.9rem; color:var(--ink); }
.amt:hover{ border-color:var(--brand); }
.amt.active{ border-color:var(--brand); background:var(--brand-soft); color:var(--brand-dark); }
.pane{ display:none; }
.pane.active{ display:block; }
.summary-line{ display:flex; justify-content:space-between; align-items:center; margin-top:18px; padding-top:14px; border-top:1px dashed var(--line-strong); font-size:.92rem; color:var(--ink-soft); }
.summary-line strong{ font-family:"Sora"; font-size:1.15rem; color:var(--ink); }
.form-note{ font-size:.76rem; color:var(--muted); margin-top:12px; text-align:center; }
.field-error{ color:var(--danger); font-size:.78rem; margin-top:6px; display:none; }
.field.invalid .control{ border-color:var(--danger); }
.field.invalid .field-error{ display:block; }

.providers{ padding-block:30px; border-block:1px solid var(--line); background:var(--surface); }
.providers .wrap{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:14px 26px; }
.providers .plabel{ width:100%; text-align:center; color:var(--muted); font-size:.82rem; font-weight:600; margin-bottom:4px; }
.pill{ display:inline-flex; align-items:center; gap:8px; padding:8px 15px; border-radius:999px; border:1px solid var(--line);
  background:var(--surface-2); font-weight:700; font-size:.86rem; color:var(--ink-soft); }
.pill .swatch{ width:14px; height:14px; border-radius:4px; }

.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.svc{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:26px 24px;
  transition:transform .18s ease, box-shadow .2s ease, border-color .2s ease; position:relative; }
.svc:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); border-color:var(--line-strong); }
.svc-ico{ width:52px; height:52px; border-radius:14px; display:grid; place-items:center; margin-bottom:18px; background:var(--brand-soft); color:var(--brand); }
.svc h3{ font-size:1.18rem; margin-bottom:8px; }
.svc p{ color:var(--ink-soft); font-size:.95rem; }
.svc-tags{ display:flex; flex-wrap:wrap; gap:6px; margin-top:14px; }
.svc-tags span{ font-size:.72rem; font-weight:700; color:var(--muted); background:var(--surface-2); border:1px solid var(--line); padding:3px 9px; border-radius:999px; }
.svc-link{ display:inline-flex; align-items:center; gap:6px; margin-top:16px; color:var(--brand); font-weight:700; font-size:.9rem; }
.svc-link svg{ transition:transform .15s; }
.svc:hover .svc-link svg{ transform:translateX(3px); }

.steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.step{ position:relative; padding:28px 24px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); }
.step-num{ font-family:"Sora"; font-weight:800; font-size:1.05rem; width:40px; height:40px; border-radius:12px; background:var(--brand); color:#fff; display:grid; place-items:center; margin-bottom:16px; }
.step h3{ font-size:1.12rem; margin-bottom:8px; }
.step p{ color:var(--ink-soft); font-size:.95rem; }

.why{ background:linear-gradient(180deg, color-mix(in srgb,var(--brand) 4%,transparent), transparent), var(--surface-2); border-block:1px solid var(--line); }
.why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.feat{ text-align:left; padding:24px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); }
.feat-ico{ width:46px; height:46px; border-radius:12px; display:grid; place-items:center; background:var(--gold-soft); color:var(--gold-dark); margin-bottom:14px; }
.feat h3{ font-size:1.05rem; margin-bottom:6px; }
.feat p{ color:var(--ink-soft); font-size:.9rem; }

.stats{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:44px; }
.stat{ text-align:center; padding:22px 14px; border-radius:var(--radius); background:var(--surface); border:1px solid var(--line); }
.stat b{ display:block; font-family:"Sora"; font-weight:800; font-size:1.9rem; color:var(--brand); letter-spacing:-.02em; }
.stat span{ color:var(--ink-soft); font-size:.86rem; font-weight:600; }

.tst-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.tst{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:26px 24px; }
.stars{ display:flex; gap:3px; color:var(--gold); margin-bottom:14px; }
.tst p{ color:var(--ink); font-size:.98rem; }
.tst-who{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.avatar{ width:42px; height:42px; border-radius:50%; display:grid; place-items:center; font-family:"Sora"; font-weight:800; color:#fff; font-size:.95rem; }
.tst-who b{ font-size:.92rem; display:block; }
.tst-who span{ font-size:.8rem; color:var(--muted); }

.cta-band{ background:linear-gradient(135deg,var(--brand-dark),var(--brand)); color:#fff; border-radius:var(--radius-lg);
  padding:48px 44px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; box-shadow:var(--shadow-lg); position:relative; overflow:hidden; }
.cta-band::after{ content:""; position:absolute; right:-40px; top:-60px; width:240px; height:240px; border-radius:50%; background:radial-gradient(circle,rgba(245,165,36,.35),transparent 65%); }
.cta-band h2{ color:#fff; font-size:clamp(1.6rem,3vw,2.2rem); position:relative; }
.cta-band p{ color:#d6f0e5; margin-top:8px; position:relative; max-width:46ch; }
.cta-band .btn-gold{ position:relative; }

.faq-list{ max-width:800px; margin-inline:auto; }
.faq-item{ border:1px solid var(--line); background:var(--surface); border-radius:14px; margin-bottom:12px; overflow:hidden; }
.faq-q{ width:100%; text-align:left; background:none; border:none; padding:20px 22px; display:flex; align-items:center; justify-content:space-between; gap:16px; font-weight:700; font-size:1rem; color:var(--ink); font-family:inherit; }
.faq-q .plus{ flex:none; width:26px; height:26px; border-radius:8px; background:var(--brand-soft); color:var(--brand); display:grid; place-items:center; transition:transform .25s ease; }
.faq-item.open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a-inner{ padding:0 22px 20px; color:var(--ink-soft); font-size:.96rem; }

.page-hero{ background:var(--surface); border-bottom:1px solid var(--line); padding-block:52px 40px; }
.page-hero h1{ font-size:clamp(2rem,4vw,2.9rem); }
.page-hero .crumb{ color:var(--muted); font-size:.86rem; font-weight:600; margin-bottom:12px; }
.page-hero .crumb a{ color:var(--brand); }
.legal{ max-width:820px; }
.legal .updated{ color:var(--muted); font-size:.86rem; margin-bottom:30px; }
.legal h2{ font-size:1.3rem; margin:34px 0 12px; }
.legal h3{ font-size:1.05rem; margin:22px 0 8px; }
.legal p, .legal li{ color:var(--ink-soft); font-size:.98rem; margin-bottom:12px; }
.legal ul{ padding-left:20px; }
.legal a{ color:var(--brand); font-weight:600; }
.callout{ background:var(--gold-soft); border:1px solid color-mix(in srgb,var(--gold) 40%,transparent); border-radius:14px; padding:16px 18px; margin:22px 0; color:var(--ink); font-size:.92rem; }

.about-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:44px; align-items:center; }
.about-grid p{ color:var(--ink-soft); margin-bottom:14px; }
.value-cards{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.value-cards .feat{ background:var(--surface-2); }

.contact-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:40px; align-items:start; }
.contact-card{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:22px 22px; margin-bottom:14px; display:flex; gap:14px; }
.contact-card .ico{ width:44px; height:44px; border-radius:12px; background:var(--brand-soft); color:var(--brand); display:grid; place-items:center; flex:none; }
.contact-card b{ display:block; margin-bottom:2px; }
.contact-card p, .contact-card a{ color:var(--ink-soft); font-size:.94rem; }
.form-card{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow-sm); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
textarea.control{ min-height:130px; resize:vertical; }

.site-footer{ background:var(--surface); border-top:1px solid var(--line); padding-block:56px 26px; margin-top:20px; }
.foot-grid{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:36px; }
.foot-brand p{ color:var(--ink-soft); font-size:.92rem; margin-top:14px; max-width:34ch; }
.socials{ display:flex; gap:10px; margin-top:18px; }
.socials a{ width:38px; height:38px; border-radius:11px; border:1px solid var(--line); background:var(--surface-2); display:grid; place-items:center; color:var(--ink-soft); }
.socials a:hover{ color:var(--brand); border-color:var(--brand); }
.foot-col h4{ font-family:"Sora"; font-size:.95rem; margin-bottom:14px; }
.foot-col a{ display:block; color:var(--ink-soft); font-size:.92rem; padding:5px 0; }
.foot-col a:hover{ color:var(--brand); }
.foot-bottom{ border-top:1px solid var(--line); margin-top:38px; padding-top:22px; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; color:var(--muted); font-size:.85rem; }
.foot-bottom .disc{ max-width:70ch; }

.toast{ position:fixed; left:50%; bottom:calc(24px + env(safe-area-inset-bottom,0px)); transform:translateX(-50%) translateY(20px);
  background:var(--ink); color:var(--surface); padding:14px 20px; border-radius:14px; box-shadow:var(--shadow-lg);
  display:flex; align-items:center; gap:10px; font-weight:600; font-size:.92rem; z-index:120; opacity:0; pointer-events:none;
  transition:opacity .25s, transform .25s; max-width:calc(100% - 32px); }
.toast.show{ opacity:1; transform:translateX(-50%) translateY(0); }
.toast svg{ color:#7ff0b8; flex:none; }

.drawer-backdrop{ position:fixed; inset:0; background:rgba(6,18,13,.5); backdrop-filter:blur(2px); z-index:90; opacity:0; pointer-events:none; transition:opacity .25s; }
.drawer-backdrop.open{ opacity:1; pointer-events:auto; }
.drawer{ position:fixed; top:0; right:0; height:100%; width:min(320px,86vw); background:var(--surface); z-index:95;
  transform:translateX(100%); transition:transform .28s cubic-bezier(.4,0,.2,1); padding:calc(20px + env(safe-area-inset-top,0px)) 22px 22px;
  display:flex; flex-direction:column; gap:6px; box-shadow:var(--shadow-lg); }
.drawer.open{ transform:translateX(0); }
.drawer .drawer-top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.drawer a{ padding:13px 14px; border-radius:12px; font-weight:600; color:var(--ink-soft); }
.drawer a:hover, .drawer a.active{ background:var(--surface-2); color:var(--brand); }
.drawer .btn{ margin-top:14px; }

@media (max-width:980px){
  .hero-grid{ grid-template-columns:1fr; gap:40px; }
  .hero .lede{ max-width:46ch; }
  .services-grid, .why-grid, .tst-grid, .steps{ grid-template-columns:1fr 1fr; }
  .stats{ grid-template-columns:1fr 1fr; }
  .about-grid, .contact-grid{ grid-template-columns:1fr; }
  .foot-grid{ grid-template-columns:1fr 1fr; gap:28px; }
  .nav-links{ display:none; }
  .menu-toggle{ display:inline-flex; }
  .cta-band{ padding:36px 28px; }
}
@media (max-width:600px){
  .section{ padding-block:56px; }
  .services-grid, .why-grid, .tst-grid, .steps, .stats{ grid-template-columns:1fr; }
  .foot-grid{ grid-template-columns:1fr; }
  .form-row{ grid-template-columns:1fr; }
  .topbar-left span.hide-sm{ display:none; }
  .hero{ padding-block:44px 60px; }
  .value-cards{ grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce){ *{ animation:none !important; transition:none !important; scroll-behavior:auto !important; } }

/* ============================================================
   OFFER PAGE
   ============================================================ */
.net.sel{ border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-soft); color:var(--ink); }
.chip-t2{ background:#2b2b3c; color:#fff; }
.owiz{ background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); padding:24px; position:relative; }
.owiz::before{ content:""; position:absolute; inset:-1px -1px auto -1px; height:5px; background:linear-gradient(90deg,var(--brand),var(--gold)); border-radius:var(--radius-lg) var(--radius-lg) 0 0; }
.oprog{ display:flex; gap:8px; margin-bottom:22px; }
.oprog-item{ flex:1; font-size:.7rem; font-weight:700; color:var(--muted); text-align:center; }
.oprog-item .bar{ height:5px; border-radius:999px; background:var(--line); margin-bottom:8px; transition:background .2s; }
.oprog-item.active{ color:var(--brand); }
.oprog-item.active .bar, .oprog-item.done .bar{ background:var(--brand); }
.ostep{ display:none; }
.ostep.active{ display:block; }
.ostep > h3{ font-size:1.05rem; margin-bottom:4px; }
.ochoice-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:14px; }
.ochoice{ border:1.5px solid var(--line-strong); background:var(--surface-2); border-radius:16px; padding:20px 16px; text-align:left; display:flex; flex-direction:column; gap:8px; transition:border-color .15s, box-shadow .15s; }
.ochoice:hover{ border-color:var(--brand); }
.ochoice.sel{ border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-soft); }
.ochoice .oc-ico{ width:44px; height:44px; border-radius:12px; background:var(--brand-soft); color:var(--brand); display:grid; place-items:center; }
.ochoice h4{ font-size:1.02rem; }
.ochoice p{ font-size:.82rem; color:var(--ink-soft); line-height:1.45; }
.oop-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px; }
.oop-grid .net{ flex-direction:row; justify-content:flex-start; gap:10px; padding:12px 14px; font-size:.9rem; }
.step-actions{ display:flex; gap:10px; margin-top:18px; }
.orev{ display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px dashed var(--line-strong); font-size:.92rem; color:var(--ink-soft); }
.orev:last-child{ border-bottom:none; }
.orev b{ color:var(--ink); }
.osuccess{ text-align:center; padding:16px 6px; }
.osuccess .tick{ width:64px; height:64px; border-radius:50%; background:var(--brand-soft); color:var(--brand); display:grid; place-items:center; margin:0 auto 16px; }
.reward-badges{ display:flex; gap:10px; flex-wrap:wrap; margin-top:26px; }
.rbadge{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:12px 18px; box-shadow:var(--shadow-sm); }
.rbadge b{ display:block; font-family:"Sora"; color:var(--brand); font-size:1.25rem; letter-spacing:-.02em; }
.rbadge span{ font-size:.76rem; color:var(--muted); font-weight:700; }
.offer-table{ width:100%; border-collapse:collapse; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.offer-table th, .offer-table td{ text-align:left; padding:14px 18px; border-bottom:1px solid var(--line); font-size:.96rem; }
.offer-table thead th{ font-family:"Sora"; background:var(--surface-2); }
.offer-table td:last-child, .offer-table th:last-child{ text-align:right; }
.offer-table td:last-child{ color:var(--brand); font-weight:700; }
.offer-table tbody tr:last-child td{ border-bottom:none; font-weight:800; background:var(--brand-soft); color:var(--brand-dark); }
.check-list{ list-style:none; padding:0; margin:0; display:grid; gap:14px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; color:var(--ink-soft); font-size:.98rem; }
.check-list li svg{ flex:none; color:var(--brand); margin-top:3px; }
@media (max-width:600px){ .ochoice-grid, .oop-grid{ grid-template-columns:1fr; } }

/* OTP verification step */
.otp-row{ display:flex; gap:10px; justify-content:center; margin-top:18px; }
.otp-box{ width:56px; height:64px; text-align:center; font-family:"Sora"; font-size:1.6rem; font-weight:700; border:1.5px solid var(--line-strong); border-radius:14px; background:var(--surface-2); color:var(--ink); }
.otp-box:focus{ outline:none; border-color:var(--brand); background:var(--surface); box-shadow:0 0 0 3px var(--brand-soft); }
#otpError{ text-align:center; margin-top:10px; }
.otp-resend{ background:none; border:none; color:var(--brand); font-weight:700; font-size:.86rem; font-family:inherit; padding:6px; }
.otp-resend:hover{ text-decoration:underline; }
@media (max-width:600px){ .otp-box{ width:52px; height:60px; font-size:1.4rem; } }
