/* ===== PAGES PRESTATIONS ===== */

/* Hero couvreur */
.hero-couvreur .hero-bg {
    background: linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.4)),
                url('/images/hero/hero-couvreur.jpg') center/cover no-repeat;
}

/* Hero reparation-toiture */
.hero-reparation-toiture .hero-bg {
    background: linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.4)),
                url('/images/hero/hero-reparation-toiture.jpg') center/cover no-repeat;
}

/* Hero nettoyage-demoussage-toiture */
.hero-nettoyage-demoussage-toiture .hero-bg {
    background: linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.4)),
                url('/images/hero/hero-nettoyage-demoussage-toiture.jpg') center/cover no-repeat;
}

/* Hero ravalement-facade */
.hero-ravalement-facade .hero-bg {
    background: linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.4)),
                url('/images/hero/hero-ravalement-facade.jpg') center/cover no-repeat;
}

/* Hero zinguerie-gouttieres */
.hero-zinguerie-gouttieres .hero-bg {
    background: linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.4)),
                url('/images/hero/hero-zinguerie-gouttieres.jpg') center/cover no-repeat;
}

/* Hero pose-velux */
.hero-pose-velux .hero-bg {
    background: linear-gradient(135deg, rgba(0,0,0,0.35), rgba(0,0,0,0.4)),
                url('/images/hero/hero-pose-velux.jpg') center/cover no-repeat;
}

/* Lien maillage interne */
.prestation-links {
    margin-top: 40px;
}

/* Grille realisations sur page prestation (2 colonnes) */
.realisations-grid-small {
    grid-template-columns: repeat(2, 1fr);
}

/* Lien centre sous realisations */
.prestation-realisations-cta {
    text-align: center;
    margin-top: 24px;
}

/* Sidebar */
.prestation-sidebar hr {
    margin: 20px 0;
    border-color: var(--border);
}

.prestation-sidebar p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.prestation-sidebar .btn {
    width: 100%;
}

.prestation-sidebar .btn-primary {
    margin-bottom: 10px;
}
