:root {
  --blue-900: #07386d;
  --blue-700: #0757b8;
  --blue-500: #2da8e6;
  --green-700: #068245;
  --yellow-400: #f4c936;
  --red-500: #e83f43;
  --ink: #132033;
  --muted: #5e6b7c;
  --line: #d9e2ef;
  --soft: #f4f8fc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(12, 46, 88, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--blue-900);
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid var(--line);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 226, 239, 0.8);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 78px;
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 156px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--blue-900);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a,
.header-call,
.contact-methods a,
.site-footer a {
  text-decoration: none;
}

.site-nav a:hover,
.contact-methods a:hover,
.site-footer a:hover {
  color: var(--blue-700);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: 6px;
  font-size: 0.93rem;
  font-weight: 800;
  white-space: nowrap;
}

.phone-perch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding-top: 24px;
}

.perched-phone-bird {
  position: absolute;
  right: 12px;
  bottom: 34px;
  width: 118px;
  max-width: none;
  filter: drop-shadow(0 14px 18px rgba(7, 56, 109, 0.24));
  transform-origin: 62% 72%;
  animation: perchedBird 4.8s ease-in-out infinite;
  pointer-events: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue-900);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 150px 0 190px;
  overflow: hidden;
  color: var(--blue-900);
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 17%, rgba(255, 233, 118, 0.34), transparent 19rem),
    radial-gradient(circle at 16% 28%, rgba(45, 168, 230, 0.15), transparent 18rem),
    linear-gradient(180deg, #fbfdff 0%, #edf8ff 42%, #d5f1ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(45, 168, 230, 0.28) 0 1px, transparent 2px);
  background-size: 170px 170px, 116px 116px;
  background-position: 20px 70px, 90px 34px;
  animation: skyDrift 24s linear infinite;
}

.hero-animation {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  perspective: 900px;
}

.toy-sun {
  position: absolute;
  top: 96px;
  right: clamp(26px, 9vw, 128px);
  width: 132px;
  height: 132px;
  border-radius: 50%;
  opacity: 0.95;
  transform: translateZ(-60px);
  animation: sunGlow 6.5s ease-in-out infinite;
}

.sun-glow,
.sun-halo,
.sun-core,
.sun-beams,
.sun-sheen {
  position: absolute;
  display: block;
}

.sun-beams {
  inset: -150px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from -8deg, rgba(255, 231, 126, 0.42) 0deg 4deg, transparent 4deg 14deg),
    radial-gradient(circle, rgba(255, 233, 130, 0.38), rgba(255, 233, 130, 0.09) 33%, transparent 66%);
  filter: blur(1.5px);
  opacity: 0.82;
}

.sun-glow {
  inset: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 238, 150, 0.66), rgba(255, 225, 74, 0.23) 38%, rgba(255, 225, 74, 0) 68%);
  filter: blur(3px);
}

.sun-halo {
  inset: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff8bd 0 10%, #ffe56f 28%, #f8ca3c 64%, #efb62c 100%);
  box-shadow:
    inset -18px -20px 25px rgba(185, 126, 18, 0.14),
    inset 14px 14px 18px rgba(255, 255, 255, 0.54),
    0 18px 42px rgba(244, 201, 54, 0.34);
}

.sun-core {
  inset: 45px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 25%, #fffce0 0 26%, #ffe474 44%, #f3bd35 100%);
  box-shadow:
    inset -7px -8px 10px rgba(161, 96, 8, 0.12),
    0 3px 8px rgba(194, 133, 12, 0.18);
}

.sun-sheen {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.42);
}

.sheen-1 {
  right: 35px;
  top: 44px;
  width: 14px;
  height: 14px;
}

.sheen-2 {
  right: 24px;
  top: 70px;
  width: 21px;
  height: 21px;
  opacity: 0.72;
}

.flying-birds {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
}

.flying-bird {
  position: absolute;
  right: -180px;
  width: 112px;
  max-width: none;
  opacity: 0;
  filter: drop-shadow(0 12px 14px rgba(7, 56, 109, 0.24));
  transform-origin: 55% 52%;
  animation:
    birdAcross 19s linear infinite,
    birdFloat 4.6s ease-in-out infinite;
}

.bird-1 {
  top: 118px;
  width: 96px;
  animation-duration: 22s, 5.2s;
  animation-delay: 1.8s, 0.1s;
}

.bird-2 {
  top: 314px;
  width: 70px;
  animation-duration: 18s, 4.4s;
  animation-delay: 4s, 1.2s;
  filter: drop-shadow(0 9px 10px rgba(7, 56, 109, 0.2));
}

