:root {
  --ink: #17352d;
  --ink-soft: #587068;
  --green: #18735c;
  --green-dark: #105745;
  --green-pale: #eaf5ef;
  --green-faint: #f5faf7;
  --line: #dce8e2;
  --white: #fff;
  --shadow: 0 18px 50px rgba(27, 72, 59, .11);
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Manrope", "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfdfc;
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.page-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 15px;
  background: var(--ink); color: white; border-radius: 6px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative; z-index: 10; height: 76px; background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,232,226,.9);
}
.header-inner {
  width: min(1240px, calc(100% - 48px)); height: 100%; margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 35px;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { display: block; width: 174px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 32px); margin-left: auto; }
.primary-nav a { color: #4b655d; font-size: 14px; font-weight: 600; text-decoration: none; }
.primary-nav a:hover { color: var(--green); }
.header-search { width: 222px; position: relative; }
.header-search svg, .state-search-wrap svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: #82958f; pointer-events: none; }
.header-search input {
  width: 100%; height: 42px; padding: 0 14px 0 42px; border: 1px solid var(--line);
  border-radius: 9px; color: var(--ink); background: #f8fbf9; font: 500 13px var(--font-body);
}
input::placeholder { color: #83958f; }

.hero { position: relative; overflow: hidden; padding: 38px 0 34px; background: linear-gradient(120deg, #fbfdfc 20%, #f3faf6 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(#a8cabb 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to right, transparent, black 70%); }
.hero::after {
  content: ""; position: absolute; left: -8%; right: -5%; bottom: -265px; height: 420px;
  background: rgba(220, 241, 230, .62); border-radius: 50% 50% 0 0 / 45% 45% 0 0;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: 5%; top: -230px; background: rgba(194, 229, 211, .4); }
.hero-glow-two { width: 280px; height: 280px; left: -170px; bottom: -160px; background: rgba(213, 237, 224, .52); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .93fr 1.07fr; gap: 70px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: #65a891; }
.hero h1 { max-width: 620px; margin: 0; font: 800 clamp(40px, 4vw, 59px)/1.12 var(--font-display); letter-spacing: -.05em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 550px; margin: 18px 0 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.value-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 0 27px; padding: 0; list-style: none; }
.value-list li { display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center; }
.value-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #e0f0e8; }
.value-icon svg { width: 20px; height: 20px; }
.value-list strong, .value-list small { display: block; }
.value-list strong { font-size: 12px; line-height: 1.35; }
.value-list small { max-width: 135px; color: #758a83; font-size: 10px; line-height: 1.45; }
.disclaimer-card { max-width: 470px; display: flex; gap: 12px; padding: 15px 17px; color: #405e54; background: rgba(246,251,248,.84); border: 1px solid #c7dfd2; border-radius: 10px; }
.disclaimer-card svg { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; color: #7e968d; }
.disclaimer-card p { margin: 0; font-size: 10px; line-height: 1.6; }
.disclaimer-card strong, .disclaimer-card span { display: block; }
.disclaimer-card strong { margin-bottom: 3px; font-size: 11px; color: var(--ink); }

.state-card { padding: 21px 22px 17px; background: rgba(255,255,255,.97); border: 1px solid rgba(208,222,215,.96); border-radius: 15px; box-shadow: var(--shadow); }
.state-card-heading { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 15px; text-align: center; }
.location-icon { display: none; }
.location-icon svg { width: 23px; height: 23px; }
.state-card h2 { margin: 0 0 2px; font: 800 25px var(--font-display); letter-spacing: -.04em; }
.state-card-heading p { margin: 0; color: #758a83; font-size: 12px; }
.state-search-wrap { position: relative; margin-bottom: 12px; }
.state-search-wrap input {
  width: 100%; height: 43px; padding: 0 15px 0 43px; color: var(--ink); background: #fff;
  border: 1px solid #dbe7e1; border-radius: 9px; font: 500 13px var(--font-body);
}
.states-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.state-btn {
  min-width: 0; padding: 8px 4px; color: #0f684c; background: #fff;
  border: 1px solid #e0e7e3; border-radius: 7px; font: 700 12px var(--font-body);
  text-align: center; text-decoration: none; transition: .17s ease;
  box-shadow: 0 2px 6px rgba(28, 65, 54, .06);
}
.state-btn:hover { color: white; background: var(--green); border-color: var(--green); transform: translateY(-2px); box-shadow: 0 5px 12px rgba(24,115,92,.18); }
.state-help, .no-results { margin: 11px 0 0; color: #8a9a95; font-size: 9px; text-align: center; }
.no-results { padding: 18px 0 4px; font-size: 13px; }

.medication-strip { padding: 22px 0 24px; border-block: 1px solid var(--line); background: white; }
.medication-inner { display: block; }
.medication-inner h2 { margin: 0 0 15px; font: 800 17px var(--font-display); text-align: center; }
.medication-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.medication-list a { min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 10px 14px; border: 1px solid #dfe7e3; border-radius: 9px; color: var(--ink); text-decoration: none; transition: .17s ease; }
.medication-list a:hover { border-color: #a7cabb; background: var(--green-faint); transform: translateY(-2px); box-shadow: 0 7px 18px rgba(27,72,59,.08); }
.medication-list span { display: block; font-size: 11px; font-weight: 700; line-height: 1.35; }
.medication-list small { display: block; color: #71877f; font-size: 9px; font-weight: 500; }
.med-icon { font-style: normal; font-size: 20px; transform: rotate(-15deg); }
.med-purple { color: #5952c7; } .med-blue { color: #268fa5; } .med-orange { color: #e27645; } .med-green { color: #18865e; }

.how-it-works { padding: 42px 0 36px; text-align: center; background: #fbfdfc; }
.section-kicker { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.how-it-works .page-width { padding: 22px 28px 26px; background: white; border: 1px solid #dce6e1; border-radius: 14px; box-shadow: 0 9px 28px rgba(27,72,59,.08); }
.how-it-works h2 { margin: 0 0 18px; font: 800 23px var(--font-display); letter-spacing: -.04em; }
.section-intro { margin: 8px 0 44px; color: #72877f; font-size: 14px; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.steps::before { display: none; }
.steps li { position: relative; padding: 0 42px; border-right: 1px solid var(--line); }
.steps li:last-child { border: 0; }
.step-number { position: absolute; top: 7px; left: 23px; width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 700 10px var(--font-display); }
.step-icon { position: relative; z-index: 1; width: 54px; height: 54px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #edf4f0; }
.step-icon svg { width: 28px; height: 28px; }
.steps h3 { margin: 0 0 9px; font: 700 16px var(--font-display); }
.steps p { max-width: 260px; margin: auto; color: #70857e; font-size: 12px; line-height: 1.65; }

.trust-strip { padding: 0 0 36px; color: var(--ink); background: #fbfdfc; }
.trust-inner { display: grid; grid-template-columns: repeat(4, 1fr); padding: 13px 14px; border: 1px solid #c8ddcf; border-radius: 11px; background: linear-gradient(100deg, #f6faf5, #fffdf7); }
.trust-inner > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 3px 22px; border-right: 1px solid #d8e4dc; }
.trust-inner > div:last-child { border: 0; }
.trust-icon { flex: 0 0 39px; height: 39px; display: grid; place-items: center; color: var(--green); border-radius: 50%; background: #ebf4ef; }
.trust-icon svg { width: 21px; height: 21px; }
.trust-inner p { margin: 0; }
.trust-inner strong, .trust-inner small { display: block; }
.trust-inner strong { font-size: 12px; }
.trust-inner small { margin-top: 2px; color: #657a72; font-size: 9px; line-height: 1.45; }

.site-footer { color: #53685f; background: white; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .8fr 1fr; gap: 70px; padding-block: 53px 42px; }
.brand-footer img { width: 154px; }
.footer-brand p { max-width: 300px; margin: 17px 0 0; font-size: 11px; line-height: 1.7; }
.footer-grid h2 { margin: 5px 0 17px; color: var(--ink); font: 700 12px var(--font-display); }
.footer-grid nav a { display: block; margin: 0 0 10px; color: #53685f; font-size: 11px; text-decoration: none; }
.footer-grid a:hover { color: var(--green); text-decoration: underline; }
.footer-contact p { margin: 0 0 8px; font-size: 11px; }
.footer-contact a { color: #80c4ad; font-size: 11px; font-weight: 700; text-decoration: none; }
.footer-disclaimer { padding: 17px 0; border-block: 1px solid var(--line); }
.footer-disclaimer p { max-width: 920px; margin: 0; color: #7b8d86; font-size: 9px; line-height: 1.65; }
.footer-bottom { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #718980; font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a { color: inherit; text-decoration: none; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid #5bb392; outline-offset: 3px;
}
input:focus-visible { border-color: var(--green); outline-width: 2px; outline-offset: 1px; }

@media (max-width: 1020px) {
  .hero-layout { gap: 40px; }
  .states-grid { grid-template-columns: repeat(5, 1fr); }
  .value-list { gap: 15px; }
  .value-list small { display: none; }
  .primary-nav a:nth-child(2), .primary-nav a:nth-child(4) { display: none; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 800px) {
  .site-header { height: auto; }
  .header-inner { min-height: 70px; flex-wrap: wrap; padding: 14px 0; }
  .primary-nav { order: 3; width: 100%; justify-content: center; gap: 28px; border-top: 1px solid var(--line); padding-top: 12px; }
  .header-search { margin-left: auto; }
  .hero { padding: 58px 0 65px; }
  .hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow, .value-list { justify-content: center; }
  .hero-intro, .disclaimer-card { margin-left: auto; margin-right: auto; }
  .state-card { width: min(580px, 100%); margin: auto; }
  .medication-list { flex-wrap: wrap; justify-content: center; }
  .steps { gap: 10px; }
  .steps li { padding-inline: 10px; }
  .medication-list { grid-template-columns: repeat(2, 1fr); }
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .trust-inner > div { justify-content: flex-start; padding: 12px 10%; border: 0; }
  .trust-inner > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-inner > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .page-width, .header-inner { width: min(100% - 32px, 1180px); }
  .header-inner { justify-content: center; gap: 12px; }
  .brand { margin-right: auto; }
  .brand img { width: 150px; }
  .header-search { order: 3; width: 100%; }
  .primary-nav { order: 2; width: auto; margin: 0; padding: 0; border: 0; }
  .primary-nav a { display: none; }
  .primary-nav a:first-child { display: block; padding: 8px; font-size: 12px; }
  .hero { padding-top: 45px; }
  .hero h1 { font-size: clamp(37px, 11vw, 50px); }
  .hero-intro { font-size: 16px; }
  .value-list { align-items: stretch; gap: 7px; }
  .value-list li { flex: 1; flex-direction: column; gap: 5px; }
  .value-list strong { font-size: 10px; }
  .state-card { padding: 21px 16px; }
  .states-grid { grid-template-columns: repeat(4, 1fr); gap: 7px; }
  .state-btn { padding-block: 11px; }
  .medication-list { gap: 14px 25px; }
  .steps { grid-template-columns: 1fr; gap: 45px; }
  .steps::before { display: none; }
  .steps li { padding-bottom: 40px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li:last-child { padding-bottom: 0; border-bottom: 0; }
  .step-number { left: calc(50% - 64px); }
  .how-it-works { padding-block: 70px; }
  .medication-list { grid-template-columns: 1fr; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-inner > div { padding-inline: 10px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .trust-inner > div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
