/* Banner personalización Elite Bags — imagen + overlay naranja */

.ytsmed-elite-banner {
    position: relative;
    margin: 2.5rem auto;
    max-width: 1100px;
    padding: 2.5rem 2.25rem 2.6rem;
    font-family: Montserrat, system-ui, sans-serif;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(180, 60, 20, 0.22);
    overflow: hidden;
    isolation: isolate;
}

.ytsmed-elite-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("https://ytsmed.com/wp-content/uploads/2026/06/Imagenes-landing-page-Material-de-Rescate.jpg");
    background-size: cover;
    background-position: center 35%;
    transform: scale(1.02);
}

.ytsmed-elite-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(232, 91, 43, 0.88) 0%,
        rgba(196, 74, 28, 0.84) 48%,
        rgba(160, 55, 18, 0.9) 100%
    );
}

.ytsmed-elite-banner__accent {
    display: none;
}

.ytsmed-elite-banner__content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.ytsmed-elite-banner__label {
    margin: 0 0 0.45rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ytsmed-elite-banner__title,
.ytsmed-elite-banner h2.ytsmed-elite-banner__title {
    margin: 0 0 0.85rem;
    color: #ffffff !important;
    font-size: 1.65rem;
    font-weight: 800 !important;
    line-height: 1.25;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.ytsmed-elite-banner__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.02rem;
    line-height: 1.65;
}

.ytsmed-elite-banner__text strong {
    color: #ffffff;
    font-weight: 700;
}

.ytsmed-elite-banner__sub {
    margin: 0.85rem 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.94rem;
    line-height: 1.55;
}

.ytsmed-elite-banner__btn {
    display: inline-block;
    margin-top: 1.35rem;
    padding: 0.72rem 1.6rem;
    color: #c45a00;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ytsmed-elite-banner__btn:hover,
.ytsmed-elite-banner__btn:focus-visible {
    color: #ffffff;
    background: #ff8c42;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
    outline: none;
}

@media (max-width: 640px) {
    .ytsmed-elite-banner {
        margin: 1.75rem 0.75rem;
        padding: 1.75rem 1.25rem 1.85rem;
    }

    .ytsmed-elite-banner::before {
        background-position: center 40%;
    }

    .ytsmed-elite-banner__title {
        font-size: 1.35rem;
    }

    .ytsmed-elite-banner__text {
        font-size: 0.95rem;
    }
}