.bird-3 {
  top: 88px;
  width: 48px;
  animation-duration: 24s, 5.8s;
  animation-delay: 8.5s, 0.4s;
  opacity: 0;
}

.bird-4 {
  top: 388px;
  width: 84px;
  animation-duration: 21s, 5s;
  animation-delay: 12.5s, 2s;
}

.bird-5 {
  top: 252px;
  width: 48px;
  animation-duration: 27s, 6s;
  animation-delay: 16s, 0.7s;
  filter: drop-shadow(0 7px 8px rgba(7, 56, 109, 0.16));
}

.hero-spark {
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #ffffff 0 24%, rgba(45, 168, 230, 0.72) 42%, rgba(7, 87, 184, 0.25) 100%);
  box-shadow: 0 7px 14px rgba(7, 87, 184, 0.12);
  animation: sparkDrift 7s ease-in-out infinite;
}

.spark-1 {
  top: 214px;
  right: 28%;
}

.spark-2 {
  top: 348px;
  right: 18%;
  width: 9px;
  height: 9px;
  animation-delay: 1.8s;
}

.spark-3 {
  top: 126px;
  left: 43%;
  width: 10px;
  height: 10px;
  animation-delay: 3s;
}

.wave-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  z-index: 1;
  height: 204px;
  overflow: hidden;
  transform: translateZ(0);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0 18%, rgba(255, 255, 255, 0.38) 19%, rgba(255, 255, 255, 0) 27%);
}

.wave {
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.wave path {
  filter: drop-shadow(0 -10px 18px rgba(255, 255, 255, 0.24));
}

.ocean-horizon {
  position: absolute;
  left: -4%;
  right: -4%;
  top: 74px;
  height: 56px;
  border-radius: 50% 50% 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.1)),
    radial-gradient(ellipse at 50% 100%, rgba(83, 179, 234, 0.24), transparent 70%);
  filter: blur(0.4px);
  opacity: 0.78;
}

.wave-far {
  bottom: 86px;
  height: 176px;
  fill: rgba(119, 200, 241, 0.38);
  animation: waveSlide 26s linear infinite;
}

.wave-back {
  bottom: 58px;
  fill: rgba(62, 162, 230, 0.44);
  animation: waveSlideReverse 28s linear infinite;
}

.wave-mid {
  bottom: 30px;
  fill: rgba(24, 124, 217, 0.62);
  animation: waveSlide 22s linear infinite;
}

.wave-front {
  bottom: 0;
  fill: rgba(7, 87, 184, 0.84);
  animation: waveSlideReverse 18s linear infinite;
}

.wave-foam {
  fill: none;
  stroke: rgba(255, 255, 255, 0.74);
  stroke-width: 7;
  stroke-linecap: round;
  filter: none;
}

.soft-foam {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 5;
}

.water-shimmer {
  position: absolute;
  inset: 24% 0 0;
  opacity: 0.38;
  background-image:
    linear-gradient(110deg, transparent 0 16%, rgba(255, 255, 255, 0.34) 17%, rgba(255, 255, 255, 0.08) 22%, transparent 25%),
    radial-gradient(ellipse at 28% 76%, rgba(255, 255, 255, 0.44) 0 2px, transparent 3px),
    radial-gradient(ellipse at 66% 52%, rgba(255, 255, 255, 0.32) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  background-size: 360px 100%, 170px 90px, 210px 120px, 100% 64px;
  animation: shimmerSlide 17s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 4;
  max-width: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--green-700);
}

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

h1 {
  max-width: 740px;
  margin-bottom: 20px;
  font-size: 5.2rem;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  color: var(--blue-900);
  font-size: 3.1rem;
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  color: var(--blue-900);
  font-size: 1.24rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: #284160;
  font-size: 1.22rem;
}

.hero-actions,
.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.98rem;
}

.button.primary {
  color: var(--white);
  background: var(--red-500);
}

.button.secondary {
  color: var(--blue-900);
  background: var(--yellow-400);
}

.button:hover,
.header-call:hover {
  filter: brightness(0.96);
}

.hero .button {
  box-shadow: 0 14px 26px rgba(7, 56, 109, 0.14);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  max-width: 960px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 87, 184, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(12, 46, 88, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
}

.trust-row span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green-700);
  box-shadow: 0 0 0 4px rgba(6, 130, 69, 0.14);
}

.mobile-perched-bird {
  display: none;
}

@keyframes perchedBird {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  50% {
    transform: translate3d(0, -6px, 0) rotate(2deg);
  }
}

@keyframes skyDrift {
  to {
    background-position: 190px 70px, -26px 34px;
  }
}

