body{margin:0;font-family:Inter,Arial,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.6}
a{color:#0369a1;text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:1120px;margin:0 auto;padding:0 20px}
header{background:#e0f2fe;border-bottom:1px solid #bae6fd}
.top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}
.logo{width:150px;height:auto}
nav{display:flex;flex-wrap:wrap;gap:16px;font-weight:700;font-size:14px}
main{padding:56px 0}
.crumbs{font-size:14px;margin-bottom:24px;color:#64748b}
h1{font-size:clamp(34px,5vw,56px);line-height:1.08;margin:0 0 24px;font-weight:900}
h2{font-size:28px;margin:40px 0 16px}
p{font-size:18px;margin:0 0 18px;color:#475569}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:24px 0}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(15,23,42,.04)}
.cta{display:inline-flex;margin-top:18px;background:#0284c7;color:#fff;border-radius:14px;padding:14px 20px;font-weight:800}
.cta:hover{text-decoration:none;background:#0369a1}
footer{padding:32px 0;background:#041a28;color:#bae6fd}
footer p{color:#bae6fd;font-size:15px}
