:root{
  --bg:#030c17;--bg2:#071526;--panel:rgba(255,255,255,.055);--line:rgba(255,255,255,.11);
  --text:#f7f9fc;--muted:#9aa8b8;--orange:#ff7f11;--orange2:#ffad4a;--teal:#4ba69c;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:
radial-gradient(circle at 15% 10%,rgba(29,71,110,.24),transparent 34%),
radial-gradient(circle at 85% 18%,rgba(255,127,17,.08),transparent 27%),
linear-gradient(145deg,var(--bg),var(--bg2));color:var(--text);font-family:Inter,Arial,sans-serif;min-height:100vh}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:
linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px}
a{color:inherit;text-decoration:none}.site-shell{width:min(1480px,100%);margin:auto;padding:0 4vw}
.loading-screen{position:fixed;inset:0;z-index:9999;background:#020913;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;transition:opacity .5s ease,visibility .5s ease}.loading-screen.hide{opacity:0;visibility:hidden}.loading-screen img{width:155px;height:155px;object-fit:contain;animation:loaderPulse 1.6s ease-in-out infinite}.loading-screen span{color:#c9d3df;font-size:13px;letter-spacing:3px;text-transform:uppercase}@keyframes loaderPulse{50%{transform:scale(1.05);filter:drop-shadow(0 0 22px rgba(255,127,17,.35))}}
.site-header{height:150px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:35px}.brand-horizontal img{height:116px;width:auto;display:block}.brand-mobile{display:none}.desktop-nav{display:flex;gap:28px;margin-left:auto}.desktop-nav a{color:var(--muted);font-size:14px}.desktop-nav a:hover{color:#fff}.contact-btn{border:1px solid var(--line);border-radius:999px;padding:10px 18px;color:#cad4df}
.hero{min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;gap:7vw;align-items:center;padding:68px 0}.status-pill{display:inline-flex;gap:10px;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(75,166,156,.1);border:1px solid rgba(75,166,156,.28);color:#b8ece7;font-weight:700}.status-pill span{width:9px;height:9px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 0 rgba(75,166,156,.7);animation:pulse 1.6s infinite}@keyframes pulse{70%{box-shadow:0 0 0 12px rgba(75,166,156,0)}}
.eyebrow{margin:25px 0 14px;color:var(--orange);text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:800}.hero h1{font-size:clamp(58px,7vw,104px);line-height:.95;letter-spacing:-5px;margin:0}.hero h1 em{display:block;color:var(--orange);font-style:normal}.hero-text{max-width:720px;color:var(--muted);font-size:19px;line-height:1.7}.notify-form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:660px;padding:9px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.045);margin-top:30px}.notify-form input{min-width:0;background:#06101c;border:1px solid transparent;border-radius:11px;color:white;padding:16px;outline:none}.notify-form button{border:0;border-radius:11px;background:linear-gradient(135deg,var(--orange2),var(--orange));color:white;font-weight:850;padding:0 25px;cursor:pointer}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:17px;color:#7f8d9e;font-size:12px}.message{margin-top:18px;padding:12px 14px;border-radius:11px}.success{background:rgba(75,166,156,.1);border:1px solid rgba(75,166,156,.25)}.error{background:rgba(255,80,80,.1);border:1px solid rgba(255,80,80,.25)}
.hero-device{display:grid;place-items:center}.hero-card{width:min(470px,100%);min-height:510px;border-radius:36px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:0 45px 100px rgba(0,0,0,.38);backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:38px;text-align:center}.hero-badge{width:min(330px,90%);height:auto}.hero-card strong{font-size:25px;letter-spacing:2px;text-transform:uppercase;color:#ffe3c7}.hero-card small{margin-top:10px;color:var(--muted);line-height:1.5}.warning-line{width:78%;height:10px;margin:26px 0;background:repeating-linear-gradient(135deg,var(--orange) 0 14px,#111 14px 28px);border-radius:9px;filter:drop-shadow(0 0 8px rgba(255,127,17,.6))}
.ad-banner{min-height:110px;border:1px dashed rgba(255,255,255,.18);border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8997a7;background:rgba(255,255,255,.025);margin-bottom:30px}.ad-banner span{font-weight:800;color:#c1ccd8}.ad-banner small{margin-top:6px}
.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.category-grid article{min-height:150px;border:1px solid var(--line);border-radius:20px;background:var(--panel);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;transition:.25s}.category-grid article:hover{transform:translateY(-5px);border-color:rgba(255,127,17,.4)}.category-grid article div{font-size:33px}.category-grid b{margin-top:14px}.category-grid span{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.45}
.section-block{padding:70px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.section-heading p{margin:0;color:var(--orange);text-transform:uppercase;letter-spacing:3px;font-size:11px;font-weight:800}.section-heading h2{margin:8px 0 0;font-size:37px}.section-heading span{color:var(--muted);font-size:13px}
.business-marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 7%,black 93%,transparent)}.business-track{display:flex;gap:15px;width:max-content;animation:marquee 34s linear infinite}.business-marquee:hover .business-track{animation-play-state:paused}@keyframes marquee{to{transform:translateX(-50%)}}.business-card{width:330px;display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.05)}.business-logo{width:64px;height:64px;flex:0 0 64px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange2),var(--orange));color:#111;font-weight:950}.business-info b,.business-info span,.business-info small{display:block}.business-info b{font-size:14px}.business-info span{font-size:11px;color:var(--muted);margin:5px 0}.business-info small{color:#ffcf8f}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.035)}.stats article{padding:30px;text-align:center;border-right:1px solid var(--line)}.stats article:last-child{border:0}.stats strong{display:block;font-size:34px;color:var(--orange2)}.stats span{color:var(--muted);font-size:12px}
.launch-panel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin:35px 0 60px;padding:24px;border:1px solid rgba(255,127,17,.22);background:rgba(255,127,17,.055);border-radius:22px}.launch-panel img{width:260px;height:auto}.launch-panel h2{margin:0 0 7px;font-size:21px}.launch-panel p{margin:0;color:var(--muted);font-size:13px}.launch-panel a{color:#ffc37f}
footer{min-height:105px;border-top:1px solid var(--line);display:flex;align-items:center;gap:20px;color:#7d8a9a;font-size:12px;padding-bottom:80px}footer img{width:58px;height:58px;object-fit:contain}footer span:last-child{margin-left:auto}
.mobile-bottom-nav{display:none}
@media(max-width:1080px){.hero{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-text,.notify-form{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}.category-grid{grid-template-columns:repeat(4,1fr)}.launch-panel{grid-template-columns:1fr;text-align:center}.launch-panel img{margin:auto}.launch-panel a{justify-self:center}}
@media(max-width:720px){body{padding-bottom:78px}.site-shell{padding:0 16px}.site-header{height:95px}.brand-horizontal{display:none}.brand-mobile{display:block}.brand-mobile img{width:74px;height:74px;object-fit:contain}.desktop-nav{display:none}.contact-btn{margin-left:auto;font-size:12px;padding:8px 13px}.hero{padding:36px 0;min-height:auto;gap:30px}.hero h1{font-size:50px;letter-spacing:-3px}.hero-text{font-size:15px}.notify-form{grid-template-columns:1fr}.notify-form button{min-height:50px}.hero-card{min-height:340px;padding:25px}.hero-badge{width:230px}.category-grid{grid-template-columns:1fr 1fr}.category-grid article{min-height:130px}.section-heading{align-items:flex-start;flex-direction:column;gap:6px}.section-heading h2{font-size:30px}.business-card{width:280px}.stats{grid-template-columns:1fr 1fr}.stats article:nth-child(2){border-right:0}.stats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.launch-panel img{width:200px}footer{align-items:flex-start;flex-direction:column;padding-bottom:90px}footer span:last-child{margin-left:0}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:1000;height:66px;border:1px solid var(--line);background:rgba(2,9,17,.94);backdrop-filter:blur(18px);border-radius:22px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.4)}.mobile-bottom-nav a{font-size:17px;color:#d8e0e9}.mobile-bottom-nav small{display:block;font-size:8px;color:#7d8a99}.mobile-bottom-nav .mobile-add{width:44px;height:44px;margin:auto;border-radius:15px;background:var(--orange);color:white;display:grid;place-items:center;font-size:27px;font-weight:900}}
