/* Integrado desde la maqueta aprobada de tratamiento-roedores. Selectores aislados para no alterar header/footer global. */
.page-tratamiento-roedores{
    --navy: #071b31;
    --teal: #00aaa3;
    --teal-dark: #009790;
    --yellow: #f4bb00;
    --border: #dce6e9;
    --soft-teal: #eefafa;
    --white: #ffffff;
}

.page-tratamiento-roedores *{
    box-sizing: border-box;
}

.page-tratamiento-roedores{
    scroll-behavior: smooth;
}

.page-tratamiento-roedores{
    margin: 0;
    background: #fff;
    color: var(--navy);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.45;
}

.page-tratamiento-roedores img{
    display: block;
    max-width: 100%;
}

.page-tratamiento-roedores .rodent-page{
    width: min(1516px, calc(100% - 22px));
    margin: 12px auto;
}

/* =========================
   HERO
========================= */
.page-tratamiento-roedores .hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 58.2%) minmax(0, 1fr);
    gap: 62px;
    align-items: stretch;
}

.page-tratamiento-roedores .hero-image{
    margin: 0;
    min-height: 493px;
    overflow: hidden;
    border-radius: 10px;
}

.page-tratamiento-roedores .hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-tratamiento-roedores .hero-copy{
    padding: 31px 49px 31px 0;
}

.page-tratamiento-roedores .hero-copy h1{
    margin: 0;
    color: var(--navy);
    font-size: clamp(34px, 2.75vw, 48px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -1.5px;
}

.page-tratamiento-roedores .yellow-line{
    display: block;
    width: 66px;
    height: 4px;
    margin: 18px 0 22px;
    background: var(--yellow);
    border-radius: 999px;
}

.page-tratamiento-roedores .hero-copy p{
    max-width: 545px;
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.55;
}

.page-tratamiento-roedores .cta-button{
    display: inline-flex;
    min-height: 63px;
    align-items: center;
    justify-content: center;
    gap: 19px;
    padding: 0 25px;
    background: linear-gradient(135deg, #05b0aa, #00a09a);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 21px;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(0, 170, 163, .13);
    transition: transform .2s ease, box-shadow .2s ease;
}

.page-tratamiento-roedores .cta-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 170, 163, .2);
}

.page-tratamiento-roedores .cta-button > img{
    width: 36px;
    height: 36px;
    filter: brightness(0) invert(1);
}

/* =========================
   TARJETAS
========================= */
.page-tratamiento-roedores .info-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1.02fr;
    gap: 26px;
    margin-top: 19px;
}

.page-tratamiento-roedores .info-card{
    min-height: 291px;
    padding: 22px 29px 18px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
}

