:root{--ink:#0b0814;--surface:#171326;--violet:#7c3aed;--coral:#ff4d8d;--lime:#b7f34a;--cyan:#45d4ff;--muted:#b8aecb;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--ink);color:#fff;font-family:Inter,Tajawal,system-ui,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 20% 0,#2f105a 0,#0b0814 36%,#08060f 100%);min-height:100vh;margin:0}a{color:inherit;text-decoration:none}.header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0814dd;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:28px;padding:12px max(20px,50vw - 590px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-size:21px;display:flex}.brandLogo{object-fit:cover;filter:drop-shadow(0 0 16px #7c3aed77);border-radius:11px;width:38px;height:38px}nav{color:#d8d1e8;gap:22px;font-size:14px;display:flex}.headerActions{align-items:center;gap:10px;display:flex}.hero,.section{max-width:1180px;margin:auto;padding:82px 24px}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;min-height:77vh;display:grid}.eyebrow{color:var(--lime);background:#b7f34a14;border:1px solid #b7f34a40;border-radius:99px;align-items:center;gap:8px;padding:8px 13px;font-size:12px;font-weight:900;display:inline-flex}.hero h1{letter-spacing:-5px;margin:18px 0;font-size:clamp(48px,7.5vw,94px);line-height:.96}.grad{background:linear-gradient(95deg,#fff 5%,#c3a5ff 40%,#ff72ac 78%,#b7f34a);color:#0000;-webkit-background-clip:text}.lead{color:#cfc6df;max-width:650px;font-size:20px;line-height:1.8}.cta,.ghost{border-radius:16px;justify-content:center;align-items:center;padding:14px 20px;font-weight:900;display:inline-flex}.cta{background:linear-gradient(135deg,var(--violet),var(--coral));box-shadow:0 14px 40px #7c3aed55}.cta.small{border-radius:12px;padding:10px 15px}.ghost{background:#ffffff08;border:1px solid #fff2}.stores{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.store{color:#09070e;background:#fff;border-radius:14px;align-items:center;gap:10px;min-width:180px;padding:10px 15px;font-size:25px;font-weight:900;display:flex}.store span{font-size:17px;line-height:1.05}.store small{font-size:9px;font-weight:600;display:block}.phone{background:linear-gradient(155deg,#4e416a,#120e1f);border-radius:46px;max-width:430px;margin:auto;padding:13px;transform:rotate(-2deg);box-shadow:0 40px 100px #0009,0 0 80px #7c3aed22}.screen{background:radial-gradient(circle at 50% 0,#42156e,#0d0917 50%);border-radius:37px;flex-direction:column;min-height:650px;padding:26px;display:flex}.room{color:#b8aecb;justify-content:space-between;display:flex}.q{margin:auto 0 30px;font-size:31px;font-weight:950;line-height:1.35}.vote{background:#ffffff09;border:1px solid #ffffff1d;border-radius:17px;justify-content:space-between;margin:6px 0;padding:15px;display:flex}.reveal{text-align:center;background:linear-gradient(135deg,#ff4d8d28,#7c3aed20);border:1px solid #ff4d8d55;border-radius:18px;margin-top:18px;padding:17px}.section h2{letter-spacing:-2px;margin:0 0 14px;font-size:clamp(34px,5vw,58px)}.sectionLead{color:var(--muted);max-width:720px;font-size:18px;line-height:1.8}.grid3{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px;display:grid}.card{background:linear-gradient(145deg,#19142a,#100c1b);border:1px solid #ffffff13;border-radius:24px;padding:24px;box-shadow:0 20px 50px #0004}.card .icon{font-size:34px}.card h3{margin:14px 0 8px;font-size:21px}.card p,.muted{color:var(--muted);line-height:1.7}.steps{counter-reset:step;gap:12px;margin-top:30px;display:grid}.step{background:#ffffff06;border:1px solid #ffffff10;border-radius:18px;grid-template-columns:52px 1fr;align-items:start;gap:15px;padding:18px;display:grid}.step:before{counter-increment:step;content:counter(step);background:linear-gradient(135deg,var(--violet),var(--coral));border-radius:50%;place-items:center;width:42px;height:42px;font-weight:950;display:grid}.priceGrid{grid-template-columns:repeat(2,minmax(0,360px));gap:18px;margin-top:28px;display:grid}.price{position:relative}.price.best{border-color:#b7f34a66;box-shadow:0 0 60px #b7f34a10}.pill{color:#0b0814;background:#b7f34a;border-radius:99px;padding:6px 10px;font-size:11px;font-weight:950;display:inline-block}.amount{font-size:48px;font-weight:950}.form{gap:12px;max-width:680px;display:grid}.input,select,textarea{color:#fff;width:100%;font:inherit;background:#110d1d;border:1px solid #ffffff20;border-radius:14px;padding:14px}textarea{min-height:130px}.supportResult{background:#b7f34a12;border:1px solid #b7f34a44;border-radius:16px;margin-top:18px;padding:16px}.article{max-width:860px}.article h1{font-size:52px}.article h2{margin-top:40px}.article p,.article li{color:#cfc6df;line-height:1.85}.statusDot{background:var(--lime);width:10px;height:10px;box-shadow:0 0 16px var(--lime);border-radius:50%;margin-left:8px;display:inline-block}footer{color:#b8aecb;border-top:1px solid #ffffff12;justify-content:space-between;gap:30px;max-width:1180px;margin:50px auto 0;padding:38px 24px 60px;display:flex}.footerLinks{flex-wrap:wrap;gap:16px;max-width:620px;display:flex}.center{text-align:center}.bigCode{letter-spacing:9px;font-size:52px;font-weight:950}.authCards{grid-template-columns:repeat(2,minmax(0,360px));justify-content:center;gap:14px;margin:25px auto;display:grid}.provider{color:#111;cursor:pointer;background:#fff;border:0;border-radius:16px;padding:15px;font-size:16px;font-weight:900}.provider.apple{color:#fff;background:#000;border:1px solid #444}@media (max-width:860px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{letter-spacing:-3px}.phone{max-width:360px}.grid3,.priceGrid,.authCards{grid-template-columns:1fr}.headerActions .ghost{display:none}footer{flex-direction:column}}