@keyframes sunGlow {
  0%,
  100% {
    transform: translate3d(0, 0, -60px) scale(1);
    filter: saturate(1);
  }

  50% {
    transform: translate3d(0, 4px, -60px) scale(1.035);
    filter: saturate(1.12);
  }
}

@keyframes birdAcross {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotateY(-16deg) rotate(-2deg);
  }

  8% {
    opacity: 0.9;
  }

  50% {
    transform: translate3d(-28vw, 18px, 42px) rotateY(10deg) rotate(3deg);
  }

  92% {
    opacity: 0.86;
  }

  100% {
    opacity: 0;
    transform: translate3d(-72vw, -10px, 0) rotateY(16deg) rotate(-4deg);
  }
}

@keyframes birdFloat {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -22px;
  }
}

@keyframes sparkDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }

  50% {
    transform: translate3d(12px, -18px, 0) scale(1.18);
    opacity: 0.95;
  }
}

@keyframes waveSlide {
  to {
    transform: translate3d(25%, 0, 0);
  }
}

@keyframes waveSlideReverse {
  to {
    transform: translate3d(-25%, 0, 0);
  }
}

@keyframes shimmerSlide {
  to {
    background-position: 240px 0, -170px 0, 210px 0;
  }
}

.quick-info {
  background: var(--blue-900);
  color: var(--white);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-grid div {
  min-height: 116px;
  padding: 28px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.quick-grid div:last-child {
  border-right: 0;
}

.quick-grid span {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow-400);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-grid strong {
  display: block;
  font-size: 1.1rem;
}

.video-feature {
  padding: 70px 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(244, 201, 54, 0.12), transparent 15rem),
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  border-bottom: 1px solid var(--line);
}

.video-feature-inner {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: center;
}

.video-copy h2 {
  margin-bottom: 16px;
  font-size: 2.35rem;
}

.video-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--blue-900);
  border: 1px solid rgba(7, 87, 184, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(12, 46, 88, 0.14);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.resource-banner {
  padding: 64px 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.resource-inner {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 40px;
  align-items: center;
}

.resource-copy h2 {
  margin-bottom: 16px;
  font-size: 2.25rem;
}

.resource-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.resource-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.resource-link {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 22px;
  color: var(--blue-900);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.resource-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 72px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: left center;
}

.clearinghouse-logo {
  height: 88px;
}

.senate-logo {
  height: 64px;
}

.resource-link:hover {
  border-color: var(--blue-500);
  box-shadow: 0 12px 28px rgba(12, 46, 88, 0.09);
}

.resource-link span {
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-link strong {
  line-height: 1.25;
}

.compact-resource {
  min-height: 112px;
  background: var(--white);
}

.section {
  padding: 96px 0;
}

section[id] {
  scroll-margin-top: 90px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 58px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.9fr 1fr;
}

.section-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-panel {
  padding: 34px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: var(--green-700);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(6, 130, 69, 0.13);
}

.services-section,
.faq-section {
  background: var(--soft);
}

.section-heading {
  max-width: 730px;
  margin-bottom: 36px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.location-card {
  min-height: 250px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(12, 46, 88, 0.06);
}

.service-card p,
.location-card p,
.location-card span {
  color: var(--muted);
}

.card-mark {
  display: block;
  width: 42px;
  height: 8px;
  margin-bottom: 22px;
  border-radius: 4px;
}

.card-mark.blue {
  background: var(--blue-700);
}

.card-mark.green {
  background: var(--green-700);
}

.card-mark.yellow {
  background: var(--yellow-400);
}

.card-mark.red {
  background: var(--red-500);
}

.image-stack {
  display: grid;
  gap: 18px;
}

.image-stack > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.insurance-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.insurance-strip span {
  color: var(--blue-900);
  font-weight: 900;
}

.insurance-strip img {
  width: 154px;
  max-height: 44px;
  object-fit: contain;
}

.insurance-banner-section {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.insurance-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: end;
  gap: 34px;
}

.insurance-heading p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.03rem;
}

.insurance-banner-card {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.insurance-banner-card img {
  display: block;
  width: 100%;
  height: auto;
}

.steps {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: 8px;
  font-weight: 900;
}

.step h3 {
  margin-bottom: 5px;
}

.step p {
  margin-bottom: 0;
}

.provider-spotlight {
  background: var(--blue-900);
  color: var(--white);
}

.provider-banner {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 46px;
  align-items: center;
}

.provider-spotlight h2 {
  color: var(--white);
}

.provider-spotlight .eyebrow {
  color: var(--yellow-400);
}

.provider-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.provider-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.provider-card {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.provider-card img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
}

.provider-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(7, 27, 51, 0.86);
}

.provider-card span {
  display: block;
  color: var(--yellow-400);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.provider-card strong {
  display: block;
  color: var(--white);
  font-size: 1.12rem;
}

.featured-provider {
  min-height: 350px;
}

.featured-provider img {
  min-height: 350px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.location-card {
  min-height: 250px;
}

.location-card a {
  color: var(--blue-700);
  font-weight: 800;
  text-decoration: none;
}

.muted-card {
  background: #f9fbfd;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

summary {
  padding: 20px 22px;
  color: var(--blue-900);
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.instagram-section {
  background:
    linear-gradient(135deg, rgba(238, 247, 255, 0.94), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 84% 8%, rgba(255, 213, 45, 0.25), transparent 32%);
}

.instagram-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: center;
}

.instagram-copy p {
  color: var(--muted);
}

.instagram-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.instagram-feed-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.instagram-feed-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(7, 87, 184, 0.08), transparent 42%),
    radial-gradient(circle at 88% 14%, rgba(255, 206, 29, 0.22), transparent 26%);
}

.instagram-card-header,
.instagram-preview-grid,
.instagram-profile-link {
  position: relative;
  z-index: 1;
}

.instagram-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.instagram-avatar {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: hidden;
  background: #eef7ff;
  border: 1px solid #cfe6ff;
  border-radius: 50%;
}

.instagram-avatar img {
  width: 88px;
  max-width: none;
  filter: drop-shadow(0 8px 10px rgba(7, 56, 109, 0.2));
}

.instagram-card-header strong {
  display: block;
  color: var(--blue-900);
  font-size: 1.15rem;
}

.instagram-card-header span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.instagram-embed-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 160px;
  place-items: center;
  margin-bottom: 18px;
  padding: 12px;
  overflow: hidden;
  background: rgba(238, 247, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.instagram-embed-wrap .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 540px !important;
  margin: 0 auto !important;
  background: transparent !important;
}

.instagram-embed-wrap .instagram-media a {
  color: var(--blue-700);
  font-weight: 900;
}

.instagram-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.instagram-preview-grid article {
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: var(--white);
  background:
    linear-gradient(180deg, transparent 18%, rgba(3, 35, 77, 0.82)),
    linear-gradient(135deg, var(--blue-500), var(--green-500));
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.instagram-preview-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, transparent 18%, rgba(3, 35, 77, 0.82)),
    linear-gradient(135deg, var(--yellow-500), var(--blue-600));
}

.instagram-preview-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, transparent 18%, rgba(3, 35, 77, 0.82)),
    linear-gradient(135deg, var(--red-500), var(--blue-700));
}

.instagram-preview-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.instagram-preview-grid strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
}

