/* =========================================================
   ASEGURAN/SA
   COBERTURAS
========================================================= */

.coverage-hero,
.coverage-levels,
.coverage-protection,
.coverage-material,
.coverage-choice,
.coverage-cta {
    position: relative;
    color: var(--color-text);
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-green);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.section-eyebrow__line {
    display: block;
    width: 32px;
    height: 1px;
    background: var(--color-accent);
}

/* =========================================================
   HERO · COBERTURAS
========================================================= */

.coverage-hero {
    position: relative;
    min-height: 100svh;
    padding-top: var(--header-height);
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient( 90deg, rgba(255, 253, 247, 0.98) 0%, rgba(255, 253, 247, 0.94) 24%, rgba(255, 253, 247, 0.76) 38%, rgba(255, 253, 247, 0.35) 50%, rgba(255, 253, 247, 0.08) 61%, rgba(255, 253, 247, 0.00) 72% ), url("/images/coberturas/coberturas-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.coverage-hero__background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.coverage-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
}

.coverage-hero__orb--green {
    right: -8%;
    bottom: -18%;
    width: 620px;
    height: 620px;
    opacity: 0.11;
    background: var(--color-green);
}

.coverage-hero__orb--gold {
    top: -12%;
    right: 22%;
    width: 450px;
    height: 450px;
    opacity: 0.15;
    background: var(--color-accent);
}

.coverage-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.26;
    background-image: radial-gradient( circle, rgba(7, 86, 56, 0.13) 1px, transparent 1px );
    background-size: 31px 31px;
    mask-image: radial-gradient( circle at 75% 50%, black, transparent 66% );
}

.coverage-hero__circle {
    position: absolute;
    border: 1px solid rgba(7, 139, 69, 0.08);
    border-radius: 50%;
}

.coverage-hero__circle--one {
    right: 3%;
    top: 18%;
    width: 540px;
    height: 540px;
}

.coverage-hero__circle--two {
    right: 10%;
    top: 27%;
    width: 350px;
    height: 350px;
}

.coverage-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    padding-block: clamp(90px, 10vw, 150px);
    align-items: center;
    gap: clamp(60px, 8vw, 130px);
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
}

.coverage-hero__content {
    max-width: 760px;
}

.coverage-hero__title {
    max-width: 850px;
    margin-top: 25px;
    color: #073f30;
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 6.4vw, 7rem);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.065em;
}

    .coverage-hero__title span {
        display: block;
        color: transparent;
        background: linear-gradient( 135deg, #e3a20c, #f4c538 );
        background-clip: text;
        -webkit-background-clip: text;
    }

.coverage-hero__description {
    max-width: 630px;
    margin-top: 32px;
    color: var(--color-text-soft);
    font-size: clamp(1rem, 1.2vw, 1.14rem);
    line-height: 1.8;
}

.coverage-hero__actions {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 12px;
}

.coverage-button {
    display: inline-flex;
    min-height: 58px;
    padding-inline: 25px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    font-weight: 800;
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);
}

    .coverage-button svg {
        width: 17px;
        height: 17px;
    }

    .coverage-button:hover {
        transform: translateY(-3px);
    }

.coverage-button--primary {
    color: #ffffff;
    background: var(--gradient-green);
    box-shadow: 0 18px 45px rgba(7, 139, 69, 0.19);
}

.coverage-button--secondary {
    color: var(--color-green-dark);
    border: 1px solid rgba(7, 63, 48, 0.14);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--shadow-sm);
}


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

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

.coverage-hero__shield {
    position: relative;
    display: grid;
    width: clamp(280px, 29vw, 410px);
    aspect-ratio: 1;
    place-items: center;
}

.coverage-hero__shield-ring {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(7, 139, 69, 0.13);
    border-radius: 50%;
}

.coverage-hero__shield-ring--two {
    inset: 16%;
    border-color: rgba(242, 182, 31, 0.23);
}

.coverage-hero__shield-center {
    position: relative;
    display: grid;
    width: 42%;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.17);
    border-radius: 36%;
    color: var(--color-green);
    background: linear-gradient( 145deg, #ffffff, #f1f6ef );
    box-shadow: 0 30px 80px rgba(7, 86, 56, 0.12);
    transform: rotate(45deg);
}

    .coverage-hero__shield-center svg {
        width: 45%;
        height: 45%;
        transform: rotate(-45deg);
    }

