
:root{
  --bg-1:#050e1d;
  --bg-2:#0a1c36;
  --card:rgba(21,45,80,.45);
  --card-border:rgba(93,166,255,.18);
  --card-hover:rgba(47,141,255,.14);
  --blue:#2f8dff;
  --blue-2:#6fd0ff;
  --cyan:#39e6c3;
  --text:#eaf3ff;
  --muted:#9db6d6;
  --gold:#ffd166;
  --radius:20px;
  --shadow:0 18px 50px rgba(0,10,30,.5);
}
*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%}
body{
  font-family:'Cairo',system-ui,-apple-system,'Segoe UI',Tahoma,sans-serif;
  background:radial-gradient(1200px 800px at 80% -10%,#12345f 0%,transparent 55%),
             radial-gradient(1000px 700px at -10% 110%,#0d2a52 0%,transparent 55%),
             linear-gradient(160deg,var(--bg-1),var(--bg-2));
  color:var(--text);
  overflow:hidden;
  -webkit-font-smoothing:antialiased;
}
#bg{position:fixed;inset:0;z-index:0;opacity:.55;pointer-events:none}

/* ---------- floating orbs ---------- */
.orb{position:fixed;border-radius:50%;filter:blur(90px);opacity:.35;z-index:0;pointer-events:none;animation:drift 18s ease-in-out infinite alternate}
.orb.a{width:420px;height:420px;background:#1f6fe0;top:-120px;inset-inline-start:-100px}
.orb.b{width:360px;height:360px;background:#0e4fa8;bottom:-120px;inset-inline-end:-80px;animation-delay:-6s}
.orb.c{width:220px;height:220px;background:#39e6c3;top:55%;inset-inline-start:60%;opacity:.12;animation-delay:-12s}
@keyframes drift{from{transform:translate(0,0) scale(1)}to{transform:translate(60px,40px) scale(1.15)}}

/* ---------- progress ---------- */
.progress{position:fixed;top:0;inset-inline:0;height:4px;background:rgba(255,255,255,.06);z-index:60}
.progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--blue-2),var(--cyan));transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 14px rgba(47,141,255,.8)}

/* ---------- top bar ---------- */
.topbar{position:fixed;top:0;inset-inline:0;display:flex;justify-content:space-between;align-items:center;padding:18px 28px;z-index:50}
.brand{display:flex;align-items:center;gap:12px;user-select:none}
.brand .mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--blue),#0d54c9);display:grid;place-items:center;font-weight:900;font-size:22px;color:#fff;box-shadow:0 8px 24px rgba(47,141,255,.4)}
.brand .nm{line-height:1.15}
.brand .nm b{font-size:15px;letter-spacing:.12em;display:block}
.brand .nm span{font-size:11px;color:var(--muted)}
.controls{display:flex;gap:10px}
.ctl{border:1px solid var(--card-border);background:rgba(13,32,62,.6);color:var(--text);padding:9px 16px;border-radius:12px;cursor:pointer;font-family:inherit;font-weight:700;font-size:13px;display:flex;align-items:center;gap:7px;backdrop-filter:blur(8px);transition:.25s}
.ctl:hover{background:var(--card-hover);border-color:var(--blue);transform:translateY(-2px)}
.ctl svg{width:16px;height:16px}

/* ---------- deck / slides ---------- */
#deck{position:relative;z-index:5;height:100%;width:100%}
/* `safe center`: when the inner is taller than the slide, plain `center` clips
   its TOP above the scrollable area (unreachable content); `safe` degrades the
   centering to `start` in exactly that case. Older engines drop the second
   declaration and keep plain center. */
.slide{position:absolute;inset:0;display:flex;align-items:center;align-items:safe center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(46px) scale(.985);transition:opacity .65s ease,transform .65s cubic-bezier(.22,.8,.3,1),visibility 0s .65s;padding:92px 30px 96px}
.slide.active{opacity:1;visibility:visible;transform:none;transition:opacity .65s ease,transform .65s cubic-bezier(.22,.8,.3,1)}
.inner{width:min(1180px,100%);max-height:100%;overflow-y:auto;overflow-x:hidden;padding:6px 4px 20px;scrollbar-width:thin;scrollbar-color:rgba(93,166,255,.35) transparent;
  touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
/* mouse-drag affordance: the deck is grabbable like a touch surface */
#deck{cursor:grab}
#deck.dragging{cursor:grabbing}
#deck.dragging,#deck.dragging *{user-select:none}
.inner::-webkit-scrollbar{width:5px}
.inner::-webkit-scrollbar-thumb{background:rgba(93,166,255,.35);border-radius:4px}

/* reveal animation */
.rv{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s cubic-bezier(.22,.8,.3,1)}
.slide.active .rv{opacity:1;transform:none;transition-delay:var(--d,0s)}

/* ---------- shared type ---------- */
.kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.06em;color:var(--blue-2);background:rgba(47,141,255,.1);border:1px solid rgba(47,141,255,.3);padding:7px 16px;border-radius:99px;margin-bottom:16px}
.kicker::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 10px var(--cyan);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}
h2.title{font-size:44px;font-weight:900;line-height:1.25;margin-bottom:8px}
h2.title em{font-style:normal;background:linear-gradient(90deg,var(--blue-2),var(--blue),var(--cyan));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.sub{color:var(--muted);font-size:17px;max-width:720px;margin-bottom:30px}

/* ---------- cover ---------- */
.cover{text-align:center}
.cover .badge{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--card-border);background:rgba(13,32,62,.55);padding:9px 20px;border-radius:99px;font-size:14px;font-weight:700;color:var(--blue-2);margin-bottom:26px;backdrop-filter:blur(8px)}
.cover h1{font-size:104px;font-weight:900;line-height:1.08;letter-spacing:-.01em}
.cover h1 .grad{background:linear-gradient(92deg,#8fd4ff 0%,var(--blue) 45%,var(--cyan) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 40px rgba(47,141,255,.35))}
.cover .tag{font-size:24px;color:var(--muted);margin:16px auto 8px;max-width:760px;font-weight:600}
.cover .site{display:inline-flex;align-items:center;gap:8px;color:var(--blue-2);font-weight:700;font-size:15px;margin-bottom:34px;direction:ltr}
.chips{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:38px}
.chip{border:1px solid var(--card-border);background:var(--card);backdrop-filter:blur(10px);border-radius:16px;padding:14px 22px;display:flex;align-items:center;gap:12px;transition:.3s}
.chip:hover{transform:translateY(-4px);border-color:var(--blue);box-shadow:var(--shadow)}
.chip b{font-size:20px;color:#fff}
.chip span{font-size:12px;color:var(--muted);display:block}
.chip svg{width:26px;height:26px;color:var(--blue-2);flex-shrink:0}
.cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--blue),#0d54c9);color:#fff;border:none;padding:16px 38px;border-radius:16px;font-family:inherit;font-size:17px;font-weight:800;cursor:pointer;box-shadow:0 14px 40px rgba(47,141,255,.45);transition:.3s}
.cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 55px rgba(47,141,255,.6)}
.cta svg{width:20px;height:20px;transition:.3s}
.cta:hover svg{transform:translateX(-5px)}
[dir="ltr"] .cta:hover svg{transform:translateX(5px)}

/* ---------- agenda ---------- */
.agenda-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.agenda-card{position:relative;border:1px solid var(--card-border);background:var(--card);border-radius:var(--radius);padding:26px 22px;cursor:pointer;overflow:hidden;transition:.35s;backdrop-filter:blur(10px)}
.agenda-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(47,141,255,.16),transparent 60%);opacity:0;transition:.35s}
.agenda-card:hover{transform:translateY(-6px);border-color:var(--blue);box-shadow:var(--shadow)}
.agenda-card:hover::after{opacity:1}
.agenda-card .num{font-size:13px;font-weight:800;color:var(--blue-2);letter-spacing:.1em;margin-bottom:10px;display:block}
.agenda-card h3{font-size:19px;font-weight:800;margin-bottom:6px}
.agenda-card p{font-size:13.5px;color:var(--muted);line-height:1.7}
.agenda-card .go{position:absolute;bottom:18px;inset-inline-end:18px;width:34px;height:34px;border-radius:10px;background:rgba(47,141,255,.14);display:grid;place-items:center;color:var(--blue-2);transition:.3s}
.agenda-card:hover .go{background:var(--blue);color:#fff}
.agenda-card .go svg{width:16px;height:16px}
[dir="rtl"] .flipx{transform:scaleX(-1)}

/* ---------- feature cards ---------- */
.grid{display:grid;gap:16px}
.g3{grid-template-columns:repeat(3,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}
.fcard{position:relative;border:1px solid var(--card-border);background:var(--card);border-radius:var(--radius);padding:24px;backdrop-filter:blur(10px);transition:.35s;overflow:hidden}
.fcard::before{content:"";position:absolute;top:0;inset-inline:0;height:2px;background:linear-gradient(90deg,transparent,var(--blue),transparent);opacity:0;transition:.35s}
.fcard:hover{transform:translateY(-5px);border-color:rgba(93,166,255,.45);box-shadow:var(--shadow);background:rgba(26,55,96,.55)}
.fcard:hover::before{opacity:1}
.fcard .ico{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,rgba(47,141,255,.22),rgba(57,230,195,.12));border:1px solid rgba(93,166,255,.3);display:grid;place-items:center;margin-bottom:16px;transition:.35s}
.fcard:hover .ico{transform:scale(1.08) rotate(-4deg);box-shadow:0 8px 22px rgba(47,141,255,.35)}
.fcard .ico svg{width:26px;height:26px;color:var(--blue-2)}
.fcard h3{font-size:16.5px;font-weight:800;margin-bottom:8px}
.fcard p{font-size:13.5px;color:var(--muted);line-height:1.75}
.fcard.hl{border-color:rgba(255,209,102,.5);background:linear-gradient(160deg,rgba(255,209,102,.1),var(--card))}
.fcard.hl .ico{background:linear-gradient(135deg,rgba(255,209,102,.28),rgba(255,209,102,.08));border-color:rgba(255,209,102,.45)}
.fcard.hl .ico svg{color:var(--gold)}
.fcard .pill{position:absolute;top:16px;inset-inline-end:16px;font-size:10.5px;font-weight:800;background:var(--gold);color:#1a1200;padding:4px 12px;border-radius:99px;letter-spacing:.04em}

/* ---------- deliverables ---------- */
.dcard{display:flex;gap:22px;align-items:flex-start;border:1px solid var(--card-border);background:var(--card);border-radius:var(--radius);padding:30px;backdrop-filter:blur(10px);transition:.35s}
.dcard:hover{transform:translateY(-5px);border-color:var(--blue);box-shadow:var(--shadow)}
.dcard .big{width:68px;height:68px;flex-shrink:0;border-radius:18px;background:linear-gradient(135deg,var(--blue),#0d54c9);display:grid;place-items:center;box-shadow:0 12px 30px rgba(47,141,255,.4)}
.dcard .big svg{width:32px;height:32px;color:#fff}
.dcard h3{font-size:21px;font-weight:900;margin-bottom:10px}
.dcard ul{list-style:none;display:grid;gap:8px}
.dcard li{display:flex;gap:10px;align-items:flex-start;color:var(--muted);font-size:14.5px;line-height:1.7}
.dcard li svg{width:18px;height:18px;color:var(--cyan);flex-shrink:0;margin-top:4px}
.dcard .link{color:var(--blue-2);font-weight:700;direction:ltr;display:inline-block}

/* ---------- cost ---------- */
.cost-wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:22px;align-items:stretch}
.price-card{border:1px solid rgba(47,141,255,.4);background:linear-gradient(160deg,rgba(47,141,255,.14),rgba(13,32,62,.6));border-radius:26px;padding:38px 32px;text-align:center;position:relative;overflow:hidden;backdrop-filter:blur(10px)}
.price-card::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(47,141,255,.28),transparent 65%);top:-120px;inset-inline-end:-90px;pointer-events:none}
.price-card .lbl{font-size:14px;font-weight:800;color:var(--blue-2);letter-spacing:.08em;margin-bottom:6px}
.price-card .amount{font-size:88px;font-weight:900;line-height:1;direction:ltr;background:linear-gradient(180deg,#fff,#9ecbff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.price-card .amount small{font-size:.38em;font-weight:800;-webkit-text-fill-color:var(--blue-2)}
.pay-split{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.pay{border:1px solid var(--card-border);background:rgba(9,24,48,.6);border-radius:16px;padding:16px;transition:.3s}
.pay:hover{border-color:var(--blue);transform:translateY(-3px)}
.pay b{font-size:26px;direction:ltr;display:block;color:#fff}
.pay span{font-size:12.5px;color:var(--muted);font-weight:700}
.renew{margin-top:18px;font-size:13.5px;color:var(--muted);border-top:1px dashed rgba(93,166,255,.25);padding-top:14px}
.renew b{color:var(--gold);direction:ltr;unicode-bidi:embed}
.includes{border:1px solid var(--card-border);background:var(--card);border-radius:26px;padding:30px;backdrop-filter:blur(10px)}
.includes h3{font-size:18px;font-weight:900;margin-bottom:18px;display:flex;align-items:center;gap:10px}
.includes h3 svg{width:22px;height:22px;color:var(--cyan)}
.includes ul{list-style:none;display:grid;gap:13px}
.includes li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--text);line-height:1.65;padding:12px 14px;border-radius:14px;background:rgba(9,24,48,.45);border:1px solid transparent;transition:.3s}
.includes li:hover{border-color:var(--card-border);transform:translateX(-4px)}
[dir="ltr"] .includes li:hover{transform:translateX(4px)}
.includes li svg{width:20px;height:20px;color:var(--cyan);flex-shrink:0;margin-top:2px}
.includes li .gift{color:var(--gold);font-weight:800}

/* ---------- timeline ---------- */
.tline{position:relative;margin-top:14px;display:grid;gap:0}
.tstep{position:relative;display:flex;gap:20px;padding-bottom:26px}
.tstep::before{content:"";position:absolute;inset-inline-start:23px;top:50px;bottom:0;width:2px;background:linear-gradient(180deg,rgba(47,141,255,.5),rgba(47,141,255,.08))}
.tstep:last-child::before{display:none}
.tstep .dot{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--blue),#0d54c9);display:grid;place-items:center;font-weight:900;font-size:17px;color:#fff;box-shadow:0 0 0 5px rgba(47,141,255,.15),0 8px 20px rgba(47,141,255,.4);z-index:1}
.tstep.gold .dot{background:linear-gradient(135deg,var(--gold),#e09f10);color:#221a00;box-shadow:0 0 0 5px rgba(255,209,102,.14),0 8px 20px rgba(255,209,102,.3)}
.tstep .tc{border:1px solid var(--card-border);background:var(--card);border-radius:16px;padding:16px 20px;flex:1;backdrop-filter:blur(8px);transition:.3s}
.tstep .tc:hover{border-color:var(--blue);transform:translateX(-4px)}
[dir="ltr"] .tstep .tc:hover{transform:translateX(4px)}
.tstep h3{font-size:16px;font-weight:800}
.tstep p{font-size:13.5px;color:var(--muted);margin-top:3px;line-height:1.65}
.tmeta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:22px}
.tmeta .box{display:flex;align-items:center;gap:12px;border:1px solid var(--card-border);background:var(--card);border-radius:16px;padding:14px 20px;backdrop-filter:blur(8px)}
.tmeta .box svg{width:24px;height:24px;color:var(--blue-2)}
.tmeta .box b{font-size:18px;display:block}
.tmeta .box span{font-size:12px;color:var(--muted)}

/* ---------- contact ---------- */
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px}
.ccard{display:flex;gap:16px;align-items:center;border:1px solid var(--card-border);background:var(--card);border-radius:var(--radius);padding:22px;backdrop-filter:blur(10px);text-decoration:none;color:var(--text);transition:.3s}
.ccard:hover{transform:translateY(-5px);border-color:var(--blue);box-shadow:var(--shadow)}
.ccard .ico{width:50px;height:50px;flex-shrink:0;border-radius:14px;background:linear-gradient(135deg,rgba(47,141,255,.22),rgba(57,230,195,.12));border:1px solid rgba(93,166,255,.3);display:grid;place-items:center}
.ccard .ico svg{width:24px;height:24px;color:var(--blue-2)}
.ccard.wa .ico svg{color:#3ee07a}
.ccard b{display:block;font-size:14px;margin-bottom:3px}
.ccard span{font-size:13.5px;color:var(--muted);direction:ltr;unicode-bidi:embed}
.thanks{text-align:center;margin-bottom:26px}
.thanks h2{font-size:58px;font-weight:900}
.thanks h2 em{font-style:normal;background:linear-gradient(90deg,var(--blue-2),var(--cyan));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.thanks p{color:var(--muted);margin-top:8px;font-size:15px}

/* ---------- dots nav ---------- */
.dots{position:fixed;inset-inline-end:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:50}
.dots button{width:10px;height:10px;border-radius:99px;border:none;background:rgba(157,182,214,.3);cursor:pointer;transition:.35s;padding:0}
.dots button:hover{background:var(--blue-2)}
.dots button.on{height:26px;background:linear-gradient(180deg,var(--blue),var(--cyan));box-shadow:0 0 12px rgba(47,141,255,.7)}

/* ---------- bottom bar ---------- */
.bottombar{position:fixed;bottom:0;inset-inline:0;display:flex;justify-content:space-between;align-items:center;padding:16px 28px;z-index:50}

/* ── approximate-offer banner: its OWN strip at the very bottom (outside the
     content, nothing overlaps it) ── */
.apx-banner{position:fixed;bottom:0;inset-inline:0;height:34px;z-index:80;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(90deg,#2f8dff,#39e6c3);color:#04121f;font-weight:800;font-size:12.5px;
  text-decoration:none;overflow:hidden;white-space:nowrap}
.apx-banner .tk{display:inline-block;white-space:nowrap}
/* everything that used to sit on the bottom edge rides ON TOP of the strip */
body.apx-on .bottombar{bottom:34px}
body.apx-on .slide{padding-bottom:130px}
body.apx-on .a11y-fab{bottom:50px}
body.apx-on .a11y-panel{bottom:114px}
/* mobile: one line, auto-scrolling ticker so the whole message reads itself;
   safe-area padding keeps it clear of the iPhone home bar */
@media (max-width:640px){
  .apx-banner{justify-content:flex-start;height:calc(34px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}
  .apx-banner .tk{animation:apxTick 16s linear infinite;will-change:transform}
  @keyframes apxTick{from{transform:translateX(-100%)}to{transform:translateX(100vw)}}
  body.apx-on .slide{padding-bottom:calc(74px + 40px + env(safe-area-inset-bottom))}
  body.apx-on .bottombar{bottom:calc(34px + env(safe-area-inset-bottom))}
  body.apx-on .a11y-fab{bottom:calc(108px + env(safe-area-inset-bottom))}
  body.apx-on .a11y-panel{bottom:calc(164px + env(safe-area-inset-bottom))}
}
body.a11y-still .apx-banner .tk{animation:none}
.counter{font-size:13px;font-weight:800;color:var(--muted);letter-spacing:.12em;direction:ltr}
.counter b{color:var(--text);font-size:16px}
.navbtns{display:flex;gap:10px}
.nbtn{width:46px;height:46px;border-radius:14px;border:1px solid var(--card-border);background:rgba(13,32,62,.6);color:var(--text);cursor:pointer;display:grid;place-items:center;transition:.25s;backdrop-filter:blur(8px)}
.nbtn:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-3px);box-shadow:0 10px 26px rgba(47,141,255,.4)}
.nbtn:disabled{opacity:.3;cursor:default;pointer-events:none}
.nbtn svg{width:20px;height:20px}
.hint{font-size:11.5px;color:var(--muted);opacity:.7}

/* ---------- brand logo ---------- */
.brand{gap:14px}
.brand-logo{height:34px;width:auto;display:block;filter:drop-shadow(0 3px 10px rgba(0,0,0,.5));transition:.3s}
.brand:hover .brand-logo{filter:drop-shadow(0 4px 16px rgba(47,141,255,.55))}
.brand-sub{font-size:11px;color:var(--muted);font-weight:700;border-inline-start:1px solid var(--card-border);padding-inline-start:12px;line-height:1.35;max-width:130px}

/* ---------- cover brand lockup ---------- */
.cover-brand{display:inline-flex;align-items:center;gap:14px;padding:9px 10px 9px 20px;border:1px solid var(--card-border);background:rgba(13,32,62,.5);backdrop-filter:blur(10px);border-radius:99px;margin-bottom:22px}
[dir="ltr"] .cover-brand{padding:9px 20px 9px 10px}
.cover-brand .txt{font-size:12.5px;font-weight:800;color:var(--muted);letter-spacing:.02em}
.cover-brand img{height:28px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}
.cover-brand .sep{width:1px;height:22px;background:var(--card-border)}

/* ---------- stats row ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:10px 0 30px}
.stat{position:relative;border:1px solid var(--card-border);background:var(--card);border-radius:var(--radius);padding:30px 18px 26px;text-align:center;backdrop-filter:blur(10px);overflow:hidden;transition:.35s}
.stat::before{content:"";position:absolute;top:0;left:50%;margin-left:-28px;width:56px;height:3px;border-radius:0 0 6px 6px;background:linear-gradient(90deg,var(--blue),var(--cyan));box-shadow:0 2px 14px rgba(47,141,255,.55)}
.stat::after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(47,141,255,.16),transparent 60%);opacity:0;transition:.35s}
.stat:hover{transform:translateY(-6px);border-color:var(--blue);box-shadow:var(--shadow)}
.stat:hover::after{opacity:1}
.stat .num{display:flex;align-items:baseline;justify-content:center;gap:3px;line-height:1.1;direction:ltr}
.stat .cnt{font-size:62px;font-weight:900;color:#f2f8ff;text-shadow:0 8px 32px rgba(47,141,255,.5)}
.stat .u{font-size:26px;color:var(--cyan);font-weight:800}
.stat span{display:block;margin-top:12px;padding-top:14px;border-top:1px solid rgba(93,166,255,.16);font-size:14.5px;color:var(--muted);font-weight:700}

/* ---------- why-us list ---------- */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

/* ---------- add-ons ---------- */
.addon{position:relative;border:1px solid var(--card-border);background:var(--card);border-radius:var(--radius);padding:22px;backdrop-filter:blur(10px);transition:.35s;overflow:hidden;display:flex;flex-direction:column}
.addon::before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--blue),var(--cyan));transform:scaleY(0);transform-origin:top;transition:.4s}
.addon:hover{transform:translateY(-6px);border-color:var(--blue);box-shadow:var(--shadow);background:rgba(26,55,96,.5)}
.addon:hover::before{transform:scaleY(1)}
.addon .top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.addon .ico{width:46px;height:46px;flex-shrink:0;border-radius:12px;background:linear-gradient(135deg,rgba(47,141,255,.22),rgba(57,230,195,.12));border:1px solid rgba(93,166,255,.3);display:grid;place-items:center;transition:.35s}
.addon:hover .ico{transform:scale(1.08) rotate(-4deg)}
.addon .ico svg{width:23px;height:23px;color:var(--blue-2)}
.addon h3{font-size:15.5px;font-weight:800;flex:1}
.addon p{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:14px;flex:1}
.addon .price{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:800;color:var(--cyan);background:rgba(57,230,195,.1);border:1px solid rgba(57,230,195,.28);padding:6px 13px;border-radius:99px}
.addon .price svg{width:14px;height:14px}

/* ---------- interactive glow + tilt ---------- */
#glow{position:fixed;top:0;inset-inline-start:0;width:520px;height:520px;border-radius:50%;pointer-events:none;z-index:1;background:radial-gradient(circle,rgba(47,141,255,.12),transparent 62%);transform:translate(-50%,-50%);opacity:0;transition:opacity .5s;mix-blend-mode:screen}
.fcard,.agenda-card,.dcard,.addon,.stat,.chip{transform-style:preserve-3d}

/* ---------- animated gradient text ---------- */
h2.title em,.cover h1 .grad{background-size:220% auto;animation:gradflow 7s linear infinite}
@keyframes gradflow{to{background-position:220% center}}

/* ---------- price-card shine ---------- */
.price-card>*{position:relative;z-index:1}
.price-card::before{content:"";position:absolute;top:0;left:-45%;width:32%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.16),transparent);transform:skewX(-16deg);animation:shine 6s ease-in-out infinite;pointer-events:none;z-index:2}
@keyframes shine{0%,55%{transform:translateX(0) skewX(-16deg)}88%,100%{transform:translateX(480%) skewX(-16deg)}}

/* ---------- responsive ---------- */
@media (max-width:960px){
  .agenda-grid,.g3,.why-grid{grid-template-columns:repeat(2,1fr)}
  .cost-wrap{grid-template-columns:1fr}
  .dots{display:none}
  .cover h1{font-size:68px}
  .cover .tag{font-size:19px}
  h2.title{font-size:32px}
  .stat .cnt{font-size:48px}
  .stat .u{font-size:21px}
  .price-card .amount{font-size:56px}
  .thanks h2{font-size:40px}
}
@media (max-width:640px){
  .slide{padding:70px 14px calc(74px + env(safe-area-inset-bottom))}
  .inner{padding:2px 2px 26px}
  .agenda-grid,.g3,.g2,.contact-grid,.why-grid{grid-template-columns:1fr;gap:12px}
  .grid{gap:12px}
  .stats{grid-template-columns:repeat(2,1fr);gap:10px;margin:6px 0 20px}

  /* top & bottom bars */
  .topbar{padding:10px 14px;padding-top:calc(10px + env(safe-area-inset-top));background:linear-gradient(180deg,rgba(5,14,29,.88),transparent)}
  .brand-sub{display:none}
  .brand-logo{height:26px}
  .ctl{padding:8px 12px;font-size:12px;border-radius:10px}
  .bottombar{padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom));background:linear-gradient(0deg,rgba(5,14,29,.88),transparent)}
  .counter{font-size:11.5px}
  .counter b{font-size:14px}
  .nbtn{width:42px;height:42px;border-radius:12px}
  .hint{display:none}

  /* cover */
  .cover-brand{padding:7px 8px 7px 14px;margin-bottom:14px}
  .cover-brand .txt{display:none}
  .cover-brand img{height:24px}
  .cover .badge{padding:7px 14px;font-size:12px;margin-bottom:16px}
  .cover h1{font-size:48px}
  .cover .tag{font-size:14.5px;margin:12px auto 6px}
  .cover .site{font-size:12.5px;margin-bottom:22px;flex-wrap:wrap;justify-content:center;max-width:100%}
  .chips{gap:10px;margin-bottom:24px}
  .chip{padding:10px 14px;border-radius:13px;gap:9px}
  .chip b{font-size:15px}
  .chip span{font-size:10.5px}
  .chip svg{width:20px;height:20px}
  .cta{padding:13px 28px;font-size:15px;border-radius:13px}

  /* type */
  .kicker{font-size:11.5px;padding:6px 13px;margin-bottom:12px}
  h2.title{font-size:26px}
  .sub{font-size:13px;margin-bottom:18px}

  /* cards */
  .fcard{padding:16px}
  .fcard .ico{width:42px;height:42px;border-radius:11px;margin-bottom:10px}
  .fcard .ico svg{width:21px;height:21px}
  .fcard h3{font-size:14.5px}
  .fcard p{font-size:12.5px;line-height:1.65}
  .agenda-card{padding:16px 14px}
  .agenda-card h3{font-size:15.5px}
  .agenda-card p{font-size:12.5px}
  .agenda-card .go{width:28px;height:28px;bottom:12px;inset-inline-end:12px}
  .addon{padding:16px}
  .addon .ico{width:40px;height:40px}
  .addon h3{font-size:14px}
  .addon p{font-size:12.3px;margin-bottom:10px}

  /* stats */
  .stat{padding:20px 12px 18px;border-radius:16px}
  .stat .cnt{font-size:34px}
  .stat .u{font-size:16px}
  .stat span{font-size:12px;margin-top:8px;padding-top:10px}

  /* deliverables */
  .dcard{flex-direction:column;padding:18px;gap:14px}
  .dcard .big{width:52px;height:52px;border-radius:14px}
  .dcard .big svg{width:24px;height:24px}
  .dcard h3{font-size:17px}
  .dcard li{font-size:13px}

  /* cost */
  .price-card{padding:24px 16px;border-radius:18px}
  .price-card .amount{font-size:50px}
  .pay-split{grid-template-columns:1fr;gap:10px;margin-top:18px}
  .pay b{font-size:21px}
  .renew{font-size:12.5px}
  .includes{padding:18px;border-radius:18px}
  .includes h3{font-size:15.5px;margin-bottom:12px}
  .includes ul{gap:9px}
  .includes li{font-size:12.8px;padding:10px 11px}

  /* timeline */
  .tmeta{gap:10px;margin-bottom:16px}
  .tmeta .box{padding:10px 14px;flex:1;min-width:calc(50% - 10px)}
  .tmeta .box b{font-size:14.5px}
  .tmeta .box span{font-size:11px}
  .tstep{gap:11px;padding-bottom:16px}
  .tstep .dot{width:36px;height:36px;font-size:13.5px}
  .tstep::before{inset-inline-start:17px;top:40px}
  .tstep .tc{padding:12px 14px}
  .tstep h3{font-size:13.8px}
  .tstep p{font-size:12.3px}

  /* contact */
  .thanks h2{font-size:27px}
  .thanks p{font-size:13px}
  .ccard{padding:15px;gap:12px}
  .ccard .ico{width:42px;height:42px}
  .ccard b{font-size:13px}
  .ccard span{font-size:12.5px}

  /* perf: lighter blur on phones */
  .orb{filter:blur(60px);opacity:.28}
}
@media (max-width:380px){
  .cover h1{font-size:40px}
  .chip{flex:1 1 100%;justify-content:center}
}
/* dynamic viewport height — mobile browser URL bar */
@supports (height:100dvh){
  html.deck-mode,body.deck-mode{height:100dvh}
}