.instagram-profile-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue-700);
  font-weight: 900;
}

.contact-section {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 112px;
}

.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-methods {
  margin-top: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.contact-methods a {
  color: var(--blue-700);
  font-weight: 900;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.social-button,
.social-icon-only {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
}

.social-button {
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  color: var(--blue-900);
  background: var(--soft);
  border: 1px solid var(--line);
  font-weight: 900;
}

.social-button:hover,
.social-icon-only:hover {
  border-color: var(--blue-500);
  color: var(--blue-700);
}

.social-button svg,
.social-icon-only svg {
  width: 22px;
  height: 22px;
}

.social-button svg rect,
.social-button svg circle,
.social-icon-only svg rect,
.social-icon-only svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-button svg path,
.social-icon-only svg path {
  fill: currentColor;
}

.bh-assistant {
  margin-top: 28px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(180deg, var(--blue-700), var(--blue-900));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.bh-assistant-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 22px 16px;
}

.bh-avatar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: var(--blue-900);
  background: var(--yellow-400);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  font-size: 1.25rem;
  font-weight: 900;
}

.bh-header-text small {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bh-header-text h3 {
  margin: 2px 0 0;
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.05;
}

.bh-status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 800;
}

.bh-status-dot {
  width: 9px;
  height: 9px;
  background: #46e17b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(70, 225, 123, 0.16);
}

.bh-content {
  padding: 0 22px 22px;
}

.bh-message-panel {
  margin-bottom: 14px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.bh-bubble {
  padding: 14px 15px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  font-size: 0.91rem;
  line-height: 1.45;
}

.bh-bubble strong {
  color: var(--blue-700);
}

.bh-privacy {
  margin-top: 9px;
  color: #dcecff;
  font-size: 0.75rem;
  line-height: 1.35;
}

.bh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 14px 0;
}

.bh-tab {
  min-height: 38px;
  padding: 0 13px;
  color: var(--blue-900);
  background: var(--white);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.bh-tab:hover,
.bh-tab.active {
  background: var(--yellow-400);
}

.bh-answer {
  display: none;
  margin: 10px 0 14px;
  padding: 16px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.bh-answer.show {
  display: block;
}

.bh-answer h3 {
  margin: 0 0 8px;
  color: var(--blue-900);
  font-size: 1.12rem;
}

.bh-answer p {
  margin: 0 0 10px;
  color: #263b58;
  font-size: 0.88rem;
  line-height: 1.45;
}

.bh-answer ul {
  margin: 8px 0 0 18px;
  padding: 0;
  color: #263b58;
  font-size: 0.88rem;
  line-height: 1.45;
}

.bh-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 10px;
}

.bh-input {
  min-width: 0;
  min-height: 46px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 6px;
  font: inherit;
}

.bh-ask {
  min-height: 46px;
  padding: 0 17px;
  color: var(--blue-900);
  background: var(--yellow-400);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.bh-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
}

.bh-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  color: var(--white);
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.bh-whatsapp {
  background: var(--green-700);
}

.bh-call {
  color: var(--blue-900);
  background: var(--yellow-400);
}

.bh-form {
  background: var(--red-500);
}

.bh-area {
  background: #1d74d8;
}

.bh-footer-note {
  margin-top: 12px;
  color: #d8eaff;
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
}

.bh-mini-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 9px;
}

.bh-mini-links a {
  color: var(--white);
  font-size: 0.75rem;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 30px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--blue-900);
  font-weight: 900;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #c9d7e6;
  border-radius: 6px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.sms-consent {
  grid-template-columns: 20px 1fr !important;
  gap: 12px !important;
  align-items: start;
  color: var(--muted) !important;
  font-size: 0.88rem;
  font-weight: 400 !important;
}

.sms-consent input {
  min-height: auto;
  margin-top: 4px;
}

.sms-consent a {
  color: var(--blue-700);
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.site-footer {
  padding: 60px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  background: #071b33;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.65fr;
  gap: 46px;
}

.footer-logo {
  width: 162px;
  height: 74px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.45));
}

