/* ============================================================
   London International — Lean Six Sigma Dubai
   Static rebuild — ported from the sixsigmauae.com Lovable app,
   sharing the accacourse.ae "Aurum" architecture (same brand family).
   Deep navy #1C2B4A · gold #C4A34F · emerald #29A36A (CTA)
   Plus Jakarta Sans (headings) + Inter (body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

:root {
  /* navy */
  --navy: #1c2b4a; --navy-deep: #111c32; --navy-mid: #24365c; --navy-light: #2c4068;
  /* gold */
  --gold: #c4a34f; --gold-deep: #a8863a; --gold-soft: #e6d3a3; --gold-glow: rgba(196,163,79,.22);
  /* emerald (primary CTA) */
  --emerald: #29a36a; --emerald-deep: #1f7d52; --emerald-soft: #eafaf2;
  /* warm surfaces */
  --cream: #ffffff; --cream-2: #f7f8fa; --cream-3: #fdf9ee; --paper: #f8fafc; --paper-2: #eef1f6;
  /* ink */
  --ink: #10182b; --ink-2: #334155; --ink-3: #475569; --ink-4: #64748b; --ink-5: #94a3b8;
  --border: #e8ecf2; --border-2: #dde3ee; --lav: #eef1fb;
  /* geometry + motion */
  --maxw: 1200px; --r: 18px; --r-sm: 12px; --r-lg: 24px;
  --ease: cubic-bezier(.16,1,.3,1);
  --sh-sm: 0 1px 2px rgba(16,24,43,.05), 0 4px 12px -4px rgba(16,24,43,.08);
  --sh: 0 8px 24px -10px rgba(16,24,43,.14), 0 18px 50px -24px rgba(16,24,43,.18);
  --sh-lg: 0 24px 60px -22px rgba(17,28,50,.30), 0 10px 24px -14px rgba(16,24,43,.16);
  --sh-gold: 0 14px 32px -12px rgba(168,134,58,.5);
  --sh-emerald: 0 14px 32px -12px rgba(31,125,82,.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1,h2,h3,h4 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }
.gold { color: var(--gold-deep); font-weight: 700; }
.eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); display: inline-flex; align-items: center; gap: 9px; background: var(--cream-3); border: 1px solid #f0dfb0; padding: 7px 16px; border-radius: 999px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); }
.eyebrow.on-navy { color: var(--gold-soft); background: rgba(255,255,255,.07); border-color: rgba(230,211,163,.3); }
.eyebrow.on-navy::before { background: var(--gold); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-family: 'Inter', sans-serif; font-weight: 700; font-size: .95rem; padding: 14px 26px; border-radius: 12px; border: 1px solid transparent; cursor: pointer; transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .25s ease, border-color .25s ease, color .25s ease; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn-emerald { background: linear-gradient(135deg, #34b578, var(--emerald) 55%, var(--emerald-deep)); color: #fff; box-shadow: var(--sh-emerald); }
.btn-emerald:hover { box-shadow: 0 18px 40px -14px rgba(31,125,82,.6); filter: brightness(1.04); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-wa { background: #1faf54; color: #fff; }
.btn-wa:hover { background: #25c462; }
.btn-outline { background: var(--cream); color: var(--ink); border-color: var(--border-2); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-deep); }
.btn-on-navy { background: rgba(255,255,255,.07); color: #fff; border-color: rgba(230,211,163,.3); }
.btn-on-navy:hover { background: rgba(255,255,255,.14); border-color: var(--gold-soft); }
.btn-lg { padding: 16px 34px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* topbar */
.topbar { background: linear-gradient(90deg, #0c142400, #0d1526 8%, #1c2b4a 50%, #0d1526 92%, #0c142400), #0b1220; color: #b9c2d6; font-size: .82rem; position: relative; }
.topbar::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(196,163,79,.55), transparent); }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 46px; gap: 12px; }
.topbar .tb-trust, .topbar .tb-contact { display: flex; align-items: center; }
.topbar .ti, .topbar .tb-contact a { display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; position: relative; line-height: 1; white-space: nowrap; }
.topbar .ti:first-child { padding-left: 0; }
.topbar .tb-contact a:last-child { padding-right: 0; }
.topbar .ti:not(:last-child)::after, .topbar .tb-contact a:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 13px; background: rgba(255,255,255,.14); }
.topbar .ic { color: var(--gold); display: inline-flex; }
.topbar .ti b { color: #fff; font-weight: 700; }
.topbar .tb-contact a { color: #b9c2d6; transition: color .15s ease; }
.topbar .tb-contact a:hover { color: #fff; }
.topbar .tb-phone { color: var(--gold-soft); font-weight: 600; }
.topbar .tb-phone:hover { color: var(--gold); }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: var(--sh-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 18px; }
.brand img { height: 48px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links a { font-size: .94rem; color: var(--ink-3); font-weight: 500; transition: color .18s ease; }
.nav-links a:hover { color: var(--gold-deep); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; color: var(--ink); cursor: pointer; }
.nav-links .nd { position: relative; }
.nav-links .nd > a::after { content: '▾'; margin-left: 5px; font-size: .68em; opacity: .55; }
.nav-links .nd-menu { position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--sh); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(7px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s; z-index: 60; }
.nav-links .nd:hover .nd-menu, .nav-links .nd:focus-within .nd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-links .nd-menu a { display: block; padding: 9px 12px; border-radius: 9px; font-size: .9rem; color: var(--ink-2); white-space: nowrap; }
.nav-links .nd-menu a:hover { background: var(--cream-2); color: var(--gold-deep); }

/* hero */
.hero { position: relative; background: linear-gradient(160deg, #111c32 0%, #1c2b4a 48%, #24365c 100%); color: #e8ecf5; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(760px 420px at 80% -10%, var(--gold-glow), transparent 62%), radial-gradient(680px 380px at -6% 18%, rgba(41,163,106,.18), transparent 60%); pointer-events: none; }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(900px 520px at 28% 24%, #000, transparent 76%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 50px; align-items: center; padding: 60px 0 116px; }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 4.8vw, 4rem); font-weight: 800; }
.hero .sub { font-size: 1.1rem; color: #c7d0e2; font-weight: 400; margin: 18px 0 14px; max-width: 52ch; }
.hero .sub b { color: #fff; font-weight: 700; }
.hero-eyebrow { margin-bottom: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
/* hero stats */
.hero-stats { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats .st { display: flex; align-items: center; gap: 10px; }
.hero-stats .st .ic { color: var(--gold); font-size: 1.1rem; flex: none; }
.hero-stats .st span { font-size: .84rem; color: #b9c2d6; font-weight: 500; }

/* lead form card */
.lead-card { background: linear-gradient(165deg, #ffffff, #f7f8fa); border-radius: var(--r-lg); box-shadow: var(--sh-lg); overflow: hidden; position: relative; border: 1px solid rgba(230,211,163,.4); }
.lead-card .secure { background: var(--navy-deep); color: #b9c2d6; font-size: .76rem; text-align: center; padding: 10px; }
.lead-card .secure b { color: var(--gold-soft); }
.lead-card .body { padding: 26px 28px 26px; }
.lead-card h3 { font-size: 1.4rem; text-align: center; font-weight: 800; }
.lead-card .tagline { text-align: center; color: var(--ink-3); font-size: .92rem; margin: 6px 0 18px; }
.field { margin-bottom: 13px; }
.field label { display: block; font-size: .78rem; font-weight: 600; color: var(--ink-3); margin-bottom: 5px; letter-spacing: .01em; }
.field .inp { display: flex; align-items: center; gap: 10px; background: var(--lav); border: 1px solid #e2e7f5; border-radius: var(--r-sm); padding: 0 14px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.field .inp .ic { color: var(--ink-5); font-size: .95rem; }
.field .inp input, .field .inp select { flex: 1; width: 100%; padding: 12px 0; border: 0; background: transparent; font-family: inherit; font-size: .96rem; color: var(--ink); outline: none; }
.field .inp:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,163,79,.18); background: #fff; }
.phone-row { display: grid; grid-template-columns: 84px 1fr; gap: 9px; }
.phone-row .prefix { display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid #e2e7f5; border-radius: var(--r-sm); background: #fff; font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.lead-card .form-note { text-align: center; font-size: .76rem; color: var(--ink-4); margin-top: 11px; }
.lead-card .badges { display: flex; justify-content: center; gap: 16px; padding: 13px; border-top: 1px solid var(--border); background: var(--cream-2); font-size: .79rem; color: var(--ink-3); flex-wrap: wrap; }
.lead-card .badges span { display: inline-flex; align-items: center; gap: 6px; }
.lead-card .badges .ic { color: var(--gold-deep); }
.form-msg { display: none; text-align: center; font-size: .85rem; padding: 10px; border-radius: 10px; margin-top: 10px; }
.form-msg.show { display: block; }
.form-msg.ok { background: var(--emerald-soft); color: var(--emerald-deep); }
.form-msg.err { background: #fdecec; color: #b42318; }

/* sections */
section { padding: 88px 0; }
.section-alt { background: var(--cream-2); }
.section-navy { background: linear-gradient(160deg, #111c32, #1c2b4a); color: #e8ecf5; border: 0; }
.section-head { max-width: 62ch; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 16px 0 14px; font-weight: 800; }
.section-head p { color: var(--ink-3); font-size: 1.08rem; }
.lead-p { color: var(--ink-3); font-size: 1.05rem; max-width: 70ch; }
.lead-p + .lead-p { margin-top: 15px; }

.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; align-items: start; }
.card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r); padding: 30px; box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease; }
@media (hover:hover){ .card:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: var(--gold-soft); } }
.card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(150deg, var(--cream-3), #f3e6c4); color: var(--gold-deep); margin-bottom: 18px; font-size: 1.4rem; box-shadow: inset 0 0 0 1px rgba(196,163,79,.3); }
.card h3 { font-size: 1.18rem; margin-bottom: 9px; font-weight: 700; }
.card p { color: var(--ink-3); font-size: .96rem; }

/* curriculum modules */
.levels { display: grid; gap: 16px; }
.level { display: grid; grid-template-columns: 76px 1fr; gap: 24px; align-items: start; background: var(--cream); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: var(--r); padding: 26px 28px; box-shadow: var(--sh-sm); }
.level .num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2rem; color: var(--gold-deep); font-weight: 800; line-height: 1; }
.level h3 { font-size: 1.15rem; margin-bottom: 6px; font-weight: 700; }
.level p { color: var(--ink-3); font-size: .95rem; }
.paper-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip { font-size: .8rem; padding: 5px 12px; border-radius: 8px; background: #fff; border: 1px solid var(--border-2); color: var(--ink-3); font-weight: 500; }
.callout { background: linear-gradient(120deg, var(--cream-3), #fbf0d3); border: 1px solid #f0dfb0; border-radius: var(--r); padding: 22px 26px; font-size: .98rem; color: var(--ink-2); margin-top: 26px; }
.callout b { color: var(--gold-deep); }

/* stat bar (fixed numbers — no zero-flash) */
.stat-bar { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat-bar .stat { text-align: center; padding: 26px 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(230,211,163,.18); border-radius: var(--r); }
.stat-bar .stat b { display: block; font-size: 2.1rem; font-weight: 800; color: #fff; }
.stat-bar .stat span { font-size: .82rem; color: #b9c2d6; }

/* faq */
.faq { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq details { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r-sm); padding: 2px 24px; box-shadow: var(--sh-sm); transition: border-color .2s ease; }
.faq details[open] { border-color: #f0dfb0; }
.faq summary { cursor: pointer; list-style: none; padding: 19px 0; font-weight: 700; font-size: 1.05rem; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 1.6rem; font-weight: 300; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-3); font-size: .97rem; padding: 0 0 20px; }

/* cta band */
.cta-band { background: linear-gradient(150deg, #111c32, #1c2b4a 60%, #24365c); color: #fff; border-radius: var(--r-lg); padding: 56px; text-align: center; position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.cta-band::after { content: ''; position: absolute; inset: 0; background: radial-gradient(540px 260px at 50% -20%, var(--gold-glow), transparent 62%); }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem,3.2vw,2.5rem); margin-bottom: 14px; position: relative; font-weight: 800; }
.cta-band p { color: #c7d0e2; max-width: 56ch; margin: 0 auto 28px; position: relative; }
.cta-band .hero-cta { justify-content: center; position: relative; }

/* testimonial */
.testi { background: var(--cream); border: 1px solid var(--border); border-radius: var(--r); padding: 26px; box-shadow: var(--sh-sm); }
.testi p { font-size: .98rem; color: var(--ink-2); font-style: italic; }
.testi .who { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.testi .who b { font-size: .92rem; color: var(--ink); font-style: normal; }
.testi .who span { font-size: .82rem; color: var(--ink-4); display: block; }

/* footer */
footer { background: var(--navy-deep); color: #9fa9c2; padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.foot-brand img { height: 56px; margin-bottom: 16px; }
.foot-brand p { color: #7d88a6; font-size: .9rem; max-width: 34ch; }
.foot-col h4 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 14px; }
.foot-col a { display: block; color: #9fa9c2; font-size: .92rem; padding: 5px 0; transition: color .18s ease; }
.foot-col a:hover { color: var(--gold); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 38px; padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: #6b7690; font-size: .84rem; }

/* floating contact dock — WhatsApp + Call, always visible (desktop + mobile) */
.float-dock { position: fixed; right: 18px; bottom: 22px; z-index: 65; display: flex; flex-direction: column; gap: 12px; transition: opacity .25s ease, transform .25s ease; }
.float-dock.fd-hide { opacity: 0; transform: translateY(14px) scale(.9); pointer-events: none; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(0,0,0,.4); transition: transform .2s var(--ease); }
.float-btn:hover { transform: scale(1.07); } .float-btn:active { transform: scale(.95); }
.float-btn svg { width: 27px; height: 27px; fill: #fff; }
.float-wa { background: #1faf54; box-shadow: 0 14px 30px -8px rgba(31,175,84,.6); }
.float-call { background: var(--navy); box-shadow: 0 14px 30px -8px rgba(28,43,74,.6); }
@media (max-width: 480px) {
  .float-dock { right: 14px; bottom: 18px; gap: 10px; }
  .float-btn { width: 50px; height: 50px; }
  .float-btn svg { width: 23px; height: 23px; }
}

/* curved dividers */
.hero .hero-grid { padding-bottom: 116px; }
.hero-curve { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; line-height: 0; pointer-events: none; }
.hero-curve svg { display: block; width: 100%; height: 72px; }
.bridge { background: var(--cream); position: relative; z-index: 3; }
.bridge .wrap { display: flex; align-items: center; justify-content: center; gap: 12px 30px; flex-wrap: wrap; padding: 28px 24px 2px; }
.bridge .b-item { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-3); font-size: .93rem; font-weight: 500; }
.bridge .b-item .ic { color: var(--gold-deep); font-size: 1.05rem; }
.bridge .b-item b { color: var(--ink); font-weight: 700; }
.bridge .sep { width: 1px; height: 22px; background: var(--border-2); }
.foot-curve { line-height: 0; }
.foot-curve svg { display: block; width: 100%; height: 64px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }

/* responsive */
@media (max-width: 980px) {
  .hero-grid, .contact-grid, .grid-2 { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; padding: 44px 0 84px; }
  .grid-3, .stat-bar { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; } .nav-toggle { display: block; }
  .topbar .ti:nth-child(n+3) { display: none; }
  .topbar .tb-contact { display: none; }
  .topbar .wrap { justify-content: center; }
  .lead-card { max-width: 470px; margin: 0 auto; }
  .brand img { height: 44px; }
  .nav { height: 62px; gap: 12px; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn { padding: 9px 16px; font-size: .86rem; }
  .nav-toggle { font-size: 1.6rem; padding: 4px; margin-left: 2px; }
  .cta-band { padding: 44px 32px; }
  .nav-links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; margin: 0; background: var(--cream); border-bottom: 1px solid var(--border); box-shadow: var(--sh); padding: 8px 18px 16px; max-height: 78vh; overflow-y: auto; }
  .nav-links.open > a, .nav-links.open .nd { padding: 11px 2px; border-bottom: 1px solid var(--border); }
  .nav-links.open .nd > a::after { display: none; }
  .nav-links.open .nd-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 4px 0 2px 14px; min-width: 0; }
  .nav-links.open .nd-menu a { padding: 7px 2px; font-size: .88rem; }
}
@media (max-width: 640px) {
  body { line-height: 1.58; }
  .section-head h2 { font-size: clamp(1.55rem, 6.4vw, 2rem); margin: 12px 0 12px; }
  .section-head p, .lead-p { font-size: 1rem; }
  .hero .hero-grid { padding: 22px 0 64px; gap: 28px; }
  .hero h1 { font-size: clamp(2rem, 8.4vw, 2.6rem); }
  .hero .sub { font-size: 1.02rem; margin: 14px 0 12px; }
  .hero-stats { gap: 14px; }
  section { padding: 46px 0; }
  .card, .level, .callout { padding: 22px; }
  .lead-card .body { padding: 22px 20px; }
  .field .inp input, .field .inp select { font-size: 16px; padding: 13px 0; }
  .phone-row { grid-template-columns: 76px 1fr; }
  .topbar .wrap { height: 42px; gap: 8px; }
  .topbar { font-size: .76rem; }
  .topbar .ti, .topbar .tb-contact a { padding: 0 10px; }
  .topbar .tb-phone { font-size: .8rem; }
  .topbar .ti:nth-child(n+2) { display: none; }
  .topbar .ti:first-child { white-space: normal; text-align: center; }
  .foot-col a { padding: 8px 0; }
  .btn { padding: 13px 22px; }
  .btn-lg { padding: 15px 26px; }
  .stat-bar { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-bar .stat b { font-size: 1.6rem; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .level { grid-template-columns: 1fr; gap: 8px; }
  .bridge .sep { display: none; }
}
@media (max-width: 480px) {
  .nav-cta .btn-outline { display: none; }
  .wrap { padding: 0 16px; }
  .cta-band { padding: 30px 18px; }
  .btn-wa.btn-lg { white-space: normal; text-align: center; line-height: 1.3; }
  .hero h1 { font-size: clamp(1.92rem, 9vw, 2.4rem); }
  .lead-card { max-width: 100%; }
  .grid-3, .stat-bar { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: opacity .2s ease; }
  .btn:active, .card:hover { transform: none; }
}

/* ============ modal dialogs (lead popup + callback) ============ */
.modal-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(10,15,28,.6); backdrop-filter: blur(2px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.show { display: flex; }
.modal-box { background: var(--cream); border-radius: var(--r-lg); box-shadow: var(--sh-lg); max-width: 460px; width: 100%; overflow: hidden; max-height: 90vh; overflow-y: auto; transform: scale(.94) translateY(10px); opacity: 0; transition: transform .35s cubic-bezier(.16,1,.3,1), opacity .3s ease; }
.modal-overlay.show .modal-box { transform: none; opacity: 1; }
.modal-head { background: linear-gradient(150deg, #111c32, #1c2b4a); padding: 26px 24px; text-align: center; position: relative; }
.modal-head::after { content: ''; position: absolute; inset: 0; background: radial-gradient(240px 140px at 50% -20%, var(--gold-glow), transparent 62%); }
.modal-head .ic { width: 48px; height: 48px; border-radius: 50%; background: rgba(196,163,79,.18); display: grid; place-items: center; margin: 0 auto 12px; position: relative; font-size: 1.4rem; }
.modal-head h3 { color: #fff; font-size: 1.3rem; position: relative; }
.modal-head p { color: #c7d0e2; font-size: .92rem; margin-top: 6px; position: relative; }
.modal-close { position: absolute; top: 14px; right: 16px; background: none; border: 0; color: #c7d0e2; font-size: 1.3rem; cursor: pointer; line-height: 1; z-index: 1; opacity: 0; pointer-events: none; transition: opacity .4s ease; }
.modal-close.mc-show { opacity: 1; pointer-events: auto; }
.modal-body { padding: 22px 24px 24px; }

/* FOMO badge + 2-stage popup */
.fomo-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.09); color: var(--gold-soft); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 7px 15px; border-radius: 999px; position: relative; border: 1px solid rgba(230,211,163,.28); }
.fomo-badge .fdot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: fomoPulse 1.6s infinite; }
@keyframes fomoPulse { 0% { box-shadow: 0 0 0 0 rgba(196,163,79,.6); } 70% { box-shadow: 0 0 0 8px rgba(196,163,79,0); } 100% { box-shadow: 0 0 0 0 rgba(196,163,79,0); } }
.fomo-stage[hidden] { display: none; }
.fomo-stage { animation: fomoFade .32s ease; }
@keyframes fomoFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.fomo-hook-copy { text-align: center; color: var(--ink-3); font-size: .95rem; line-height: 1.55; margin: 0 0 20px; }
.fomo-perks { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 0 0 22px; padding: 0; }
.fomo-perks li { display: flex; align-items: center; gap: 9px; font-size: .88rem; color: var(--ink); font-weight: 600; }
.fomo-perks li::before { content: '✓'; color: var(--emerald); font-weight: 800; }

/* ============ sticky CTA bar ============ */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; background: rgba(17,28,50,.96); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,.1); padding: 12px 16px; display: none; animation: stickyIn .3s ease; }
.sticky-bar.show { display: block; }
@keyframes stickyIn { from { transform: translateY(100%); } to { transform: translateY(0); } }
.sticky-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-bar .sb-text b { display: block; color: #fff; font-size: .92rem; font-weight: 700; }
.sticky-bar .sb-text span { color: #b9c2d6; font-size: .78rem; }
.sticky-bar .sb-desktop { display: flex; align-items: center; gap: 16px; width: 100%; }
.sticky-bar .sb-mobile { display: none; }
.sb-cta { margin-left: auto; }
@media (max-width: 640px) {
  .sticky-bar .sb-desktop { display: none; }
  .sticky-bar .sb-mobile { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; width: 100%; }
  .sb-mobile a, .sb-mobile button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-radius: 10px; padding: 9px 4px; font-weight: 700; font-size: .74rem; border: 0; cursor: pointer; font-family: inherit; }
  .sb-mobile .sb-call { background: var(--emerald); color: #fff; }
  .sb-mobile .sb-wa { background: #1faf54; color: #fff; }
  .sb-mobile .sb-callback { background: var(--gold); color: #2a2005; }
}
