@font-face {
  font-family: "Nunito Local";
  src: url("/assets/Nunito-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --navy: #183153;
  --navy-light: #264b76;
  --coral: #e76f51;
  --coral-text: #b94329;
  --teal: #2a9d8f;
  --teal-dark: #18776d;
  --yellow: #f2b84b;
  --cream: #fff9f0;
  --paper: #ffffff;
  --text: #183153;
  --muted: #5d6878;
  --line: #dce3ea;
  --soft-teal: #effaf7;
  --soft-coral: #fff3ef;
  --shadow: 0 18px 50px rgba(24, 49, 83, 0.09);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 95% 8%, rgba(242, 184, 75, 0.18), transparent 24rem),
    linear-gradient(145deg, #ffffff 0%, var(--cream) 100%);
  color: var(--text);
  font-family: "Nunito Local", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 3px;
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
summary:focus-visible {
  outline: 4px solid rgba(42, 157, 143, 0.3);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 14px;
  top: 12px;
  z-index: 200;
  border-radius: 10px;
  padding: 10px 14px;
  background: var(--navy);
  color: white;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 227, 234, 0.9);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
}

.header-inner,
.page-shell,
.footer-inner {
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  border-radius: 10px;
}

.brand img {
  width: 176px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--coral-text);
}

.page-shell {
  padding: 62px 0 72px;
}

.page-hero {
  margin-bottom: 24px;
  border: 1px solid rgba(220, 227, 234, 0.92);
  border-radius: 28px;
  padding: 46px 50px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral-text);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(38px, 7vw, 58px);
  font-weight: 1000;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

h2 {
  margin: 38px 0 12px;
  font-size: 27px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

h3 {
  margin: 24px 0 8px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.25;
}

.lead {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 20px;
}

.updated {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.document-card {
  border: 1px solid rgba(220, 227, 234, 0.92);
  border-radius: 26px;
  padding: 18px 50px 48px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.document-card p,
.document-card li {
  color: var(--muted);
}

.document-card strong {
  color: var(--navy);
}

.document-card a {
  color: var(--navy);
  font-weight: 850;
}

.document-card ul,
.document-card ol {
  padding-left: 24px;
}

.document-card li {
  margin-bottom: 8px;
}

.provider-box,
.contact-box {
  margin-top: 26px;
  border-radius: 18px;
  padding: 20px 22px;
}

.provider-box {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(42, 157, 143, 0.22);
  background: var(--soft-teal);
  color: var(--teal-dark);
}

.provider-box strong {
  margin-bottom: 4px;
  color: var(--teal-dark);
}

.provider-box span,
.provider-box a {
  overflow-wrap: anywhere;
}

.provider-box a {
  color: var(--teal-dark);
  font-weight: 900;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  background: var(--navy);
  color: white;
}

.contact-box strong {
  display: block;
  margin-bottom: 4px;
  color: white;
  font-weight: 950;
}

.contact-box p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.contact-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 13px 20px;
  background: white;
  color: var(--navy) !important;
  font-weight: 950 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.info-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: white;
}

.info-card h2,
.info-card h3 {
  margin-top: 0;
}

.info-card p:last-child {
  margin-bottom: 0;
}

.site-footer {
  border-top: 1px solid rgba(220, 227, 234, 0.9);
  padding: 28px 0 34px;
  background: #101f33;
  color: white;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-inner p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: white;
}

@media (max-width: 700px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    width: min(100% - 28px, 920px);
  }

  .header-inner {
    min-height: 66px;
  }

  .brand img {
    width: 150px;
  }

  .header-nav a:not(:last-child) {
    display: none;
  }

  .page-shell {
    padding: 34px 0 48px;
  }

  .page-hero {
    border-radius: 23px;
    padding: 34px 22px;
  }

  .lead {
    font-size: 18px;
  }

  .document-card {
    border-radius: 22px;
    padding: 8px 22px 34px;
  }

  .info-grid,
  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-button {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-nav {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