.site-footer h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1rem;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.86);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-icon-only {
  width: 42px;
  height: 42px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer .social-icon-only {
  margin-bottom: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.88rem;
}

.legal-page {
  padding-top: 128px;
}

.legal-hero {
  padding: 56px 0;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  color: var(--blue-900);
  font-size: 3.8rem;
}

.legal-content {
  padding: 58px 0 92px;
}

.legal-content article {
  max-width: 850px;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 1.55rem;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.notice-box {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.required-documents-box {
  margin-top: 22px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(12, 46, 88, 0.08);
}

.required-documents-box h3 {
  margin-bottom: 14px;
}

.required-doc-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: 430px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
}

.required-doc-list li {
  position: relative;
  padding: 9px 10px 9px 30px;
  color: #284160;
  background: var(--soft);
  border: 1px solid rgba(217, 226, 239, 0.84);
  border-radius: 6px;
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.required-doc-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: var(--green-700);
  border-radius: 50%;
}

.provider-wizard-shell {
  max-width: 1080px;
}

.provider-upload-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.provider-wizard-form {
  display: grid;
  gap: 22px;
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wizard-progress span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 12px 14px;
  color: var(--blue-900);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(12, 46, 88, 0.08);
  font-weight: 900;
}

.wizard-progress strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: 50%;
  font-size: 0.88rem;
}

.wizard-card {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.wizard-card legend {
  padding: 0 10px;
  color: var(--blue-900);
  font-size: 1.22rem;
  font-weight: 900;
}

.wizard-card p {
  margin: 0;
  color: var(--muted);
}

.wizard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.provider-wizard-form label,
.wizard-notes {
  display: grid;
  gap: 8px;
  color: var(--blue-900);
  font-weight: 900;
}

.provider-wizard-form input,
.provider-wizard-form select,
.provider-wizard-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #c9d7e6;
  border-radius: 6px;
  font: inherit;
}

.provider-wizard-form textarea {
  resize: vertical;
}

.consent-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.documents-card {
  gap: 16px;
  background: var(--soft);
}

.document-count {
  width: fit-content;
  padding: 8px 12px;
  color: var(--blue-900) !important;
  background: rgba(7, 87, 184, 0.08);
  border: 1px solid rgba(7, 87, 184, 0.16);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
}

.document-count.needs-files {
  color: #9b1c1f !important;
  background: rgba(232, 63, 67, 0.1);
  border-color: rgba(232, 63, 67, 0.28);
}

.document-upload-list {
  display: grid;
  gap: 0;
  max-height: 760px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.document-upload-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.66fr);
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.document-upload-row:last-child {
  border-bottom: 0;
}

.document-upload-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: #34465d;
}

