.container{width:min(1250px, 92vw); margin:0 auto}
.header{position:fixed; top:0; left:0; right:0; z-index:100; backdrop-filter:saturate(140%) blur(10px); background:rgba(16,18,24,0.55); border-bottom:1px solid var(--line)}
.nav{display:flex; align-items:center; gap:20px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px; margin-right:auto}
.brand-badge{width:40px; height:40px; border-radius:50%; position:relative; display:grid; place-items:center; overflow:hidden; background:#0b1020; border:1px solid rgba(36,97,230,0.35); box-shadow: inset 0 0 14px rgba(36,97,230,0.28), 0 6px 18px rgba(0,0,0,0.35); isolation:isolate}
.brand-badge::after{content:""; position:absolute; inset:-2px; border-radius:50%; background: conic-gradient(from 0deg, rgba(36,97,230,0.0), rgba(36,97,230,0.35), rgba(36,97,230,0.0) 32%); filter: blur(8px); opacity:0.55; pointer-events:none; z-index:-1}
.brand-badge::before{content:""; position:absolute; inset:-30%; border-radius:50%; background: radial-gradient(55% 55% at 50% 50%, rgba(36,97,230,0.35), transparent 70%); filter: blur(10px); opacity:0.7; z-index:-2}
.brand-badge img{width:100%; height:100%; object-fit:cover; border-radius:50%}
.brand span{font-size:30px; font-weight:700; letter-spacing:0.2px}
.nav-links{display:flex; gap:18px; align-items:center}
.nav-links a{padding:8px 10px; color:var(--muted); border-radius:10px}
.nav-links a:hover{color:var(--text); background:rgba(255,255,255,0.04)}
.cta{display:flex; gap:10px; align-items:center}
.btn{display:inline-flex; align-items:center; gap:10px; padding:12px 18px; font-weight:600; border-radius:var(--radius-pill); border:1.5px solid rgba(36,97,230,0.6); color:#DCE6FF; background:rgba(36,97,230,0.15); box-shadow:0 6px 18px rgba(36,97,230,0.18) inset, 0 6px 20px rgba(0,0,0,0.18); transition:transform .12s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; cursor:pointer}
.btn:hover{transform:translateY(0); background:rgba(36,97,230,0.22); border-color:rgba(36,97,230,0.9)}
.btn.alt{background:transparent; color:var(--text); border-color:rgba(255,255,255,0.22); box-shadow:none}
.btn.alt:hover{background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.38)}
.spacer-header{height:64px}
.menu-toggle{display:none; width:42px; height:42px; border-radius:12px; border:1px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.06); color:#e9efff; align-items:center; justify-content:center; cursor:pointer}
.menu-toggle:hover{background:rgba(36,97,230,0.18); border-color:rgba(36,97,230,0.6)}
.side-drawer{position:fixed; top:0; right:0; bottom:0; width:min(360px, 86vw); background:linear-gradient(180deg, #0e121b, #151a25); border-left:1px solid var(--line); box-shadow:-20px 0 50px rgba(0,0,0,0.45); transform:translateX(100%); transition:transform .28s ease; z-index:120; display:flex; flex-direction:column}
.side-drawer.open{transform:translateX(0)}
.backdrop{position:fixed; inset:0; background:rgba(0,0,0,0.45); opacity:0; pointer-events:none; transition:opacity .2s ease; z-index:110}
.backdrop.show{opacity:1; pointer-events:auto}
.drawer-header{display:flex; align-items:center; gap:10px; padding:16px; border-bottom:1px solid var(--line)}
.drawer-header .close-btn{margin-left:auto; width:40px; height:40px; border-radius:12px; border:1px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.06); color:#e9efff; display:grid; place-items:center; cursor:pointer}
.drawer-header .close-btn:hover{background:rgba(36,97,230,0.18); border-color:rgba(36,97,230,0.6)}
.drawer-content{padding:14px 16px 18px; overflow:auto; display:grid; gap:14px}
.drawer-section{padding:12px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,0.03)}
.drawer-section h4{margin:0 0 8px}
.drawer-links{display:grid; gap:8px}
.drawer-links a{padding:10px 12px; border-radius:10px; color:#C8D3EA; border:1px solid transparent}
.drawer-links a:hover{background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.14); color:#fff}
.drawer-cta{display:grid; gap:10px; margin-top:6px}
.drawer-cta .btn{width:100%; justify-content:center}
.hero{position:relative; overflow:hidden; border-bottom:1px solid var(--line)}
.hero-media{position:absolute; inset:0; z-index:0}
.hero-media .image{width:100%; height:100%; background: linear-gradient(180deg, rgba(16,18,24,0.15), rgba(16,18,24,0.6)), repeating-linear-gradient(135deg, rgba(36,97,230,0.12) 0 2px, transparent 2px 6px), radial-gradient(1200px 500px at 60% -10%, rgba(36,97,230,0.25), transparent 60%), linear-gradient(120deg, #0b0e14 0%, #111521 60%, #0d1220 100%); background-size:cover; filter:saturate(105%)}
.hero-inner{position:relative; z-index:1; padding:86px 0 40px}
.hero-grid{display:grid; grid-template-columns: 1.1fr 1fr; gap:28px; align-items:center}
.kicker{color:#A9B7D7; font-weight:600; letter-spacing:0.4px; display:flex; align-items:center; gap:10px}
.kicker .dot{width:8px; height:8px; border-radius:999px; background:var(--blue); box-shadow:0 0 0 4px rgba(36,97,230,0.18)}
.hero h1{margin:10px 0 10px; font-size:clamp(30px, 5vw, 46px); line-height:1.08; letter-spacing:0.2px}
.hero p{margin:0 0 18px; color:#C7D2EA; font-size:18px}
.stats{display:flex; gap:10px; flex-wrap:wrap; margin:10px 0 14px}
.stat{display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:999px; color:#DDE8FF; box-shadow: inset 0 0 14px rgba(36,97,230,0.18), 0 4px 14px rgba(0,0,0,0.22); font-weight:700; letter-spacing:0.2px}
.stat i{width:18px; height:18px; display:grid; place-items:center; color:#BFD4FF}
.stat small{font-weight:600; color:#BFD0F6; opacity:0.95; letter-spacing:0.15px}
.hero-3d{position:relative; min-height:280px; display:grid; place-items:center; perspective:1200px}
.hero-3d .stage{position:relative; width:100%; height:100%; min-height:280px; display:grid; place-items:center}
.hero-3d .panel{position:relative; width:min(280px, 72%); height:min(280px, 70vw); border-radius:50%; background:transparent; border:none; box-shadow:none; transform-style:preserve-3d; transition:transform .4s ease, filter .3s ease; display:grid; place-items:center; isolation:isolate}
.hero-3d .bot-ring{position:absolute; inset:-18%; border-radius:50%; background: radial-gradient(60% 60% at 50% 50%, rgba(36,97,230,0.35), transparent 70%); filter: blur(14px); z-index:1; animation: pulse 2.6s ease-in-out infinite; opacity:0.85}
.hero-3d .bot-icon{position:relative; z-index:3; width:72%; height:72%; border-radius:50%; overflow:hidden; display:block; background:#0b1020; box-shadow:0 10px 30px rgba(0,0,0,0.35), inset 0 0 24px rgba(36,97,230,0.25); object-fit:cover}
.hero-3d .panel:after{content:""; position:absolute; inset:-2px; border-radius:50%; background: conic-gradient(from 0deg, rgba(36,97,230,0.0), rgba(36,97,230,0.25), rgba(36,97,230,0.0) 30%); filter: blur(10px); z-index:0; animation: spin 12s linear infinite; opacity:0.35; pointer-events:none}
.hero-orbit{position:absolute; inset:0; pointer-events:none}
.hero-token{position:absolute; width:38px; height:38px; border-radius:12px; display:grid; place-items:center; color:#DCE6FF; background:rgba(255,255,255,0.06); border:none; box-shadow: var(--shadow); animation: drift 18s linear infinite; backdrop-filter:saturate(120%) blur(2px)}
.hero-token.t1{ top:14%; left:8%; animation-delay:-4s }
.hero-token.t2{ top:22%; right:8%; animation-delay:-9s }
.hero-token.t3{ bottom:16%; left:14%; animation-delay:-13s }
.hero-token.t4{ bottom:10%; right:12%; animation-delay:-2s }
@keyframes drift{0%{transform:translate(0,0) rotate(0)}25%{transform:translate(8px,-10px) rotate(8deg)}50%{transform:translate(-6px,6px) rotate(0)}75%{transform:translate(12px,4px) rotate(-8deg)}100%{transform:translate(0,0) rotate(0)}}
@keyframes pulse{0%{transform:scale(0.92); opacity:0.65}50%{transform:scale(1.06); opacity:0.95}100%{transform:scale(0.92); opacity:0.65}}
@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.section{padding:56px 0; border-top:1px solid var(--line); background:linear-gradient(180deg, #101218, #191C24)}
.section .lead{color:#C7D2EA; max-width:70ch}
.gallery{display:grid; grid-template-columns: 1.1fr 1fr 0.9fr; gap:14px; margin-top:18px}
.footer{border-top:1px solid var(--line); background:linear-gradient(180deg, #101218, #191C24)}
.footer-top{padding:36px 0; display:grid; grid-template-columns:1fr 1fr 1fr 1.4fr; gap:22px}
.footer-column h4{margin:0 0 10px; letter-spacing:0.6px; font-weight:700}
.footer-column ul{list-style:none; padding:0; margin:0; display:grid; gap:8px}
.footer-column a{color:#C8D3EA}
.footer-column a:hover{color:#FFFFFF}
.footer-column.about-section p{color:#B9C6E3; margin:0 0 10px}
.social-icons{display:flex; gap:10px}
.social-icons a{width:38px; height:38px; border-radius:12px; display:grid; place-items:center; border:1px solid rgba(255,255,255,0.18); color:#DCE6FF; background:rgba(255,255,255,0.04)}
.social-icons a:hover{background:rgba(36,97,230,0.2); border-color:rgba(36,97,230,0.6); color:#fff}
.footer-bottom{padding:14px 0; border-top:1px solid var(--line); color:#90A0BF; font-size:14px; display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap}
.footer-notice .bar{margin:0 8px; opacity:0.6}
.footer-links{display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.footer-links .bar{opacity:0.4}
.footer-logo{display:inline-flex; align-items:center}
#footer-logo{height:18px; width:auto}
@media (max-width: 1100px){
  .nav-links{display:none}
  .menu-toggle{display:flex}
}
@media (max-width: 1024px){
  .feature-row, .feature-row.reverse{grid-template-columns:1fr}
  .feature-row.reverse .feature-copy{order:1}
  .feature-row.reverse .feature-media{order:2}
}
@media (max-width: 960px){
  .hero-inner{padding-top:72px}
  .hero-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .btn{width:100%; justify-content:center}
  .hero-actions{flex-direction:column}
  .hero-3d .panel{width:200px}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column; align-items:flex-start}
}