*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:#14213d;line-height:1.6}nav{height:72px;display:flex;align-items:center;justify-content:space-between;width:90%;max-width:1100px;margin:auto}header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5eaf1;z-index:5}.logo{font-size:28px;font-weight:800}.logo span{color:#1976d2}nav a{margin-left:24px;text-decoration:none;color:#14213d;font-weight:600}.hero{min-height:620px;display:flex;align-items:center;padding:60px 8%;background:linear-gradient(135deg,#edf6ff,#fff)}.hero>div{max-width:850px}.hero p:first-child,.label{color:#1976d2;font-size:13px;font-weight:800;letter-spacing:2px}.hero h1{font-size:clamp(48px,8vw,82px);line-height:1.05;margin:15px 0}.hero h1 span{color:#1976d2}.lead{font-size:19px;color:#526078;max-width:650px;margin-bottom:30px}.button{display:inline-block;background:#1976d2;color:#fff;padding:13px 25px;border-radius:8px;text-decoration:none;font-weight:700}section:not(.hero){padding:90px 8%;}h2{font-size:40px;line-height:1.2;max-width:800px}section p{max-width:800px;color:#526078}.light{background:#f7faff}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:35px}.cards article{background:#fff;padding:30px;border:1px solid #e1e8f0;border-radius:14px;box-shadow:0 8px 25px #14213d12}.cards h3{font-size:22px}.dark{background:#14213d;color:#fff}.dark p{color:#cbd5e1}.dark .label{color:#67b7ff}footer{text-align:center;padding:25px;background:#0d172b;color:#aebbd0}@media(max-width:700px){nav a{margin-left:8px;font-size:13px}.cards{grid-template-columns:1fr}.hero{min-height:540px}}