.coverage-hero__level {
    position: absolute;
    display: flex;
    min-width: 185px;
    padding: 15px 18px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(7, 63, 48, 0.10);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 0 18px 50px rgba(19, 62, 45, 0.09);
    backdrop-filter: blur(15px);
}

.coverage-hero__level-number {
    display: grid;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--gradient-green);
    font-family: var(--font-display);
    font-size: 0.63rem;
}

.coverage-hero__level div {
    display: flex;
    flex-direction: column;
}

.coverage-hero__level strong {
    color: var(--color-green-dark);
    font-size: 0.76rem;
}

.coverage-hero__level small {
    margin-top: 2px;
    color: var(--color-text-muted);
    font-size: 0.61rem;
}

.coverage-hero__level--basic {
    top: 17%;
    left: -4%;
}

.coverage-hero__level--limited {
    top: 42%;
    right: -5%;
}

.coverage-hero__level--full {
    bottom: 15%;
    left: 2%;
}


/* =========================================================
   COMMON HEADING
========================================================= */

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

    .coverage-section-heading h2,
    .coverage-protection__heading h2,
    .coverage-material__content h2,
    .coverage-choice__header h2 {
        margin-top: 23px;
        color: var(--color-green-dark);
        font-family: var(--font-display);
        font-size: clamp(3rem, 5vw, 5.7rem);
        font-weight: 600;
        line-height: 0.94;
        letter-spacing: -0.055em;
    }

        .coverage-section-heading h2 span,
        .coverage-protection__heading h2 span,
        .coverage-material__content h2 span,
        .coverage-choice__header h2 span {
            display: block;
            color: var(--color-accent-dark);
        }

    .coverage-section-heading > p {
        max-width: 560px;
        padding-bottom: 7px;
        color: var(--color-text-soft);
        font-size: 1.03rem;
        line-height: 1.8;
    }


/* =========================================================
   LEVELS
========================================================= */

.coverage-levels {
    padding-block: clamp(100px, 12vw, 180px);
    background: #f8f7f2;
}

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

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

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

.coverage-level-card--featured {
    border-color: rgba(242, 182, 31, 0.28);
    background: radial-gradient( circle at 100% 0%, rgba(242, 182, 31, 0.15), transparent 37% ), #ffffff;
}

.coverage-level-card__pattern {
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(242, 182, 31, 0.09);
    border-radius: 50%;
}

.coverage-level-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coverage-level-card__number {
    color: var(--color-text-muted);
    font-family: var(--font-display);
    font-size: 0.65rem;
    letter-spacing: 0.14em;
}

.coverage-level-card__arrow {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    color: var(--color-green);
    transition: transform var(--transition-base);
}

.coverage-level-card:hover
.coverage-level-card__arrow {
    transform: rotate(45deg);
}

.coverage-level-card__arrow svg {
    width: 16px;
    height: 16px;
}

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

.coverage-level-card__icon--gold {
    border-color: rgba(242, 182, 31, 0.25);
    color: var(--color-accent-dark);
    background: rgba(242, 182, 31, 0.11);
}

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

.coverage-level-card__content {
    margin-top: auto;
    padding-top: 55px;
}

.coverage-level-card__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--color-green);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.coverage-level-card h3 {
    color: var(--color-green-dark);
    font-family: var(--font-display);
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: -0.04em;
}

.coverage-level-card p {
    max-width: 390px;
    margin-top: 14px;
    color: var(--color-text-muted);
    font-size: 0.79rem;
    line-height: 1.75;
}

.coverage-level-card__link {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 30px;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--color-border);
    color: var(--color-green-dark);
    font-size: 0.69rem;
    font-weight: 800;
}

    .coverage-level-card__link svg {
        width: 16px;
        height: 16px;
        color: var(--color-green);
    }


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

.coverage-protection {
    padding-block: clamp(100px, 12vw, 180px);
    background: #ffffff;
}

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

.coverage-protection__heading {
    position: sticky;
    top: calc(var(--header-height) + 50px);
}

    .coverage-protection__heading p {
        max-width: 530px;
        margin-top: 28px;
        color: var(--color-text-soft);
        line-height: 1.8;
    }

.coverage-protection__list {
    border-top: 1px solid var(--color-border);
}

.coverage-protection-card {
    display: grid;
    min-height: 190px;
    padding-block: 32px;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid var(--color-border);
    grid-template-columns: auto auto 1fr;
}

