:root {
  --navy: #253238;
  --navy-2: #1c292e;
  --teal: #147f86;
  --teal-deep: #096c73;
  --aqua: #e1f4f4;
  --ocean: #2c8fa3;
  --gold: #d8a23d;
  --text: #202a2e;
  --muted: #62747b;
  --border: #cad9dc;
  --offwhite: #f8fafa;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(20, 50, 56, 0.10);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--offwhite);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ocean); }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { left: 10px; }

.disclosure-bar {
  background: var(--aqua);
  color: #315057;
  border-bottom: 1px solid #c5e2e4;
  font-size: .86rem;
}
.disclosure-bar .container { padding: 9px 0; }

.site-header { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 18px rgba(0,0,0,.14); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; text-decoration: none; color: #fff; flex-shrink: 0; }
.brand img {
  display: block;
  height: 58px;
  width: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
}
.site-nav { display: flex; align-items: center; gap: 7px; }
.site-nav a {
  color: rgba(255,255,255,.88);
  text-decoration: none;
  font-weight: 650;
  font-size: .93rem;
  padding: 10px 11px;
  border-radius: 10px;
  white-space: nowrap;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: rgba(255,255,255,.10); color: #fff; }
.nav-toggle { display: none; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; border-radius: 10px; padding: 8px 11px; cursor: pointer; }

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f6fbfb 0%, #e4f5f4 52%, #d7eef2 100%);
  border-bottom: 1px solid #cce3e5;
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px; height: 520px;
  right: -210px; top: -230px;
  border-radius: 50%;
  border: 60px solid rgba(44,143,163,.08);
}
.hero-grid { min-height: 565px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; padding: 64px 0; }
.eyebrow { color: var(--teal-deep); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; margin: 0 0 10px; }
h1, h2, h3 { line-height: 1.14; margin-top: 0; color: var(--navy); }
h1 { font-size: clamp(2.55rem, 5vw, 4.8rem); letter-spacing: -.035em; margin-bottom: 20px; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.65rem); letter-spacing: -.02em; }
h3 { font-size: 1.22rem; }
.lead { font-size: 1.16rem; color: #52676d; max-width: 690px; }
.hero-art { align-self: end; }
.hero-art img { width: 100%; filter: drop-shadow(0 20px 34px rgba(11,91,98,.14)); }

.search-panel { margin-top: 30px; background: rgba(255,255,255,.94); border: 1px solid rgba(9,108,115,.18); box-shadow: var(--shadow); border-radius: var(--radius); padding: 18px; max-width: 760px; }
.search-label { display: block; font-size: .83rem; font-weight: 800; margin-bottom: 7px; color: #38545a; text-transform: uppercase; letter-spacing: .06em; }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-input { width: 100%; border: 1px solid var(--border); border-radius: 11px; padding: 14px 16px; outline: none; background: #fff; color: var(--text); }
.search-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(20,127,134,.12); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 11px; padding: 13px 18px; font-weight: 800; cursor: pointer;
  text-decoration: none; transition: .18s ease; min-height: 48px;
}
.btn-primary { background: var(--teal-deep); color: #fff; }
.btn-primary:hover { background: #075c62; color: #fff; transform: translateY(-1px); }
.btn-secondary { background: var(--aqua); color: var(--teal-deep); border: 1px solid #b8dcdf; }
.btn-secondary:hover { background: #d3eeee; color: var(--teal-deep); }
.search-note { color: var(--muted); font-size: .88rem; margin: 10px 2px 0; }

.section { padding: 76px 0; }
.section-tight { padding: 52px 0; }
.section-white { background: #fff; }
.section-aqua { background: var(--aqua); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }

.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card {
  background: #fff; border: 1px solid #d7e4e6; border-radius: var(--radius); padding: 24px;
  box-shadow: 0 8px 28px rgba(20,50,56,.055);
}
.card p { color: var(--muted); }
.card .icon {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--aqua); color: var(--teal-deep); font-weight: 900; margin-bottom: 18px; font-size: 1.2rem;
}
.card-link { display: inline-flex; gap: 5px; font-weight: 800; text-decoration: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding: 7px 0 7px 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 6px; color: var(--teal); font-weight: 900; }
.number-list { counter-reset: steps; list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 16px; }
.number-list li { counter-increment: steps; background: #fff; border: 1px solid #d6e3e5; border-radius: 14px; padding: 18px 20px 18px 66px; position: relative; }
.number-list li::before { content: counter(steps); position: absolute; left: 18px; top: 18px; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-deep); color: #fff; font-weight: 900; }
.number-list strong { display: block; color: var(--navy); margin-bottom: 4px; }

.page-hero { background: linear-gradient(120deg, #edf8f8, #dbeff2); border-bottom: 1px solid #cce1e3; padding: 64px 0 54px; }
.page-hero h1 { font-size: clamp(2.3rem, 4vw, 3.75rem); margin-bottom: 14px; }
.page-hero .lead { margin-bottom: 0; }

.callout { border-left: 4px solid var(--gold); background: #fffaf0; border-radius: 0 14px 14px 0; padding: 18px 20px; color: #665737; }
.official-box { background: #eff9f9; border: 1px solid #c3e2e4; border-radius: var(--radius); padding: 22px; }
.badge { display: inline-block; padding: 5px 9px; border-radius: 999px; font-size: .75rem; font-weight: 800; background: #eaf4f5; color: var(--teal-deep); margin-bottom: 10px; }
.external::after { content: " ↗"; }

.resource-list { display: grid; gap: 13px; }
.resource-item { display: flex; justify-content: space-between; gap: 18px; align-items: center; background: #fff; border: 1px solid #d7e4e6; border-radius: 14px; padding: 18px 20px; text-decoration: none; color: var(--text); }
.resource-item:hover { border-color: #9fcdd1; box-shadow: 0 8px 20px rgba(20,50,56,.06); color: var(--text); }
.resource-item strong { color: var(--navy); display: block; }
.resource-item span { color: var(--muted); font-size: .9rem; }

.contact-card { max-width: 720px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid #d5e4e6; border-radius: 22px; padding: 42px; box-shadow: var(--shadow); }
.contact-email { font-size: clamp(1.25rem,3vw,1.8rem); font-weight: 800; word-break: break-word; }

.site-footer { background: var(--navy-2); color: #dbe4e6; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.site-footer a { color: #dbe4e6; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.footer-brand img { width: 300px; height: auto; margin-bottom: 12px; object-fit: contain; }
.footer-small { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 18px; font-size: .82rem; color: #aebdc1; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.prose { max-width: 850px; }
.prose h2 { margin-top: 38px; font-size: 1.7rem; }
.prose h3 { margin-top: 26px; }
.prose p, .prose li { color: #465b61; }
.prose ul { padding-left: 22px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 18px; }
.mt-3 { margin-top: 28px; }
.mb-0 { margin-bottom: 0; }

@media (max-width: 980px) {
  .brand img { height: 52px; width: auto; max-width: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; background: var(--navy); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 10px; flex-direction: column; align-items: stretch; box-shadow: 0 14px 28px rgba(0,0,0,.2); }
  .site-nav.is-open { display: flex; }
  .site-nav a { width: 100%; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 58px 0 34px; }
  .hero-art { max-width: 620px; justify-self: center; margin-top: -25px; }
  .card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .card-grid.three { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand img { height: 46px; width: auto; max-width: none; }
  .header-inner { min-height: 70px; }
  h1 { font-size: 2.65rem; }
  .hero-grid { padding-top: 46px; }
  .search-row { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .card-grid, .card-grid.three, .card-grid.two, .split, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .page-hero { padding: 48px 0 42px; }
  .contact-card { padding: 28px 20px; }
  .resource-item { align-items: flex-start; flex-direction: column; }
  .disclosure-bar { font-size: .78rem; }
}