.document-name {
  position: relative;
  padding-left: 30px;
  color: #34465d;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.document-name::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8fa4b8;
  border-radius: 4px;
}

.document-upload-info em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.document-upload-row.has-file .document-name::before {
  background:
    linear-gradient(135deg, transparent 45%, var(--white) 46% 54%, transparent 55%),
    var(--green-700);
  border-color: var(--green-700);
}

.document-upload-row.has-file .document-upload-info em {
  color: var(--green-700);
}

.document-file-picker {
  display: grid;
  gap: 8px;
  color: var(--blue-900);
  font-size: 0.84rem;
  font-weight: 900;
}

.document-file-picker > span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  background: rgba(7, 87, 184, 0.08);
  border-radius: 999px;
}

.document-upload-row input[type="file"] {
  width: 100%;
  padding: 10px;
  background: var(--white);
  border: 1px solid #c9d7e6;
  border-radius: 6px;
}

.wizard-notes {
  padding: 24px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.wizard-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  background: var(--blue-900);
  border-radius: 8px;
}

.wizard-submit p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.portal-page {
  padding-top: 78px;
}

.portal-hero {
  padding: 84px 0;
  color: var(--blue-900);
  background:
    radial-gradient(circle at 84% 16%, rgba(244, 201, 54, 0.18), transparent 17rem),
    linear-gradient(180deg, #f7fcff 0%, #edf7ff 100%);
  border-bottom: 1px solid var(--line);
}

.portal-hero-grid,
.portal-split {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.portal-hero-grid > *,
.portal-split > *,
.contact-grid > * {
  min-width: 0;
}

.portal-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--blue-900);
  font-size: 4.25rem;
  line-height: 0.96;
}

.portal-hero p {
  max-width: 680px;
  color: #284160;
  font-size: 1.16rem;
}

.portal-hero-panel,
.portal-card,
.update-list article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portal-hero-panel {
  padding: 30px;
}

.portal-hero-panel h2 {
  margin-bottom: 18px;
  font-size: 1.7rem;
}

.portal-section {
  background: var(--white);
}

.portal-card-grid,
.update-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.portal-card {
  display: grid;
  align-content: start;
  min-height: 250px;
  padding: 24px;
}

.portal-card span,
.update-list span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: var(--green-700);
  background: rgba(6, 130, 69, 0.1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-card p,
.update-list p,
.portal-split p {
  color: var(--muted);
}

.portal-card a {
  margin-top: auto;
  color: var(--blue-700);
  font-weight: 900;
  text-decoration: none;
}

.portal-card a:hover {
  color: var(--blue-900);
}

.resource-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 28px;
}

.resource-filter {
  min-height: 42px;
  padding: 0 16px;
  color: var(--blue-900);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.resource-filter.active,
.resource-filter:hover {
  color: var(--white);
  background: var(--blue-700);
  border-color: var(--blue-700);
}

.resource-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.resource-news-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.resource-banner-post {
  grid-column: 1 / -1;
  min-height: 0;
}

.resource-media,
.resource-video-frame {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  aspect-ratio: 16 / 7;
}

.resource-news-card:not(.resource-banner-post) .resource-media,
.resource-news-card:not(.resource-banner-post) .resource-video-frame {
  aspect-ratio: 16 / 10;
}

img.resource-media,
video.resource-media {
  display: block;
  height: auto;
  object-fit: cover;
}

video.resource-media {
  background: #071b33;
}

.resource-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.resource-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.resource-news-card span,
.resource-pin {
  width: fit-content;
  padding: 5px 10px;
  color: var(--blue-700);
  background: var(--soft);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-pin {
  color: #7a5b00;
  background: rgba(255, 210, 31, 0.22);
}

.resource-news-card h3 {
  color: var(--blue-900);
  font-size: 1.22rem;
}

.resource-news-card p {
  color: var(--muted);
}

.resource-news-card time {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.resource-news-card a {
  color: var(--blue-700);
  font-weight: 900;
}

.resource-feed-note {
  max-width: 840px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
}

.light-section {
  background: var(--soft);
}

.update-list article {
  padding: 24px;
}

.provider-upload-form input[type="file"],
.career-form input[type="file"] {
  padding: 12px;
  color: var(--ink);
  background: var(--white);
}

.careers-page {
  padding-top: 78px;
}

.careers-hero {
  padding: 86px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 56, 109, 0.92), rgba(7, 87, 184, 0.78)),
    url("assets/contact.jpg") center / cover;
}

.careers-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.careers-hero h1 {
  max-width: 780px;
  color: var(--white);
  font-size: 4.1rem;
}

.careers-hero p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.16rem;
}