/* Non-deck pages (quote generator, 404) scroll like a normal document.
   The rules above lock the viewport for the slide deck only. */
html.page,body.page{height:auto;min-height:100%;overflow-y:auto;overflow-x:hidden}
body.page{-webkit-overflow-scrolling:touch}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}


/* ═══════════════════════════════════════════════════════════
   Accessibility & AI tools (Mirror ORG offers layer)
   ═══════════════════════════════════════════════════════════ */

/* font-scale hook: the deck's type is all fixed px (44px, 104px, 13.5px…) that
   don't inherit from .inner, so a font-size multiplier did nothing. `zoom`
   actually scales everything — text, spacing, cards. We counter-scale the
   inner's OWN width/height by 1/scale so its rendered footprint stays pinned to
   the slide (no overflow past the edges); only the contents grow, and the inner
   just scrolls vertically when they no longer fit.
   The whole trick lives behind @supports: on a browser without `zoom` the
   counter-scaling alone would SHRINK the box into a floating square mid-screen
   (the "content in the middle of the page" bug on some phones) — there, the
   font buttons simply do nothing and the layout stays intact. */
@supports (zoom: 1.1) {
  .slide .inner{
    zoom:var(--a11y-scale,1);
    width:calc(min(1180px,100%) / var(--a11y-scale,1));
    max-height:calc(100% / var(--a11y-scale,1));
  }
}

