/* Readability pass: preserve the luxury layout while making all supporting copy easier to scan. */
html { font-size: 17px; }
body { font-size: 1rem; font-weight: 500; }
.nav-links a,
.header-actions a,
.mobile-menu a { font-size: .84rem; font-weight: 700; }
.eyebrow,
.section-kicker,
.mini-label { font-size: .76rem !important; font-weight: 800 !important; letter-spacing: .16em; }
.hero p,
.section-head p,
.about-copy p,
.cta-band p { font-size: 1rem !important; line-height: 1.75 !important; }
.market-card p,
.product-card p,
.feature-card p,
.referral-card p,
.testimonial-card p { font-size: .9rem !important; line-height: 1.65 !important; }
.market-card h3,
.feature-card h3 { font-size: 1.05rem !important; }
.btn,
button,
.pricing-card a { font-size: .82rem; font-weight: 800; }
.price-row,
.price-row span,
.price-row small { font-size: .86rem !important; }
.faq-question { font-size: .98rem !important; font-weight: 700 !important; }
.faq-answer,
.footer p,
.footer a { font-size: .84rem !important; line-height: 1.65; }
@media (max-width: 720px) {
  html { font-size: 16px; }
  .hero p,
  .section-head p,
  .about-copy p { font-size: .96rem !important; }
}
