/**
 * Body / paragraph copy — homepage scale (15px primary · 13px secondary).
 * Load after page <style>. Hero sublines use shared-inner-hero-type.css.
 */

/* —— 15px body (homepage: section-description, who-intro, faq, process, etc.) —— */
.section-description,
.section-header--stacked .section-lead,
.process-intro,
.apply-text,
.who-intro,
.home-case-card-subtext,
.card-subtitle,
.behind-content > p:not(.behind-role),
.difference p,
.difference blockquote,
.difference-list li,
.system-card-text,
.fit-card-footer,
.fit-list,
.faq-intro,
.faq-answer,
.faq-answer p,
.newsletter-text,
.founder-content > p,
.beliefs-list li,
.body-text,
.body-text p,
.col-list li,
.built-card p,
.diagnostic-text,
.quiz-sub,
.quiz-instruction,
.quiz-problem__text,
.loading-line2,
.result-summary-box p,
.result-summary-list li,
.result-booking-box p,
.services-booking-lede,
.quote-text,
.story-copy p,
.story-stat-desc,
.cs-empty,
.cs-progress-note,
.contact-copy p,
.card-text,
.card-body,
.services-faq-answer,
.services-faq-answer p {
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.quote-attr {
  font-size: 13px !important;
  line-height: 1.65 !important;
}

/* —— 14px table / compact UI —— */
.results-table,
.results-table th,
.results-table td {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

/* —— 13px secondary body (homepage: step-text, why-work expand) —— */
.step-text,
.why-work-row-body,
.results-table .result-unit,
.what-i-do-step-text,
.apply-subtext,
.apply-note,
.cs-cta-note {
  font-size: 15px !important;
  line-height: 1.75 !important;
}

@media (max-width: 960px) {
  .what-i-do-step-text {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
}
