:root{
  --bg:#f3f6fb;
  --bg2:#ffffff;
  --card:#ffffff;
  --surface:#f8fbff;
  --line:rgba(15,23,42,.08);
  --line-strong:rgba(15,23,42,.12);
  --text:#0f172a;
  --muted:#5f6f86;
  --soft:#7a8aa1;
  --blue:#3b82f6;
  --blue2:#1d4ed8;
  --shadow:0 18px 48px rgba(15,23,42,.08);
  --shadow-sm:0 10px 30px rgba(15,23,42,.06);
  --radius:24px;
  --radius-md:18px;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:light}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#ffffff;
  color:var(--text);
  line-height:1.68;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
main{padding-bottom:24px}

.header{
  position:sticky;
  top:0;
  z-index:40;
  background:#ffffff;
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:76px;
  padding:10px 0;
}
.brand{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:-.02em}
.brand em{font-style:normal;color:var(--blue)}
.brand-mark{
  width:44px;height:44px;border-radius:14px;
  background:linear-gradient(135deg,var(--blue2),var(--blue));
  display:grid;place-items:center;color:#fff;font-weight:900;
  box-shadow:none;align-items:center;gap:10px;flex-wrap:wrap}
.navlinks a{
  padding:12px 16px;
  border-radius:14px;
  background:#f8fbff;
  border:2px solid var(--line);
  color:var(--muted);
  font-size:14px;
  font-weight:700;
}
.navlinks a:hover{background:#eef4ff;color:var(--text)}

.hero{padding:44px 0 30px}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.82fr);
  gap:28px;
  align-items:start;
}
.hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:none;
}
.hero-copy,.hero-card,.content-card,.sidebar-card,.legal-card,.card{padding:30px}
.topic-card,.faq-card,.cta-panel{padding:26px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;
  background:rgba(37,99,235,.08);
  border:1px solid rgba(37,99,235,.16);
  color:var(--blue2);font-size:12px;font-weight:800;
  letter-spacing:.04em;text-transform:uppercase;
}
.dot{width:7px;height:7px;border-radius:50%;background:var(--blue)}
h1,h2,h3,h4,p,ul,ol{margin:0}
h1{font-size:clamp(28px,3.6vw,44px);line-height:1.08;letter-spacing:-.035em;margin-top:18px}
h2{font-size:clamp(22px,2.8vw,34px);line-height:1.14;letter-spacing:-.025em;margin-bottom:12px}
h3{font-size:22px;line-height:1.18;letter-spacing:-.025em;margin-bottom:10px}
h4{font-size:16px;line-height:1.35;margin-bottom:10px}
p+p{margin-top:16px}
.lead{font-size:20px;color:var(--muted);max-width:64ch;margin-top:18px}
.muted,.small{color:var(--muted)}
.small{font-size:14px}
ul,ol{padding-left:20px}
li+li{margin-top:8px}

.hero-actions,.hero-cta,.cta-actions,.footer-nav,.pill-list,.meta-pills,.plan-features{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.hero-actions,.hero-cta{margin-top:24px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:12px 18px;border-radius:14px;
  border:1px solid var(--line);background:#fff;color:var(--text);
  font-size:14px;font-weight:800;box-shadow:none;
}
.btn-primary,.btn.primary{background:linear-gradient(135deg,var(--blue2),var(--blue));border:none;color:#fff;box-shadow:none;color:var(--muted);border:none;box-shadow:none;min-height:auto;padding:0;border-radius:0}
.btn-secondary:hover,.btn.secondary:hover{background:transparent;color:var(--text);text-decoration:underline;box-shadow:none;
  border:none;
  color:var(--muted);
  box-shadow:none;
  min-height:auto;
  padding:0;
  border-radius:0;
}
.btn.ghost:hover{background:transparent;color:var(--text);text-decoration:underline}

.mini-metrics,.list-meta,.faq-list,.grid,.faq-grid,.subscription-grid{
  display:grid;
  gap:16px;
}
.mini-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:22px}
.mini-metrics div,.meta-box,.metric,.signal{
  padding:16px 18px;border-radius:16px;border:1px solid var(--line);
  background:var(--surface);
}
.mini-metrics strong,.meta-box strong{display:block;font-size:15px;color:var(--text)}
.mini-metrics span,.meta-box span{display:block;font-size:13px;color:var(--muted);margin-top:6px}

.subpage-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}
.content-card{padding:34px}
.content-section + .content-section{
  margin-top:34px;
  padding-top:34px;
  border-top:1px solid var(--line);
}
.content-section > .pill-list,
.content-section > .hero-actions,
.content-section > .cta-actions,
.content-section > .meta-pills,
.content-section > ul,
.content-section > ol,
.content-section > .provider-logo-block,
.content-section > .list-meta,
.content-section > .bullet-list,
.content-section > .score-bar,
.content-section > .status-note{margin-top:18px}
.content-section > h3 + p,
.content-section > h2 + p,
.content-section > h4 + p{margin-top:10px}

.sidebar-card{
  position:sticky;
  top:98px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.sidebar-card h3{margin-bottom:0}

.pill-list{margin-top:18px}
.pill{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  background:#f8fbff;border:1px solid var(--line);
  color:#34506e;font-size:13px;font-weight:700;line-height:1.2;
}

.faq-list{margin-top:20px}
.faq-item{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:none;
  overflow:hidden;
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:18px 20px;
  font-weight:800;
  line-height:1.45;
  position:relative;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:'+';
  position:absolute;
  right:18px;top:50%;transform:translateY(-50%);
  font-size:22px;font-weight:400;color:var(--blue2);
}
.faq-item[open] summary::after{content:'–'}
.faq-item p{padding:0 20px 20px;color:var(--muted)}

.cta-panel{
  margin-top:34px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px 24px;
  align-items:end;
}
.cta-panel .eyebrow{margin-bottom:14px}
.cta-panel h2{margin-bottom:0}
.cta-panel p{margin-top:12px;color:var(--muted);max-width:60ch}
.cta-actions{align-items:center;justify-content:flex-end}

.footer{padding:34px 0 58px}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(140px,1fr));
  gap:28px;
  padding:28px;
  background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:none;flex-direction:column;gap:10px}
