*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f7f8fa;color:#132033;line-height:1.6}.wrap{width:min(1080px,calc(100% - 40px));margin:auto}header,footer{background:#fff;border-color:#e3e7ed}header{border-bottom:1px solid #e3e7ed}nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:20px;font-weight:800;color:#0c1b2a;text-decoration:none}.links{display:flex;gap:20px}.links a,footer a{color:#5f6b7a;text-decoration:none}.hero{padding:90px 0 70px;text-align:center}.hero h1{font-size:clamp(38px,6vw,64px);line-height:1.05;margin:0 auto 22px;max-width:900px}.hero p{font-size:20px;color:#5f6b7a;max-width:760px;margin:auto}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding-bottom:80px}.card,.content{background:#fff;border:1px solid #e3e7ed;border-radius:14px}.card{padding:28px}.card h2{margin-top:0;font-size:20px}.card p,.content p,.content li{color:#455364}.content{padding:42px;margin:48px auto 70px;max-width:900px}.content h1{margin-top:0}.content h2{margin-top:34px;font-size:21px}.updated{font-size:14px;color:#5f6b7a!important}footer{border-top:1px solid #e3e7ed;padding:28px 0;color:#5f6b7a;font-size:14px}.foot{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}@media(max-width:760px){.grid{grid-template-columns:1fr}.hero{padding:60px 0 45px}.content{padding:26px}}