/* =========================================================
   EQUIPO PESADO · VISUAL UPGRADE
========================================================= */


/* =========================================================
   HERO · EQUIPO PESADO CON IMAGEN
========================================================= */

.heavy-page-hero {
    position: relative;
    display: flex;
    min-height: 100svh;
    padding-top: var(--header-height);
    overflow: hidden;
    align-items: center;
    background: linear-gradient( 90deg, rgba(255, 253, 247, 0.99) 0%, rgba(255, 253, 247, 0.97) 23%, rgba(255, 253, 247, 0.88) 34%, rgba(255, 253, 247, 0.58) 44%, rgba(255, 253, 247, 0.20) 55%, rgba(255, 253, 247, 0.00) 67% ), url("/images/equipo-pesado/equipo-pesado-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.heavy-page-hero__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.heavy-page-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.heavy-page-hero__glow--one {
    right: -8%;
    top: -12%;
    width: 620px;
    height: 620px;
    opacity: 0.13;
    background: var(--color-accent);
}

.heavy-page-hero__glow--two {
    left: -10%;
    bottom: -20%;
    width: 560px;
    height: 560px;
    opacity: 0.10;
    background: var(--color-green);
}

.heavy-page-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient( circle, rgba(6, 60, 48, 0.14) 1px, transparent 1px );
    background-size: 30px 30px;
    mask-image: radial-gradient( circle at 74% 50%, black 0%, transparent 68% );
}

.heavy-page-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    padding-block: clamp( 90px, 9vw, 145px );
    align-items: center;
    gap: clamp( 70px, 8vw, 140px );
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
}

.heavy-page-hero__content {
    max-width: 800px;
}