.careers-hero .eyebrow {
  color: var(--yellow-400);
}

.careers-hero-panel {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.careers-hero-panel h2 {
  margin-bottom: 18px;
  color: var(--blue-900);
  font-size: 1.55rem;
}

.careers-section {
  background: var(--soft);
}

.position-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.position-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 390px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(12, 46, 88, 0.06);
}

.position-card span {
  width: fit-content;
  padding: 6px 10px;
  color: var(--blue-900);
  background: rgba(244, 201, 54, 0.36);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.position-card h3 {
  color: var(--blue-900);
  font-size: 1.24rem;
}

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

.position-card ul {
  margin: 0;
  padding-left: 18px;
}

.position-card a {
  align-self: end;
  color: var(--blue-700);
  font-weight: 900;
  text-decoration: none;
}

.careers-apply-section {
  background: var(--white);
}

.career-form textarea::placeholder {
  color: #7a8899;
}

.preference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.preference-secondary {
  color: var(--white);
  background: var(--blue-700);
}

.preference-muted {
  color: var(--blue-900);
  background: var(--white);
  border: 1px solid var(--line);
}

.consent-banner,
.consent-modal,
.consent-revisit {
  position: fixed;
  z-index: 80;
}

.consent-banner {
  left: 28px;
  bottom: 28px;
  width: min(440px, calc(100% - 56px));
  padding: 24px 26px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(7, 27, 51, 0.22);
}

.consent-banner h2,
.consent-modal h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.consent-banner h2 {
  text-align: left;
  font-size: 1.18rem;
}

.consent-banner p,
.consent-modal p {
  color: #3f4a59;
  font-size: 0.86rem;
}

.consent-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 18px;
}

.consent-actions button,
.consent-accept {
  min-height: 44px;
  color: var(--white);
  background: #12b3b4;
  border: 1px solid #098d9b;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.consent-actions button:nth-child(1),
.consent-actions button:nth-child(2) {
  color: var(--blue-700);
  background: #15b7b8;
  border-color: var(--blue-700);
}

.consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 81;
  background: rgba(7, 27, 51, 0.22);
}

.consent-modal {
  top: 50%;
  left: 50%;
  width: min(540px, calc(100% - 32px));
  padding: 22px 20px 24px;
  background: #eef3f7;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(7, 27, 51, 0.24);
  transform: translate(-50%, -50%);
  z-index: 82;
}

.consent-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 30px;
  height: 30px;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.consent-accept {
  width: 100%;
  margin: 14px 0 18px;
  font-size: 0.95rem;
}

.consent-modal-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 0.78rem;
}

.consent-modal-links a {
  color: var(--blue-700);
}

.consent-revisit {
  left: 18px;
  bottom: 18px;
  display: none;
  min-height: 42px;
  padding: 0 14px;
  color: var(--white);
  background: var(--blue-700);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 27, 51, 0.18);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
}

