
/* ==================================================
   V6.2.5 · Banners encima y debajo del header
   ================================================== */

.hs-home-promo {
    width: 100%;
    padding: 10px 18px;
    box-sizing: border-box;
    position: relative;
    z-index: 30;
}

.hs-home-promo--top {
    background: linear-gradient(90deg, rgba(17,17,17,0.98) 0%, rgba(35,27,12,0.98) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.20);
}

.hs-home-promo--bottom {
    background: linear-gradient(90deg, rgba(12,18,12,0.98) 0%, rgba(31,41,24,0.98) 100%);
    border-top: 1px solid rgba(111, 176, 102, 0.22);
    border-bottom: 1px solid rgba(111, 176, 102, 0.16);
    display: block;
    clear: both;
}

.hs-home-promo__inner {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.hs-home-promo__content {
    min-width: 0;
}

.hs-home-promo__eyebrow {
    display: block;
    margin-bottom: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #cfa648;
}

.hs-home-promo--bottom .hs-home-promo__eyebrow {
    color: #9fd08f;
}

.hs-home-promo__text {
    margin: 0;
    color: #f5efdf;
    font-size: 0.96rem;
    line-height: 1.45;
}

.hs-home-promo__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.hs-home-promo__button,
.hs-home-promo__button:visited,
.hs-home-promo__button:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform 0.22s ease, opacity 0.22s ease, filter 0.22s ease;
}

.hs-home-promo__button:hover,
.hs-home-promo__button:active {
    transform: translateY(-1px);
    opacity: 0.98;
    filter: brightness(1.02);
    text-decoration: none;
}

.hs-home-promo__button--gold,
.hs-home-promo__button--gold:visited,
.hs-home-promo__button--gold:hover,
.hs-home-promo__button--gold:focus,
.hs-home-promo__button--gold:active {
    background: linear-gradient(180deg, #f0c85b 0%, #bc8f35 100%);
    color: #111 !important;
}

.hs-home-promo__button--green,
.hs-home-promo__button--green:visited,
.hs-home-promo__button--green:hover,
.hs-home-promo__button--green:focus,
.hs-home-promo__button--green:active {
    background: linear-gradient(180deg, rgba(112,170,102,0.96) 0%, rgba(58,104,57,0.96) 100%);
    color: #f6fff2 !important;
}

.hs-home-promo__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #f5efdf;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    transition: background 0.22s ease, transform 0.22s ease;
}

.hs-home-promo__close:hover {
    background: rgba(255,255,255,0.16);
    transform: scale(1.03);
}

.hs-home-promo.is-hidden {
    display: none !important;
}

@media (max-width: 900px) {
    .hs-home-promo {
        padding: 10px 14px;
    }

    .hs-home-promo__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .hs-home-promo__actions {
        justify-content: flex-start;
    }

    .hs-home-promo__button {
        flex: 1 1 auto;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .hs-home-promo__text {
        font-size: 0.9rem;
    }

    .hs-home-promo__actions {
        width: 100%;
    }

    .hs-home-promo__button {
        width: 100%;
    }
}


/* ==================================================
   V6.2.6 · Botones banners más coherentes con la web
   ================================================== */

.hs-home-promo__button,
.hs-home-promo__button:visited,
.hs-home-promo__button:focus,
.hs-home-promo__button:hover,
.hs-home-promo__button:active {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px !important;
    border: 1px solid #c9a85d;
    box-shadow: none;
    letter-spacing: 0.08em;
}

.hs-home-promo__button--gold,
.hs-home-promo__button--gold:visited,
.hs-home-promo__button--gold:hover,
.hs-home-promo__button--gold:focus,
.hs-home-promo__button--gold:active {
    background: transparent;
    color: #d1a64e !important;
}

.hs-home-promo__button--green,
.hs-home-promo__button--green:visited,
.hs-home-promo__button--green:hover,
.hs-home-promo__button--green:focus,
.hs-home-promo__button--green:active {
    background: transparent;
    color: #d1a64e !important;
}

.hs-home-promo__button:hover,
.hs-home-promo__button:active {
    background: rgba(201, 168, 93, 0.08) !important;
    filter: none;
}
