*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0a0c12;color:#f5f7fb;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{max-width:1120px;margin:auto;padding:24px;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:900;letter-spacing:.12em}nav{display:flex;gap:25px;color:#aab2c2}.hero,.section,.disclosure{max-width:1120px;margin:auto;padding:90px 24px}.hero{min-height:570px;display:flex;flex-direction:column;justify-content:center}.tag{font-size:12px;font-weight:800;letter-spacing:.18em;color:#70d7ff}.hero h1{font-size:clamp(48px,8vw,92px);line-height:.95;letter-spacing:-.06em;max-width:850px;margin:18px 0}.hero h1 span{color:#8b72ff}.lead{color:#aab2c2;font-size:19px;line-height:1.7;max-width:650px}.button{align-self:flex-start;margin-top:20px;padding:15px 22px;border-radius:12px;background:#7659ff;font-weight:800}.section h2,.disclosure h2{font-size:42px;letter-spacing:-.04em}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.grid article,.offer,.disclosure{border:1px solid #242936;background:#11151e;border-radius:20px}.grid article{padding:25px}.grid p,.offer p,.disclosure p{color:#9ea8ba;line-height:1.7}.icon{font-size:27px}.offer{padding:30px;display:flex;justify-content:space-between;align-items:center}.badge{font-size:11px;letter-spacing:.12em;color:#70d7ff}.offer button{padding:13px 18px;border:0;border-radius:10px}.disclosure{margin-top:40px;margin-bottom:90px;padding:40px}footer{max-width:1120px;margin:auto;border-top:1px solid #242936;padding:35px 24px 50px;display:flex;justify-content:space-between;color:#9ea8ba}footer div:last-child{display:flex;gap:18px;flex-wrap:wrap}@media(max-width:800px){nav{display:none}.grid{grid-template-columns:1fr 1fr}.offer{align-items:flex-start;gap:20px;flex-direction:column}}@media(max-width:520px){.grid{grid-template-columns:1fr}.hero{min-height:500px}.section h2,.disclosure h2{font-size:34px}footer{flex-direction:column;gap:20px}}