*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0b1020;color:#eef2ff;line-height:1.7}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw);border-bottom:1px solid #202942;background:#0d1326;position:sticky;top:0;z-index:10}.brand{color:#fff;text-decoration:none;font-weight:800;font-size:20px}.brand span{margin-right:8px}.nav nav{display:flex;gap:24px}.nav a{color:#b9c3dc;text-decoration:none}.nav nav a:hover,footer a:hover{color:#fff}.hero{max-width:1000px;margin:0 auto;padding:110px 24px 90px;text-align:center}.badge{display:inline-block;padding:6px 12px;border:1px solid #33405f;border-radius:999px;color:#91a4ff;font-size:12px;font-weight:800;letter-spacing:.12em}.hero h1{font-size:clamp(42px,7vw,76px);line-height:1.05;margin:22px 0}.hero h1 span{color:#6d8cff}.hero p{max-width:680px;margin:0 auto;color:#aeb8d1;font-size:19px}.buttons{display:flex;justify-content:center;gap:14px;margin-top:32px;flex-wrap:wrap}.button{padding:12px 20px;border-radius:10px;text-decoration:none;font-weight:700}.primary{background:#5572ff;color:#fff}.secondary{border:1px solid #394666;color:#fff}.features{max-width:1050px;margin:0 auto;padding:0 24px 100px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.features article{padding:28px;border:1px solid #242e49;border-radius:18px;background:#10172b}.icon{font-size:28px}.features h2{margin:10px 0 4px}.features p{color:#9faac5;margin:0}.page{max-width:900px;margin:0 auto;padding:70px 24px 100px}.page h1{font-size:42px;line-height:1.15;margin:18px 0 8px}.page h2{margin-top:38px;color:#dfe5ff}.page p{color:#b4bed5}.muted{color:#7f8ba8!important}.contact{text-align:center;min-height:65vh}.email{font-size:22px;color:#91a4ff!important;font-weight:700}footer{border-top:1px solid #202942;background:#0d1326;padding:25px max(24px,5vw);display:flex;justify-content:space-between;gap:20px;color:#7f8ba8;font-size:14px}footer a{color:#9da8c1;text-decoration:none;margin-left:18px}@media(max-width:700px){.nav{height:auto;padding:18px 20px;align-items:flex-start;gap:12px}.nav nav{gap:10px;flex-wrap:wrap;justify-content:flex-end;font-size:13px}.hero{padding:75px 20px}.features{grid-template-columns:1fr}.page h1{font-size:34px}footer{flex-direction:column}footer a{margin:0 16px 0 0}}