.footer-grid > div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}
.footer-grid h4{margin-bottom:2px}
.footer-copy{color:var(--muted);max-width:34ch;margin-top:8px}
.footer-grid a{display:block;color:var(--muted);line-height:1.45}
.footer-grid a:hover{color:var(--text)}

.provider-logo-block{display:flex;align-items:center;gap:16px;margin-top:20px}
.provider-logo-badge{
  width:76px;height:76px;border-radius:18px;
  background:#0f172a;border:1px solid rgba(148,163,184,.25);
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;
  box-shadow:none;height:100%;object-fit:cover}
.provider-logo-meta{display:flex;flex-direction:column;gap:5px}
.provider-logo-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.provider-logo-name{font-size:14px;color:#0f172a;font-weight:700}

.provider-logo-refined,.provider-logo img,.provider-card img[src*="provider-logos"]{image-rendering:auto}
.provider-logo-shell{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px;border:1px solid rgba(148,163,184,.18);
  border-radius:18px;background:rgba(15,23,42,.35)
}

.provider-hero .provider-logo-block{margin-top:24px}
.provider-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.badge{
  display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;
  font-size:11px;font-weight:800;letter-spacing:.02em;border:1px solid var(--line)
}
.badge-institutional{background:#f8fbff;color:#385270}
.badge-featured{background:rgba(37,99,235,.12);color:var(--blue2);border-color:rgba(37,99,235,.22)}
.badge-pending{background:rgba(245,158,11,.12);color:#b45309;border-color:rgba(245,158,11,.26)}
.score-wrap{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-top:16px}
.score-copy{display:flex;flex-direction:column;gap:4px}
.score{font-size:34px;font-weight:900;letter-spacing:-.05em;line-height:1}
.score-label{font-size:11px;color:#6b7c93;text-transform:uppercase;letter-spacing:.1em}
.score-bar{height:10px;border-radius:999px;background:#e8eef8;overflow:hidden;margin-top:14px}
.score-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#60a5fa)}
.status-note{font-size:13px;color:var(--muted)}
.bullet-list{display:grid;gap:10px;padding-left:0;list-style:none}
.bullet-list li{
  padding-left:18px;position:relative;color:var(--text)
}
.bullet-list li::before{
  content:'';width:7px;height:7px;border-radius:50%;background:var(--blue);
  position:absolute;left:0;top:.65em
}

.logo-shell{width:64px;height:64px;border-radius:18px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;box-shadow:none;height:100%;object-fit:contain;padding:8px;background:#fff}
.provider-card{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:24px;border:2px solid var(--line)}
.provider-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.provider-ident{display:flex;gap:16px;align-items:flex-start;flex:1}
.provider-name{font-size:20px;font-weight:800;letter-spacing:-.03em}
.provider-sub{font-size:13px;color:var(--muted);margin-top:4px}
.provider-bottom{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}

@media (max-width:1080px){
  .hero-inner,.subpage-grid,.footer-grid,.cta-panel{grid-template-columns:1fr}
  .sidebar-card{position:static}
  .cta-actions{justify-content:flex-start}
}
@media (max-width:820px){
  .mini-metrics,.list-meta,.subscription-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .container{padding:0 18px}
  .nav{align-items:flex-start;flex-direction:column}
  .navlinks{width:100%}
  .navlinks a{flex:1 1 calc(50% - 10px);text-align:center}
  .hero{padding:28px 0 20px}
  .hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card{padding:22px;border-radius:20px}
  h1{font-size:clamp(26px,8vw,34px)}
  h2{font-size:clamp(20px,6.6vw,28px)}
  .lead{font-size:18px}
  .hero-actions,.hero-cta,.cta-actions,.footer-nav,.pill-list{flex-direction:column;align-items:stretch}
  .btn,.pill{width:100%}
  .mini-metrics,.list-meta,.faq-grid,.grid,.subscription-grid{grid-template-columns:1fr}
  .footer-grid{padding:22px}
  .content-section + .content-section{margin-top:28px;padding-top:28px}
  .faq-item summary{padding:16px 18px 16px 18px}
  .faq-item p{padding:0 18px 18px}
  .provider-logo-badge{width:68px;height:68px}
}


.provider-logo-badge,
.logo-shell{
  background:#ffffff;
  border:1px solid rgba(11,26,43,.08);
  box-shadow:none;
}
.provider-logo-badge img,
.logo-shell img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#ffffff;
  border-radius:14px;
}
.provider-card .logo-shell{
  padding:8px;
}
.provider-card .logo-shell img{
  border-radius:12px;
}


.open-page-btn,
.open-page-link,
.resource-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:12px;
  background:#ffffff;
  border:1px solid var(--line);
  color:var(--text);
  font-weight:700;
  box-shadow:none;
}
.open-page-btn:hover,
.open-page-link:hover,
.resource-link:hover{
  background:#f8fafc;
  color:var(--text);
  text-decoration:none;
  box-shadow:none;
}

/* subpage button readability fixes */
.btn-primary,.btn.primary,
a.btn-primary,a.btn.primary,
button.btn-primary,button.btn.primary{
  color:#ffffff !important;
  background:#2563eb !important;
  border:none !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.btn-secondary,.btn.secondary,
a.btn-secondary,a.btn.secondary{
  color:#0f172a !important;
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.10) !important;
  text-decoration:none !important;
}
.cta-actions .btn,
.hero-actions .btn,
.hero-cta .btn{
  min-height:46px;
  padding:0 16px !important;
  border-radius:12px !important;
  font-weight:800 !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}
.related-pages .pill,
.sidebar-card .pill{
  color:#334155 !important;
  white-space:normal !important;
  overflow-wrap:anywhere;
  word-break:break-word;
  text-align:center;
  line-height:1.3;
  height:auto;
  min-height:44px;
}

/* institutional clean buttons and links on subpages */
.hero-actions .btn,
.hero-cta .btn,
.cta-actions .btn{
  min-height:46px !important;
  padding:0 16px !important;
  border-radius:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  box-shadow:none !important;
}
.btn-primary,.btn.primary,
a.btn-primary,a.btn.primary,
button.btn-primary,button.btn.primary{
  background:#2563eb !important;
  color:#ffffff !important;
  border:none !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.btn-primary:hover,.btn.primary:hover{
  background:#1d4ed8 !important;
  color:#ffffff !important;
}
.btn-secondary,.btn.secondary,
a.btn-secondary,a.btn.secondary{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.10) !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.btn-secondary:hover,.btn.secondary:hover{
  background:#f8fafc !important;
  color:#0f172a !important;
}
.open-page-btn,
.open-page-link,
.resource-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 14px !important;
  border-radius:12px !important;
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.10) !important;
  color:#0f172a !important;
  font-weight:700 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}
.open-page-btn:hover,
.open-page-link:hover,
.resource-link:hover{
  background:#f8fafc !important;
  color:#0f172a !important;
}

/* responsive repair for subpages */
html,body{overflow-x:hidden}
.container{max-width:1240px;width:100%}
img{max-width:100%;height:auto}
.header{position:sticky;top:0;z-index:50;background:#fff}
.nav{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;min-height:84px;flex-wrap:nowrap;
}
.navlinks{
  display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;
}
.navlinks a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 16px;border-radius:14px;white-space:nowrap;
}
.hero-inner,
.subpage-grid,
.footer-grid{
  min-width:0;
}
.hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  gap:24px;
}
.subpage-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
}
.content-card,.sidebar-card,.hero-copy,.hero-card,.topic-card,.faq-card,.cta-panel,.card{
  min-width:0;
}
.provider-logo-block,.cta-actions,.hero-actions,.hero-cta{
  flex-wrap:wrap;
}
@media (max-width:1100px){
  .nav{flex-wrap:wrap;align-items:flex-start}
  .navlinks{justify-content:flex-start}
  .hero-inner,
  .subpage-grid,
  .footer-grid{
    grid-template-columns:1fr !important;
  }
  .sidebar-card{position:static !important}
}
@media (max-width:760px){
  .container{padding-left:16px !important;padding-right:16px !important}
  .nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:auto;padding:14px 0}
  .navlinks{width:100%;display:flex;flex-wrap:wrap;gap:8px}
  .navlinks a{min-height:40px;padding:0 12px;border-radius:12px}
  .hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.card{
    padding:18px !important;
    border-radius:18px !important;
  }
  .hero-actions,.hero-cta,.cta-actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }
  .hero-actions .btn,
  .hero-cta .btn,
  .cta-actions .btn,
  .open-page-btn,
  .open-page-link,
  .resource-link{
    width:100% !important;
  }
  .provider-logo-block{flex-direction:column;align-items:flex-start}
}


