*{box-sizing:border-box}body{margin:0;background:#08111f;color:#fff;font-family:Inter,Segoe UI,sans-serif;overflow-x:hidden}nav,header,section,footer{position:relative;z-index:2}nav{max-width:1200px;margin:auto;padding:24px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:30px;font-weight:800}.hero{max-width:1200px;margin:auto;padding:80px 24px;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.hero h1{font-size:72px;margin:10px 0}.hero p{color:#adc0d6;font-size:22px;max-width:700px}.badge{padding:8px 14px;border:1px solid #2b4f7c;border-radius:999px;background:rgba(255,255,255,.05)}.cta{background:linear-gradient(135deg,#00b7ff,#42f5c5);padding:14px 22px;border-radius:16px;color:#04101a;text-decoration:none;font-weight:700;display:inline-block}.glass{background:rgba(255,255,255,.05);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.grid{max-width:1200px;margin:30px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 24px}.services,.schedule{max-width:1200px;margin:50px auto;padding:0 24px}.schedule{padding:40px}.hero-card li{margin:12px 0}footer{max-width:1200px;margin:auto;padding:40px 24px;display:flex;justify-content:space-between;color:#9ab0c6}a{color:#7be8ff}.bg:before,.bg:after{content:'';position:fixed;border-radius:50%;filter:blur(120px)}.bg:before{width:420px;height:420px;background:#00b7ff;top:-80px;left:-60px;opacity:.25}.bg:after{width:340px;height:340px;background:#38f2b9;right:-60px;top:120px;opacity:.2}.particles{position:fixed;inset:0;z-index:1}.dot{position:absolute;width:3px;height:3px;background:#57d9ff;border-radius:50%;opacity:.6}.hero-card{animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-10px)}}@media(max-width:900px){.hero,.grid{grid-template-columns:1fr}.hero h1{font-size:48px}footer{flex-direction:column;gap:10px}}