.coverage-protection-card__number {
    width: 34px;
    color: var(--color-text-muted);
    font-family: var(--font-display);
    font-size: 0.62rem;
}

.coverage-protection-card__icon {
    display: grid;
    width: 55px;
    height: 55px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.15);
    border-radius: 16px;
    color: var(--color-green);
    background: var(--color-green-soft);
}

    .coverage-protection-card__icon svg {
        width: 23px;
        height: 23px;
    }

.coverage-protection-card h3 {
    color: var(--color-green-dark);
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.coverage-protection-card p {
    max-width: 530px;
    margin-top: 9px;
    color: var(--color-text-muted);
    font-size: 0.76rem;
    line-height: 1.7;
}


/* =========================================================
   MATERIAL DAMAGE
========================================================= */

.coverage-material {
    padding-block: clamp(100px, 12vw, 170px);
    overflow: hidden;
    background: linear-gradient( 135deg, #f0f4ec, #faf9f4 );
}

.coverage-material__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.coverage-material__orb {
    position: absolute;
    top: -25%;
    right: -10%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    opacity: 0.12;
    background: var(--color-accent);
    filter: blur(130px);
}

.coverage-material__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient( circle, rgba(7, 86, 56, 0.12) 1px, transparent 1px );
    background-size: 35px 35px;
    mask-image: linear-gradient( 90deg, transparent, black 60%, black );
}

.coverage-material__container {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    gap: clamp(60px, 9vw, 140px);
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
}

.coverage-material__content p {
    max-width: 540px;
    margin-top: 27px;
    color: var(--color-text-soft);
    line-height: 1.8;
}

.coverage-material__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coverage-material-item {
    display: flex;
    min-height: 135px;
    padding: 24px;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--color-border);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.77);
    box-shadow: 0 12px 35px rgba(19, 62, 45, 0.05);
    backdrop-filter: blur(15px);
    transition: transform var(--transition-base), border-color var(--transition-base);
}

    .coverage-material-item:hover {
        border-color: rgba(7, 139, 69, 0.22);
        transform: translateY(-5px);
    }

    .coverage-material-item > span {
        display: grid;
        width: 47px;
        height: 47px;
        flex-shrink: 0;
        place-items: center;
        border-radius: 14px;
        color: var(--color-green);
        background: var(--color-green-soft);
    }

    .coverage-material-item svg {
        width: 20px;
        height: 20px;
    }

    .coverage-material-item strong {
        color: var(--color-green-dark);
        font-size: 0.76rem;
        line-height: 1.45;
    }


/* =========================================================
   CHOICE
========================================================= */

.coverage-choice {
    padding-block: clamp(100px, 12vw, 180px);
    background: #ffffff;
}

.coverage-choice__header {
    max-width: 1050px;
}

.coverage-choice__steps {
    display: grid;
    margin-top: clamp(70px, 9vw, 120px);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-choice-step {
    position: relative;
    min-height: 360px;
    padding: clamp(28px, 4vw, 45px);
    border-right: 1px solid var(--color-border);
}

    .coverage-choice-step:last-child {
        border-right: 0;
    }

.coverage-choice-step__number {
    color: var(--color-text-muted);
    font-family: var(--font-display);
    font-size: 0.64rem;
    letter-spacing: 0.14em;
}

.coverage-choice-step__icon {
    display: grid;
    width: 61px;
    height: 61px;
    margin-top: 65px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.15);
    border-radius: 18px;
    color: var(--color-green);
    background: var(--color-green-soft);
}

    .coverage-choice-step__icon svg {
        width: 25px;
        height: 25px;
    }

.coverage-choice-step h3 {
    margin-top: 43px;
    color: var(--color-green-dark);
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.4vw, 2.4rem);
    letter-spacing: -0.035em;
}

.coverage-choice-step p {
    max-width: 350px;
    margin-top: 13px;
    color: var(--color-text-muted);
    font-size: 0.77rem;
    line-height: 1.7;
}


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

.coverage-cta {
    padding-block: clamp(80px, 10vw, 140px);
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient( 135deg, #06452f, #078b45 );
}

.coverage-cta__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.coverage-cta__circle {
    position: absolute;
    border: 1px solid rgba(255, 215, 102, 0.14);
    border-radius: 50%;
}

.coverage-cta__circle--one {
    top: -280px;
    right: -160px;
    width: 650px;
    height: 650px;
}

.coverage-cta__circle--two {
    right: 80px;
    bottom: -350px;
    width: 570px;
    height: 570px;
}

.coverage-cta__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
}