.has-consent-choice .consent-revisit {
  display: inline-flex;
  align-items: center;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1020px) {
  .site-nav,
  .header-call,
  .phone-perch {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 20px 20px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }

  h1 {
    font-size: 4.15rem;
  }

  .hero {
    min-height: 720px;
    padding: 132px 0 168px;
  }

  .hero-content {
    max-width: none;
  }

  .toy-sun {
    top: 108px;
    right: 28px;
    width: 104px;
    height: 104px;
  }

  .bird-1 {
    top: 142px;
    width: 94px;
  }

  .bird-2 {
    top: 290px;
    width: 64px;
  }

  .bird-3 {
    top: 98px;
    width: 50px;
  }

  .bird-4 {
    top: 378px;
    width: 72px;
  }

  .bird-5 {
    top: 218px;
    width: 45px;
  }

  .mobile-perched-bird {
    display: block;
    width: 118px;
    margin: 12px 0 -6px auto;
    filter: drop-shadow(0 14px 18px rgba(7, 56, 109, 0.22));
    animation: perchedBird 4.8s ease-in-out infinite;
  }

  .wave-wrap {
    height: 226px;
  }

  h2 {
    font-size: 2.65rem;
  }

  .split,
  .split.reverse,
  .video-feature-inner,
  .resource-inner,
  .portal-hero-grid,
  .portal-split,
  .wizard-progress,
  .wizard-grid,
  .insurance-heading,
  .careers-hero-grid,
  .provider-banner,
  .instagram-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .provider-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .instagram-grid {
    gap: 28px;
  }

  .contact-copy {
    position: static;
  }

  .insurance-heading p:last-child {
    margin-bottom: 0;
  }

  .card-grid,
  .location-grid,
  .position-grid,
  .portal-card-grid,
  .update-list,
  .resource-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

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

  .brand img {
    width: 132px;
    height: 54px;
  }

  .site-nav {
    top: 70px;
  }

  .hero {
    min-height: 710px;
    padding: 112px 0 150px;
  }

  .hero::before {
    opacity: 0.28;
  }

  h1 {
    font-size: 3.02rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .legal-hero h1 {
    font-size: 2.65rem;
  }

  .portal-page {
    padding-top: 70px;
  }

  .portal-hero {
    padding: 64px 0;
  }

  .portal-hero h1 {
    font-size: 2.08rem;
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  .portal-hero p {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .wizard-card,
  .wizard-notes {
    padding: 22px;
  }

  .document-upload-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }

  .document-upload-info em {
    white-space: normal;
  }

  .document-upload-row input[type="file"] {
    width: 100%;
  }

  .wizard-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    gap: 8px;
    margin-top: 18px;
  }

  .trust-row span {
    width: 100%;
    min-height: 36px;
    font-size: 0.82rem;
  }

  .mobile-perched-bird {
    width: 96px;
    margin-top: 8px;
  }

  .toy-sun {
    top: 84px;
    right: -30px;
    width: 92px;
    height: 92px;
    opacity: 0.46;
  }

  .sun-beams {
    inset: -86px;
  }

  .sun-glow {
    inset: -42px;
  }

  .sun-halo {
    inset: 18px;
  }

  .sun-core {
    inset: 35px;
  }

  .sheen-1 {
    right: 30px;
    top: 35px;
    width: 10px;
    height: 10px;
  }

  .sheen-2 {
    right: 23px;
    top: 51px;
    width: 15px;
    height: 15px;
  }

  .flying-bird {
    right: -112px;
  }

  .bird-1 {
    top: 134px;
    width: 72px;
  }

  .bird-2 {
    top: 338px;
    width: 54px;
  }

  .bird-3,
  .bird-5 {
    display: none;
  }

  .bird-4 {
    top: 246px;
    width: 60px;
  }

  .hero-spark {
    display: none;
  }

  .wave-wrap {
    height: 166px;
  }

  .wave-far {
    bottom: 52px;
  }

  .wave-back {
    bottom: 34px;
  }

  .wave-mid {
    bottom: 18px;
  }

  .ocean-horizon {
    top: 42px;
    height: 42px;
  }

  .wave-foam {
    stroke-width: 5;
  }

  .careers-page {
    padding-top: 70px;
  }

  .careers-hero {
    padding: 64px 0;
  }

  .careers-hero h1 {
    font-size: 2.7rem;
  }

  .careers-hero p {
    font-size: 1rem;
  }

  .quick-grid,
  .video-feature-inner,
  .resource-links,
  .card-grid,
  .location-grid,
  .position-grid,
  .portal-card-grid,
  .update-list,
  .resource-feed,
  .instagram-preview-grid,
  .provider-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .instagram-actions .button {
    width: 100%;
  }

  .instagram-feed-card {
    padding: 18px;
  }

  .instagram-preview-grid article {
    min-height: 132px;
  }

  .provider-card,
  .provider-card img,
  .featured-provider,
  .featured-provider img {
    min-height: 280px;
  }

  .quick-grid div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .video-feature {
    padding: 56px 0;
  }

  .video-copy h2 {
    font-size: 2.05rem;
  }

  .section {
    padding: 68px 0;
  }

  .insurance-banner-card {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .insurance-banner-card img {
    width: 720px;
    max-width: none;
  }

  .bh-actions,
  .bh-input-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .consent-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 16px;
  }

  .consent-banner h2 {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .consent-banner p {
    font-size: 0.8rem;
  }

  .consent-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }

  .consent-actions button {
    min-width: 0;
    min-height: 40px;
    padding: 0 6px;
    font-size: 0.74rem;
    white-space: normal;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.64rem;
  }

  h2 {
    font-size: 1.94rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .flying-bird,
  .hero-spark {
    display: none !important;
  }

  .perched-phone-bird,
  .mobile-perched-bird,
  .toy-sun,
  .wave,
  .water-shimmer,
  .hero::before {
    animation: none !important;
  }
}
