
body{font-family:system-ui;margin:0;color:#0a2540}
.header{background:#0a2540;color:#fff}
.header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.container{width:90%;max-width:1100px;margin:auto}
nav a{color:#fff;margin-left:1rem;text-decoration:none;font-weight:500}
.hero{background:#1f6f8b;color:#fff;padding:4rem 0;text-align:center}
.section{padding:3rem 0}
.section.light{background:#f4f7f9}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}
.card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.05)}
.footer{background:#0a2540;color:#fff;text-align:center;padding:1.5rem 0}
.footer a{color:#fff;text-decoration:none}
.logo{margin:0;line-height:1.1}
.logo-sub{font-size:.75em;opacity:.8}

/* Logo fix: prevent wrapping and reduce size slightly */
.logo {
  white-space: nowrap;
  font-size: 1.2rem;
}

.logo-sub {
  font-size: 0.7em;
}
