
*{box-sizing:border-box}
:root{--ink:#0b1b2b;--bg:#ffffff;--brand:#0b2a4a;--accent:#145ea8}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
.container{width:min(1100px,92%);margin:0 auto}
.site-header{background:var(--brand);color:#fff}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0}
.brand h1{font-size:1.1rem;margin:0}
.hero{position:relative;height:38vh;min-height:280px;color:#fff;display:grid;place-items:end start}
.hero picture, .hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero .overlay{position:relative;padding:2rem;width:100%}
.hero h2{margin:0 0 .4rem;font-size:2rem}
.grid{display:grid;gap:1rem}
.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:1.2rem 0 2rem}
.card{background:#f9fbfd;border:1px solid #e7eef6;border-radius:14px;padding:1rem}
.card h3{margin:.2rem 0 .4rem}
.section{padding:2rem 0}
.side-by{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem}
footer{background:#0b2a4a;color:#e4eef8;padding:1rem 0;margin-top:2rem}
a{color:#0b4ea2;text-decoration:none}a:hover{text-decoration:underline}
.btn{display:inline-block;background:#0b4ea2;color:#fff;padding:.6rem .9rem;border-radius:10px;border:0}
.tag{display:inline-block;font-size:.85rem;background:#eef5ff;border:1px solid #d8e6fb;border-radius:999px;padding:.1rem .6rem;margin-right:.4rem}
.hod{font-size:.95rem;color:#334;opacity:.9}
@media(max-width:900px){.side-by{grid-template-columns:1fr} .hero{height:32vh}}