/* high-contrast / readable mode */
body.a11y-contrast{--muted:#d6e4fb;--card:rgba(21,45,80,.72);--card-border:rgba(120,185,255,.42)}
body.a11y-contrast .fcard p,body.a11y-contrast .agenda-card p,body.a11y-contrast .addon p,
body.a11y-contrast .dcard li,body.a11y-contrast .sub{color:#d6e4fb}

/* stop background motion */
body.a11y-still #bg,body.a11y-still .orb,body.a11y-still #glow{display:none!important}
body.a11y-still *{animation:none!important}

/* ---------- tools launcher (bottom-start, opposite nav btns) ---------- */
.a11y-fab{position:fixed;bottom:16px;inset-inline-start:20px;z-index:70;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.a11y-btn{width:52px;height:52px;border-radius:16px;border:1px solid var(--card-border);
  background:linear-gradient(135deg,rgba(47,141,255,.9),#0d54c9);color:#fff;cursor:pointer;
  display:grid;place-items:center;box-shadow:0 10px 30px rgba(47,141,255,.45);transition:.28s;position:relative}
.a11y-btn:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 40px rgba(47,141,255,.6)}
.a11y-btn svg{width:24px;height:24px}
.a11y-btn.speaking{animation:a11yPulse 1.1s ease-in-out infinite}
@keyframes a11yPulse{0%,100%{box-shadow:0 0 0 0 rgba(57,230,195,.5)}50%{box-shadow:0 0 0 12px rgba(57,230,195,0)}}
.a11y-btn .tip{position:absolute;inset-inline-start:60px;white-space:nowrap;background:rgba(9,24,48,.95);
  border:1px solid var(--card-border);color:var(--text);font-size:12.5px;font-weight:700;padding:7px 12px;
  border-radius:10px;opacity:0;pointer-events:none;transform:translateX(-6px);transition:.25s}
[dir=ltr] .a11y-btn .tip{transform:translateX(6px)}
.a11y-btn:hover .tip{opacity:1;transform:none}

/* ---------- tools panel ---------- */
.a11y-panel{position:fixed;bottom:80px;inset-inline-start:20px;z-index:71;width:min(360px,calc(100vw - 40px));
  background:linear-gradient(165deg,rgba(13,32,62,.97),rgba(6,16,32,.97));border:1px solid var(--card-border);
  border-radius:22px;box-shadow:0 24px 70px rgba(0,8,26,.7);backdrop-filter:blur(16px);
  padding:18px;opacity:0;visibility:hidden;transform:translateY(20px) scale(.97);
  transition:opacity .35s,transform .35s,visibility 0s .35s;max-height:min(74vh,640px);overflow-y:auto;
  scrollbar-width:thin;scrollbar-color:rgba(93,166,255,.4) transparent}
.a11y-panel::-webkit-scrollbar{width:6px}
.a11y-panel::-webkit-scrollbar-track{background:transparent;margin:8px 0}
.a11y-panel::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(93,166,255,.5),rgba(57,230,195,.5));border-radius:99px}
.a11y-panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(93,166,255,.8),rgba(57,230,195,.8))}
.a11y-panel.open{opacity:1;visibility:visible;transform:none;transition:opacity .35s,transform .35s}
.a11y-panel h4{font-size:15px;font-weight:900;margin-bottom:4px;display:flex;align-items:center;gap:9px}
.a11y-panel h4 svg{width:20px;height:20px;color:var(--cyan)}
.a11y-panel .desc{font-size:12.5px;color:var(--muted);margin-bottom:14px;line-height:1.6}
.a11y-sec{border-top:1px dashed rgba(93,166,255,.2);padding-top:14px;margin-top:14px}
.a11y-sec:first-of-type{border-top:none;padding-top:0;margin-top:0}
.a11y-sec .lbl{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--blue-2);margin-bottom:10px;display:block}
.a11y-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.a11y-action{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--card-border);
  background:rgba(9,24,48,.6);color:var(--text);border-radius:13px;padding:12px 10px;cursor:pointer;
  font-family:inherit;font-weight:700;font-size:13px;transition:.25s;text-align:center}
