/* CAMIONDEOCASION 5.0 — capa visual incremental y segura */

.brp-v5-latest{
    background:#fff;
}
.brp-v5-heading-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:28px;
    margin-bottom:26px;
}
.brp-v5-heading-row h2{
    margin:6px 0 8px;
}
.brp-v5-heading-row p{
    max-width:760px;
    margin:0;
    color:var(--br-muted);
}
.brp-v5-card-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.brp-v5-card{
    overflow:hidden;
    border:1px solid var(--br-line);
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 30px rgba(7,24,48,.07);
}
.brp-v5-card-image{
    position:relative;
    display:block;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#edf2f7;
}
.brp-v5-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .24s ease;
}
.brp-v5-card:hover .brp-v5-card-image img{
    transform:scale(1.025);
}
.brp-v5-status{
    position:absolute;
    left:12px;
    top:12px;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(7,24,48,.86);
    color:#fff;
    font-size:12px;
    font-weight:800;
}
.brp-v5-card-copy{
    padding:16px;
}
.brp-v5-card-copy h3{
    margin:0 0 10px;
    font-size:18px;
    line-height:1.25;
}
.brp-v5-card-copy h3 a{
    color:var(--br-navy);
    text-decoration:none;
}
.brp-v5-card-facts{
    display:flex;
    flex-wrap:wrap;
    gap:6px 12px;
    min-height:22px;
    margin-bottom:10px;
    color:var(--br-muted);
    font-size:13px;
}
.brp-v5-card-facts span:not(:last-child)::after{
    content:"·";
    margin-left:12px;
}
.brp-v5-card-price{
    color:var(--br-blue);
    font-weight:900;
    font-size:18px;
    margin:8px 0 12px;
}
.brp-v5-card-link{
    color:var(--br-blue);
    font-weight:800;
    font-size:13px;
    text-decoration:none;
}
.brp-v5-related{
    padding:54px 0;
    border-top:1px solid var(--br-line);
    background:#f7f9fc;
}
.brp-v5-card-grid.is-related{
    grid-template-columns:repeat(3,minmax(0,1fr));
}
.brp-v5-mobile-cta{
    display:none;
}

@media(max-width:980px){
    .brp-v5-card-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .brp-v5-card-grid.is-related{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:620px){
    body.single-br_camion{
        padding-bottom:68px;
    }
    .brp-v5-heading-row{
        display:block;
    }
    .brp-v5-heading-row .brp-btn{
        margin-top:18px;
    }
    .brp-v5-card-grid,
    .brp-v5-card-grid.is-related{
        grid-template-columns:1fr;
    }
    .brp-v5-card-image{
        aspect-ratio:16/10;
    }
    .brp-v5-mobile-cta{
        position:fixed;
        z-index:9994;
        left:0;
        right:0;
        bottom:0;
        display:grid;
        grid-template-columns:.8fr 1fr 1fr;
        gap:1px;
        padding:7px max(7px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
        background:rgba(7,24,48,.96);
        box-shadow:0 -10px 30px rgba(0,0,0,.16);
    }
    .brp-v5-mobile-cta a{
        display:flex;
        justify-content:center;
        align-items:center;
        min-height:46px;
        border-radius:9px;
        color:#fff;
        text-decoration:none;
        font-size:13px;
        font-weight:900;
    }
    .brp-v5-mobile-cta .is-call{
        background:#29415e;
    }
    .brp-v5-mobile-cta .is-wa{
        background:#16794d;
    }
    .brp-v5-mobile-cta .is-info{
        background:var(--br-blue);
    }
}
