/* Business Internet typography system — aligned to the verified live BPS implementation. */
:root{
  --bi-font-sans:"DM Sans",Arial,sans-serif;
  --bi-weight-regular:400;
  --bi-weight-medium:500;
  --bi-weight-semibold:600;
  --bi-weight-bold:700;
  --bi-weight-extrabold:800;
  --bi-leading-body:1.65;
  --bi-leading-heading:1.12;
  --bi-tracking-heading:-.045em;
  --bi-tracking-label:.12em;
}
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
body,button,input,select,textarea{font-family:var(--bi-font-sans);font-synthesis:none}
body{font-weight:var(--bi-weight-regular);line-height:var(--bi-leading-body)}
p,li,td,dd,figcaption{font-family:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--bi-font-sans);font-weight:var(--bi-weight-extrabold);line-height:var(--bi-leading-heading);letter-spacing:var(--bi-tracking-heading);text-wrap:balance}
h5,h6{letter-spacing:-.02em}
.home-hero h1,.inner-hero h1{font-weight:var(--bi-weight-extrabold);line-height:1.12;letter-spacing:-.045em}
.section-head h2,.cta-band h2,.survey-section h2,.article-content h2{font-weight:var(--bi-weight-bold);line-height:1.12}
.info-card h3,.related-grid strong,.decision-card strong,.survey legend,.faq-list summary{font-weight:var(--bi-weight-bold)}
.site-nav,.site-nav a,.button,.text-button,.text-link,.nav-toggle{font-family:var(--bi-font-sans);font-weight:var(--bi-weight-bold)}
.utility,.breadcrumbs,.side-rail,.site-footer{font-family:var(--bi-font-sans)}
.eyebrow,.section-number,.provider-strip p,.speed-track span,th,.footer-grid h2,.decision-card>p,.related-grid span{font-family:var(--bi-font-sans);font-weight:var(--bi-weight-extrabold);letter-spacing:var(--bi-tracking-label)}
.survey,.survey label,.survey legend,.survey input,.survey select,.survey textarea,.choice span,.survey-progress,.form-status{font-family:var(--bi-font-sans)}
.survey label:not(.choice):not(.consent),.choice span,.survey-progress{font-weight:var(--bi-weight-bold)}
table,th,td{font-family:var(--bi-font-sans);font-variant-numeric:tabular-nums}
.node,.visual-label,.trust-line,.location-list,.info-card,.decision-card,.related-grid,.faq-list{font-family:var(--bi-font-sans)}
a,button,input,select,textarea{font-synthesis:none}
@media(max-width:900px){.site-nav>a{letter-spacing:-.01em}.section-head h2,.cta-band h2,.survey-section h2{line-height:1.14}}
@media(max-width:600px){.home-hero h1,.inner-hero h1{font-size:clamp(2.35rem,11vw,2.65rem);line-height:1.08;letter-spacing:-.04em;overflow-wrap:anywhere}.article-content h2{font-size:clamp(1.75rem,8vw,2.15rem);letter-spacing:-.035em}.button,.choice span{line-height:1.25}.footer-grid h2{letter-spacing:.09em}}
