* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; line-height: 1.8; background: #f4f7fd; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 72px; background: #d0d4db; border-bottom: 1px solid #b0b4bb; position: sticky; top: 0; z-index: 100; }
.nav img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: #333; }
.nav-links a:hover { color: #1a73e8; }
.btn-solid { font-size: 14px; font-weight: 600; color: #fff; background: #1a73e8; padding: 9px 20px; border-radius: 6px; }
.page-hero { position: relative; height: 420px; background-size: cover; background-position: center; display: flex; align-items: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(13,27,62,0.65); }
.hero-content { position: relative; z-index: 1; padding: 0 2rem; max-width: 1100px; margin: 0 auto; width: 100%; }
.eyebrow { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: #5fb3ff; margin-bottom: .5rem; }
.hero-content h1 { font-size: 48px; font-weight: 700; color: #fff; margin-bottom: .75rem; }
.hero-sub { font-size: 18px; color: #a8c8f8; max-width: 580px; }
.content { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.content h2 { font-size: 28px; font-weight: 700; color: #0d1b3e; margin: 2rem 0 .75rem; }
.content p { font-size: 16px; color: #444; margin-bottom: 1rem; line-height: 1.8; }
.content ul { margin: .5rem 0 1.5rem 1.5rem; }
.content ul li { font-size: 15px; color: #444; margin-bottom: .5rem; }
.placeholder { font-size: 16px; color: #999; font-style: italic; padding: 3rem 0; }
.cta-band { background: linear-gradient(135deg, #0d1b3e, #1a73e8); padding: 4rem 2rem; text-align: center; }
.cta-band h2 { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: .75rem; }
.cta-band p { font-size: 16px; color: #a8c8f8; margin-bottom: 1.5rem; }
.cta-band .btn-solid { font-size: 15px; padding: 13px 32px; }
.footer { background: #07102a; padding: 2rem; text-align: center; }
.footer p { font-size: 13px; color: #6a7fa8; }
.footer a { color: #8a9dc0; }
.nav-links .dropdown { position: relative; }
.nav-links .dropdown > a::after { content: ' \25BE'; font-size: 11px; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid #e4eaf4; border-radius: 8px; min-width: 220px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); z-index: 200; padding: 0.5rem 0; }
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li { list-style: none; }
.dropdown-menu li a { display: block; padding: 9px 16px; font-size: 13px; font-weight: 500; color: #333; transition: background .15s; }
.dropdown-menu li a:hover { background: #f4f7fd; color: #1a73e8; }
html, body { overflow-x: hidden; }
@media (max-width: 768px) {
  .nav { padding: 0 1rem; }
  .nav-links { display: none; }
  .btn-solid { font-size: 13px; padding: 8px 14px; }
  .hero-content h1 { font-size: 28px; }
  .hero-sub { font-size: 15px; }
  .page-hero { height: 300px; }
  .content { padding: 2rem 1rem; }
  .content h2 { font-size: 22px; }
}