.coverage-cta__eyebrow {
    color: #f5cd58;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.coverage-cta h2 {
    max-width: 880px;
    margin-top: 20px;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(3rem, 5.5vw, 6rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.06em;
}

    .coverage-cta h2 span {
        display: block;
        color: #f4c538;
    }

.coverage-cta p {
    max-width: 620px;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.coverage-cta__actions {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 10px;
}

.coverage-cta__button {
    display: inline-flex;
    min-width: 210px;
    min-height: 58px;
    padding-inline: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: var(--radius-pill);
    font-size: 0.75rem;
    font-weight: 800;
    transition: transform var(--transition-base);
}

    .coverage-cta__button:hover {
        transform: translateY(-3px);
    }

    .coverage-cta__button svg {
        width: 17px;
        height: 17px;
    }

.coverage-cta__button--primary {
    color: #073f30;
    background: #ffffff;
}

.coverage-cta__button--secondary {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.07);
}


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

@media (max-width: 1050px) {

    .coverage-hero__container {
        gap: 60px;
        grid-template-columns: 1fr 0.85fr;
    }

    .coverage-hero__level--basic {
        left: 0;
    }

    .coverage-hero__level--limited {
        right: 0;
    }

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

    .coverage-level-card--featured {
        grid-column: 1 / -1;
        min-height: 430px;
    }
}


@media (max-width: 900px) {

    .coverage-hero {
        min-height: auto;
    }

    .coverage-hero__container,
    .coverage-section-heading,
    .coverage-protection__container,
    .coverage-material__container {
        grid-template-columns: 1fr;
    }

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

    .coverage-protection__heading {
        position: relative;
        top: auto;
    }

    .coverage-choice__steps {
        grid-template-columns: 1fr;
    }

    .coverage-choice-step {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

        .coverage-choice-step:last-child {
            border-bottom: 0;
        }

    .coverage-choice-step__icon {
        margin-top: 45px;
    }

    .coverage-cta__container {
        align-items: flex-start;
        flex-direction: column;
    }

    .coverage-cta__actions {
        width: min(100%, 430px);
    }

    .coverage-cta__button {
        width: 100%;
    }
}


@media (max-width: 650px) {

    .coverage-hero__container {
        padding-top: 80px;
    }

    .coverage-hero__title {
        font-size: clamp(3.2rem, 14vw, 5rem);
    }

    .coverage-hero__actions {
        flex-direction: column;
    }

    .coverage-button {
        width: 100%;
    }

    .coverage-hero__visual {
        min-height: 470px;
    }

    .coverage-hero__shield {
        width: 290px;
    }

    .coverage-hero__level {
        min-width: 155px;
        padding: 12px;
    }

    .coverage-hero__level--basic {
        top: 10%;
    }

    .coverage-hero__level--limited {
        top: 47%;
    }

    .coverage-hero__level--full {
        bottom: 6%;
    }

    .coverage-levels__grid {
        grid-template-columns: 1fr;
    }

    .coverage-level-card,
    .coverage-level-card--featured {
        min-height: 430px;
        grid-column: auto;
    }

    .coverage-protection-card {
        align-items: start;
        grid-template-columns: auto 1fr;
    }

    .coverage-protection-card__number {
        grid-column: 1 / -1;
    }

    .coverage-material__grid {
        grid-template-columns: 1fr;
    }

    .coverage-material-item {
        min-height: 110px;
    }

    .coverage-cta h2 {
        font-size: clamp(3rem, 13vw, 4.8rem);
    }
}

/* =========================================================
   HERO COBERTURAS · SIN PANEL VISUAL
========================================================= */

.coverage-hero__container {
    display: block;
}

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

.coverage-hero__orb,
.coverage-hero__circle,
.coverage-hero__grid {
    display: none;
}

/* =========================================================
   HERO COBERTURAS · BENEFICIOS INFERIORES
========================================================= */

.coverage-hero__container {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: calc(100svh - var(--header-height));
    padding-top: clamp(90px, 10vh, 130px);
    padding-bottom: 46px;
    flex-direction: column;
    justify-content: space-between;
}


/* =========================================================
   CONTENIDO PRINCIPAL
========================================================= */

.coverage-hero__content {
    position: relative;
    z-index: 2;
    width: min(720px, 52%);
    max-width: 720px;
    margin-right: auto;
}


/* =========================================================
   BENEFICIOS
========================================================= */

.coverage-hero__benefits {
    position: relative;
    z-index: 3;
    display: grid;
    width: min(1060px, 88%);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}


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

.coverage-hero-benefit {
    display: flex;
    min-height: 94px;
    padding: 18px 20px;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(193, 151, 58, 0.20);
    border-radius: 20px;
    background: rgba(255, 253, 247, 0.78);
    box-shadow: 0 14px 38px rgba(75, 59, 28, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}


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

.coverage-hero-benefit__icon {
    display: grid;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    place-items: center;
    border: 1px solid rgba(207, 161, 54, 0.20);
    border-radius: 14px;
    color: #0d7448;
    background: rgba(239, 204, 119, 0.16);
}


    .coverage-hero-benefit__icon svg {
        width: 20px;
        height: 20px;
    }


/* =========================================================
   TEXTO
========================================================= */

.coverage-hero-benefit strong {
    display: block;
    color: #174a3b;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.3;
}


.coverage-hero-benefit div > span {
    display: block;
    margin-top: 5px;
    color: #687a73;
    font-size: 0.69rem;
    line-height: 1.45;
}


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

.coverage-hero-benefit:hover {
    transform: translateY(-5px);
    border-color: rgba(211, 166, 61, 0.42);
    box-shadow: 0 20px 46px rgba(79, 59, 19, 0.12), 0 0 22px rgba(220, 174, 67, 0.07);
}


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

@media (max-width: 1050px) {

    .coverage-hero__content {
        width: min(680px, 68%);
    }

    .coverage-hero__benefits {
        width: 100%;
    }
}


@media (max-width: 760px) {

    .coverage-hero__content {
        width: 100%;
    }

    .coverage-hero__benefits {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
}

/* =========================================================
   COBERTURAS · ENCABEZADO DERECHO MEJORADO
========================================================= */

.coverage-section-heading__note {
    max-width: 560px;
    padding: 26px 30px;
    border: 1px solid rgba(8, 76, 57, 0.12);
    border-radius: 22px;
    background: linear-gradient( 145deg, rgba(255,255,255,0.82), rgba(255,250,238,0.68) );
    box-shadow: 0 16px 40px rgba(42,69,54,0.06);
    backdrop-filter: blur(12px);
}

    .coverage-section-heading__note > span {
        display: block;
        margin-bottom: 12px;
        color: #c98b0d;
        font-size: 0.70rem;
        font-weight: 800;
        letter-spacing: 0.13em;
    }

    .coverage-section-heading__note p {
        margin: 0;
        color: #34584d;
        font-size: 1rem;
        line-height: 1.7;
    }


/* =========================================================
   TARJETAS MÁS COMPACTAS Y CON MÁS CONTENIDO
========================================================= */

.coverage-level-card {
    min-height: 520px !important;
    padding: 30px !important;
}


/* LISTA INTERNA */

.coverage-level-card__features {
    display: grid;
    margin-top: 24px;
    padding: 0;
    gap: 10px;
    list-style: none;
}

    .coverage-level-card__features li {
        position: relative;
        padding-left: 20px;
        color: #3e5f54;
        font-size: 0.86rem;
        line-height: 1.5;
    }

        .coverage-level-card__features li::before {
            position: absolute;
            top: 0.62em;
            left: 0;
            width: 6px;
            height: 6px;
            content: "";
            border-radius: 50%;
            background: #d89a0a;
        }


/* MENOS AIRE ENTRE BLOQUES */

.coverage-level-card__icon {
    margin-top: 34px !important;
}

.coverage-level-card__content {
    margin-top: 34px !important;
}


/* LINK SIEMPRE ABAJO */

.coverage-level-card__link {
    margin-top: auto;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .coverage-section-heading__note {
        max-width: 100%;
    }

    .coverage-level-card {
        min-height: auto !important;
    }
}
/* =========================================================
   COBERTURAS · ICONOS CENTRADOS
========================================================= */

/* Centrar el icono dentro de cada tarjeta */
.coverage-level-card__icon {
    width: 92px !important;
    height: 92px !important;
    margin: 32px auto 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 24px;
    background: rgba(231, 246, 237, 0.85);
    border: 1px solid rgba(0, 128, 67, 0.15);
    box-shadow: 0 12px 28px rgba(0, 80, 55, 0.06);
}


    /* Icono Lucide más grande */
    .coverage-level-card__icon svg {
        width: 42px !important;
        height: 42px !important;
        stroke-width: 2.2;
        color: #07863c;
    }


/* =========================================================
   COBERTURA AMPLIA · DORADO
========================================================= */

.coverage-level-card__icon--gold {
    background: rgba(255, 248, 228, 0.95);
    border-color: rgba(218, 151, 0, 0.25);
    box-shadow: 0 12px 28px rgba(190, 130, 0, 0.08);
}

    .coverage-level-card__icon--gold svg {
        color: #d18b00 !important;
    }


/* =========================================================
   CENTRAR CABECERA VISUAL DE LAS TARJETAS
========================================================= */

.coverage-level-card__content {
    text-align: center;
}


    /* El párrafo también centrado */
    .coverage-level-card__content > p {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


/* Pero la lista vuelve a alinearse a la izquierda */
.coverage-level-card__features {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


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

@media (max-width: 768px) {

    .coverage-level-card__icon {
        width: 82px !important;
        height: 82px !important;
    }

        .coverage-level-card__icon svg {
            width: 36px !important;
            height: 36px !important;
        }
}

/* =========================================================
   COBERTURAS · PROTECCIONES · DISEÑO PREMIUM
========================================================= */

.coverage-protection__container {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(60px, 7vw, 110px);
    align-items: stretch;
}


/* =========================================================
   COLUMNA IZQUIERDA · CENTRADA VERTICALMENTE
========================================================= */

.coverage-protection__heading {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    max-width: 600px;
    padding-block: 30px;
}


    .coverage-protection__heading .section-eyebrow {
        margin-bottom: 28px;
    }


    .coverage-protection__heading h2 {
        max-width: 560px;
        margin: 0;
        color: #064c3b;
        font-size: clamp(3.8rem, 5vw, 5.7rem);
        line-height: 0.94;
        letter-spacing: -0.055em;
    }


        .coverage-protection__heading h2 span {
            display: block;
            margin-top: 8px;
            color: #d99505;
        }


    .coverage-protection__heading > p {
        max-width: 500px;
        margin-top: 34px;
        color: #425f56;
        font-size: 1rem;
        line-height: 1.8;
    }


/* =========================================================
   COLUMNA DERECHA
========================================================= */

.coverage-protection__list {
    display: grid;
    width: 100%;
    gap: 18px;
    border: 0 !important;
}


/* =========================================================
   TARJETAS
========================================================= */

.coverage-protection-card {
    position: relative;
    display: grid;
    min-height: 145px;
    padding: 24px 28px;
    grid-template-columns: 52px 86px 1fr;
    align-items: center;
    column-gap: 22px;
    overflow: hidden;
    border: 1px solid rgba(8, 76, 57, 0.12) !important;
    border-radius: 24px;
    background: radial-gradient( circle at 96% 5%, rgba(242, 182, 31, 0.12), transparent 34% ), linear-gradient( 145deg, rgba(255,255,255,0.90), rgba(255,250,238,0.78) );
    box-shadow: 0 18px 45px rgba(42,69,54,0.07), inset 0 1px 0 rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), border-color 0.4s ease, box-shadow 0.4s ease;
}


/* =========================================================
   NÚMERO
========================================================= */

.coverage-protection-card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding-right: 18px;
    border-right: 1px solid rgba(8,76,57,0.10);
    color: #0b5643;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}


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

.coverage-protection-card__icon {
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7,139,69,0.14);
    border-radius: 22px;
    color: #07834f;
    background: linear-gradient( 145deg, #eef8ef, #e2f1e5 );
    box-shadow: 0 12px 28px rgba(22,83,52,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


    .coverage-protection-card__icon svg {
        width: 36px;
        height: 36px;
        stroke-width: 2;
    }


/* =========================================================
   TEXTO
========================================================= */

.coverage-protection-card h3 {
    margin: 0 0 8px;
    color: #064c3b;
    font-size: clamp(1.35rem, 1.7vw, 1.7rem);
    line-height: 1.1;
}


.coverage-protection-card p {
    max-width: 650px;
    margin: 0;
    color: #526c63;
    font-size: 0.90rem;
    line-height: 1.6;
}


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

.coverage-protection-card:hover {
    transform: translateX(-7px);
    border-color: rgba(211,158,32,0.38) !important;
    box-shadow: 0 26px 60px rgba(43,70,54,0.11), 0 0 28px rgba(242,182,31,0.07);
}


    .coverage-protection-card:hover
    .coverage-protection-card__icon {
        transform: scale(1.06) rotate(-3deg);
        box-shadow: 0 16px 36px rgba(22,83,52,0.13);
    }


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

@media (max-width: 1000px) {

    .coverage-protection__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .coverage-protection__heading {
        max-width: 760px;
        min-height: auto;
        padding-block: 0;
    }
}


@media (max-width: 650px) {

    .coverage-protection-card {
        min-height: 130px;
        padding: 20px;
        grid-template-columns: 42px 62px 1fr;
        column-gap: 14px;
        border-radius: 20px;
    }

    .coverage-protection-card__number {
        min-height: 60px;
        padding-right: 10px;
    }

    .coverage-protection-card__icon {
        width: 60px;
        height: 60px;
        border-radius: 17px;
    }

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

    .coverage-protection-card h3 {
        font-size: 1.20rem;
    }

    .coverage-protection-card p {
        font-size: 0.80rem;
    }
}

/* =========================================================
   COBERTURAS · ELECCIÓN · TARJETAS PREMIUM
========================================================= */

.coverage-choice__steps {
    display: grid;
    margin-top: 54px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    border: 0 !important;
}


/* =========================================================
   TARJETAS
========================================================= */

.coverage-choice-step {
    position: relative;
    display: flex;
    min-height: 330px;
    padding: 30px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(8, 76, 57, 0.12) !important;
    border-radius: 26px;
    background: radial-gradient( circle at 92% 8%, rgba(242, 182, 31, 0.12), transparent 35% ), linear-gradient( 145deg, rgba(255,255,255,0.90), rgba(255,250,238,0.78) );
    box-shadow: 0 20px 50px rgba(42,69,54,0.07), inset 0 1px 0 rgba(255,255,255,0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), border-color 0.4s ease, box-shadow 0.4s ease;
}


    /* LÍNEA SUPERIOR DECORATIVA */

    .coverage-choice-step::before {
        position: absolute;
        top: 0;
        left: 8%;
        width: 84%;
        height: 1px;
        content: "";
        background: linear-gradient( 90deg, transparent, rgba(227,181,72,0.62), transparent );
    }


/* =========================================================
   NÚMERO
========================================================= */

.coverage-choice-step__number {
    color: #bd820d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}


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

.coverage-choice-step__icon {
    display: flex;
    width: 82px;
    height: 82px;
    margin: 38px auto 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(7,139,69,0.14);
    border-radius: 22px;
    color: #07834f;
    background: linear-gradient( 145deg, #eef8ef, #e2f1e5 );
    box-shadow: 0 14px 32px rgba(22,83,52,0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


    .coverage-choice-step__icon svg {
        width: 36px;
        height: 36px;
        stroke-width: 2;
    }


/* =========================================================
   TEXTO
========================================================= */

.coverage-choice-step h3 {
    margin-top: 40px;
    color: #064c3b;
    font-size: clamp(1.5rem, 1.9vw, 1.85rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
}


.coverage-choice-step p {
    max-width: 420px;
    margin-top: 14px;
    color: #526c63;
    font-size: 0.90rem;
    line-height: 1.65;
}


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

.coverage-choice-step:hover {
    transform: translateY(-9px);
    border-color: rgba(211,158,32,0.40) !important;
    box-shadow: 0 30px 65px rgba(43,70,54,0.12), 0 0 32px rgba(242,182,31,0.08);
}


    .coverage-choice-step:hover
    .coverage-choice-step__icon {
        transform: translateY(-4px) scale(1.07) rotate(-3deg);
        box-shadow: 0 18px 40px rgba(22,83,52,0.13);
    }


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

@media (max-width: 950px) {

    .coverage-choice__steps {
        grid-template-columns: 1fr;
    }

    .coverage-choice-step {
        min-height: auto;
    }
}


@media (max-width: 650px) {

    .coverage-choice-step {
        padding: 24px;
        border-radius: 22px;
    }

    .coverage-choice-step__icon {
        width: 68px;
        height: 68px;
        margin-top: 28px;
    }

        .coverage-choice-step__icon svg {
            width: 30px;
            height: 30px;
        }

    .coverage-choice-step h3 {
        margin-top: 30px;
        font-size: 1.3rem;
    }
}

/* =========================================================
   COBERTURAS · RESPONSIVE HARDENING
   Desktop · Tablet · Mobile
========================================================= */

.coverage-hero,
.coverage-levels,
.coverage-protection,
.coverage-material,
.coverage-choice,
.coverage-cta {
    width: 100%;
    min-width: 0;
}

.coverage-hero__container,
.coverage-section-heading,
.coverage-protection__container,
.coverage-material__container,
.coverage-cta__container {
    min-width: 0;
}

    .coverage-hero__content,
    .coverage-section-heading > *,
    .coverage-protection__heading,
    .coverage-protection__list,
    .coverage-material__content,
    .coverage-level-card,
    .coverage-protection-card,
    .coverage-material-item,
    .coverage-choice-step {
        min-width: 0;
    }

        .coverage-level-card p,
        .coverage-level-card__features li,
        .coverage-protection-card p,
        .coverage-material-item strong,
        .coverage-choice-step p,
        .coverage-section-heading__note p {
            overflow-wrap: anywhere;
        }


/* =========================================================
   TABLET GRANDE
========================================================= */

@media (max-width: 1050px) {

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

    .coverage-level-card--featured {
        grid-column: 1 / -1;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .coverage-hero__container,
    .coverage-section-heading,
    .coverage-protection__container,
    .coverage-material__container {
        grid-template-columns: 1fr;
    }

    .coverage-protection__heading {
        position: relative;
        top: auto;
        min-height: auto;
        padding-block: 0;
    }

    .coverage-section-heading__note {
        max-width: 100%;
    }

    .coverage-choice__steps {
        grid-template-columns: 1fr;
    }

    .coverage-choice-step {
        min-height: auto;
    }

    .coverage-cta__container {
        align-items: flex-start;
        flex-direction: column;
    }

    .coverage-cta__actions {
        width: min(100%, 430px);
    }

    .coverage-cta__button {
        width: 100%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .coverage-hero__content {
        width: 100%;
        max-width: 100%;
    }

    .coverage-hero__actions {
        flex-direction: column;
    }

    .coverage-button {
        width: 100%;
    }

    .coverage-hero__benefits {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .coverage-levels__grid {
        grid-template-columns: 1fr;
    }

    .coverage-level-card,
    .coverage-level-card--featured {
        grid-column: auto;
        min-height: auto !important;
    }

    .coverage-material__grid {
        grid-template-columns: 1fr;
    }

    .coverage-protection-card {
        grid-template-columns: 42px 62px minmax(0, 1fr);
    }
}


/* =========================================================
   MOBILE PEQUEÑO
========================================================= */

@media (max-width: 430px) {

    .coverage-hero__title,
    .coverage-section-heading h2,
    .coverage-protection__heading h2,
    .coverage-material__content h2,
    .coverage-choice__header h2,
    .coverage-cta h2 {
        overflow-wrap: normal;
        word-break: normal;
    }

    .coverage-level-card {
        padding-inline: 20px !important;
    }

    .coverage-section-heading__note {
        padding: 22px 20px;
    }

    .coverage-protection-card {
        padding: 18px 16px;
        grid-template-columns: 36px 54px minmax(0, 1fr);
        column-gap: 10px;
    }

    .coverage-protection-card__number {
        min-height: 54px;
        padding-right: 8px;
    }

    .coverage-protection-card__icon {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

        .coverage-protection-card__icon svg {
            width: 24px;
            height: 24px;
        }

    .coverage-choice-step {
        padding: 22px 20px;
    }

    .coverage-material-item {
        padding: 20px 18px;
    }
}


/* =========================================================
   TOUCH DEVICES
========================================================= */

@media (hover: none) and (pointer: coarse) {

    .coverage-button:hover,
    .coverage-hero-benefit:hover,
    .coverage-level-card:hover,
    .coverage-protection-card:hover,
    .coverage-material-item:hover,
    .coverage-choice-step:hover,
    .coverage-cta__button:hover {
        transform: none;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .coverage-button,
    .coverage-hero-benefit,
    .coverage-level-card,
    .coverage-level-card__arrow,
    .coverage-protection-card,
    .coverage-protection-card__icon,
    .coverage-material-item,
    .coverage-choice-step,
    .coverage-choice-step__icon,
    .coverage-cta__button {
        transition: none;
    }
}

