/* ============================================
   Hero Jumbotron – shared styles
   Scoped under #new-hero-jumbotron
   Used on: Default.aspx, BookTheoryTest.aspx
   ============================================ */

#new-hero-jumbotron .nhj-hero-title {
    font-family: 'Outfit', Montserrat, sans-serif !important;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 700 !important;
    line-height: 1.15;
    margin-bottom: 20px !important;
    letter-spacing: -0.03em;
    color: #111827;
}

#new-hero-jumbotron .nhj-text-orange {
    color: #f99c2d !important;
    display: inline;
}

#new-hero-jumbotron .nhj-bullet-item {
    border: 1px solid transparent;
    padding: 4px 0px;
    border-radius: 12px;
}

#new-hero-jumbotron .nhj-feature-bullets,
#new-hero-jumbotron .nhj-bullet-item span {
    font-family: Montserrat, sans-serif !important;
    font-weight: 500 !important;
}

#new-hero-jumbotron .nhj-review-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #0ea457;
    background-color: #0ea457;
    font-size: 11pt;
    font-weight: 700;
    height: 32px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-family: Montserrat, sans-serif;
}

#new-hero-jumbotron .nhj-review-pill-stars {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: #0ea457;
    height: 100%;
}

#new-hero-jumbotron .nhj-review-pill-text {
    padding: 0 10px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: #333333 !important;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#new-hero-jumbotron .nhj-review-pill-text span {
    font-size: 10.5pt;
    color: #333333 !important;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

#new-hero-jumbotron .nhj-btn-outline {
    background-color: transparent;
    border: 2px solid #2975bc;
    color: #2975bc !important;
    text-shadow: none;
}

#new-hero-jumbotron .nhj-btn-outline:hover {
    background-color: #2975bc;
    color: #fff !important;
}

@media (max-width: 576px) {
    #new-hero-jumbotron .nhj-container-pad {
        padding: 10px !important;
    }

    #new-hero-jumbotron .nhj-card-pad {
        padding: 15px 12px !important;
    }

    #new-hero-jumbotron .nhj-hero-title {
        font-size: 20pt !important;
    }

    #new-hero-jumbotron .nhj-feature-bullets {
        font-size: 12pt !important;
        margin-bottom: 12px !important;
    }

    #new-hero-jumbotron .nhj-bullet-item {
        padding: 2px 6px !important;
        margin-bottom: 4px !important;
    }

    #new-hero-jumbotron .nhj-cta-group {
        margin-bottom: 12px !important;
        gap: 10px !important;
    }

    #new-hero-jumbotron .gs-button-large {
        font-size: 13pt !important;
        padding: 6px 20px !important;
    }

    #new-hero-jumbotron .nhj-review-pill {
        margin-bottom: 10px !important;
    }
}
