:root{
  --nav:#0b0f1a; --yellow:#f6b500; --blue:#0a59ff; --line:#e5e7eb; --muted:#6b7280; --max:1180px;
  --shadow:0 16px 34px rgba(0,0,0,.16); --shadow2:0 10px 28px rgba(0,0,0,.10); --r:18px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#0c1222;background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}

.topbar{background:#000;color:#fff;font-size:.92rem}
.topbar .inner{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0}
.topbar .mut{color:rgba(255,255,255,.78)}
.topbar .dot{width:8px;height:8px;border-radius:999px;background:var(--yellow);display:inline-block;margin-right:8px}
.topbar a{color:#fff}

.header{background:var(--nav);color:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08)}
.header .row{display:flex;align-items:center;justify-content:space-between;height:72px;gap:12px}
.logo{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.5px}
.logo-badge{width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--yellow),#ffd977);color:#111827;display:grid;place-items:center;font-weight:950;box-shadow:0 10px 22px rgba(246,181,0,.22)}
.nav{display:flex;align-items:center;gap:4px}
.nav a{color:rgba(199,210,254,.95);padding:10px 12px;border-radius:14px;font-weight:800}
.nav a:hover,.nav a.active{color:#fff;background:rgba(255,255,255,.08)}
.actions{display:flex;gap:10px;align-items:center}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border-radius:14px;font-weight:950;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;cursor:pointer}
.btn.primary{background:var(--yellow);border:0;color:#111827}
.btn.dark{background:#111827;border:0;color:#fff}
.btn.outline{background:transparent;border:2px solid var(--yellow);color:var(--yellow)}
.btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.10)}

.hamburger{display:none;width:46px;height:46px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff}
.hamburger span{display:block;width:18px;height:2px;background:#fff;margin:4px auto;border-radius:2px}
.mobile{display:none;border-top:1px solid rgba(255,255,255,.10);padding:10px 0 14px}
.mobile a{display:block;padding:12px;border-radius:14px;color:rgba(199,210,254,.95);font-weight:900}
.mobile a:hover{background:rgba(255,255,255,.08);color:#fff}
.mobile .btn{width:100%;margin-top:8px}

/* Mega menu */
.nav-item{position:relative; display:inline-flex}
.nav .nav-item > a{display:inline-flex; align-items:center; gap:8px}
.mega{
  display:none; position:absolute; left:0; top:56px;
  width:min(920px, 92vw); padding:14px; border-radius:22px;
  background:#0f172a; border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 40px rgba(0,0,0,.35);
}
.nav-item:hover .mega{display:block}
.mega-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:12px}
.mega a.link{
  display:flex; gap:12px; align-items:flex-start; padding:12px; border-radius:18px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08);
}
.mega a.link:hover{background:rgba(255,255,255,.09); border-color:rgba(246,181,0,.45)}
.mega .ico{
  width:42px; height:42px; border-radius:16px; display:grid; place-items:center;
  background:rgba(246,181,0,.14); border:1px solid rgba(255,255,255,.10); font-weight:950;
}
.mega .t{font-weight:950; color:#fff}
.mega .d{color:#cbd5e1; font-size:.95rem; margin-top:2px}
.mega .right{
  border-radius:18px; padding:14px; border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(600px 220px at 20% 10%, rgba(246,181,0,.22), transparent 55%),
    radial-gradient(600px 220px at 80% 90%, rgba(10,89,255,.20), transparent 55%),
    rgba(255,255,255,.06);
}
.mega .right h4{margin:0 0 6px; color:#fff}
.mega .right p{margin:0; color:#cbd5e1}
.pills{margin-top:10px; display:flex; flex-wrap:wrap; gap:8px}
.pill{
  display:inline-flex; align-items:center; border-radius:999px;
  padding:7px 10px; font-weight:800; font-size:.9rem;
  border:1px solid rgba(255,255,255,.12); background:rgba(0,0,0,.18); color:#e5e7eb;
}

.hero{position:relative;color:#fff;min-height:420px}
.hero .bg{position:absolute;inset:0;background:url('../img/hero.svg') center/cover no-repeat;opacity:.92}
.hero .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,15,26,.88) 0%,rgba(11,15,26,.64) 40%,rgba(11,15,26,.25) 100%)}
.hero .content{position:relative;padding:54px 0;min-height:420px;display:flex;align-items:center}
.hero .card{background:rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 44px rgba(0,0,0,.35);border-radius:18px;padding:18px;max-width:640px}
.tag{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background:rgba(246,181,0,.16);border:1px solid rgba(255,255,255,.12);font-weight:900;font-size:.92rem}
.hero h1{margin:10px 0;font-size:clamp(30px,4.6vw,54px);line-height:1.05}
.hero p{margin:0 0 16px;color:#e5e7eb;font-size:1.05rem}
.hero .cta{display:flex;gap:10px;flex-wrap:wrap}

.section{padding:56px 0}
.cardW{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow2);overflow:hidden}
.pad{padding:18px}
.h2{margin:0 0 10px;font-size:clamp(22px,2.2vw,30px)}
.lead{margin:0 0 14px;color:var(--muted)}
.kicker{font-weight:950;letter-spacing:.5px;font-size:.82rem;text-transform:uppercase}

.grid2{display:grid;grid-template-columns:1fr 1.1fr;gap:18px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}

.block-yellow{background:var(--yellow);color:#111827;padding:22px}
.block-yellow h3{margin:0 0 8px;font-size:1.35rem}
.block-yellow p{margin:0 0 14px;color:rgba(17,24,39,.82)}

.feature{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-bottom:1px dashed var(--line)}
.feature:last-child{border-bottom:0}
.f-ico{width:44px;height:44px;border-radius:14px;background:rgba(246,181,0,.18);border:1px solid rgba(17,24,39,.10);display:grid;place-items:center;font-weight:950}
.feature .t{font-weight:950}
.feature .d{color:var(--muted);margin-top:2px;font-size:.95rem}

.stats{display:grid;grid-template-columns:1fr 1fr;min-height:280px}
.stats .left{background:var(--blue);color:#fff;padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:18px;align-content:center}
.stat .num{font-size:42px;font-weight:950;line-height:1}
.stat .lbl{color:rgba(255,255,255,.86);margin-top:8px}
.stats .right{background:url('../img/camera.svg') center/cover no-repeat;position:relative}
.play{position:absolute;inset:0;display:grid;place-items:center}
.play button{width:76px;height:76px;border-radius:999px;border:0;background:var(--yellow);color:#111827;font-size:22px;font-weight:950;box-shadow:0 18px 40px rgba(0,0,0,.35);cursor:pointer}

.center{text-align:center}
.wave{margin:10px auto 18px;width:min(820px,92vw);height:10px;background:repeating-linear-gradient(90deg,rgba(246,181,0,.55) 0 12px,transparent 12px 22px);border-radius:999px;opacity:.55}
.iconsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:16px}
.iconCard{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow2)}
.iconCard .i{width:44px;height:44px;border-radius:14px;background:rgba(246,181,0,.16);display:grid;place-items:center;font-weight:950}
.iconCard .n{font-weight:950}
.iconCard .s{color:var(--muted);font-size:.92rem}

.band{background:#0f172a;color:#fff}
.band .inner{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;align-items:center}
.quote{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06)}
.quote p{margin:0;color:#e5e7eb}
.quote .by{margin-top:10px;color:#cbd5e1;font-weight:850}

.list{margin:10px 0 0;padding-left:18px;color:var(--muted)}
.list li{margin:6px 0}
form .row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
label{font-weight:900;display:block}
input,select,textarea{width:100%;margin-top:6px;padding:11px 12px;border-radius:14px;border:1px solid var(--line);font:inherit}
textarea{min-height:120px}

.footer{background:#0b0f1a;color:#e5e7eb}
.footer .grid{display:grid;grid-template-columns:1.2fr .8fr .9fr .9fr;gap:14px;padding:46px 0 26px;border-bottom:1px solid rgba(255,255,255,.10)}
.footer a{color:#cbd5e1}
.footer a:hover{color:#fff}
.footer h4{margin:0 0 10px}
.footer .sub{color:#94a3b8;font-size:.92rem;margin-top:10px}
.footer .bottom{padding:14px 0;color:#94a3b8;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-weight:800}

.float{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:10px;z-index:60}
.fab{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;box-shadow:var(--shadow);border:1px solid rgba(17,24,39,.12);background:#fff;font-weight:950}
.fab.primary{background:var(--yellow);border:0}

.modal{position:fixed;inset:0;display:none;background:rgba(0,0,0,.55);z-index:80}
.modal .box{width:min(820px,92vw);margin:7vh auto 0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.modal .head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}
.modal .head button{width:40px;height:40px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:950}
.modal .body{padding:16px}
.modal iframe{width:100%;aspect-ratio:16/9;border:0}

@media (max-width:980px){
  .grid2{grid-template-columns:1fr}
  .iconsGrid{grid-template-columns:repeat(2,1fr)}
  .band .inner{grid-template-columns:1fr}
  .footer .grid{grid-template-columns:1fr 1fr}
  .mega{display:none !important} /* simplify on smaller screens */
}
@media (max-width:760px){
  .nav,.actions{display:none}
  .hamburger{display:inline-grid;place-items:center}
  .mobile{display:block}
  .stats{grid-template-columns:1fr}
  .stats .left{grid-template-columns:1fr}
}
@media (max-width:480px){
  .iconsGrid{grid-template-columns:1fr}
}