*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8fafc;color:#15283d;font:16px/1.65 system-ui,-apple-system,Segoe UI,sans-serif}a{color:#0758a1}a:hover{text-decoration:underline}.wrap{width:min(1100px,calc(100% - 36px));margin:auto}header{background:#0a2540;color:white}header .wrap{display:flex;align-items:center;gap:24px;justify-content:space-between;flex-wrap:wrap;padding:16px 0}header a{color:white}header img{width:52px;height:52px;object-fit:contain;vertical-align:middle;margin-right:10px}nav{display:flex;gap:18px;flex-wrap:wrap}main{padding:48px 0 80px}.hero{padding:36px 0}h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.15;max-width:850px}h2{font-size:1.65rem;line-height:1.3;margin-top:2rem}.lead{font-size:1.2rem;max-width:820px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:30px 0}.card{border:1px solid #dce6ef;background:white;border-radius:14px;padding:24px}.card h2{font-size:1.22rem;margin:0 0 8px}.cta{display:inline-block;background:#fa5a1d;color:white;text-decoration:none;padding:13px 21px;border-radius:8px;font-weight:700}.cta:hover{color:white}.note{background:#e8f2fa;border-left:4px solid #1c6eae;padding:16px}footer{background:#0a2540;color:white;padding:32px 0}footer a{color:white}@media(max-width:650px){header .wrap{align-items:flex-start}nav{gap:10px}main{padding:25px 0 50px}}