*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#111827;background:#f7f8fc;line-height:1.6}a{color:#4338ca}.container{width:min(1080px,92%);margin:auto}header,footer{background:#fff;border-bottom:1px solid #e5e7eb}nav{min-height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;text-decoration:none;color:#111827}.hero{padding:80px 0;background:linear-gradient(120deg,#fff,#efedff)}h1{font-size:clamp(38px,6vw,68px);line-height:1.05;max-width:850px}.lead{font-size:18px;color:#526074;max-width:800px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:45px 0}.card,.legal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:25px}.legal{max-width:900px;margin:45px auto}.legal h1{font-size:42px}.legal h2{margin-top:30px}.legal p{color:#4b5563}footer{border-top:1px solid #e5e7eb;border-bottom:0;padding:25px 0}.links{display:flex;gap:18px;flex-wrap:wrap}@media(max-width:700px){.grid{grid-template-columns:1fr}}