:root {
  color: #18231f;
  background: #f5f4ef;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; }
.page-shell { width: min(100% - 2rem, 960px); margin: 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; border-bottom: 1px solid #d9ddd7; }
.directory-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1rem; font-size: .88rem; }
.directory-nav a, .breadcrumb a, .directory-topics a { color: #234c3b; font-weight: 700; }
.directory-nav a { text-decoration: none; text-underline-offset: .16em; }
.directory-nav a:hover, .directory-nav a:focus-visible { text-decoration: underline; }
.directory-nav a:focus-visible { outline: 2px solid #58786b; outline-offset: 3px; border-radius: 2px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2rem 0 0; color: #6f7973; font-size: .85rem; }
.eyebrow { color: #58786b; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero { padding: 5rem 0 3rem; }
.brand { display: inline-block; line-height: 0; }
.brand img { display: block; width: min(280px, 62vw); height: auto; }
.tag { color: #58786b; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 720px; margin: .75rem 0 1rem; font-size: clamp(2.4rem, 7vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
.intro { max-width: 590px; color: #5d6862; font-size: 1.05rem; line-height: 1.6; }
.search-label { display: block; margin: 2rem 0 .55rem; font-size: .9rem; font-weight: 700; }
.search { width: 100%; border: 1px solid #cbd2ca; border-radius: 12px; padding: 1rem 1.1rem; color: inherit; background: white; font: inherit; font-size: 1rem; }
.search:focus { outline: 3px solid #b7d8c7; outline-offset: 2px; border-color: #58786b; }
.results-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #d9ddd7; }
h2 { margin: 0 0 .75rem; font-size: 1.35rem; }
.result-count { color: #6f7973; font-size: .9rem; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding-top: 1rem; }
.card { display: flex; min-height: 220px; flex-direction: column; justify-content: space-between; gap: 1.5rem; border: 1px solid #d9ddd7; border-radius: 16px; padding: 1.35rem; background: white; }
.card .tag { margin: 0 0 .8rem; font-size: .7rem; }
h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.card h2, .card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.card h2 a, .card h3 a { color: inherit; text-decoration: none; }
.card h2 a:hover, .card h3 a:hover { text-decoration: underline; }
.card p:not(.tag) { color: #66716b; line-height: 1.55; }
.facts { display: grid; gap: .45rem; margin: 1rem 0 0; }
.facts div { display: flex; flex-wrap: wrap; gap: .35rem .6rem; font-size: .84rem; }
.facts dt { color: #5d6862; font-weight: 700; }
.facts dd { margin: 0; color: #66716b; }
.provider-page { max-width: 720px; padding: 4rem 0 2rem; }
.provider-page h1, .category-hero h1 { margin-top: .55rem; }
.provider-actions { margin: 2rem 0 3rem; }
.affiliate-disclosure { margin: 0; color: #66716b; font-size: .78rem; line-height: 1.45; }
.facts-panel { border-top: 1px solid #d9ddd7; padding: 1.5rem 0; }
.facts-panel a { color: #234c3b; text-underline-offset: .16em; }
.facts-panel a:hover { color: #16372a; }
.facts-panel a:focus-visible { outline: 2px solid #58786b; outline-offset: 3px; border-radius: 2px; }
.facts-panel h2, .directory-topics h2 { font-size: 1.2rem; }
.facts-large { gap: .9rem; }
.facts-large div { display: grid; grid-template-columns: minmax(10rem, 14rem) 1fr; gap: 1rem; font-size: .95rem; }
.facts-large dd { line-height: 1.5; }
.directory-topics { margin-top: 4rem; border-top: 1px solid #d9ddd7; padding: 1.5rem 0; line-height: 2; }
.program-link { color: #58786b; font-size: .82rem; font-weight: 750; text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: space-between; border-radius: 9px; padding: .8rem 1rem; color: white; background: #234c3b; font-weight: 750; text-decoration: none; }
.button:hover { background: #16372a; }
.button:focus-visible { outline: 3px solid #b7d8c7; outline-offset: 2px; }
.empty { display: grid; justify-items: center; gap: .75rem; border: 1px dashed #b9c2ba; border-radius: 12px; padding: 2rem; color: #66716b; text-align: center; }
.empty p { margin: 0; }
.empty .button { width: fit-content; }
footer { padding: 4rem 0 2rem; color: #778079; font-size: .8rem; line-height: 1.5; }
footer a { color: #234c3b; text-underline-offset: .16em; }
footer a:hover { color: #16372a; }
footer a:focus-visible { outline: 2px solid #58786b; outline-offset: 3px; border-radius: 2px; }
.site-credit { margin: .35rem 0 0; }
.site-credit a { color: inherit; text-underline-offset: .16em; }
.site-credit a:hover { color: #234c3b; }
.site-credit a:focus-visible { outline: 2px solid #58786b; outline-offset: 3px; border-radius: 2px; }
.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; }
.comparison-page { max-width: none; }
.comparison-page .intro { max-width: 720px; }
.comparison-table-wrap { overflow: visible; margin: 1rem 0; border: 0; background: transparent; }
.comparison-table { width: 100%; min-width: 0; border-collapse: separate; border-spacing: 0; font-size: .86rem; }
.comparison-table th, .comparison-table td { border-bottom: 1px solid #e2e5e1; padding: .95rem .8rem; vertical-align: top; text-align: left; line-height: 1.45; }
.comparison-table thead th { color: white; background: #234c3b; font-size: .78rem; letter-spacing: .01em; }
.comparison-table thead th:first-child { border-radius: 13px 0 0 0; }
.comparison-table thead th:last-child { border-radius: 0 13px 0 0; }
.comparison-table tbody tr:nth-child(even) { background: #fafbf8; }
.comparison-table tbody tr:hover { background: #f0f5f1; }
.comparison-table tbody th { min-width: 8.5rem; color: #18231f; font-size: .95rem; }
.comparison-table td { min-width: 9rem; color: #5d6862; }
.comparison-table td a { color: #234c3b; text-underline-offset: .16em; }
.comparison-table td a:hover { color: #16372a; }
.comparison-table td a:focus-visible { outline: 2px solid #58786b; outline-offset: 3px; border-radius: 2px; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table .affiliate-disclosure { margin-top: .45rem; }
.comparison-page details { border-top: 1px solid #d9ddd7; padding: 1rem 0; }
.comparison-page details:last-child { border-bottom: 1px solid #d9ddd7; }
.comparison-page summary { color: #234c3b; cursor: pointer; font-weight: 750; }
.comparison-page details p { max-width: 720px; color: #5d6862; line-height: 1.55; }
.comparison-table thead { display: none; }
.comparison-table tbody { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.comparison-table tbody tr { display: block; margin: 0; border: 1px solid #d9ddd7; border-radius: 14px; padding: 1rem 1.1rem; background: white; box-shadow: 0 8px 24px rgba(24, 35, 31, .06); }
.comparison-table tbody th, .comparison-table tbody td { display: block; width: 100%; min-width: 0; }
.comparison-table tbody th { border-bottom: 2px solid #b7d8c7; padding: .1rem 0 .8rem; font-size: 1.2rem; }
.comparison-table tbody td { display: grid; grid-template-columns: minmax(8.5rem, 34%) 1fr; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid #e2e5e1; }
.comparison-table tbody td::before { content: attr(data-label); color: #44524b; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.comparison-table tbody td:last-child { border-bottom: 0; padding-bottom: .15rem; }
.comparison-table tbody td:last-child > a { display: inline-flex; width: fit-content; border-radius: 8px; padding: .55rem .7rem; color: white; background: #234c3b; text-decoration: none; font-weight: 750; }
.comparison-table tbody td:last-child > a:hover { background: #16372a; }
.comparison-table tbody td:last-child > a:focus-visible { outline: 3px solid #b7d8c7; outline-offset: 2px; }
@media (max-width: 1400px) {
  .comparison-page { padding-top: 3rem; }
  .comparison-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .comparison-table { min-width: 0; border-collapse: separate; border-spacing: 0; }
  .comparison-table thead { display: none; }
  .comparison-table tbody { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .comparison-table tr, .comparison-table th, .comparison-table td { display: block; width: 100%; }
  .comparison-table tr { margin: 0 0 1rem; border: 1px solid #d9ddd7; border-radius: 14px; padding: 1rem 1.1rem; background: white; box-shadow: 0 8px 24px rgba(24, 35, 31, .06); }
  .comparison-table tbody tr:nth-child(even), .comparison-table tbody tr:hover { background: white; }
  .comparison-table tbody th { min-width: 0; border-bottom: 2px solid #b7d8c7; padding: .1rem 0 .8rem; font-size: 1.2rem; }
  .comparison-table td { min-width: 0; display: grid; grid-template-columns: minmax(8.5rem, 34%) 1fr; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid #e2e5e1; }
  .comparison-table td::before { content: attr(data-label); color: #44524b; font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
  .comparison-table td:last-child { border-bottom: 0; padding-bottom: .15rem; }
  .comparison-table td a { min-width: 0; }
}
@media (max-width: 700px) {
  .comparison-table tbody { grid-template-columns: 1fr; }
  .comparison-table td { grid-template-columns: 1fr; gap: .25rem; }
}
@media (max-width: 640px) { .hero { padding-top: 3rem; } .cards { grid-template-columns: 1fr; } .card { min-height: 0; } }
@media (max-width: 640px) { .site-header { align-items: flex-start; flex-direction: column; } .directory-nav { justify-content: flex-start; } .facts-large div { grid-template-columns: 1fr; gap: .25rem; } }