.heavy-page-hero__title {
    margin-top: 24px;
    max-width: 900px;
    color: var(--color-green-dark);
    font-size: clamp( 4.4rem, 6.8vw, 7.8rem );
    font-weight: 650;
    line-height: 0.89;
    letter-spacing: -0.07em;
}

    .heavy-page-hero__title span {
        display: block;
        color: transparent;
        background: linear-gradient( 135deg, #dfa00b, #f5c53a );
        background-clip: text;
        -webkit-background-clip: text;
    }

.heavy-page-hero__description {
    max-width: 650px;
    margin-top: 32px;
    color: var(--color-text-soft);
    font-size: clamp( 1.08rem, 1.25vw, 1.25rem );
    line-height: 1.78;
}


/* ACTIONS */

.heavy-page-hero__actions {
    display: flex;
    margin-top: 38px;
    flex-wrap: wrap;
    gap: 14px;
}

.heavy-page-hero .hero-button {
    display: inline-flex;
    min-height: 58px;
    padding-inline: 26px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    font-weight: 800;
}

.heavy-page-hero .hero-button--primary {
    color: #ffffff;
    background: var(--gradient-green);
    box-shadow: var(--shadow-green);
}

.heavy-page-hero .hero-button--secondary {
    color: var(--color-green-dark);
    border: 1px solid var(--color-border-strong);
    background: rgba(255,255,255,0.88);
    box-shadow: var(--shadow-sm);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.heavy-page-hero__visual {
    position: relative;
    display: grid;
    min-height: 560px;
    place-items: center;
}

.heavy-page-hero__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(7, 139, 69, 0.11);
}

.heavy-page-hero__ring--one {
    width: 430px;
    height: 430px;
}

.heavy-page-hero__ring--two {
    width: 315px;
    height: 315px;
    border-color: rgba(242, 182, 31, 0.22);
}

.heavy-page-hero__ring--three {
    width: 205px;
    height: 205px;
    border-color: rgba(7, 139, 69, 0.18);
}

.heavy-page-hero__machine {
    position: relative;
    z-index: 2;
    display: grid;
    width: 180px;
    height: 180px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.17);
    border-radius: 48px;
    color: var(--color-green);
    background: linear-gradient( 145deg, #ffffff, #eef6ef );
    box-shadow: 0 32px 80px rgba(19, 62, 45, 0.12);
    transform: rotate(-4deg);
}

    .heavy-page-hero__machine svg {
        width: 82px;
        height: 82px;
    }


/* TAGS */

.heavy-page-hero__tag {
    position: absolute;
    padding: 11px 15px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    color: var(--color-green-dark);
    background: rgba(255,255,255,0.92);
    font-size: 0.68rem;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(14px);
}

.heavy-page-hero__tag--one {
    top: 16%;
    right: 2%;
}

.heavy-page-hero__tag--two {
    bottom: 20%;
    right: 0;
}

.heavy-page-hero__tag--three {
    bottom: 14%;
    left: 5%;
}


/* =========================================================
   UNITS SECTION
========================================================= */

.heavy-units {
    position: relative;
    background: linear-gradient( 180deg, #ffffff 0%, #f7f9f5 100% );
}

.heavy-units__header {
    display: grid;
    align-items: end;
    gap: clamp( 50px, 8vw, 120px );
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

    .heavy-units__header .section__title {
        max-width: 900px;
        margin-top: 24px;
        color: var(--color-green-dark);
        font-size: clamp( 3.5rem, 5.2vw, 6rem );
        font-weight: 630;
        line-height: 0.92;
        letter-spacing: -0.06em;
    }

        .heavy-units__header .section__title span {
            display: block;
            color: var(--color-accent-dark);
        }

    .heavy-units__header > p {
        max-width: 560px;
        color: var(--color-text-soft);
        font-size: clamp( 1.05rem, 1.2vw, 1.2rem );
        line-height: 1.8;
    }


/* GRID */

.heavy-units__grid {
    display: grid;
    margin-top: clamp( 60px, 7vw, 100px );
    gap: 18px;
    grid-template-columns: repeat( 3, minmax(0, 1fr) );
}


/* CARDS */

.heavy-unit-card {
    position: relative;
    display: flex;
    min-height: 390px;
    padding: 30px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: linear-gradient( 145deg, #ffffff, #f8faf7 );
    box-shadow: var(--shadow-card);
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

    .heavy-unit-card:hover {
        transform: translateY(-8px);
        border-color: rgba(7, 139, 69, 0.25);
        box-shadow: var(--shadow-card-hover);
    }

    .heavy-unit-card::after {
        position: absolute;
        right: -90px;
        bottom: -90px;
        width: 220px;
        height: 220px;
        content: "";
        border: 1px solid rgba(242, 182, 31, 0.08);
        border-radius: 50%;
    }

.heavy-unit-card__number {
    color: var(--color-accent-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.heavy-unit-card__icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin-top: 52px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.15);
    border-radius: 19px;
    color: var(--color-green);
    background: var(--color-green-soft);
}

    .heavy-unit-card__icon svg {
        width: 28px;
        height: 28px;
    }

.heavy-unit-card > div {
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.heavy-unit-card h3 {
    color: var(--color-green-dark);
    font-size: clamp( 2rem, 2.5vw, 2.7rem );
    font-weight: 650;
    line-height: 1;
}

.heavy-unit-card p {
    max-width: 380px;
    margin-top: 15px;
    color: var(--color-text-muted);
    font-size: clamp( 0.92rem, 1vw, 1.04rem );
    line-height: 1.68;
}


/* =========================================================
   PROTECTION
========================================================= */

.heavy-protection {
    background: #ffffff;
}

.heavy-protection__container {
    display: grid;
    align-items: start;
    gap: clamp( 60px, 9vw, 145px );
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
}

.heavy-protection__content h2 {
    margin-top: 24px;
    max-width: 750px;
    color: var(--color-green-dark);
    font-size: clamp( 3.4rem, 5vw, 5.8rem );
    font-weight: 630;
    line-height: 0.92;
    letter-spacing: -0.06em;
}

    .heavy-protection__content h2 span {
        display: block;
        color: var(--color-accent-dark);
    }

.heavy-protection__content > p {
    max-width: 560px;
    margin-top: 28px;
    color: var(--color-text-soft);
    font-size: clamp( 1.05rem, 1.2vw, 1.18rem );
    line-height: 1.78;
}


/* FEATURES */

.heavy-protection__features {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border);
}

.heavy-protection-item {
    display: grid;
    min-height: 170px;
    padding: 28px 0;
    align-items: center;
    gap: 22px;
    border-bottom: 1px solid var(--color-border);
    grid-template-columns: 62px 1fr;
}

    .heavy-protection-item > svg {
        width: 56px;
        height: 56px;
        padding: 15px;
        border: 1px solid rgba(7,139,69,0.14);
        border-radius: 17px;
        color: var(--color-green);
        background: var(--color-green-soft);
    }

    .heavy-protection-item strong {
        display: block;
        color: var(--color-green-dark);
        font-family: var(--font-display);
        font-size: clamp( 1.5rem, 2vw, 2rem );
    }

    .heavy-protection-item span {
        display: block;
        margin-top: 8px;
        color: var(--color-text-muted);
        font-size: 0.96rem;
        line-height: 1.65;
    }


/* =========================================================
   CTA
========================================================= */

.heavy-quote {
    position: relative;
    padding-block: clamp( 95px, 10vw, 150px );
    overflow: hidden;
    color: #ffffff;
    background: var(--gradient-cta);
}

.heavy-quote__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
}

.heavy-quote h2 {
    max-width: 900px;
    margin-top: 20px;
    color: #ffffff;
    font-size: clamp( 3.8rem, 6vw, 6.7rem );
    font-weight: 630;
    line-height: 0.90;
    letter-spacing: -0.06em;
}

    .heavy-quote h2 span {
        display: block;
        color: #f5c53a;
    }

.heavy-quote__button {
    display: inline-flex;
    min-height: 62px;
    padding-inline: 28px;
    flex-shrink: 0;
    align-items: center;
    gap: 16px;
    border-radius: var(--radius-pill);
    color: var(--color-green-dark);
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
    box-shadow: 0 20px 55px rgba(0,0,0,0.13);
    transition: transform var(--transition-base);
}

    .heavy-quote__button:hover {
        transform: translateY(-4px);
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .heavy-page-hero__container,
    .heavy-units__header,
    .heavy-protection__container {
        grid-template-columns: 1fr;
    }

    .heavy-units__grid {
        grid-template-columns: repeat( 2, minmax(0, 1fr) );
    }

    .heavy-page-hero__visual {
        width: min(100%, 650px);
        margin-inline: auto;
    }
}


@media (max-width: 700px) {

    .heavy-page-hero__title {
        font-size: clamp( 3.4rem, 15vw, 5rem );
    }

    .heavy-page-hero__actions {
        flex-direction: column;
    }

    .heavy-page-hero .hero-button {
        width: 100%;
    }

    .heavy-units__grid {
        grid-template-columns: 1fr;
    }

    .heavy-unit-card {
        min-height: 350px;
    }

    .heavy-protection-item {
        grid-template-columns: 52px 1fr;
    }

    .heavy-quote__container {
        align-items: flex-start;
        flex-direction: column;
    }

    .heavy-quote__button {
        width: 100%;
        justify-content: space-between;
    }
}

/* =========================================================
   EQUIPO PESADO · COBERTURAS
========================================================= */

.heavy-coverages {
    position: relative;
    padding-block: clamp( 105px, 11vw, 175px );
    background: linear-gradient( 135deg, #ffffff 0%, #f6f8f3 100% );
}

.heavy-coverages__header {
    display: grid;
    align-items: end;
    gap: clamp( 50px, 8vw, 120px );
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

    .heavy-coverages__header h2 {
        max-width: 900px;
        margin-top: 24px;
        color: var(--color-green-dark);
        font-size: clamp( 3.6rem, 5.3vw, 6rem );
        font-weight: 630;
        line-height: 0.92;
        letter-spacing: -0.06em;
    }

        .heavy-coverages__header h2 span {
            display: block;
            color: var(--color-accent-dark);
        }

    .heavy-coverages__header > p {
        max-width: 570px;
        color: var(--color-text-soft);
        font-size: clamp( 1.05rem, 1.2vw, 1.2rem );
        line-height: 1.8;
    }


/* GRID */

.heavy-coverages__grid {
    display: grid;
    margin-top: clamp( 65px, 8vw, 110px );
    gap: 18px;
    grid-template-columns: repeat( 3, minmax(0, 1fr) );
}


/* CARD */

.heavy-coverage-card {
    position: relative;
    display: flex;
    min-height: 430px;
    padding: clamp( 28px, 3vw, 38px );
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: linear-gradient( 145deg, #ffffff, #f8faf7 );
    box-shadow: var(--shadow-card);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

    .heavy-coverage-card:hover {
        transform: translateY(-8px);
        border-color: rgba(7, 139, 69, 0.25);
        box-shadow: var(--shadow-card-hover);
    }

.heavy-coverage-card--featured {
    border-color: rgba(242, 182, 31, 0.30);
    background: radial-gradient( circle at 100% 0%, rgba(242, 182, 31, 0.14), transparent 38% ), #ffffff;
}

.heavy-coverage-card__number {
    color: var(--color-accent-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.heavy-coverage-card__icon {
    display: grid;
    width: 66px;
    height: 66px;
    margin-top: 52px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.15);
    border-radius: 19px;
    color: var(--color-green);
    background: var(--color-green-soft);
}

    .heavy-coverage-card__icon svg {
        width: 28px;
        height: 28px;
    }

.heavy-coverage-card > div {
    margin-top: auto;
}

.heavy-coverage-card__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--color-accent-dark);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.heavy-coverage-card h3 {
    color: var(--color-green-dark);
    font-size: clamp( 2rem, 2.5vw, 2.7rem );
    font-weight: 650;
    line-height: 1;
}

.heavy-coverage-card p {
    max-width: 390px;
    margin-top: 15px;
    color: var(--color-text-muted);
    font-size: clamp( 0.92rem, 1vw, 1.04rem );
    line-height: 1.68;
}

.heavy-coverage-card__arrow {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    color: var(--color-green);
    transition: transform var(--transition-base), border-color var(--transition-base);
}

.heavy-coverage-card:hover
.heavy-coverage-card__arrow {
    transform: rotate(45deg);
    border-color: rgba(7, 139, 69, 0.30);
}


/* =========================================================
   EQUIPO PESADO · BENEFICIOS
========================================================= */

.heavy-benefits {
    position: relative;
    padding-block: clamp( 105px, 11vw, 175px );
    background: linear-gradient( 180deg, #ffffff 0%, #f7f9f5 100% );
}

.heavy-benefits__container {
    display: grid;
    align-items: start;
    gap: clamp( 65px, 9vw, 150px );
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
}


/* LEFT */

.heavy-benefits__content {
    position: sticky;
    top: calc( var(--header-height) + 45px );
}

    .heavy-benefits__content h2 {
        max-width: 720px;
        margin-top: 24px;
        color: var(--color-green-dark);
        font-size: clamp( 3.5rem, 5vw, 5.8rem );
        font-weight: 630;
        line-height: 0.92;
        letter-spacing: -0.06em;
    }

        .heavy-benefits__content h2 span {
            display: block;
            color: var(--color-accent-dark);
        }

    .heavy-benefits__content > p {
        max-width: 540px;
        margin-top: 28px;
        color: var(--color-text-soft);
        font-size: clamp( 1.05rem, 1.2vw, 1.18rem );
        line-height: 1.8;
    }


/* LIST */

.heavy-benefits__list {
    display: grid;
    gap: 14px;
}

.heavy-benefit-item {
    display: grid;
    min-height: 145px;
    padding: 24px 26px;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: linear-gradient( 145deg, #ffffff, #f8faf7 );
    box-shadow: var(--shadow-sm);
    grid-template-columns: 64px 1fr;
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

    .heavy-benefit-item:hover {
        transform: translateX(7px);
        border-color: rgba(7, 139, 69, 0.24);
        box-shadow: var(--shadow-md);
    }

.heavy-benefit-item__icon {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.15);
    border-radius: 18px;
    color: var(--color-green);
    background: var(--color-green-soft);
}

    .heavy-benefit-item__icon svg {
        width: 25px;
        height: 25px;
    }

.heavy-benefit-item h3 {
    color: var(--color-green-dark);
    font-size: clamp( 1.55rem, 2vw, 2.1rem );
    font-weight: 650;
    line-height: 1.05;
}

.heavy-benefit-item p {
    max-width: 560px;
    margin-top: 9px;
    color: var(--color-text-muted);
    font-size: clamp( 0.9rem, 1vw, 1.02rem );
    line-height: 1.68;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .heavy-coverages__header,
    .heavy-benefits__container {
        grid-template-columns: 1fr;
    }

    .heavy-benefits__content {
        position: relative;
        top: auto;
    }

    .heavy-coverages__grid {
        grid-template-columns: repeat( 2, minmax(0, 1fr) );
    }
}


@media (max-width: 650px) {

    .heavy-coverages__grid {
        grid-template-columns: 1fr;
    }

    .heavy-coverage-card {
        min-height: 360px;
    }

    .heavy-coverages__header h2,
    .heavy-benefits__content h2 {
        font-size: clamp( 2.9rem, 12vw, 4.2rem );
    }

    .heavy-benefit-item {
        min-height: auto;
        padding: 20px;
        align-items: start;
        grid-template-columns: 54px 1fr;
    }

    .heavy-benefit-item__icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }
}

/* =========================================================
   HERO EQUIPO PESADO · SIN VISUAL ANTIGUO
========================================================= */

.heavy-page-hero__container {
    position: relative;
    z-index: 2;
    display: block;
}

.heavy-page-hero__content {
    position: relative;
    z-index: 2;
    width: min(720px, 52%);
    max-width: 720px;
}

.heavy-page-hero__visual {
    display: none !important;
}

/* =========================================================
   EQUIPO PESADO · PROTECCIÓN · TARJETAS
========================================================= */

.heavy-protection__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    border: 0 !important;
}


/* =========================================================
   TARJETA
========================================================= */

.heavy-protection-item {
    position: relative;
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    gap: 26px;
    min-height: 155px;
    padding: 28px 34px;
    overflow: hidden;
    border: 1px solid rgba(8, 76, 57, 0.14) !important;
    border-radius: 24px;
    background: radial-gradient( circle at 92% 10%, rgba(242, 182, 31, 0.10), transparent 36% ), linear-gradient( 145deg, rgba(255, 255, 255, 0.94), rgba(255, 251, 241, 0.84) );
    box-shadow: 0 18px 45px rgba(31, 65, 49, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}


    /* LÍNEA SUPERIOR SUTIL */

    .heavy-protection-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 8%;
        width: 84%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(224, 167, 31, 0.55), transparent );
    }


    /* =========================================================
   ICONO
========================================================= */

    .heavy-protection-item > svg {
        width: 74px;
        height: 74px;
        padding: 20px;
        border: 1px solid rgba(7, 139, 69, 0.16);
        border-radius: 20px;
        color: #07834f;
        background: linear-gradient( 145deg, #eef8ef, #e1f1e5 );
        box-shadow: 0 12px 28px rgba(22, 83, 52, 0.07);
        stroke-width: 1.8;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }


    /* =========================================================
   DIVISIÓN ENTRE ICONO Y TEXTO
========================================================= */

    .heavy-protection-item > div {
        position: relative;
        padding-left: 26px;
    }


        .heavy-protection-item > div::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 70px;
            transform: translateY(-50%);
            background: linear-gradient( to bottom, transparent, rgba(7, 76, 57, 0.16), transparent );
        }


    /* =========================================================
   TÍTULO
========================================================= */

    .heavy-protection-item strong {
        display: block;
        color: #064c3b;
        font-size: clamp(1.45rem, 1.8vw, 1.85rem);
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -0.025em;
    }


    /* =========================================================
   DESCRIPCIÓN
========================================================= */

    .heavy-protection-item span {
        display: block;
        margin-top: 10px;
        color: #536e64;
        font-size: 0.95rem;
        line-height: 1.6;
    }


    /* =========================================================
   HOVER
========================================================= */

    .heavy-protection-item:hover {
        transform: translateY(-6px);
        border-color: rgba(211, 158, 32, 0.42) !important;
        box-shadow: 0 26px 55px rgba(31, 65, 49, 0.11), 0 0 28px rgba(242, 182, 31, 0.07);
    }


        .heavy-protection-item:hover > svg {
            transform: scale(1.07) rotate(-3deg);
            box-shadow: 0 16px 34px rgba(22, 83, 52, 0.13);
        }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {

    .heavy-protection-item {
        grid-template-columns: 68px 1fr;
        gap: 18px;
        min-height: auto;
        padding: 24px;
    }


        .heavy-protection-item > svg {
            width: 62px;
            height: 62px;
            padding: 17px;
            border-radius: 18px;
        }


        .heavy-protection-item > div {
            padding-left: 18px;
        }


            .heavy-protection-item > div::before {
                height: 58px;
            }


        .heavy-protection-item strong {
            font-size: 1.3rem;
        }
}


@media (max-width: 520px) {

    .heavy-protection-item {
        grid-template-columns: 1fr;
        gap: 18px;
    }


        .heavy-protection-item > div {
            padding-left: 0;
        }


            .heavy-protection-item > div::before {
                display: none;
            }
}

/* =========================================================
   EQUIPO PESADO · RESPONSIVE HARDENING
   Desktop · Tablet · Mobile
========================================================= */

.heavy-page-hero,
.heavy-units,
.heavy-protection,
.heavy-coverages,
.heavy-benefits,
.heavy-quote {
    width: 100%;
    min-width: 0;
}

.heavy-page-hero__container,
.heavy-page-hero__content,
.heavy-units__header,
.heavy-protection__container,
.heavy-protection__content,
.heavy-protection__features,
.heavy-coverages__header,
.heavy-benefits__container,
.heavy-benefits__content,
.heavy-benefits__list,
.heavy-quote__container,
.heavy-unit-card,
.heavy-coverage-card,
.heavy-benefit-item,
.heavy-protection-item {
    min-width: 0;
}

    .heavy-unit-card p,
    .heavy-coverage-card p,
    .heavy-benefit-item p,
    .heavy-protection-item span,
    .heavy-units__header > p,
    .heavy-coverages__header > p {
        overflow-wrap: anywhere;
    }

/* El visual antiguo ya está desactivado: la imagen vive en el background del hero. */
.heavy-page-hero__visual {
    display: none !important;
}

@media (max-width: 1100px) {
    .heavy-page-hero__content {
        width: min(720px, 64%);
    }

    .heavy-units__header,
    .heavy-protection__container,
    .heavy-coverages__header,
    .heavy-benefits__container {
        gap: clamp(42px, 6vw, 78px);
    }
}

@media (max-width: 1000px) {
    .heavy-page-hero {
        min-height: auto;
        background-position: 62% center;
    }

    .heavy-page-hero__content {
        width: min(720px, 72%);
    }

    .heavy-units__header,
    .heavy-protection__container,
    .heavy-coverages__header,
    .heavy-benefits__container {
        grid-template-columns: 1fr;
    }

    .heavy-benefits__content {
        position: relative;
        top: auto;
    }

    .heavy-units__grid,
    .heavy-coverages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .heavy-page-hero {
        background: linear-gradient( 90deg, rgba(255,253,247,.99) 0%, rgba(255,253,247,.96) 48%, rgba(255,253,247,.76) 72%, rgba(255,253,247,.48) 100% ), url("/images/equipo-pesado/equipo-pesado-hero.png");
        background-size: cover;
        background-position: 64% center;
    }

    .heavy-page-hero__container {
        padding-block: clamp(78px, 14vw, 110px);
    }

    .heavy-page-hero__content {
        width: 100%;
        max-width: 650px;
    }

    .heavy-page-hero__title {
        font-size: clamp(3.2rem, 13vw, 5rem);
    }

    .heavy-page-hero__actions {
        flex-direction: column;
    }

    .heavy-page-hero .hero-button {
        width: 100%;
    }

    .heavy-protection-item {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .heavy-quote__container {
        align-items: flex-start;
        flex-direction: column;
    }

    .heavy-quote__button {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 650px) {
    .heavy-units__grid,
    .heavy-coverages__grid {
        grid-template-columns: 1fr;
    }

    .heavy-unit-card,
    .heavy-coverage-card {
        min-height: 340px;
    }

    .heavy-benefit-item {
        min-height: auto;
        padding: 20px;
        align-items: start;
        grid-template-columns: 54px minmax(0, 1fr);
    }
}

@media (max-width: 520px) {
    .heavy-page-hero {
        background-position: 68% center;
    }

    .heavy-page-hero__title,
    .heavy-units__header .section__title,
    .heavy-protection__content h2,
    .heavy-coverages__header h2,
    .heavy-benefits__content h2,
    .heavy-quote h2 {
        overflow-wrap: normal;
        word-break: normal;
    }

    .heavy-unit-card,
    .heavy-coverage-card {
        min-height: 315px;
        padding: 24px 20px;
    }

    .heavy-unit-card__icon,
    .heavy-coverage-card__icon {
        margin-top: 38px;
    }

    .heavy-protection-item {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 20px;
    }

        .heavy-protection-item > div {
            padding-left: 0;
        }

            .heavy-protection-item > div::before {
                display: none;
            }

    .heavy-benefit-item {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 15px;
        padding-inline: 18px;
    }
}

@media (max-width: 390px) {
    .heavy-page-hero__title {
        font-size: clamp(2.9rem, 14vw, 4rem);
    }

    .heavy-unit-card,
    .heavy-coverage-card {
        min-height: 295px;
    }

    .heavy-protection-item > svg {
        width: 58px;
        height: 58px;
        padding: 16px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .heavy-unit-card:hover,
    .heavy-coverage-card:hover,
    .heavy-benefit-item:hover,
    .heavy-protection-item:hover,
    .heavy-quote__button:hover {
        transform: none;
    }

        .heavy-protection-item:hover > svg {
            transform: none;
        }
}

@media (prefers-reduced-motion: reduce) {
    .heavy-unit-card,
    .heavy-coverage-card,
    .heavy-coverage-card__arrow,
    .heavy-benefit-item,
    .heavy-protection-item,
    .heavy-protection-item > svg,
    .heavy-quote__button {
        transition: none;
    }
}
