/* FireRescue Training Hub Promoter V1.0.0 */
.frthp-menu-item .frthp-menu-link,
.frthp-menu-link {
    background: linear-gradient(135deg, #b91c1c, #ef4444) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 0.55rem 1rem !important;
    margin-left: 0.35rem !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 22px rgba(185, 28, 28, 0.18) !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}

.frthp-menu-item .frthp-menu-link:hover,
.frthp-menu-link:hover,
.frthp-menu-item .frthp-menu-link:focus,
.frthp-menu-link:focus {
    background: linear-gradient(135deg, #991b1b, #dc2626) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.frthp-promo {
    width: min(1180px, 94%);
    margin: 2rem auto;
    border-radius: 24px;
    background: #fff7ed;
    border: 1px solid rgba(185, 28, 28, 0.18);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
    overflow: hidden;
    clear: both;
}

.frthp-promo__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.3rem;
    align-items: center;
    padding: 1.4rem;
    background:
        radial-gradient(circle at top left, rgba(239, 68, 68, 0.14), transparent 35%),
        linear-gradient(135deg, #fff7ed 0%, #ffffff 58%, #fef2f2 100%);
}

.frthp-promo__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 110px;
    border-radius: 22px;
    background: #b91c1c;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.02em;
    box-shadow: 0 16px 30px rgba(185, 28, 28, 0.22);
}

.frthp-promo h2 {
    margin: 0 0 0.45rem;
    color: #111827;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.16;
    font-weight: 900;
}

.frthp-promo p {
    margin: 0 0 0.8rem;
    color: #374151;
    font-size: 1rem;
    line-height: 1.55;
}

.frthp-promo__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 0.75rem !important;
}

.frthp-promo__list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0.42rem 0.7rem !important;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: #111827;
    font-size: 0.92rem;
    font-weight: 750;
}

.frthp-promo__note {
    margin: 0 !important;
    color: #6b7280 !important;
    font-size: 0.88rem !important;
}

.frthp-promo__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 999px;
    background: #111827;
    color: #ffffff !important;
    padding: 0.9rem 1.15rem;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18);
}

.frthp-promo__button:hover,
.frthp-promo__button:focus {
    background: #b91c1c;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.frthp-promo--compact .frthp-promo__inner {
    grid-template-columns: 1fr auto;
}

.frthp-promo--compact .frthp-promo__badge,
.frthp-promo--compact .frthp-promo__list,
.frthp-promo--compact .frthp-promo__note {
    display: none;
}

@media (max-width: 820px) {
    .frthp-promo__inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .frthp-promo__badge {
        min-width: auto;
        min-height: auto;
        width: fit-content;
        padding: 0.45rem 0.75rem;
        border-radius: 999px;
    }

    .frthp-promo__action,
    .frthp-promo__button {
        width: 100%;
    }

    .frthp-menu-item .frthp-menu-link,
    .frthp-menu-link {
        display: inline-flex !important;
        margin: 0.35rem 0 !important;
    }
}
