/*
 * Typography floor for the six business-problem detail pages.
 * These pages load the legacy Bootstrap build, whose 10px root size makes
 * rem-based page styles render much smaller than intended.
 */
html {
  font-size: 16px;
}

body.home-premium {
  font-size: 16px;
}

body.home-premium .dc-hero h1,
body.home-premium .pq-hero h1,
body.home-premium .sol-hero h1 {
  color: #fff !important;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
}

body.home-premium .dc-hero .subtitle,
body.home-premium .pq-hero .subtitle,
body.home-premium .sol-hero p {
  font-size: 18px;
  line-height: 1.75;
}

body.home-premium .section-title {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 0;
}

body.home-premium .section-sub,
body.home-premium .section-cta p,
body.home-premium .cta-box p {
  font-size: 17px;
  line-height: 1.75;
}

body.home-premium .pain-card h3,
body.home-premium .pain-card h4,
body.home-premium .benefit-card h4,
body.home-premium .sol-feature h4,
body.home-premium .step-card h4,
body.home-premium .how-step h4,
body.home-premium .product-chip h5 {
  font-size: 18px;
  line-height: 1.5;
}

body.home-premium .pain-card p,
body.home-premium .benefit-card p,
body.home-premium .sol-feature p,
body.home-premium .step-card p,
body.home-premium .how-step p,
body.home-premium .product-chip p {
  font-size: 16px;
  line-height: 1.75;
}

body.home-premium .sol-badge,
body.home-premium .dc-hero .badge,
body.home-premium .pq-hero .badge,
body.home-premium .section-label,
body.home-premium .section-label-blue,
body.home-premium .pain-card .pain-tag,
body.home-premium .stat-label,
body.home-premium .stat-item .desc,
body.home-premium .breadcrumb-bar {
  font-size: 14px;
}

body.home-premium .section-cta h2,
body.home-premium .cta-box h2 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
}

body.home-premium .sol-btn,
body.home-premium .btn-primary-blue,
body.home-premium .btn-primary-green,
body.home-premium .btn-secondary {
  font-size: 16px;
}

@media (max-width: 768px) {
  body.home-premium .dc-hero h1,
  body.home-premium .pq-hero h1,
  body.home-premium .sol-hero h1 {
    font-size: 32px;
  }

  body.home-premium .section-title {
    font-size: 26px;
  }

  body.home-premium .section-cta h2,
  body.home-premium .cta-box h2 {
    font-size: 26px;
  }
}
