.home-section-title {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #2c91ce !important;
}

.home-section-subtitle {
    font-size: 1.8rem !important;
    color: #666 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    letter-spacing: -0.3px !important;
}

.home-section-subtitle::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #2c91ce;
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Ensure homepage heading text overrides legacy .single-content p */
.why-choose-us__header .home-section-subtitle,
.discover-section__header .home-section-subtitle {
    font-size: 1.8rem !important;
    color: #666 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    letter-spacing: -0.3px !important;
    line-height: 1.6 !important;
}

.why-choose-us__header .why-choose-us__lead,
.discover-section__header .discover-section__lead {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}
