/* Readability pass: larger content and actions, without flattening the hierarchy. */
body { line-height: 1.72; }
.nav-links > a { font-size: 15px; }
.eyebrow { font-size: 12px; }
.hero-text { font-size: 18px; max-width: 530px; }
.button, .text-button { font-size: 16px; }
.button { padding: 16px 24px; }
.trust-row { font-size: 12px; }
.avatars b { font-size: 10px; height: 27px; width: 27px; }

.proof-grid > p { font-size: 19px; line-height: 1.55; }
.metric strong { font-size: 30px; }
.metric span { font-size: 14px; }
.split-heading h2, .section-title h2 { font-size: clamp(32px, 3.3vw, 47px); }
.split-heading > p:last-child { font-size: 16px; line-height: 1.8; }

.pain-card { min-height: 310px; padding: 30px; }
.pain-card h3 { font-size: 21px; }
.pain-card p { font-size: 16px; line-height: 1.75; }
.pain-card a { font-size: 14px; }

.transform-copy > p:not(.eyebrow) { color: #e0e2d8; font-size: 17px; }
.transform-copy li { font-size: 16px; margin: 10px 0; }
.service-row { padding: 32px 18px; }
.service-number { font-size: 14px; }
.service-row h3 { font-size: 21px; }
.service-row p { font-size: 16px; line-height: 1.7; }
.service-icon { font-size: 20px; height: 41px; width: 41px; }

.pricing-heading > p:last-child { font-size: 16px; }
.plan-for { font-size: 15px; line-height: 1.7; }
.price-card ul { font-size: 15px; }
.price-card a { font-size: 15px; padding-top: 17px; }
.popular { font-size: 12px; }
.pricing-note { font-size: 13px; }

.insight-card h3 { font-size: 19px; }
.insight-card p { font-size: 15px; line-height: 1.75; }
.cta-inner > p:last-of-type { font-size: 17px; }
.contact p:not(.eyebrow) { color: #e1e1d8; font-size: 17px; line-height: 1.85; max-width: 415px; }
.contact-options a { padding: 23px 5px; }
.contact-options > a > span { font-size: 15px; height: 43px; width: 43px; }
.contact-options small { color: #d0d0c5; font-size: 12px; }
.contact-options strong { font-size: 16px; }
.footer { padding: 30px 0; }
.footer p, .back-top { font-size: 13px; }

@media (max-width: 560px) {
  .hero-text { font-size: 17px; }
  .trust-row { font-size: 11px; }
  .proof-grid > p { font-size: 18px; }
  .metric span { font-size: 13px; }
  .split-heading > p:last-child, .pain-card p, .service-row p, .insight-card p { font-size: 15px; }
  .pain-card h3, .service-row h3 { font-size: 19px; }
  .transform-copy > p:not(.eyebrow), .transform-copy li, .plan-for, .price-card ul, .contact p:not(.eyebrow) { font-size: 16px; }
  .price-card a, .contact-options strong { font-size: 15px; }
}
