:root {
  --ink: #102d27; --muted: #62766f; --green: #117052; --green-dark: #0c513d;
  --pale: #eaf5ef; --faint: #f6faf8; --line: #dce7e2; --white: #fff;
  --shadow: 0 16px 44px rgba(22, 64, 52, .09);
  --body: "DM Sans", Arial, sans-serif; --display: "Manrope", "DM Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfdfc; font: 14px/1.55 var(--body); -webkit-font-smoothing: antialiased; }
body.filters-open { overflow: hidden; }
a { color: inherit; } button, input, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.page-width { width: min(1200px, 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; z-index: 100; top: 8px; left: 8px; padding: 9px 14px; color: white; background: var(--ink); border-radius: 7px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #4ca987; outline-offset: 3px; }

.site-header { position: sticky; z-index: 40; top: 0; height: 74px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { width: min(1240px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 170px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(17px, 2vw, 30px); margin-left: auto; }
.primary-nav a { color: #38534b; font-size: 13px; font-weight: 600; text-decoration: none; }
.primary-nav a:hover { color: var(--green); }
.header-search { position: relative; width: 240px; }
.header-search svg { position: absolute; top: 50%; left: 13px; width: 17px; transform: translateY(-50%); color: #80928c; }
.header-search input { width: 100%; height: 40px; padding: 0 12px 0 39px; border: 1px solid var(--line); border-radius: 9px; background: #fafcfb; color: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 40px; padding: 9px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.menu-toggle i { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.breadcrumbs { display: flex; gap: 9px; align-items: center; padding: 19px 0; color: #7a8c86; font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--green); }
.state-hero { position: relative; overflow: hidden; padding: 29px 0 33px; border-block: 1px solid var(--line); background: linear-gradient(112deg, #f3faf6, #fbfdfc 56%, #eef8f3); }
.state-hero::after { content: ""; position: absolute; right: -80px; bottom: -190px; width: 430px; height: 300px; border-radius: 50%; background: rgba(205,233,219,.45); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr .8fr; gap: 70px; align-items: center; }
.state-title { display: flex; align-items: center; gap: 22px; }
.state-icon { flex: 0 0 78px; height: 78px; display: grid; place-items: center; color: var(--green); }
.state-icon img { display: block; width: 76px; height: 76px; object-fit: contain; }
.state-icon img[hidden] { display: none; }
.eyebrow { margin: 0 0 5px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1 { margin: 0; font: 800 clamp(30px, 3.1vw, 44px)/1.15 var(--display); letter-spacing: -.045em; }
.hero-copy { margin: 8px 0 9px; color: var(--muted); font-size: 15px; }
.updated { display: flex; align-items: center; gap: 7px; margin: 0; color: #7a8e87; font-size: 10px; }
.updated > span { width: 7px; height: 7px; border-radius: 50%; background: #32a178; box-shadow: 0 0 0 4px rgba(50,161,120,.12); }
.disclaimer-card { display: flex; gap: 12px; padding: 16px; border: 1px solid #cfe1d7; border-radius: 11px; background: rgba(255,255,255,.76); color: #536a62; }
.info-icon { flex: 0 0 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 50%; font: 700 12px serif; }
.disclaimer-card p { margin: 0; font-size: 10px; line-height: 1.6; }
.disclaimer-card strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 11px; }

.stats-section { background: white; border-bottom: 1px solid var(--line); }
.stats-grid { min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); }
.stats-grid > div:last-child { border: 0; }
.stat-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); border-radius: 50%; background: var(--pale); font-weight: 800; }
.stats-grid p { margin: 0; }
.stats-grid strong, .stats-grid small { display: block; }
.stats-grid strong { font: 700 18px var(--display); }
.stats-grid small { color: #7a8c86; font-size: 11px; }

.comparison { display: grid; grid-template-columns: 226px minmax(0,1fr); gap: 30px; padding-block: 39px 56px; align-items: start; }
.filters { position: sticky; top: 96px; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 7px 25px rgba(23,64,52,.05); }
.filter-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.filter-heading h2 { margin: 0; font: 800 15px var(--display); }
.filter-close { display: none; border: 0; background: transparent; font-size: 26px; cursor: pointer; }
.current-state { display: flex; align-items: center; gap: 8px; padding: 10px; margin-bottom: 17px; border-radius: 8px; background: var(--faint); border: 1px solid #e2ece7; }
.mini-pin { color: var(--green); font-size: 18px; }
.current-state p { flex: 1; margin: 0; line-height: 1.2; }
.current-state small, .current-state strong { display: block; }
.current-state small { color: #80918b; font-size: 8px; text-transform: uppercase; }
.current-state strong { margin-top: 2px; font-size: 11px; }
.current-state a { color: var(--green); font-size: 9px; font-weight: 700; }
.filter-group { padding: 0 0 16px; margin: 0 0 15px; border: 0; border-bottom: 1px solid #e8efeb; }
.filter-group > label:first-child, .filter-group legend { display: block; margin-bottom: 8px; padding: 0; color: #29463d; font-size: 10px; font-weight: 700; }
select { width: 100%; height: 37px; padding: 0 30px 0 10px; color: #425d54; border: 1px solid #dbe6e1; border-radius: 7px; background: white; font-size: 10px; }
.check-row { display: flex !important; align-items: center; gap: 8px; margin: 7px 0 0 !important; color: #60736d !important; font-size: 10px !important; font-weight: 500 !important; cursor: pointer; }
.check-row input { width: 14px; height: 14px; margin: 0; accent-color: var(--green); }
.apply-button { width: 100%; height: 38px; color: white; border: 0; border-radius: 7px; background: var(--green); font-size: 10px; font-weight: 700; cursor: pointer; }
.apply-button:hover { background: var(--green-dark); }
.clear-button { width: 100%; margin-top: 8px; padding: 5px; color: #687d75; border: 0; background: transparent; font-size: 9px; text-decoration: underline; cursor: pointer; }
.privacy-card { display: flex; gap: 9px; margin-top: 13px; padding: 10px; color: #5f746c; border-radius: 8px; background: #f2f8f4; }
.privacy-card svg { flex: 0 0 19px; width: 19px; color: var(--green); }
.privacy-card p { margin: 0; font-size: 8px; line-height: 1.5; }
.privacy-card strong { display: block; color: #345047; font-size: 9px; }
.mobile-filter-toggle { display: none; }

.results-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.results-heading-row h2 { margin: 0; font: 800 25px var(--display); letter-spacing: -.035em; }
.results-count { margin: 0; color: #7a8b85; font-size: 10px; }
.medication-tabs { display: flex; gap: 7px; padding-bottom: 11px; overflow-x: auto; scrollbar-width: thin; }
.medication-tabs button { flex: 0 0 auto; padding: 8px 12px; color: #4d675e; border: 1px solid #dce7e2; border-radius: 999px; background: white; font-size: 9px; font-weight: 700; cursor: pointer; }
.medication-tabs button:hover { border-color: #9fc5b5; }
.medication-tabs button.active { color: white; border-color: var(--green); background: var(--green); box-shadow: 0 5px 12px rgba(17,112,82,.18); }
.shipping-notice { display: flex; align-items: center; gap: 12px; margin: 5px 0 17px; padding: 11px 14px; color: #527067; border: 1px solid #cce2d7; border-radius: 9px; background: #f0f8f4; }
.shipping-notice svg { flex: 0 0 25px; width: 25px; color: var(--green); }
.shipping-notice p { margin: 0; font-size: 9px; }
.shipping-notice strong { display: block; color: #23483d; font-size: 10px; }
.table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: 0 8px 28px rgba(27,72,59,.06); }
.provider-table { width: 100%; border-collapse: collapse; }
.provider-table th { padding: 11px 10px; color: #687d75; background: #f7faf8; border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .04em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.provider-table td { padding: 14px 10px; border-bottom: 1px solid #e8efeb; color: #536a62; font-size: 9px; vertical-align: middle; }
.provider-table tr:last-child td { border-bottom: 0; }
.provider-table tbody tr:hover { background: #fbfdfc; }
.provider-table tbody tr.recommended-result { background: #f1f8f4; box-shadow: inset 3px 0 0 #70aa91; }
.provider-table tbody tr.recommended-result:hover { background: #edf6f1; }
.provider-name { display: flex; align-items: center; gap: 9px; min-width: 120px; }
.provider-avatar { flex: 0 0 31px; height: 31px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, #16805e, #0d5943); border-radius: 8px; font: 800 11px var(--display); }
.provider-name strong { display: block; color: var(--ink); font-size: 10px; }
.affiliate-label { display: block; margin-top: 1px; color: #8b9a95; font-size: 7px; }
.recommended-result .affiliate-label { color: #32745d; font-weight: 700; }
.drug-name { display: block; color: #29483e; font-weight: 700; }
.type-badge { display: inline-block; margin-top: 4px; padding: 2px 5px; border-radius: 4px; font-size: 7px; font-weight: 700; }
.type-badge.compounded { color: #536e91; background: #eef3f9; }
.type-badge.brand { color: #755880; background: #f5eff7; }
.price { color: var(--ink); font: 800 14px var(--display); white-space: nowrap; }
.price small { color: #82918c; font: 500 7px var(--body); }
.yes, .unknown { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.yes { color: #147352; font-weight: 700; }
.unknown { color: #7e8e89; }
.notes { max-width: 140px; line-height: 1.45; }
.details-button { display: inline-block; padding: 7px 9px; color: var(--green); border: 1px solid #abd0c0; border-radius: 6px; background: white; font-size: 8px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.details-button:hover { color: white; background: var(--green); border-color: var(--green); }
.provider-cards { display: none; gap: 12px; }
.provider-card { padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: 0 7px 20px rgba(27,72,59,.05); }
.provider-card.recommended-result { border-color: #b9d8ca; background: #f1f8f4; box-shadow: inset 3px 0 0 #70aa91, 0 7px 20px rgba(27,72,59,.05); }
.results-ad-row > td { padding: 8px 12px !important; background: transparent; text-align: center; }
.provider-table tbody .results-ad-row:hover { background: transparent; }
.results-ad {
  position: relative;
  min-height: 90px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
.results-ad ins { max-width: 100%; overflow: hidden; }
.results-ad .ad-label {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 7px;
  color: #899993;
  font-size: 7px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.results-ad-card { min-height: 100px; }
.card-top { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 14px; }
.card-price { text-align: right; }
.card-price .price { display: block; }
.card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; padding: 12px 0; border-block: 1px solid #e8efeb; }
.card-grid span { color: #7a8d86; font-size: 8px; }
.card-grid strong { display: block; margin-top: 2px; color: #365249; font-size: 9px; }
.card-notes { min-height: 32px; margin: 11px 0; color: #647971; font-size: 9px; }
.card-button { display: block; padding: 9px; color: white; background: var(--green); border-radius: 7px; text-align: center; text-decoration: none; font-size: 9px; font-weight: 700; }
.loading-state, .empty-state { padding: 55px 20px; border: 1px solid var(--line); border-radius: 11px; background: white; text-align: center; color: #71867e; }
.spinner { display: block; width: 26px; height: 26px; margin: 0 auto 10px; border: 3px solid #dcebe4; border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.empty-state h3 { margin: 0; color: var(--ink); }
.empty-state p { margin: 5px 0 0; }
.load-more { display: block; margin: 19px auto 0; padding: 9px 21px; color: var(--green); border: 1px solid #a8cbbb; border-radius: 7px; background: white; font-size: 9px; font-weight: 700; cursor: pointer; }
.load-more:hover { color: white; background: var(--green); }
.price-note { margin: 10px 0 0; color: #899993; font-size: 8px; }

.trust-strip { padding: 0 0 38px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 14px; border: 1px solid #cadecf; border-radius: 11px; background: linear-gradient(105deg,#f4faf6,#fffdf8); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid #dbe7e1; }
.trust-grid > div:last-child { border: 0; }
.trust-grid > div > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--green); background: white; border: 1px solid #d9e9e1; border-radius: 50%; font-weight: 800; }
.trust-grid p { margin: 0; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 10px; }
.trust-grid small { color: #778a83; font-size: 8px; }
.signup-section { padding: 41px 0; color: white; background: linear-gradient(120deg,#0d5842,#0b4938); }
.signup-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.signup-inner .eyebrow { color: #8ed2b8; }
.signup-inner h2 { margin: 0; font: 800 24px var(--display); letter-spacing: -.035em; }
.signup-inner p:not(.eyebrow) { margin: 5px 0 0; color: #b8d1c8; font-size: 10px; }
#signup-form { width: min(420px,45%); }
.signup-control { display: flex; padding: 4px; border-radius: 9px; background: white; }
.signup-control input { flex: 1; min-width: 0; height: 37px; padding: 0 10px; border: 0; outline: 0; }
.signup-control button { padding: 0 18px; color: white; border: 0; border-radius: 6px; background: var(--green); font-size: 9px; font-weight: 700; cursor: pointer; }
#signup-note { display: block; margin-top: 5px; color: #9ebbb0; font-size: 8px; }
.subscribe-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
[data-subscribe-note][data-status="success"] { color: #b9ead6 !important; }
[data-subscribe-note][data-status="error"] { color: #ffd0c8 !important; }
[data-subscribe-form] button:disabled { cursor: wait; opacity: .72; }

.site-footer { color: #536a62; background: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .8fr 1fr; gap: 55px; padding-block: 45px 35px; }
.footer-brand .brand img { width: 150px; }
.footer-brand p { max-width: 280px; margin: 13px 0 0; font-size: 9px; }
.footer-grid h2 { margin: 2px 0 13px; color: var(--ink); font: 700 11px var(--display); }
.footer-grid nav a { display: block; margin-bottom: 8px; color: #5d726a; font-size: 9px; text-decoration: none; }
.footer-grid p { font-size: 9px; }
.contact-link { color: var(--green); font-size: 9px; font-weight: 700; }
.footer-disclaimer { padding: 14px 0; color: #7b8d86; border-block: 1px solid var(--line); font-size: 8px; }
.footer-bottom { min-height: 52px; display: flex; align-items: center; justify-content: space-between; color: #778a83; font-size: 8px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a { text-decoration: none; }
.filter-backdrop { display: none; }

@media (max-width: 1050px) {
  .primary-nav a:nth-child(4), .primary-nav a:nth-child(5) { display: none; }
  .hero-grid { gap: 35px; }
  .comparison { grid-template-columns: 205px minmax(0,1fr); gap: 20px; }
  .provider-table th:nth-child(4), .provider-table td:nth-child(4), .provider-table th:nth-child(6), .provider-table td:nth-child(6) { display: none; }
}
@media (max-width: 800px) {
  .site-header { height: 66px; }
  .header-inner { width: calc(100% - 32px); }
  .brand img { width: 145px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; top: 65px; right: 16px; left: 16px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .primary-nav a, .primary-nav a:nth-child(4), .primary-nav a:nth-child(5) { display: block; padding: 9px; }
  .header-search { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 22px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); padding-block: 8px; }
  .stats-grid > div { min-height: 62px; }
  .stats-grid > div:nth-child(even) { border-right: 0; }
  .comparison { display: block; }
  .mobile-filter-toggle { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-bottom: 22px; padding: 11px; color: var(--green); border: 1px solid #a9cbbb; border-radius: 8px; background: white; font-weight: 700; }
  .mobile-filter-toggle svg { width: 19px; }
  .filters { position: fixed; z-index: 60; top: 0; bottom: 0; left: 0; width: min(330px,88vw); overflow-y: auto; border-radius: 0 14px 14px 0; transform: translateX(-105%); transition: transform .2s ease; }
  .filters.open { transform: none; }
  .filter-close { display: block; }
  .filter-backdrop { position: fixed; z-index: 50; inset: 0; background: rgba(9,32,25,.48); }
  .filter-backdrop.open { display: block; }
  .table-wrap { display: none; }
  .provider-cards { display: grid; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { justify-content: flex-start; padding: 12px; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(n+3) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
  .page-width { width: calc(100% - 32px); }
  .breadcrumbs { padding-block: 13px; }
  .state-hero { padding-block: 25px; }
  .state-title { align-items: flex-start; gap: 14px; }
  .state-icon { flex-basis: 52px; height: 52px; }
  .state-icon img { width: 52px; height: 52px; }
  .hero-copy { font-size: 13px; }
  .stats-grid { width: 100%; }
  .comparison { padding-block: 28px 40px; }
  .results-heading-row { display: block; }
  .results-count { margin-top: 5px; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-grid > div:last-child { border-bottom: 0 !important; }
  .signup-inner { display: block; }
  #signup-form { width: 100%; margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding-block: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
