/* Jerarquía semántica sin alterar el diseño visual compartido. */
body .hero-copy .hero-title { color: #f4f8ff; font-weight: 800; }
body .hero-copy .hero-title em { color: var(--cyan); font-style: normal; }
.page-title { margin: 0; color: #f4f8ff; font-weight: 800; line-height: 1.06; }
.section-heading .page-title, .section-head .page-title { font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.05em; }
.contact-form .page-title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1rem; }
.referral-card .page-title { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .75rem; }
.legal-doc > .page-title { font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: 1.5rem; }
@media (max-width: 760px) { .section-heading .page-title, .section-head .page-title { font-size: clamp(2.15rem, 10vw, 3.25rem); } }
