.home-main-wrapper-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hero-banner-full {
    position: relative;
    width: 100%;
    min-height: 520px;
    background: #004F9F;
    border-radius: 0;
    padding: 32px 78px 32px 78px;
    display: flex;
    align-items: center;
}

.hero-slide-shell {
    display: flex;
    align-items: stretch;
    gap: 26px;
    width: 100%;
    min-height: 450px;
}

.hero-copy {
    flex: 0 0 27%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0 8px;
}

.hero-copy .badge {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.2);
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 10px 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: fit-content;
}

    .hero-copy h1 {
        font-size: 2.8rem;
        line-height: 1.15;
        font-weight: 800;
        margin-bottom: 18px;
        color: #fff;
    }

    .hero-copy p {
        font-size: 1rem;
        color: rgba(255,255,255,.95);
        max-width: 310px;
        margin-bottom: 22px;
    }

.hero-dynamic-area {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
}

.hero-products-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hero-product-card {
/*    background: rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 18px;*/
    text-align: center;
    /*min-height: 360px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .hero-product-card img {
        width: 100%;
        height: 350px;
        object-fit: contain;
        background: rgba(255,255,255,.95);
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .hero-product-card h5 {
        color: #fff;
        font-size: 1.05rem;
        line-height: 1.2;
        min-height: 52px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    .hero-product-card p {
        color: #fff;
        font-size: 1.15rem;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: auto;
    }

.hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 84px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.16);
    color: #fff;
    border-radius: 10px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-nav-prev {
    left: 10px;
}

.hero-nav-next {
    right: 10px;
}

.hero-dots {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    margin-top: 24px;
    justify-content: flex-start;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.55);
}

    .hero-dot.active {
        background: #fff;
    }

.hero-offer-strip {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    padding: 18px 22px;
    flex-wrap: wrap;
}

.hero-offer-left {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #dc0000;
    color: #fff;
    padding: 16px 28px;
    border-radius: 999px;
    min-width: 430px;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(220, 0, 0, 0.25);
}

.offer-small {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offer-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.offer-currency {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.offer-price {
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.offer-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-offer-center {
    display: flex;
    flex-direction: column;
    color: #2b2b2b;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 240px;
}

.hero-offer-center strong {
    font-size: 1.2rem;
    font-weight: 700;
}

.hero-offer-center span {
    font-size: 1.05rem;
    font-weight: 400;
}

.hero-offer-card {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 2px solid #dc0000;
    border-radius: 999px;
    padding: 12px 20px;
    background: #fff;
    font-weight: 700;
}

    .hero-offer-card strong {
        background: #dc0000;
        color: #fff;
        border-radius: 999px;
        padding: 10px 26px;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: .05em;
    }

.hero-offer-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero-offer-action-btn {
    border: 1px solid #c67f7f;
    color: #4a1d1d;
    background: #fff;
    border-radius: 12px;
    padding: 10px 22px;
    font-weight: 700;
}

.hero-offer-action-btn:hover {
    border-color: #004F9F;
    color: #004F9F;
    background: #fff5f5;
}

.offer-link {
    color: #7d3434;
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .hero-banner-full {
        padding: 18px 54px 18px 54px;
    }

    .hero-slide-shell {
        flex-direction: column;
    }

    .hero-copy {
        flex: 1 1 auto;
    }

        .hero-copy h1 {
            font-size: 2.6rem;
        }

    .hero-products-row {
        grid-template-columns: 1fr;
    }

    .hero-offer-left {
        min-width: 100%;
        justify-content: center;
    }

    .hero-offer-center,
    .hero-offer-card,
    .hero-offer-actions {
        width: 100%;
    }

    .hero-offer-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hero-offer-strip {
        gap: 14px;
        padding: 14px 14px;
    }

    .hero-offer-left {
        min-width: 100%;
        padding: 12px 14px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .offer-price {
        font-size: 2.45rem;
    }

    .offer-currency {
        font-size: 1.2rem;
    }

    .offer-label {
        font-size: 1rem;
    }

    .hero-offer-card {
        justify-content: space-between;
        width: 100%;
    }

    .hero-offer-card strong {
        font-size: 1.1rem;
        padding: 8px 16px;
    }

    .hero-offer-actions {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .hero-offer-action-btn {
        padding: 9px 16px;
    }
}

/* ===== Paleta comercial rojo / naranja / gris ===== */
.hero-banner-full {
    background: linear-gradient(100deg, #003366 0%, #004F9F 46%, #0066CC 100%);
}

.hero-copy h1,
.hero-copy p,
.hero-product-card h5,
.hero-product-card p {
    color: #fff;
}

/*.hero-product-card {
    background: rgba(255,255,255,.10);
    box-shadow: 0 12px 24px rgba(0,0,0,.10);
}*/

.hero-product-card img {
    background: rgba(255,255,255,.94);
}

.hero-nav-btn {
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
    color: #fff;
}

.hero-nav-btn:hover {
    background: rgba(255,255,255,.20);
}

.hero-dot {
    background: rgba(255,255,255,.45);
}

.hero-dot.active {
    background: #fff;
}

.hero-offer-strip {
    background: #fff;
    border: 1px solid #e7e7e7;
}

.hero-offer-left {
    background: linear-gradient(90deg, #1f1f1f 0%, #2b2b2b 100%);
    color: #fff;
}

.hero-offer-center {
    color: #2a2a2a;
}

.hero-offer-card {
    border: 1px solid #e6e6e6;
    background: #fff;
}

.hero-offer-card strong {
    background: #f4a261;
    color: #1f1f1f;
}

.offer-link {
    color: #003366;
}