.a11y-action:hover{border-color:var(--blue);background:var(--card-hover);transform:translateY(-2px)}
.a11y-action.wide{grid-column:1/-1}
.a11y-action.on{border-color:var(--cyan);background:rgba(57,230,195,.14);color:#fff}
/* Loading: indeterminate bar sliding along the bottom edge of the button, plus a
   pulsing label + spinning icon, until the audio actually starts. */
.a11y-action.loading{cursor:progress;border-color:var(--blue);color:var(--blue-2)}
.a11y-action.loading > span{animation:a11yPulseTxt 1.1s ease-in-out infinite}
.a11y-action.loading svg{animation:a11ySpin .8s linear infinite}
.a11y-action.loading::after{content:'';position:absolute;bottom:0;inset-inline-start:-40%;height:3px;width:40%;
  border-radius:3px;background:linear-gradient(90deg,transparent,var(--cyan),var(--blue),transparent);
  animation:a11yLoadBar 1s linear infinite}
@keyframes a11yLoadBar{0%{inset-inline-start:-45%}100%{inset-inline-start:105%}}
@keyframes a11yPulseTxt{0%,100%{opacity:1}50%{opacity:.55}}
@keyframes a11ySpin{to{transform:rotate(360deg)}}
/* Speaking: a live cyan glow so the "click to stop" state reads as active. */
.a11y-action.on{animation:a11ySpeakGlow 1.4s ease-in-out infinite}
@keyframes a11ySpeakGlow{0%,100%{box-shadow:0 0 0 0 rgba(57,230,195,.35)}50%{box-shadow:0 0 14px 2px rgba(57,230,195,.5)}}
.a11y-action svg{width:17px;height:17px;flex-shrink:0}
.a11y-action b{font-size:15px}

/* AI answer bubble */
.a11y-ai{margin-top:14px;border:1px solid var(--card-border);background:rgba(9,24,48,.7);border-radius:16px;
  padding:14px 16px;font-size:14px;line-height:1.85;color:var(--text);white-space:pre-wrap;display:none;position:relative}
.a11y-ai.show{display:block;animation:aiIn .4s ease}
@keyframes aiIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.a11y-ai .ai-head{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:800;letter-spacing:.06em;
  color:var(--blue-2);margin-bottom:8px}
.a11y-ai .ai-head .spin{width:14px;height:14px;border:2px solid rgba(111,208,255,.3);border-top-color:var(--blue-2);
  border-radius:50%;animation:aiSpin .7s linear infinite}
@keyframes aiSpin{to{transform:rotate(360deg)}}
.a11y-ai .say{margin-top:10px;font-size:12px;color:var(--blue-2);background:rgba(47,141,255,.1);border:1px solid rgba(47,141,255,.28);
  border-radius:9px;padding:6px 11px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-weight:700}

/* ask box */
.a11y-ask{display:flex;gap:8px;margin-top:12px}
.a11y-ask input{flex:1;background:rgba(9,24,48,.7);border:1px solid var(--card-border);border-radius:12px;
  padding:11px 14px;color:var(--text);font-family:inherit;font-size:13.5px;outline:none;transition:.2s}
.a11y-ask input:focus{border-color:var(--blue)}
.a11y-ask button{width:44px;flex-shrink:0;border:none;border-radius:12px;background:linear-gradient(135deg,var(--blue),#0d54c9);
  color:#fff;cursor:pointer;display:grid;place-items:center}
.a11y-ask button svg{width:18px;height:18px}
.a11y-ask button:disabled{opacity:.5;cursor:default}

.a11y-close{position:absolute;top:12px;inset-inline-end:12px;width:30px;height:30px;border-radius:9px;border:1px solid var(--card-border);
  background:rgba(9,24,48,.6);color:var(--muted);cursor:pointer;display:grid;place-items:center;font-size:15px}
.a11y-close:hover{color:#fff;border-color:var(--blue)}

@media (max-width:640px){
  .a11y-fab{bottom:74px;inset-inline-start:14px}
  .a11y-btn{width:46px;height:46px;border-radius:13px}
  .a11y-panel{bottom:130px;inset-inline-start:14px}
}

/* empty-state landing (offers index root) */
.offers-landing{min-height:100vh;min-height:100dvh;display:grid;place-items:center;text-align:center;padding:40px 20px;position:relative;z-index:5}
.offers-landing .box{max-width:560px}
.offers-landing .mk{width:74px;height:74px;border-radius:22px;margin:0 auto 24px;background:linear-gradient(135deg,var(--blue),#0d54c9);
  display:grid;place-items:center;box-shadow:0 18px 44px rgba(47,141,255,.5)}
.offers-landing .mk svg{width:38px;height:38px;color:#fff}
.offers-landing h1{font-size:40px;font-weight:900;margin-bottom:14px}
.offers-landing h1 em{font-style:normal;background:linear-gradient(90deg,var(--blue-2),var(--cyan));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.offers-landing p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:28px}
.offers-landing .cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--blue),#0d54c9);
  color:#fff;border:none;padding:15px 34px;border-radius:15px;font-family:inherit;font-size:16px;font-weight:800;
  cursor:pointer;text-decoration:none;box-shadow:0 14px 40px rgba(47,141,255,.45);transition:.3s}
.offers-landing .cta:hover{transform:translateY(-3px)}

/* ═══════════════════════════════════════════════════════════
   Robot mascot FAB (matches the projects-site chatbot "ميرو")
   ═══════════════════════════════════════════════════════════ */
/* Free-floating robot (no box) — identical markup + animations to the homepage launcher. */
.a11y-bot-btn{width:96px;height:104px;border-radius:50%;padding:0;overflow:visible;background:none;border:0;box-shadow:none;
  -webkit-tap-highlight-color:transparent;
  position:relative;filter:drop-shadow(0 14px 30px rgba(30,91,255,.35));transition:transform .3s cubic-bezier(.34,1.56,.64,1)}
.a11y-bot-btn:hover{transform:scale(1.07);box-shadow:none;border:0}
.a11y-bot-btn:active{transform:scale(.96)}
.a11y-bot-btn:focus{outline:none}
/* Keyboard focus reads as a circle (matches the disc), never the browser's
   rectangular outline. */
.a11y-bot-btn:focus-visible::before{box-shadow:inset 0 0 0 2px var(--cyan),0 0 0 4px rgba(0,224,255,.4);opacity:1}
/* Circular disc + glow behind the robot — a true circle (equal w/h via
   aspect-ratio, centred with inset:0;margin:auto) so no square frame shows. */
.a11y-bot-btn::before{content:'';position:absolute;inset:0;margin:auto;width:88px;height:88px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,224,255,.26) 0%,rgba(30,91,255,.15) 46%,transparent 72%);
  box-shadow:inset 0 0 0 1.5px rgba(93,166,255,.3),0 8px 26px rgba(30,91,255,.28);
  animation:miroAura 3s ease-in-out infinite;pointer-events:none}
@keyframes miroAura{0%,100%{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}
.a11y-bot-btn .miro-bot{position:relative;width:100%;height:100%;display:block;animation:miroFloat 3.6s ease-in-out infinite}
@keyframes miroFloat{0%,100%{transform:translateY(0) rotate(0)}30%{transform:translateY(-7px) rotate(-2deg)}65%{transform:translateY(-3px) rotate(1.5deg)}}
.a11y-bot-btn.speaking .miro-bot{animation-duration:2.6s}
.a11y-bot-btn .miro-eyes{animation:miroBlink 4.2s ease-in-out infinite;transform-origin:60px 43px}
@keyframes miroBlink{0%,91%,100%{transform:scaleY(1)}93%,96%{transform:scaleY(.08)}}
.a11y-bot-btn .miro-pupils{animation:miroLook 7s ease-in-out infinite}
@keyframes miroLook{0%,34%,100%{transform:translate(0,0)}38%,46%{transform:translate(3.5px,0)}52%,60%{transform:translate(-3.5px,1px)}66%{transform:translate(0,0)}}
.a11y-bot-btn .miro-arm-r{animation:miroWave 5.2s ease-in-out infinite;transform-origin:97px 78px}
@keyframes miroWave{0%,55%,100%{transform:rotate(0)}62%{transform:rotate(-26deg)}70%{transform:rotate(10deg)}78%{transform:rotate(-26deg)}86%{transform:rotate(0)}}
.a11y-bot-btn .miro-antenna-tip{animation:miroPing 2.2s ease-in-out infinite}
@keyframes miroPing{0%,100%{opacity:.55;r:3.4}50%{opacity:1;r:4.6}}
.a11y-bot-btn .miro-chest{animation:miroChest 2.6s ease-in-out infinite}
@keyframes miroChest{0%,100%{opacity:.55}50%{opacity:1}}
.a11y-bot-btn .miro-shadow{animation:miroShadow 3.6s ease-in-out infinite;transform-origin:60px 124px}
@keyframes miroShadow{0%,100%{transform:scaleX(1);opacity:.55}30%{transform:scaleX(.82);opacity:.35}65%{transform:scaleX(.92);opacity:.45}}
/* mouth: a static smile normally; chatters open/closed while the robot speaks */
.a11y-bot-btn .miro-mouth{transform-origin:60px 57px}
.a11y-bot-btn.speaking .miro-mouth{animation:miroTalk .62s ease-in-out infinite}
@keyframes miroTalk{0%,100%{transform:scaleY(1)}25%{transform:scaleY(2.2)}50%{transform:scaleY(.8)}75%{transform:scaleY(1.9)}}
/* speaking: livelier body — a touch quicker chest/antenna + a continuous arm wave */
.a11y-bot-btn.speaking .miro-chest{animation-duration:1.3s}
.a11y-bot-btn.speaking .miro-antenna-tip{animation-duration:1.5s}
.a11y-bot-btn.speaking .miro-arm-r{animation-duration:2.6s}
/* thinking (audio still loading): a subtle "processing" pulse before it talks */
.a11y-bot-btn.thinking .miro-antenna-tip{animation-duration:.6s}
.a11y-bot-btn.thinking .miro-chest{animation-duration:.7s}
.a11y-bot-btn.thinking .miro-bot{animation-duration:2.4s}
.a11y-bot-btn .tip{inset-inline-start:104px;bottom:36px}

/* ═══════════════════════════════════════════════════════════
   Self-service instant quote generator (landing)
   ═══════════════════════════════════════════════════════════ */
.quote-gen{position:relative;z-index:5;max-width:760px;margin:0 auto;padding:104px 20px 60px;min-height:100vh;min-height:100dvh}
.qg-head{text-align:center;margin-bottom:30px}
.qg-head .kicker{margin-bottom:16px}
.qg-head h1{font-size:clamp(30px,6vw,54px);font-weight:900;line-height:1.15;margin-bottom:14px}
.qg-head h1 em{font-style:normal;background:linear-gradient(92deg,#8fd4ff,var(--blue) 45%,var(--cyan));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:220% auto;animation:gradflow 7s linear infinite}
.qg-head p{color:var(--muted);font-size:clamp(14px,2.4vw,17px);line-height:1.85;max-width:600px;margin:0 auto}
.qg-form{border:1px solid var(--card-border);background:var(--card);backdrop-filter:blur(14px);border-radius:24px;padding:clamp(20px,4vw,34px);box-shadow:var(--shadow)}
.qg-field{margin-bottom:18px}
.qg-field label{display:block;font-size:14px;font-weight:800;margin-bottom:9px;color:var(--text)}
.qg-field label span{color:var(--cyan)}
.qg-field label small{color:var(--muted);font-weight:600;font-size:12px}
.qg-field input,.qg-field textarea{width:100%;background:rgba(9,24,48,.6);border:1px solid var(--card-border);border-radius:14px;
  padding:13px 16px;color:var(--text);font-family:inherit;font-size:15px;outline:none;transition:.2s;resize:vertical}
.qg-field input::placeholder,.qg-field textarea::placeholder{color:#6f88ab}
.qg-field input:focus,.qg-field textarea:focus{border-color:var(--blue);background:rgba(9,24,48,.85);box-shadow:0 0 0 3px rgba(47,141,255,.15)}
.qg-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.qg-chips{display:flex;flex-wrap:wrap;gap:9px}
.qg-chip{cursor:pointer;user-select:none}
.qg-chip input{position:absolute;opacity:0;pointer-events:none}
.qg-chip span{display:inline-block;border:1px solid var(--card-border);background:rgba(9,24,48,.5);border-radius:99px;
  padding:9px 16px;font-size:13px;font-weight:700;color:var(--muted);transition:.22s}
.qg-chip:hover span{border-color:var(--blue);color:var(--text)}
.qg-chip input:checked+span{background:linear-gradient(135deg,rgba(47,141,255,.25),rgba(57,230,195,.14));border-color:var(--blue);color:#fff;box-shadow:0 4px 14px rgba(47,141,255,.3)}
.qg-btn{width:100%;margin-top:6px;display:flex;align-items:center;justify-content:center;gap:10px;
  background:linear-gradient(135deg,var(--blue),#0d54c9);color:#fff;border:none;padding:17px;border-radius:16px;
  font-family:inherit;font-size:17px;font-weight:800;cursor:pointer;box-shadow:0 14px 40px rgba(47,141,255,.45);transition:.3s}
.qg-btn:hover{transform:translateY(-2px);box-shadow:0 20px 55px rgba(47,141,255,.6)}
.qg-btn:disabled{opacity:.7;cursor:default;transform:none}
.qg-spin{width:17px;height:17px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:aiSpin .7s linear infinite}
.qg-status{display:none;margin-top:14px;font-size:14px;line-height:1.7;text-align:center}
.qg-status.show{display:block}
.qg-status.ok{color:var(--cyan)}
.qg-status.err{color:#ff9a9a}
.qg-note{margin-top:16px;font-size:12px;color:var(--muted);text-align:center;line-height:1.7;opacity:.85}
/* staged generation progress bar */
.qg-progress{display:none;margin-top:18px}
.qg-progress.show{display:block}
.qg-progress-track{height:9px;border-radius:99px;background:rgba(93,166,255,.14);overflow:hidden;border:1px solid var(--card-border)}
.qg-progress-bar{height:100%;width:0;border-radius:99px;background:linear-gradient(90deg,var(--blue),var(--cyan));
  box-shadow:0 0 14px rgba(57,230,195,.45);transition:width .5s cubic-bezier(.4,0,.2,1)}
.qg-progress-bar.err{background:linear-gradient(90deg,#ff6b6b,#ff9a9a);box-shadow:none}
.qg-progress-bar.done{background:linear-gradient(90deg,var(--cyan),#7CFFB2)}
.qg-progress-stage{margin-top:11px;font-size:13px;color:var(--muted);text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}
.qg-progress-stage .pct{font-weight:800;color:var(--blue-2);direction:ltr;font-variant-numeric:tabular-nums}
/* the landing scrolls, so its fixed topbar needs its own backdrop at every width */
body.page .topbar{background:linear-gradient(180deg,rgba(5,14,29,.94) 40%,transparent);backdrop-filter:blur(6px)}

@media (max-width:560px){ .qg-row{grid-template-columns:1fr} }

@media (max-width:640px){
  .quote-gen{padding:76px 14px 44px;min-height:0}
  .qg-head{margin-bottom:22px}
  .qg-head .kicker{margin-bottom:12px;font-size:11.5px}
  .qg-head h1{line-height:1.2}
  .qg-head p{font-size:13.5px;line-height:1.75}
  .qg-form{border-radius:18px}
  .qg-field{margin-bottom:15px}
  .qg-field label{font-size:13px;margin-bottom:7px}
  /* 16px keeps iOS Safari from zooming the viewport on focus */
  .qg-field input,.qg-field textarea{font-size:16px;padding:12px 14px;border-radius:12px}
  .qg-chips{gap:7px}
  .qg-chip span{padding:8px 13px;font-size:12.3px}
  .qg-btn{font-size:15.5px;padding:15px;border-radius:14px}
  .qg-note{font-size:11.5px;margin-top:13px}
}

@media (max-width:640px){
  .a11y-bot-btn{width:76px;height:83px}
  .a11y-bot-btn::before{width:70px;height:70px}
  .a11y-bot-btn .tip{display:none}
}

/* Fix: .stat span cascade also hit the number wrapper (spurious top line/gap). */
.stat .num{margin-top:0;padding-top:0;border-top:0}
/* On mobile the stat grid override must not fight the inline column count. */
@media (max-width:640px){ .stats{grid-template-columns:repeat(2,1fr)!important} }