/* global safety for long button labels and footer chips */
.footer-nav a,
.related-pages a,
.sidebar-card a.pill{
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
  text-align:center;
  line-height:1.3;
}


/* mobile polish pass */
.btn,.open-page-btn,.open-page-link,.resource-link,.navlinks a,.footer-nav a{
  border-radius:14px;
  min-height:46px;
  line-height:1.2;
}
.btn-primary,.btn.primary,
a.btn-primary,a.btn.primary,
button.btn-primary,button.btn.primary{
  background:#2563eb !important;
  color:#ffffff !important;
  border:none !important;
  padding:0 16px !important;
  min-height:46px !important;
  border-radius:14px !important;
}
.btn-secondary,.btn.secondary,
a.btn-secondary,a.btn.secondary,
.open-page-btn,.open-page-link,.resource-link,
.navlinks a,.footer-nav a{
  background:#ffffff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.10) !important;
  min-height:46px !important;
  padding:0 16px !important;
  border-radius:14px !important;
  text-decoration:none !important;
}
.pill,
.related-pages .pill,
.sidebar-card .pill{
  width:auto !important;
  max-width:100%;
  min-height:34px;
  padding:8px 12px !important;
  border-radius:999px !important;
  line-height:1.28 !important;
  white-space:normal !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card,.provider-card{
  border-radius:24px;
}
.provider-card,
.content-card,
.sidebar-card,
.topic-card,
.faq-card,
.cta-panel,
.legal-card,
.card{
  border:2px solid rgba(226,232,240,.95);
}
.content-section > h2,
.content-section > h3,
.content-card h1,
.content-card h2,
.content-card h3{
  line-height:1.12;
}
.content-card p,
.sidebar-card p,
.content-section p,
.content-section li{
  line-height:1.68;
}
@media (max-width:760px){
  .container{padding:0 18px !important;}
  .hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card,.provider-card{
    padding:20px !important;
    border-radius:18px !important;
  }
  h1{font-size:clamp(28px,8.5vw,36px) !important;line-height:1.07 !important;}
  h2{font-size:clamp(22px,6.5vw,30px) !important;line-height:1.12 !important;}
  h3{font-size:clamp(18px,5.2vw,24px) !important;line-height:1.18 !important;}
  .lead{font-size:17px !important;line-height:1.65 !important;}
  .hero-actions,.hero-cta,.cta-actions{gap:10px !important;}
  .hero-actions .btn,
  .hero-cta .btn,
  .cta-actions .btn,
  .open-page-btn,
  .open-page-link,
  .resource-link,
  .footer-nav a,
  .navlinks a{
    width:100% !important;
    min-height:46px !important;
    padding:0 16px !important;
    border-radius:14px !important;
    font-size:15px !important;
  }
  .pill-list,
  .meta-pills{flex-direction:row !important;align-items:flex-start !important;}
  .pill,
  .related-pages .pill,
  .sidebar-card .pill{width:auto !important;min-height:34px !important;}
  .mini-metrics div,.meta-box,.metric,.signal{padding:14px 14px !important;border-radius:14px !important;}
  .content-section + .content-section{margin-top:26px !important;padding-top:26px !important;}
  .footer-grid{padding:20px !important;}
}
@media (max-width:420px){
  h1{font-size:clamp(26px,8.8vw,32px) !important;}
  h2{font-size:clamp(20px,6.7vw,26px) !important;}
  .lead{font-size:16px !important;}
  .btn,.open-page-btn,.open-page-link,.resource-link,.navlinks a,.footer-nav a{font-size:14px !important;}
}


/* April 2026 responsive consolidation */
body, .content-card, .sidebar-card, .hero-copy, .hero-card, .topic-card, .faq-card, .cta-panel, .footer-grid, .site-map-list {
  overflow-wrap:anywhere;
  word-break:break-word;
}
.hero-subpage{padding-top:36px}
.section{padding:0 0 28px}
.section + .section{padding-top:6px}
.section-head{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
.topic-grid,
.pricing-grid-clean,
.contact-grid,
.network-grid,
.quick-grid,
.metric-grid,
.form-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.topic-grid{margin-top:20px}
.topic-card a,
.site-map-list a,
.footer-grid a,
.content-card a,
.sidebar-card a{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.site-map-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 18px;
  padding-left:20px;
}
.footer-shell,
.filters-shell,
.contact-card,
.research-card,
.provider-value-card,
.pricing-tier-clean{
  background:#fff;
  border:2px solid rgba(226,232,240,.95);
  border-radius:24px;
  padding:24px;
}
.footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.tier-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#1d4ed8;
}
.tier-price-clean,
.plan-price{
  font-size:clamp(30px,4vw,42px);
  font-weight:800;
  line-height:1;
  letter-spacing:-.04em;
}
.plan-note,.micro-note,.tier-note{font-size:14px;color:var(--muted)}
.contact-grid > *,
.network-grid > *,
.quick-grid > *,
.metric-grid > *,
.topic-grid > *,
.pricing-grid-clean > *{min-width:0}
@media (max-width:980px){
  .topic-grid,
  .pricing-grid-clean,
  .contact-grid,
  .network-grid,
  .quick-grid,
  .metric-grid,
  .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .site-map-list{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .hero-subpage{padding-top:24px}
  .mini-metrics{grid-template-columns:1fr !important}
  .topic-grid,
  .pricing-grid-clean,
  .contact-grid,
  .network-grid,
  .quick-grid,
  .metric-grid,
  .form-grid,
  .site-map-list{grid-template-columns:1fr !important}
  .footer-grid{gap:20px !important}
  .footer-grid > div{gap:10px !important}
  .footer-copy{max-width:none}
  .provider-top,
  .provider-ident,
  .score-wrap{flex-direction:column;align-items:flex-start}
  .provider-bottom{display:grid;grid-template-columns:1fr;gap:10px}
  .provider-bottom .btn,
  .provider-bottom a,
  .provider-card .btn{width:100% !important}
  .site-map-list{padding-left:18px}
}
@media (max-width:480px){
  .navlinks a{flex:1 1 100%}
  .brand{min-width:0}
  .brand span:last-child{overflow-wrap:anywhere;word-break:break-word}
  .mini-metrics div,
  .meta-box,
  .metric,
  .signal{padding:13px 12px !important}
  .footer-shell,
  .filters-shell,
  .contact-card,
  .research-card,
  .provider-value-card,
  .pricing-tier-clean{padding:18px}
}

/* Final mobile hardening for legal and utility pages */
html,body{max-width:100%;overflow-x:hidden}
.container,
.hero-inner,
.subpage-grid,
.footer-grid,
.content-card,
.sidebar-card,
.hero-copy,
.hero-card,
.site-map-list,
.pricing-grid-clean,
.topic-grid,
.faq-list,
.cta-panel{
  min-width:0;
}
.content-card a,
.sidebar-card a,
.hero-card a,
.footer-grid a,
.site-map-list a,
.mini-metrics span,
.pill,
.lead,
p,
li,
strong,
span{
  overflow-wrap:anywhere;
  word-break:break-word;
}

@media (max-width:980px){
  .hero-inner,
  .subpage-grid,
  .cta-panel,
  .footer-grid{
    grid-template-columns:1fr !important;
  }
  .sidebar-card{
    position:static !important;
    top:auto !important;
  }
}

@media (max-width:760px){
  .header{position:sticky !important;top:0 !important}
  .nav{
    min-height:auto !important;
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:12px !important;
    padding:14px 0 !important;
  }
  .brand{width:100% !important}
  .brand-mark{flex:0 0 44px !important}
  .navlinks{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    gap:10px !important;
  }
  .navlinks a{
    width:100% !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:normal !important;
  }
  .hero,
  .hero.hero-subpage{padding:20px 0 18px !important}
  .hero-inner{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .subpage-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .content-card,
  .hero-copy,
  .hero-card,
  .sidebar-card,
  .footer-grid,
  .footer-shell,
  .pricing-tier-clean,
  .topic-card,
  .faq-card,
  .cta-panel{
    width:100% !important;
    max-width:100% !important;
  }
  .mini-metrics{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .hero-actions,
  .cta-actions,
  .footer-nav,
  .pill-list{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
  }
  .hero-actions .btn,
  .cta-actions .btn,
  .footer-nav a,
  .pill-list .pill,
  .sidebar-card .pill{
    width:100% !important;
  }
  .pill-list .pill{
    justify-content:flex-start !important;
    text-align:left !important;
  }
  .site-map-list{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding-left:18px !important;
  }
  .site-map-list li{
    min-width:0 !important;
  }
  .pricing-grid-clean,
  .topic-grid{
    grid-template-columns:1fr !important;
  }
  .content-section + .content-section{
    margin-top:22px !important;
    padding-top:22px !important;
  }
}

@media (max-width:480px){
  .container{padding:0 16px !important}
  .hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.footer-grid,.footer-shell,.pricing-tier-clean{
    padding:18px !important;
  }
  h1{font-size:30px !important}
  h2{font-size:24px !important}
  h3{font-size:20px !important}
  .lead{font-size:16px !important}
  .tier-price-clean,
  .plan-price{font-size:32px !important}
}

@media (max-width:760px){
  body.page-imprint .hero-card,
  body.page-disclaimer .hero-card,
  body.page-site-map .hero-card,
  body.page-pricing .hero-card{
    order:2;
  }
}


/* Dark theme test version */
:root{
  --bg:#061224;
  --bg2:#0b1830;
  --card:#0d1b34;
  --surface:#10203d;
  --line:rgba(148,163,184,.18);
  --line-strong:rgba(148,163,184,.28);
  --text:#f8fbff;
  --muted:#c5d2e6;
  --soft:#9fb2d4;
  --blue:#5b9cff;
  --blue2:#3d7cf0;
  --shadow:0 18px 48px rgba(0,0,0,.32);
  --shadow-sm:0 10px 30px rgba(0,0,0,.26);
}
html{color-scheme:dark}
body{background:linear-gradient(180deg,#061224 0%,#08172b 100%) !important;color:var(--text) !important}
a{color:inherit}
.header,.footer,.hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card,.footer-grid,.faq-item,.mini-metrics div,.meta-box,.metric,.signal,.pill,.btn,.provider-logo-badge,.provider-logo-shell{background:var(--card) !important;color:var(--text) !important;border-color:var(--line) !important;box-shadow:none !important}
.header{background:rgba(6,18,36,.92) !important;border-bottom-color:var(--line) !important}
.navlinks a,.pill,.badge-institutional,.badge-standard,.badge-pending,.badge-featured{background:rgba(255,255,255,.04) !important;color:var(--muted) !important;border-color:var(--line) !important}
.navlinks a:hover,.btn:hover,.btn.ghost:hover,.btn.secondary:hover{background:rgba(255,255,255,.08) !important;color:#fff !important;text-decoration:none !important}
.btn-primary,.btn.primary{background:linear-gradient(135deg,var(--blue2),var(--blue)) !important;color:#fff !important;border:none !important;padding:12px 18px !important;border-radius:14px !important;min-height:48px !important}
.btn-secondary,.btn.secondary,.btn.ghost{background:transparent !important;color:var(--muted) !important;border:none !important;padding:0 !important;min-height:auto !important;border-radius:0 !important}
.brand,.brand em,h1,h2,h3,h4,strong,summary,.provider-logo-name,.provider-name,.meta-box strong,.mini-metrics strong,.signal strong{color:#fff !important}
p,li,.muted,.small,.lead,.footer-copy,.footer-grid a,.faq-item p,.provider-sub,.status-note,.provider-logo-label,.meta-box span,.mini-metrics span,.signal span{color:var(--muted) !important}
.eyebrow,.badge-featured{background:rgba(91,156,255,.12) !important;color:#dce9ff !important;border-color:rgba(91,156,255,.28) !important}
.badge-pending{background:rgba(245,158,11,.14) !important;color:#ffd38a !important;border-color:rgba(245,158,11,.30) !important}
.badge-standard{color:var(--muted) !important}
.provider-logo-label{color:#9fb2d4 !important}
input,select,textarea,.search-input,.select{background:#0b1830 !important;color:#fff !important;border-color:var(--line) !important}
input::placeholder,textarea::placeholder{color:#9fb2d4 !important}
::selection{background:rgba(91,156,255,.28);color:#fff}
@media (max-width: 767px){
  body{background:#061224 !important}
  .header{background:rgba(6,18,36,.96) !important}
  .footer-grid,.hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card{border-radius:20px !important}
}


/* Final dark theme consistency pass */
:root{
  --bg:#041225;
  --bg2:#081a33;
  --card:#0a1b34;
  --card2:#102542;
  --surface:#0d223f;
  --line:rgba(148,163,184,.22);
  --line-strong:rgba(148,163,184,.34);
  --text:#f8fbff;
  --muted:#c7d4e8;
  --soft:#9eb0cb;
  --blue:#5b9cff;
  --blue2:#3d7cf0;
  --shadow:none;
  --shadow-sm:none;
}
html{color-scheme:dark;background:var(--bg)}
body{
  background:linear-gradient(180deg,#041225 0%,#07172c 100%) !important;
  color:var(--text) !important;
}
.header,
.footer,
main,
section{background:transparent}
.header{
  background:rgba(4,18,37,.94) !important;
  border-bottom:1px solid var(--line) !important;
}
.brand,
.brand em,
h1,h2,h3,h4,
strong,
.provider-name,
.provider-logo-name,
.tier-price-clean,
.tier-price,
.tier-price span,
.price-amount,
.price-line,
.price-line *,
.footer-grid h4,
.footer-shell h4,
.footer-shell strong,
.card h3,
.content-card h3,
.sidebar-card h3,
.topic-card h3,
.faq-card h3,
.legal-card h3,
.research-card h3,
.contact-card h3,
.provider-value-card h3,
.no-results-card h3{
  color:var(--text) !important;
}
p, li, .muted, .small, .lead, .footer-copy,
.provider-sub, .provider-logo-label, .status-note,
.plan-note, .micro-note, .tier-note,
.tier-copy, .price-period, .price-subline,
.pricing-tier-clean p, .pricing-tier-clean ul,
.pricing-tier p, .pricing-tier ul,
.footer-grid a, .footer-shell a,
.content-card p, .content-card li,
.sidebar-card p, .sidebar-card li,
.topic-card p, .faq-card p, .legal-card p,
.research-card p, .contact-card p,
.content-section p, .content-section li,
.meta-box span, .signal span, .mini-metrics span,
.no-results-card p, .score-label{
  color:var(--muted) !important;
}
.hero-copy,.hero-card,.content-card,.sidebar-card,.topic-card,.faq-card,.cta-panel,.legal-card,.card,
.provider-card,.pricing-tier,.pricing-tier-clean,.pricing-card,
.footer-grid,.footer-shell,.filters-shell,.contact-card,.research-card,.provider-value-card,
.metric,.signal,.meta-box,.mini-metrics div,.score-note,.faq-item,.no-results-card,.search-shell,
.provider-modal-card,.lead-gate-card{
  background:var(--card) !important;
  border-color:var(--line) !important;
  color:var(--text) !important;
  box-shadow:none !important;
}
.hero,.hero-subpage,.section{background:transparent !important}
.mini-metrics div,.meta-box,.metric,.signal,
.score-note,.pill,.badge,.tier-kicker,
.navlinks a,.footer-nav a,.faq-item summary,
.open-page-btn,.open-page-link,.resource-link,
.search-input,.select,textarea,input,
form.card select,form.contact-card select{
  background:rgba(255,255,255,.04) !important;
  border-color:var(--line) !important;
  color:var(--text) !important;
}
.search-input::placeholder, textarea::placeholder, input::placeholder{color:#9fb2d4 !important}
.select option, form.card select option, form.contact-card select option{background:var(--card) !important;color:var(--text) !important}
.btn,
.btn-secondary,.btn.secondary,
.btn.ghost,
a.btn-secondary,a.btn.secondary,
.open-page-btn,.open-page-link,.resource-link,
.navlinks a,.footer-nav a{
  background:rgba(255,255,255,.04) !important;
  color:var(--text) !important;
  border:1px solid var(--line) !important;
  text-decoration:none !important;
}
.btn:hover,
.btn-secondary:hover,.btn.secondary:hover,
.btn.ghost:hover,
.open-page-btn:hover,.open-page-link:hover,.resource-link:hover,
.navlinks a:hover,.footer-nav a:hover{
  background:rgba(255,255,255,.09) !important;
  color:#ffffff !important;
}
.btn-primary,.btn.primary,
a.btn-primary,a.btn.primary,
button.btn-primary,button.btn.primary{
  background:linear-gradient(135deg,var(--blue2),var(--blue)) !important;
  color:#ffffff !important;
  border:none !important;
}
.btn-primary:hover,.btn.primary:hover{filter:brightness(1.05)}
.pill,.badge-institutional,.badge-standard,.badge-pending,.badge-featured,.tier-kicker{
  color:var(--muted) !important;
}
.badge-featured,.eyebrow{
  background:rgba(91,156,255,.14) !important;
  border-color:rgba(91,156,255,.34) !important;
  color:#dce9ff !important;
}
.badge-pending{background:rgba(245,158,11,.14) !important;border-color:rgba(245,158,11,.30) !important;color:#ffd38a !important}
.badge-verified{background:rgba(16,185,129,.16) !important;border-color:rgba(16,185,129,.30) !important;color:#bbf7d0 !important}
.footer-grid,.footer-shell{background:var(--card2) !important}
.logo-shell,.provider-logo-badge,.provider-logo-shell{background:#ffffff !important;border-color:rgba(255,255,255,.10) !important}
.logo-shell img,.provider-logo-badge img{background:#ffffff !important}
.score-bar{background:rgba(255,255,255,.10) !important}
.score-fill{background:linear-gradient(90deg,#5b9cff,#8ab7ff) !important}
.faq-item summary::after{color:#dce9ff !important}
.tier-price-clean span,.price-period,.price-subline,.tier-copy,.micro-note,.plan-note,.tier-note{color:var(--muted) !important}
.footer-copy,.footer-grid a,.footer-shell a{color:var(--muted) !important}
.footer-grid a:hover,.footer-shell a:hover{color:#ffffff !important}
@media (max-width:760px){
  body{background:#041225 !important}
  .header{background:rgba(4,18,37,.97) !important}
}


/* === FINAL DARK CONSISTENCY FIXES v42 === */
body{background:linear-gradient(180deg,#04101f 0%,#071a32 100%) !important;color:#ffffff !important}
.header,.footer{background:transparent !important}
.hero,.hero-subpage,.content-card,.sidebar-card,.cta-panel,.footer-grid>div,.pill,.faq-item,.faq-list details,.provider-logo-block,.mini-metrics>div,.hero-card,.navlinks a,.btn.btn-secondary{background:#0d1b36 !important;color:#ffffff !important;border-color:rgba(148,163,184,.16) !important}
.content-card p,.sidebar-card p,.cta-panel p,.footer-copy,.pill,.faq-item p,.faq-item summary,.lead,.provider-logo-meta,.mini-metrics span,.navlinks a,.footer a{color:#d3def4 !important}
.content-card h1,.content-card h2,.content-card h3,.sidebar-card h3,.cta-panel h2,.footer h4,.hero h1,.hero h2,.mini-metrics strong{color:#ffffff !important}
.btn.btn-secondary:hover,.navlinks a:hover,.pill:hover{background:#15305d !important}
input,textarea,select{background:#10213f !important;color:#ffffff !important;border-color:rgba(148,163,184,.18) !important}
input::placeholder,textarea::placeholder{color:#9fb2d9 !important}


/* v48 final provider spacing and white text */


html,body{color:#ffffff !important;}
body *{text-shadow:none !important;}
body, p, li, span, small, label, legend, summary, details, dt, dd, figcaption,
.muted, .small, .lead, .eyebrow, .provider-sub, .provider-logo-label, .provider-logo-name,
.footer-copy, .footer a, .footer p, .navlinks a, .pill, .status-note, .meta-box span,
.mini-metrics span, .signal span, .topic-card p, .faq-item p, .cta-panel p, .content-card p,
.sidebar-card p, .card p, .provider-card p, .guide-intro, .filter-hint, .count-pill,
.plan-note, .micro-note, .tier-note, .price-period, .price-subline, .tier-copy,
.badge, .badge-standard, .badge-pending, .badge-featured, .badge-institutional,
.provider-description, .provider-meta, .footer-shell a, .footer-shell p{
  color:#ffffff !important;
}
h1,h2,h3,h4,h5,h6,strong,b,.brand,.brand em,.content-card h2,.sidebar-card h3,.cta-panel h2,
.provider-name,.provider-card h3,.hero h1,.hero h2,.hero h3,.faq-item summary,.mini-metrics strong,
.meta-box strong,.signal strong,.topic-card h3,.footer h4,.score-label,.score-value,.provider-logo-name{
  color:#ffffff !important;
}
a, a:visited, a:hover, a:active, button, .btn, .btn span, [type="button"], [type="submit"]{
  color:#ffffff !important;
}
input, textarea, select, option{color:#ffffff !important;}
input::placeholder, textarea::placeholder{color:rgba(255,255,255,.78) !important;}
.provider-hero{padding-bottom:14px !important;}
.provider-hero .hero-inner{gap:18px !important;align-items:start !important;}
.provider-hero .hero-copy{padding-bottom:0 !important;}
.provider-hero .lead{margin-top:12px !important;margin-bottom:0 !important;}
.provider-hero .provider-logo-block{margin-top:16px !important;}
.provider-hero .hero-actions{margin-top:16px !important;}
.provider-hero .hero-card{margin-top:0 !important;align-self:start !important;}
.provider-hero + .container.subpage-grid{margin-top:10px !important;align-items:start !important;gap:24px !important;}
article.content-card{padding:34px !important;}
article.content-card .content-section:first-child{padding-top:0 !important;margin-top:0 !important;border-top:0 !important;}
article.content-card .content-section + .content-section{margin-top:24px !important;padding-top:24px !important;}
article.content-card .faq-list{margin-top:14px !important;}
article.content-card .cta-panel{margin-top:24px !important;}
.sidebar-card{align-self:start !important;padding:26px !important;gap:14px !important;}
.sidebar-card .pill-list{margin-top:12px !important;}
@media (max-width: 900px){
  .provider-hero{padding-bottom:12px !important;}
  .provider-hero + .container.subpage-grid{margin-top:8px !important;gap:18px !important;}
  article.content-card{padding:28px !important;}
  article.content-card .content-section + .content-section{margin-top:22px !important;padding-top:22px !important;}
}
@media (max-width: 760px){
  .provider-hero{padding-bottom:8px !important;}
  .provider-hero .hero-inner{gap:14px !important;}
  .provider-hero .lead,.provider-hero .provider-logo-block,.provider-hero .hero-actions{margin-top:12px !important;}
  .provider-hero + .container.subpage-grid{margin-top:6px !important;gap:14px !important;}
  article.content-card,.sidebar-card{padding:22px !important;}
  article.content-card .content-section + .content-section{margin-top:18px !important;padding-top:18px !important;}
  article.content-card .cta-panel{margin-top:20px !important;}
}



/* Global mobile menu for subpages */
.mobile-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.16);
  background:#0d1b36;
  color:#ffffff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
  padding:0;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  box-sizing:border-box;
}
.mobile-menu-toggle span{
  display:block !important;
  width:18px;
  height:2px;
  min-height:2px;
  margin:0 !important;
  background:#ffffff !important;
  border-radius:999px;
  transition:transform .22s ease, opacity .22s ease;
  flex:0 0 2px;
}
.mobile-menu-toggle span + span{margin-top:0 !important;}
.header.menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg);}
.header.menu-open .mobile-menu-toggle span:nth-child(2){opacity:0;}
.header.menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}

@media (max-width:760px){
  .header{position:sticky;top:0;z-index:1200;}
  .nav{
    position:relative !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }
  .brand{width:auto !important; min-width:0; position:relative; z-index:1200; max-width:calc(100% - 68px);}
  .brand span:last-child{max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
  .mobile-menu-toggle{
    display:inline-flex !important;
    flex:0 0 auto;
    position:relative;
    z-index:1202;
    background:#0d1b36 !important;
    border-color:rgba(148,163,184,.20) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.22);
  }
  .mobile-menu-toggle span{background:#ffffff !important;}
  .navlinks{
    display:none !important;
    pointer-events:auto !important;
    position:absolute !important;
    top:calc(100% + 12px) !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid rgba(148,163,184,.18) !important;
    background:#0b1730 !important;
    box-shadow:0 20px 44px rgba(0,0,0,.28) !important;
    z-index:1201 !important;
  }
  .header.menu-open .nav{align-items:center !important; flex-wrap:nowrap !important;}
  .header.menu-open .navlinks{display:grid !important; z-index:1305 !important;}
  .header.menu-open .brand{z-index:1200 !important;}
  .header.menu-open .mobile-menu-toggle{z-index:1306 !important;}
  .navlinks a{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    min-height:48px !important;
    background:#122446 !important;
    color:#ffffff !important;
    border:1px solid rgba(148,163,184,.16) !important;
  }
}


/* v50 readability and imprint cleanup */
.sidebar-card .pill,
.related-pages .pill,
.sidebar-card .pill *,
.related-pages .pill *{
  color:#ffffff !important;
  opacity:1 !important;
}
.sidebar-card .pill{
  background:rgba(255,255,255,.04) !important;
  border-color:rgba(148,163,184,.18) !important;
}
body.page-imprint .hero-card h3,
body.page-imprint .content-card h2{
  color:#ffffff !important;
}


/* v52 subpage CTA spacing and heading wrap fixes */
.cta-panel{
  grid-template-columns:minmax(0,1fr) !important;
  gap:18px !important;
  align-items:start !important;
}
.cta-panel > div:first-child{
  min-width:0;
}
.cta-panel h2{
  max-width:none !important;
  width:100%;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
}
.cta-panel p{
  max-width:64ch !important;
}
.cta-actions{
  justify-content:flex-start !important;
  align-items:center;
  gap:12px;
  width:100%;
}
.cta-actions .btn{
  width:auto;
  flex:0 0 auto;
}
@media (max-width:760px){
  .cta-actions .btn{
    width:100%;
  }
}


/* v53 provider profile spacing fixes */
.provider-hero .hero-copy{
  padding-bottom:26px !important;
}
.provider-hero .hero-actions{
  margin-top:18px !important;
  margin-bottom:6px !important;
}
.provider-hero .hero-actions .btn{
  margin-bottom:0 !important;
}
.provider-hero + .container.subpage-grid{
  margin-top:22px !important;
}
article.content-card .content-section:first-child{
  padding-top:4px !important;
}
@media (max-width: 900px){
  .provider-hero .hero-copy{
    padding-bottom:24px !important;
  }
  .provider-hero + .container.subpage-grid{
    margin-top:18px !important;
  }
}
@media (max-width: 760px){
  .provider-hero .hero-copy{
    padding-bottom:22px !important;
  }
  .provider-hero .hero-actions{
    margin-bottom:4px !important;
  }
  .provider-hero + .container.subpage-grid{
    margin-top:14px !important;
  }
}


/* v55 final spacing, provider filters, and footer cleanup */
.footer{padding:34px 0 56px !important;}
.footer-grid{
  grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:start !important;
  padding:28px !important;
  background:#0d1b36 !important;
  border:1px solid rgba(148,163,184,.16) !important;
}
.footer-grid > div{
  gap:10px !important;
  min-width:0 !important;
  background:transparent !important;
  padding:0 !important;
}
.footer-grid h4{
  margin:0 0 4px !important;
  color:#ffffff !important;
}
.footer-copy{
  margin:10px 0 0 !important;
  max-width:34ch !important;
  color:#d3def4 !important;
  line-height:1.65 !important;
}
.footer-grid a{
  color:#ffffff !important;
  line-height:1.5 !important;
}
.footer-grid a:hover{color:#dce9ff !important;}
.footer-grid .brand{margin-bottom:2px !important;}
.footer-grid .brand-mark{flex:0 0 56px !important; width:56px !important; height:56px !important;}
.hero-subpage + .section,
main > .section:first-of-type{padding-top:10px !important;}
.pricing-grid-clean{margin-top:18px !important;}
@media (max-width:980px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  .footer-grid{grid-template-columns:1fr !important;padding:22px !important;gap:20px !important;}
  .footer-copy{max-width:none !important;}
}

/* v56 footer rhythm and score spacing */
.footer-grid,
.footer-grid > div,
.footer-grid .brand,
.footer-grid .brand *,
.footer-grid h4,
.footer-grid p,
.footer-grid a{
  box-sizing:border-box !important;
}
.footer-grid{
  gap:28px !important;
  padding:30px !important;
  background:#0d1b36 !important;
}
.footer-grid > div{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  gap:12px !important;
}
.footer-grid .brand{margin-bottom:6px !important;}
.footer-copy{margin-top:12px !important; max-width:32ch !important;}
.footer-grid a{display:block !important; padding:0 !important; background:transparent !important; border:none !important;}
.footer-grid .pill,
.footer-grid .btn,
.footer-grid .card{background:transparent !important; border:none !important;}
.score-bar,
.content-section > .score-bar{
  margin-top:25px !important;
  margin-bottom:25px !important;
}
@media (max-width:760px){
  .footer-grid{padding:24px !important; gap:22px !important;}
}


/* v57 footer refinement for subpages */
.footer-shell,.footer-grid,.footer-grid > *, .footer-shell > *{background:transparent !important; box-shadow:none !important;}
.footer-shell,.footer-grid{align-items:flex-start !important; gap:26px !important; padding:28px !important; background:#0d1b36 !important; border-color:rgba(255,255,255,.10) !important;}
.footer-grid a,.footer-shell a,.footer-copy,.footer-grid p,.footer-shell p{color:#d3def4 !important;}
.footer-grid h4,.footer-shell h4,.footer-grid strong,.footer-shell strong{color:#ffffff !important;}
.footer-grid a:hover,.footer-shell a:hover{color:#ffffff !important;}
@media (max-width:760px){.footer-shell,.footer-grid{padding:24px !important;gap:20px !important;}}


/* v59 subpage footer and hero refinement */
.footer{padding:28px 0 44px !important;}
.footer-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,1fr)) !important;
  gap:20px !important;
  padding:24px !important;
  background:#0b1b36 !important;
  border:1px solid rgba(148,163,184,.16) !important;
  align-items:start !important;
}
.footer-grid > div{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  gap:10px !important;
}
.footer-grid .brand{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin-bottom:6px !important;
}
.footer-grid .brand-mark{width:56px !important;height:56px !important;flex:0 0 56px !important;}
.footer-copy{margin:0 !important;max-width:32ch !important;color:#d7e3f8 !important;line-height:1.65 !important;}
.footer-grid h4{margin:0 0 6px !important;font-size:16px !important;color:#ffffff !important;}
.footer-grid a{
  display:block !important;
  padding:2px 0 !important;
  background:transparent !important;
  border:none !important;
  color:#ffffff !important;
  line-height:1.45 !important;
}
.footer-grid a:hover{color:#dce9ff !important;text-decoration:none !important;}
@media (max-width:980px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:760px){
  .footer-grid{grid-template-columns:1fr !important;padding:22px !important;gap:18px !important;}
  .footer-copy{max-width:none !important;}
}

/* v63 professional footer refinement */
.footer{
  padding:30px 0 46px !important;
}
.footer-grid{
  background:#0b1a34 !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:28px !important;
  padding:30px 34px !important;
  gap:28px !important;
  grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,.8fr)) !important;
  align-items:start !important;
}
.footer-grid > div{
  min-width:0 !important;
  gap:12px !important;
}
.footer-grid .brand{
  gap:14px !important;
  align-items:center !important;
  margin-bottom:4px !important;
}
.footer-grid .brand-mark{
  width:58px !important;
  height:58px !important;
  flex:0 0 58px !important;
}
.footer-copy{
  margin:4px 0 0 !important;
  max-width:34ch !important;
  color:#d6e2f6 !important;
  line-height:1.7 !important;
}
.footer-grid h4{
  margin:0 0 4px !important;
  font-size:17px !important;
  line-height:1.3 !important;
  color:#ffffff !important;
}
.footer-grid a{
  display:block !important;
  padding:0 !important;
  background:none !important;
  border:none !important;
  color:#d6e2f6 !important;
  line-height:1.55 !important;
}
.footer-grid a:hover{
  color:#ffffff !important;
}
@media (max-width: 980px){
  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    padding:26px !important;
    gap:24px !important;
  }
  .footer-copy{max-width:none !important;}
}
@media (max-width: 760px){
  .footer{
    padding:24px 0 38px !important;
  }
  .footer-grid{
    grid-template-columns:1fr !important;
    padding:22px !important;
    gap:18px !important;
    border-radius:22px !important;
  }
}


/* v66 subpage hero to first content spacing */
.hero-subpage + .container.subpage-grid,
.hero-subpage + .section,
main > .section:first-of-type,
main > .container.subpage-grid:first-of-type{
  margin-top:45px !important;
  padding-top:0 !important;
}
@media (max-width:980px){
  .hero-subpage + .container.subpage-grid,
  .hero-subpage + .section,
  main > .section:first-of-type,
  main > .container.subpage-grid:first-of-type{
    margin-top:36px !important;
  }
}
@media (max-width:760px){
  .hero-subpage + .container.subpage-grid,
  .hero-subpage + .section,
  main > .section:first-of-type,
  main > .container.subpage-grid:first-of-type{
    margin-top:28px !important;
  }
}
