/* Scoped to the Christian landing template; retain tenant typography and color. */
#hero-section > .container { padding-top: 3rem; padding-bottom: 3rem; }
#hero-section .hero-text {
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.15;
}
#hero-section .hero-subtext {
    font-family: var(--font-body);
    color: var(--primary-200);
    font-size: 1.125rem;
    line-height: 1.6;
}
#hero-section .hero-text + p {
    font-size: clamp(1.25rem, 3vw, 1.875rem);
    line-height: 1.4;
    margin-bottom: 1rem;
}
#hero-section a[data-analytics-cta="landing_hero_get_answers"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    width: 100%;
    max-width: 28rem;
    padding: 0.875rem 1.125rem;
    font-size: 1.125rem;
    flex-wrap: nowrap !important;
}
#hero-section a[data-analytics-cta="landing_hero_get_answers"] .material-icons {
    flex-shrink: 0;
    margin: 0;
}
#hero-section .landing-chat-launcher {
    position: static;
    margin: 1rem auto 0;
    min-height: 44px;
    padding: 0.5rem 0.75rem;
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--primary-600);
    border-radius: 0.75rem;
    gap: 0.5rem;
}
#hero-section .landing-chat-launcher__eyebrow { display: none; }
#hero-section .landing-chat-launcher__icon { width: 1.5rem; height: 1.5rem; background: none; }
#hero-section .landing-chat-launcher__label { font-size: 0.875rem; font-weight: 500; }
@media (max-width: 640px) {
    #hero-section > .container { padding-top: 1.75rem; padding-bottom: 1.75rem; }
    #hero-section .hero-trust-indicators { display: none; }
    #hero-section .hero-subtext { font-size: 1rem; margin-bottom: 1.5rem; }
    #hero-section .landing-chat-launcher__icon .material-icons { font-size: 1.125rem; }
}