.page-tratamiento-roedores .card-header{
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

.page-tratamiento-roedores .card-icon{
    position: relative;
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
}

.page-tratamiento-roedores .card-icon img{
    width: 55px;
    height: 55px;
}

/* El kit no trae shield-plus: usamos shield-check como base y cubrimos el check
   con un + para acercarnos al mockup sin reemplazar el recurso original. */
.page-tratamiento-roedores .shield-plus::before{
    content: "";
    position: absolute;
    width: 21px;
    height: 18px;
    left: 22px;
    top: 22px;
    background: #fff;
}

.page-tratamiento-roedores .shield-plus::after{
    content: "+";
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    color: var(--teal);
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.page-tratamiento-roedores .card-header h2{
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.35px;
}

.page-tratamiento-roedores .yellow-line-small{
    width: 57px;
    height: 3px;
    margin: 13px 0 0;
}

.page-tratamiento-roedores .card-intro, .page-tratamiento-roedores .region-copy{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.page-tratamiento-roedores .check-list{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.page-tratamiento-roedores .check-list li{
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.page-tratamiento-roedores .check-list li > img{
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 1px;
}

.page-tratamiento-roedores .compact-list{
    display: grid;
    gap: 1px;
    margin-top: 7px;
}

.page-tratamiento-roedores .compact-list li{
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.35;
}

.page-tratamiento-roedores .compact-list li > img{
    width: 19px;
    height: 19px;
    margin: 0;
}

.page-tratamiento-roedores .impact-list{
    display: grid;
    gap: 20px;
    margin-top: 22px;
}

.page-tratamiento-roedores .impact-list li{
    font-size: 16px;
    line-height: 1.45;
}

.page-tratamiento-roedores .region-copy{
    margin-top: 18px;
    line-height: 1.58;
}

/* =========================
   BANNER INFERIOR
========================= */
.page-tratamiento-roedores .contact-banner{
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr) 265px;
    align-items: center;
    gap: 20px;
    min-height: 174px;
    margin-top: 20px;
    padding: 18px 31px 18px 48px;
    background: linear-gradient(90deg, #eefafa 0%, #f9fefe 48%, #eefafa 100%);
    border: 1px solid #d8eeee;
    border-radius: 16px;
}

.page-tratamiento-roedores .property-icon{
    position: relative;
    display: grid;
    width: 108px;
    height: 108px;
    place-items: center;
    margin-left: 25px;
    background: #fff;
    border: 5px solid var(--teal);
    border-radius: 50%;
}

.page-tratamiento-roedores .property-house{
    width: 68px;
    height: 68px;
}

.page-tratamiento-roedores .property-rat{
    position: absolute;
    right: 20px;
    bottom: 21px;
    width: 33px;
    height: 33px;
    background: #fff;
}

.page-tratamiento-roedores .contact-copy{
    text-align: center;
}

.page-tratamiento-roedores .contact-copy h2{
    margin: 0;
    font-size: clamp(25px, 2vw, 31px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.6px;
}

.page-tratamiento-roedores .yellow-line-center{
    width: 55px;
    height: 3px;
    margin: 10px auto 10px;
}

.page-tratamiento-roedores .contact-copy p{
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.55;
}

.page-tratamiento-roedores .contact-button{
    justify-self: end;
    min-width: 260px;
    min-height: 62px;
    gap: 17px;
    padding: 0 20px;
}

.page-tratamiento-roedores .phone-circle{
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 2px solid rgba(255,255,255,.95);
    border-radius: 50%;
}

.page-tratamiento-roedores .phone-circle img{
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1250px) {
    .page-tratamiento-roedores .hero-grid{
        gap: 35px;
    }

    .page-tratamiento-roedores .hero-copy{
        padding-right: 15px;
    }

    .page-tratamiento-roedores .hero-copy p{
        font-size: 16px;
    }

    .page-tratamiento-roedores .info-card{
        padding-inline: 22px;
    }

    .page-tratamiento-roedores .contact-banner{
        grid-template-columns: 150px minmax(0, 1fr) 245px;
        padding-left: 25px;
    }

    .page-tratamiento-roedores .property-icon{
        margin-left: 0;
    }
}

@media (max-width: 980px) {
    .page-tratamiento-roedores .hero-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-tratamiento-roedores .hero-image{
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .page-tratamiento-roedores .hero-copy{
        padding: 0 8px 8px;
    }

    .page-tratamiento-roedores .hero-copy p{
        max-width: none;
    }

    .page-tratamiento-roedores .info-grid{
        grid-template-columns: 1fr;
    }

    .page-tratamiento-roedores .info-card{
        min-height: 0;
    }

    .page-tratamiento-roedores .contact-banner{
        grid-template-columns: 120px 1fr;
    }

    .page-tratamiento-roedores .contact-button{
        grid-column: 1 / -1;
        justify-self: center;
    }
}

@media (max-width: 620px) {
    .page-tratamiento-roedores .rodent-page{
        width: min(100% - 20px, 560px);
    }

    .page-tratamiento-roedores .hero-copy h1{
        font-size: 34px;
    }

    .page-tratamiento-roedores .hero-copy p, .page-tratamiento-roedores .card-intro, .page-tratamiento-roedores .region-copy, .page-tratamiento-roedores .impact-list li, .page-tratamiento-roedores .compact-list li, .page-tratamiento-roedores .contact-copy p{
        font-size: 15px;
    }

    .page-tratamiento-roedores .cta-button{
        width: 100%;
        font-size: 19px;
    }

    .page-tratamiento-roedores .info-card{
        padding: 20px;
    }

    .page-tratamiento-roedores .card-header{
        grid-template-columns: 52px 1fr;
        gap: 12px;
    }

    .page-tratamiento-roedores .card-icon, .page-tratamiento-roedores .card-icon img{
        width: 50px;
        height: 50px;
    }

    .page-tratamiento-roedores .shield-plus::before{
        width: 18px;
        height: 16px;
        left: 17px;
        top: 17px;
    }

    .page-tratamiento-roedores .shield-plus::after{
        font-size: 28px;
    }

    .page-tratamiento-roedores .card-header h2{
        font-size: 20px;
    }

    .page-tratamiento-roedores .contact-banner{
        grid-template-columns: 1fr;
        padding: 24px 18px;
    }

    .page-tratamiento-roedores .property-icon{
        margin: 0 auto;
    }

    .page-tratamiento-roedores .contact-copy h2{
        font-size: 25px;
    }

    .page-tratamiento-roedores .contact-button{
        min-width: 0;
    }
}
