@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@400;700;900&family=Roboto:wght@400;500;700;900&display=swap');

/* L'eau Turquoise - Clean & Eco-designed CSS */
/* Optimized for performance and maintainability */

/* Variables de design */
:root {
    --primary-teal: #008494;
    --primary-color: #008494;
    --secondary-color: #1e3a8a;
    --text-light: #6b7280;
    --accent-blue: #add8e6;
    --bg-light: #f7fafc;
    --nav-height: 80px;
}

body {
    font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
    background-color: #f0f4f8;
    margin: 0;
    overflow-x: hidden;
    line-height: 1.6;
    color: #1f2937;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display SC', serif;
}

html.custom-scrollbar-active,
body.custom-scrollbar-active {
    scrollbar-width: none;
}

html.custom-scrollbar-active::-webkit-scrollbar,
body.custom-scrollbar-active::-webkit-scrollbar,
html.custom-scrollbar-active *::-webkit-scrollbar,
body.custom-scrollbar-active *::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.custom-scrollbar-rail {
    position: fixed;
    top: 10px;
    right: 5px;
    bottom: 10px;
    width: 12px;
    border-radius: 8px;
    background: #ffffff;
    z-index: 1600;
    pointer-events: auto;
}

.custom-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    min-height: 48px;
    border-radius: 8px;
    background: linear-gradient(180deg, #18b8cb 0%, #009bad 45%, #008494 100%);
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    will-change: transform, height;
}

body.custom-scrollbar-dragging {
    user-select: none;
    cursor: ns-resize;
}

html,
body {
    scrollbar-width: auto;
    scrollbar-color: #009bad #ffffff;
}

html {
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #18b8cb 0%, #009bad 45%, #008494 100%);
    border-radius: 8px;
    border: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    transition: none;
}

*::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #18b8cb 0%, #009bad 45%, #008494 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

*::-webkit-scrollbar-corner {
    background: transparent;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button:single-button,
*::-webkit-scrollbar-button:double-button,
*::-webkit-scrollbar-button:vertical,
*::-webkit-scrollbar-button:horizontal {
    -webkit-appearance: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
}

/* --- Navigation --- */
/* Mobile CTA hidden by default; enabled in touch-first layout */
.nav-link.mobile-cta {
    display: none;
}

/* Mobile close button hidden by default; enabled in touch-first layout */
.mobile-nav-close {
    display: none;
}

/* Dropdown header : transparent en desktop (display:contents), visible en mobile */
.nav-dropdown-header {
    display: contents;
}

/* Bouton flèche toggle dropdown : masqué en desktop, visible en mobile uniquement */
.nav-dropdown-toggle {
    display: none;
}

/* Configuration de la Navigation */
.nav-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.home-nav-reveal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    min-height: 180px;
}

body.home-landing .home-nav-reveal .nav-shell {
    overflow: visible;
}

.home-hamburger {
    position: fixed;
    top: 25px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background: var(--primary-teal);
    display: block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 132, 148, 0.3);
    outline: none;
    cursor: pointer;
    z-index: 4000;
    isolation: isolate;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.3s ease, transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

body.home-landing.stage-cta .home-hamburger,
body.home-landing.nav-open .home-hamburger,
body.home-landing .home-hamburger:hover {
    width: 296px;
}

.home-hamburger .cta-text-box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 72px;
    min-width: 0;
    opacity: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease;
}

body.home-landing.stage-cta .home-hamburger .cta-text-box,
body.home-landing.nav-open .home-hamburger .cta-text-box,
body.home-landing .home-hamburger:hover .cta-text-box {
    opacity: 1;
    transition-delay: 0.35s;
}

.home-hamburger .cta-text {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color 0.25s ease;
}

.home-hamburger .hamburger-box {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: var(--primary-teal);
    transition: background-color 0.25s ease;
}

.home-hamburger .hamburger-icon {
    width: 22px;
    height: 18px;
    display: block;
    position: relative;
    z-index: 10;
}

.home-hamburger .hamburger-icon span {
    display: block;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #ffffff !important;
    border-radius: 4px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, background-color 0.25s ease;
    transform: translate(-50%, -50%);
    transform-origin: center;
    opacity: 1;
    visibility: visible;
}

body.home-landing .home-hamburger:hover {
    transform: scale(1.05);
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(0, 132, 148, 0.22);
}

body.home-landing .home-hamburger:hover .cta-text {
    color: var(--primary-teal);
}

body.home-landing .home-hamburger:hover .hamburger-box {
    background: #ffffff;
}

body.home-landing .home-hamburger:hover .hamburger-icon span {
    background-color: var(--primary-teal) !important;
}

.home-hamburger .hamburger-icon span:nth-child(1) {
    top: calc(50% - 7px);
}

.home-hamburger .hamburger-icon span:nth-child(2) {
    top: 50%;
}

.home-hamburger .hamburger-icon span:nth-child(3) {
    top: calc(50% + 7px);
}

body.home-landing .home-nav-reveal .nav-wrapper {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 25px;
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body.home-landing.nav-open .home-nav-reveal .nav-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.home-landing .home-nav-reveal .nav-wrapper {
    filter: none;
}

body.home-landing .home-nav-reveal .nav-bg {
    background: transparent;
    justify-content: center;
    height: 60px;
}

body.home-landing .home-nav-reveal .nav-right {
    position: relative;
    padding-left: 0;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

body.home-landing .home-nav-reveal .nav-right::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 620px;
    height: 60px;
    transform-origin: right center;
    transform: translate(-50%, -50%) scaleX(0.06);
    opacity: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

body.home-landing .home-nav-reveal .nav-menu {
    position: static;
    width: max-content;
    justify-content: center;
    padding-right: 0;
    margin: 0 auto;
}

body.home-landing .home-nav-reveal .nav-link,
body.home-landing .home-nav-reveal .nav-dropdown {
    position: relative;
    z-index: 2;
}

body.home-landing .home-nav-reveal .nav-link {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0 18px;
}

body.home-landing .home-nav-reveal .nav-link:hover {
    color: var(--primary-teal);
}

body.home-landing .home-nav-reveal .nav-link::after {
    background-color: var(--primary-teal);
}

body.home-landing .home-nav-reveal .nav-link,
body.home-landing .home-nav-reveal .nav-dropdown {
    transform: translateX(18px);
    opacity: 0;
    transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

body.home-landing .home-nav-reveal .logo-slot {
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -45px;
    left: 72px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

body.home-landing .home-nav-reveal .logo-slot::before,
body.home-landing .home-nav-reveal .logo-slot::after {
    display: none;
}

body.home-landing .home-nav-reveal .logo-content {
    width: 130px;
    height: 130px;
}

body.home-landing .home-nav-reveal .logo-image {
    width: 130px !important;
    height: 130px !important;
    max-width: 130px;
    max-height: 130px;
}

body.home-landing.stage-tabs .home-nav-reveal .nav-right::before {
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
}

body.home-landing .home-hamburger:hover + .nav-wrapper .nav-right::before {
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
    transition-delay: 0.19s;
}

body.home-landing.stage-tabs .home-nav-reveal .nav-link,
body.home-landing.stage-tabs .home-nav-reveal .nav-dropdown {
    transform: translateX(0);
    opacity: 1;
}

body.home-landing .home-hamburger:hover + .nav-wrapper .nav-link,
body.home-landing .home-hamburger:hover + .nav-wrapper .nav-dropdown {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.19s;
}

body.home-landing.stage-logo .home-nav-reveal .logo-slot {
    transform: translateY(20px) rotate(0deg);
    opacity: 1;
}

body.home-landing .home-hamburger:hover + .nav-wrapper .logo-slot {
    transform: translateY(20px) rotate(0deg);
    opacity: 1;
    transition-delay: 0.36s;
}

body.home-landing .home-nav-reveal .nav-wrapper:hover .nav-link,
body.home-landing .home-nav-reveal .nav-wrapper:hover .nav-dropdown,
body.home-landing .home-nav-reveal .nav-wrapper:hover .logo-slot {
    opacity: 1;
    transition-delay: 0s;
}

body.home-landing .home-nav-reveal .nav-wrapper:hover .nav-link,
body.home-landing .home-nav-reveal .nav-wrapper:hover .nav-dropdown {
    transform: translateX(0);
}

body.home-landing .home-nav-reveal .nav-wrapper:hover .logo-slot {
    transform: translateY(20px) rotate(0deg);
}

body.home-landing .home-nav-reveal .nav-wrapper:hover .nav-right::before {
    transform: translate(-50%, -50%) scaleX(1);
    opacity: 1;
    transition-delay: 0s;
}

body.home-landing .home-hamburger:hover + .nav-wrapper,
body.home-landing .home-nav-reveal .nav-wrapper:hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.home-landing .home-hamburger.is-open .hamburger-icon span:nth-child(1),
body.home-landing.nav-open .home-hamburger .hamburger-icon span:nth-child(1),
body.home-landing .home-hamburger:hover .hamburger-icon span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

body.home-landing .home-hamburger.is-open .hamburger-icon span:nth-child(2),
body.home-landing.nav-open .home-hamburger .hamburger-icon span:nth-child(2),
body.home-landing .home-hamburger:hover .hamburger-icon span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0);
}

body.home-landing .home-hamburger.is-open .hamburger-icon span:nth-child(3),
body.home-landing.nav-open .home-hamburger .hamburger-icon span:nth-child(3),
body.home-landing .home-hamburger:hover .hamburger-icon span:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-bg {
    background-color: white;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}

.nav-shell {
    padding-left: 3rem;
    padding-right: 3rem;
}

/* L'Encoche du Logo (Design fluide intégré) */
.logo-slot {
    position: absolute;
    left: 50px;
    top: 0;
    width: 200px;
    height: 140px;
    background: white;
    border-radius: 0 0 100px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1001;
}

/* Coins arrondis inversés pour la fusion fluide */
.logo-slot::before, .logo-slot::after {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: transparent;
}
.logo-slot::before {
    left: -30px;
    border-radius: 0 30px 0 0;
    box-shadow: 15px -15px 0 0 white;
}
.logo-slot::after {
    right: -30px;
    border-radius: 30px 0 0 0;
    box-shadow: -15px -15px 0 0 white;
}

/* Contenu du Logo */
.logo-content {
    position: relative;
    width: 150px;
    height: 150px;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo-link {
    text-decoration: none;
}

.logo-image {
    width: 150px !important;
    height: 150px !important;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    display: block;
}

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-left: 260px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

/* Liens de Navigation Custom */
.nav-link {
    display: inline-flex;
    align-items: center;
    color: #4a5568;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 20px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}
.nav-link:hover {
    color: var(--primary-teal);
}
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 20px;
    background-color: var(--primary-teal);
    transition: width 0.3s ease;
}
.nav-link:hover::after {
    width: calc(100% - 40px);
}

.nav-dropdown {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: -14px;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 35px rgba(2, 18, 31, 0.15);
    border: 1px solid #e5e7eb;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    z-index: 1100;
}

.nav-dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px 16px;
    color: #334155;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.dropdown-menu a:hover {
    background: #f8fbfd;
    color: var(--primary-teal);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* --- Section Hero --- */
.hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: none;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

/* Overlay pour optimiser le contraste du texte */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(255,255,255,0.4) 0%, 
        rgba(0,0,0,0.05) 50%, 
        rgba(0,0,0,0.4) 100%);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-wrap {
    position: relative;
    display: inline-block;
}

.hero-title {
    line-height: 1;
    margin-bottom: 24px;
    text-shadow: 0 4px 30px rgba(0,0,0,0.3);
    margin-top: 0;
    color: white;
}

.hero-title-image {
    width: min(90vw, 750px);
    max-width: 100%;
    height: auto;
    display: block;
}

.hero-description {
    font-size: 32px;
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto 40px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.6);
    line-height: 1.4;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Groupement des boutons d'action */
.hero-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: white;
    color: var(--primary-teal);
    padding: 16px 40px;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-decoration: none;
    display: inline-block;
    border: none;
}
.btn-primary:hover {
    transform: scale(1.05);
    background-color: var(--primary-teal);
    color: white;
}

.hero .btn-outline {
    background: linear-gradient(135deg, rgba(0, 132, 148, 0.42), rgba(173, 216, 230, 0.22));
    color: white;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px) saturate(155%);
    -webkit-backdrop-filter: blur(12px) saturate(155%);
    padding: 14px 38px;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 10px 26px rgba(0,0,0,0.2);
}

.hero .btn-outline:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-teal);
    border-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(11px) saturate(150%);
    -webkit-backdrop-filter: blur(11px) saturate(150%);
    transform: scale(1.05);
}

/* Media Queries pour le Responsive */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
    /* Touch-first full-screen menu overlay */
    .home-hamburger {
        top: 20px;
        right: max(20px, env(safe-area-inset-right));
        width: 52px;
        height: 52px;
        border-radius: 26px;
        z-index: 7000;
    }

    .mobile-nav-close {
        display: inline-flex;
        position: fixed;
        top: max(18px, env(safe-area-inset-top));
        right: max(18px, env(safe-area-inset-right));
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 0;
        background: rgba(255, 255, 255, 0.92);
        color: var(--primary-teal);
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 6500;
        opacity: 0;
        transform: scale(0.85);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .mobile-nav-close svg {
        width: 18px;
        height: 18px;
        display: block;
        stroke: currentColor;
        stroke-width: 2.5;
        stroke-linecap: round;
    }

    body.mobile-nav-active .mobile-nav-close {
        opacity: 1;
        transform: scale(1);
    }

    /* Hide hamburger when overlay is open to avoid double close controls */
    body.mobile-nav-active .home-hamburger {
        opacity: 0;
        pointer-events: none;
        transform: scale(0.9);
    }

    body.home-landing.stage-cta .home-hamburger,
    body.home-landing.nav-open .home-hamburger,
    body.home-landing .home-hamburger:hover {
        width: 52px;
    }

    .home-hamburger .cta-text-box {
        display: none;
    }

    .home-hamburger .hamburger-box {
        width: 52px;
        height: 52px;
        background: transparent;
    }

    body.home-landing .home-nav-reveal .nav-wrapper {
        position: fixed;
        inset: 0;
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        width: 100%;
        background: rgba(0, 132, 148, 0.9);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.4s ease, opacity 0.3s ease;
        z-index: 3000;
        margin-top: 0 !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    /* IMPORTANT: en viewport étroit (menu touch-first), on neutralise l'ouverture via :hover
       afin que le bouton X puisse réellement fermer même avec une souris/trackpad. */
    body.home-landing:not(.mobile-nav-active) .home-hamburger:hover + .nav-wrapper,
    body.home-landing:not(.mobile-nav-active) .home-nav-reveal .nav-wrapper:hover {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

    body.mobile-nav-active .home-nav-reveal .nav-wrapper {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* Assure la visibilité des libellés en mode mobile/tablette (sinon héritage des anims desktop) */
    body.mobile-nav-active .home-nav-reveal .nav-link,
    body.mobile-nav-active .home-nav-reveal .nav-dropdown {
        opacity: 1 !important;
        transform: none !important;
        transition: none;
    }

    body.mobile-nav-active .home-nav-reveal .nav-right::before {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(0);
    }

    .nav-bg {
        background: transparent;
        height: auto;
    }

    .nav-shell {
        padding: calc(96px + env(safe-area-inset-top)) 24px calc(32px + env(safe-area-inset-bottom));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
        box-sizing: border-box;
        min-height: 100%;
    }

    .logo-slot {
        position: static;
        width: auto;
        height: auto;
        border-radius: 0;
        left: auto;
        top: auto;
        padding: 0;
        background: transparent;
        box-shadow: none;
        align-self: flex-start;
    }

    .logo-slot::before,
    .logo-slot::after {
        display: none;
    }

    .logo-content {
        width: 120px;
        height: 120px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 999px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    }

    .logo-image {
        width: 120px !important;
        height: 120px !important;
        max-width: 120px;
        max-height: 120px;
    }

    .nav-right {
        padding-left: 0;
        width: 100%;
        justify-content: center;
        display: flex;
        flex: 1;
        align-self: stretch;
        align-items: stretch;
    }

    .nav-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        max-width: 360px;
        width: 100%;
        flex: 1;
        justify-content: flex-start;
        height: 100%;
    }

    .nav-menu > .nav-dropdown,
    .nav-menu > .nav-link {
        width: 100%;
    }

    .nav-link {
        font-size: 1.3rem;
        padding: 14px 16px;
        color: #ffffff;
        justify-content: flex-start;
        width: 100%;
        text-align: left;
    }

    /* Header Prestations : lien pleine largeur + flèche en absolu à droite */
    .nav-dropdown-header {
        position: relative;
        display: block;
        width: 100%;
    }

    .nav-dropdown-header .nav-link.nav-link-trigger {
        padding-right: 56px;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 52px;
        background: transparent;
        border: none;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.75);
        padding: 0;
        transition: color 0.2s ease;
    }

    .nav-dropdown-toggle:active {
        color: #ffffff;
    }

    .nav-dropdown-toggle svg {
        width: 20px;
        height: 20px;
        transition: transform 0.25s ease;
        pointer-events: none;
    }

    .nav-dropdown.is-open .nav-dropdown-toggle svg {
        transform: rotate(180deg);
    }

    /* Prise en charge du state is-open pour l'animation du bouton toggle */
    body.mobile-nav-active .home-nav-reveal .nav-link.nav-link-trigger {
        padding-right: 16px;
    }

    /* Neutralise les effets desktop (underline/hover/pill) dans l'overlay */
    body.mobile-nav-active .home-nav-reveal .nav-link {
        color: #ffffff !important;
        background: transparent !important;
    }

    body.mobile-nav-active .home-nav-reveal .nav-link::after {
        display: none;
    }

    body.mobile-nav-active .home-nav-reveal .nav-right::before {
        display: none !important;
        opacity: 0 !important;
        transform: translate(-50%, -50%) scaleX(0) !important;
    }

    .nav-link::after {
        background-color: rgba(255, 255, 255, 0.78);
        left: 14px;
    }

    .nav-link:hover {
        color: #ffffff;
    }

    .nav-dropdown {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .dropdown-menu {
        position: static;
        min-width: 0;
        width: 100%;
        margin-top: 10px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        display: none;
    }

    .nav-dropdown.is-open .dropdown-menu {
        display: block;
    }

    .dropdown-menu a {
        color: #ffffff;
        font-size: 1rem;
        padding: 12px 14px;
        text-align: left;
    }

    .nav-link.mobile-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: auto;
        padding: 16px 40px;
        border-radius: 50px;
        background: #ffffff;
        color: var(--primary-teal) !important;
        font-weight: 700;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .nav-link.mobile-cta:active {
        transform: scale(0.97);
        background: var(--primary-teal);
        color: #ffffff !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

    /* Hero adjustments for touch-first layout */
    .hero {
        height: 100svh;
        min-height: 0;
    }

    /* Pages internes : hero sans vidéo ne doit pas être plein écran */
    .hero:not(:has(.hero-slide)) {
        height: auto;
        min-height: 0;
        align-items: flex-start;
        padding: 120px 0 48px;
        background: var(--bg-light);
    }

    .hero:not(:has(.hero-slide)) .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero:not(:has(.hero-slide)) h1 {
        margin: 0 0 12px;
        color: #1f2937;
        text-shadow: none;
        font-size: clamp(1.9rem, 7vw, 2.6rem);
    }

    .hero:not(:has(.hero-slide)) p {
        margin: 0;
        color: var(--text-light);
        text-transform: none;
        letter-spacing: 0;
        max-width: 46ch;
    }

    .hero-title-image {
        width: min(82vw, 420px);
    }

    .hero-description {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

    .hero-cta-group {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .btn-primary,
    .hero .btn-outline {
        width: 100%;
        text-align: center;
        padding: 14px 24px;
    }
}

@media (max-width: 640px) {
    .nav-shell {
        padding: 88px 20px 28px;
    }

    .logo-content {
        width: 104px;
        height: 104px;
    }

    .logo-image {
        width: 104px !important;
        height: 104px !important;
        max-width: 104px;
        max-height: 104px;
    }

    .nav-link {
        font-size: 1rem;
    }

    .hero-description {
        font-size: 1rem;
    }
}


/* --- Reste du site (Cartes, Footer, etc.) --- */
/* (Code existant conservé pour compatibilité) */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.section {
  padding: 3rem 0;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #1f2937;
}

.section-title h2 { color: var(--primary-teal); } 

.text-center { text-align: center; }

/* Cards */
.cards {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .cards { grid-template-columns: repeat(3, 1fr); }
}

.card {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.card h3 {
  color: var(--primary-teal);
  margin-bottom: 0.5rem;
}

.card p {
  color: #6b7280;
  margin-bottom: 1rem;
}

/* Footer */
footer {
  background: #1f2937;
  color: white;
  padding: 2rem 1rem;
  margin-top: 0;
}
footer a { color: var(--primary-teal); text-decoration: none; }

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center; justify-content: center;
  padding: 1rem;
}
.modal.active { display: flex; }
.modal-content {
  background: white; padding: 2rem;
  border-radius: 8px; max-width: 500px; width: 100%;
  position: relative;
    max-height: calc(100svh - 2rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #6b7280;
}
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; margin-bottom: 0.5rem; font-weight: 500; }
.form-group input {
    width: 100%; padding: 0.75rem; border: 1px solid #e5e7eb; border-radius: 5px;
}

.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    font-family: inherit;
    line-height: 1.5;
    resize: vertical;
}

.quote-modal-content {
    max-width: 620px;
}

.quote-services-fieldset {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.85rem 0.9rem;
    margin: 0 0 1rem;
}

.quote-services-fieldset legend {
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    padding: 0 0.35rem;
}

.quote-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 0.85rem;
}

.quote-services-grid label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    color: #374151;
}

@media (max-width: 560px) {
    .quote-services-grid {
        grid-template-columns: 1fr;
    }
}

/* ================================================
     BLOCS PREMIUM RESTAURES
     ================================================ */
:root {
    --teal-dark: #005f6b;
    --teal-mid: #008494;
    --teal-light: #00b0cc;
    --teal-pale: #e0f7fa;
    --sand: #f7f4ef;
    --ink: #0f1c24;
    --ink-soft: #374151;
    --text-muted: #6b7280;
    --border-soft: rgba(0, 132, 148, 0.15);
}

.hp-section-header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.hp-section-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-mid);
    margin-bottom: 0.65rem;
}

.hp-section-label--white {
    color: rgba(255, 255, 255, 0.75);
}

.hp-section-title {
    font-size: clamp(1.5rem, 2.4vw + 0.8rem, 2.4rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.22;
    max-width: 680px;
    margin: 0 auto;
}

/* ================================================
   SECTION PRESTATIONS — LIGNES PLEIN ÉCRAN
   ================================================ */

.hp-pstack {
    padding-top: clamp(4rem, 8vw, 7rem);
}

.hp-pstack-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 5rem) clamp(2.5rem, 5vw, 4rem);
}

.hp-pstack-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
}

.hp-pstack-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--teal-mid);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: gap 0.22s ease, color 0.22s ease;
}

.hp-pstack-all svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.hp-pstack-all:hover {
    color: var(--teal-dark);
    gap: 0.7rem;
}

.hp-pstack-all:hover svg {
    transform: translateX(4px);
}

.hp-pstack-header .hp-section-title {
    margin-top: 0.5rem;
    text-align: left;
    max-width: none;
    font-size: clamp(2.2rem, 4vw + 0.4rem, 3.8rem);
    color: var(--ink);
    line-height: 1.05;
}

/* — Ligne prestation — */
.hp-prow {
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 62vh;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    /* reveal au scroll */
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: calc(var(--ci, 0) * 0.06s);
}

.hp-prow.is-visible {
    opacity: 1;
    transform: none;
}

.hp-prow--light { background: var(--sand); }
.hp-prow--dark  { background: var(--ink); }
.hp-prow--teal  { background: linear-gradient(135deg, #002f3a 0%, #005f6b 60%, #008494 100%); }

/* — Côté photo — */
.hp-prow-photo-wrap {
    position: relative;
    overflow: hidden;
}

.hp-prow-photo {
    position: absolute;
    inset: 0;
    background: var(--photo-bg);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-prow:hover .hp-prow-photo {
    transform: scale(1.04);
}

/* Icône SVG au centre de la photo placeholder */
.hp-prow-photo-icon {
    width: clamp(80px, 12vw, 130px);
    height: clamp(80px, 12vw, 130px);
    opacity: 0.55;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hp-prow:hover .hp-prow-photo-icon {
    opacity: 0.75;
    transform: scale(1.08);
}

.hp-prow-photo-icon svg {
    width: 100%;
    height: 100%;
}

/* Ligne séparatrice lumineuse au bord droit de la photo */
.hp-prow-photo-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgba(0,176,204,0.4) 40%, rgba(0,132,148,0.6) 60%, transparent);
    pointer-events: none;
}

/* — Côté texte — */
.hp-prow-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem);
    position: relative;
}

/* Numéro décoratif */
.hp-prow-num {
    position: absolute;
    top: clamp(1.5rem, 3vw, 2.5rem);
    right: clamp(2rem, 4vw, 4rem);
    font-size: clamp(4rem, 8vw, 9rem);
    font-family: 'Playfair Display SC', serif;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hp-prow--light .hp-prow-num { color: rgba(0,132,148,0.07); }
.hp-prow--dark  .hp-prow-num { color: rgba(255,255,255,0.05); }
.hp-prow--teal  .hp-prow-num { color: rgba(255,255,255,0.06); }

.hp-prow:hover .hp-prow-num {
    opacity: 0.18;
    transform: scale(1.04) translateX(6px);
}

.hp-prow-name {
    margin: 0 0 1rem;
    font-size: clamp(1.9rem, 3vw + 0.4rem, 3rem);
    line-height: 1.1;
    transition: color 0.25s ease;
}

.hp-prow--light .hp-prow-name { color: var(--ink); }
.hp-prow--dark  .hp-prow-name,
.hp-prow--teal  .hp-prow-name { color: #ffffff; }

.hp-prow-desc {
    margin: 0 0 2rem;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 46ch;
}

.hp-prow--light .hp-prow-desc { color: var(--ink-soft); }
.hp-prow--dark  .hp-prow-desc,
.hp-prow--teal  .hp-prow-desc { color: rgba(255,255,255,0.65); }

/* CTA inline */
.hp-prow-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 700;
    font-size: 0.94rem;
    transition: gap 0.25s ease, color 0.25s ease;
}

.hp-prow-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.hp-prow:hover .hp-prow-cta svg { transform: translateX(5px); }

.hp-prow--light .hp-prow-cta { color: var(--teal-dark); }
.hp-prow--dark  .hp-prow-cta,
.hp-prow--teal  .hp-prow-cta { color: var(--teal-light); }

/* Focus visible accessibilité */
.hp-prow:focus-visible {
    outline: 3px solid var(--teal-light);
    outline-offset: -3px;
}

/* — Quinconce : lignes paires inversées (texte gauche, photo droite) — */
.hp-pstack a.hp-prow:nth-of-type(even) {
    grid-template-columns: 1fr 42%;
}

.hp-pstack a.hp-prow:nth-of-type(even) .hp-prow-photo-wrap {
    order: 2;
}

.hp-pstack a.hp-prow:nth-of-type(even) .hp-prow-body {
    order: 1;
}

.hp-pstack a.hp-prow:nth-of-type(even) .hp-prow-photo-wrap::after {
    right: auto;
    left: 0;
}

/* — Responsive — */
@media (max-width: 900px) {
    .hp-prow {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    /* Annule le quinconce sur mobile — photo toujours en haut */
    .hp-pstack a.hp-prow:nth-of-type(even) {
        grid-template-columns: 1fr;
    }

    .hp-pstack a.hp-prow:nth-of-type(even) .hp-prow-photo-wrap,
    .hp-pstack a.hp-prow:nth-of-type(even) .hp-prow-body {
        order: unset;
    }

    .hp-prow-photo-wrap {
        height: 260px;
        position: relative;
    }

    .hp-prow-photo {
        position: absolute;
    }

    .hp-prow-photo-wrap::after { display: none; }

    .hp-prow-num {
        font-size: 4.5rem;
        top: 1.2rem;
        right: 1.5rem;
    }
}

@media (max-width: 640px) {
    .hp-prow-photo-wrap { height: 200px; }
    .hp-prow-body { padding: 2rem 1.5rem; }
    .hp-pstack-header { padding-bottom: 2rem; }
}

.hp-prestations-inner,
.hp-reals-inner,
.hp-reviews-inner,
.hp-blog-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.hp-presta-grid,
.hp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.hp-presta-card,
.hp-blog-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hp-presta-card {
    min-height: 230px;
    display: flex;
    align-items: flex-end;
    background: var(--card-bg, linear-gradient(145deg, #005f6b, #009faf));
}

.hp-presta-card:hover,
.hp-blog-card:hover,
.hp-real-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.hp-presta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.1) 55%, transparent 100%);
}

.hp-presta-body,
.hp-blog-body {
    position: relative;
    z-index: 1;
    padding: 1.2rem 1.4rem;
}

.hp-presta-name,
.hp-blog-title-card {
    margin: 0;
    font-weight: 700;
}

.hp-presta-name {
    color: #fff;
    font-size: 1.2rem;
}

.hp-presta-desc,
.hp-blog-excerpt {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0.4rem 0 0;
}

.hp-presta-link,
.hp-blog-read {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
    font-size: 0.82rem;
    font-weight: 700;
}

.hp-presta-link {
    color: rgba(255, 255, 255, 0.92);
}

.hp-presta-link svg,
.hp-blog-read svg {
    width: 16px;
    height: 16px;
}

.hp-presta-card--wide {
    grid-column: 1 / 3;
}

/* ================================================
   SECTION RÉALISATIONS — MAGAZINE SCALABLE
   ================================================ */

.hp-rg {
    background: var(--ink);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}

.hp-rg-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */
.hp-rg-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.hp-rg-header-left {
    flex: 1;
}

.hp-rg-title {
    margin: 0.5rem 0 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw + 0.5rem, 3rem);
    line-height: 1.12;
}

.hp-rg-all {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--teal-light);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: gap 0.22s ease, color 0.22s ease;
}

.hp-rg-all svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.hp-rg-all:hover { color: #fff; gap: 0.75rem; }
.hp-rg-all:hover svg { transform: translateX(4px); }

/* Carte featured */
.hp-rg-featured {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 1.2rem;
    /* reveal */
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.hp-rg-featured.is-visible {
    opacity: 1;
    transform: none;
}

.hp-rg-featured-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hp-rg-featured-img {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hp-rg-featured:hover .hp-rg-featured-img {
    transform: scale(1.04);
}

.hp-rg-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5, 20, 30, 0.92) 0%,
        rgba(5, 20, 30, 0.4) 45%,
        transparent 100%
    );
    pointer-events: none;
}

.hp-rg-featured-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.hp-rg-featured-name {
    margin: 0.4rem 0 0.2rem;
    color: #ffffff;
    font-size: clamp(1.4rem, 2.5vw + 0.3rem, 2.2rem);
    line-height: 1.15;
}

.hp-rg-featured-place {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.hp-rg-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.4rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
    backdrop-filter: blur(8px);
}

.hp-rg-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.hp-rg-featured:hover .hp-rg-cta {
    background: rgba(0, 176, 204, 0.22);
    border-color: var(--teal-light);
    gap: 0.8rem;
}

.hp-rg-featured:hover .hp-rg-cta svg { transform: translateX(4px); }

/* Tags */
.hp-rg-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal-light);
}

.hp-rg-tag--muted {
    color: rgba(255, 255, 255, 0.28);
}

/* Grille 3 colonnes */
.hp-rg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.hp-rg-card {
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    background: #111d26;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    /* reveal stagger */
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: calc(var(--rci, 0) * 0.08s);
}

.hp-rg-card.is-visible {
    opacity: 1;
    transform: none;
}

.hp-rg-card--ghost {
    cursor: default;
    pointer-events: none;
}

.hp-rg-card-img-wrap {
    position: relative;
    overflow: hidden;
}

.hp-rg-card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

a.hp-rg-card:hover .hp-rg-card-img { transform: scale(1.05); }

.hp-rg-card-img-ph {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: var(--ph-bg);
    /* shimmer subtil */
    background-size: 200% 100%;
    animation: rg-shimmer 3s ease-in-out infinite alternate;
}

@keyframes rg-shimmer {
    from { filter: brightness(0.75); }
    to   { filter: brightness(1); }
}

.hp-rg-card-info {
    padding: 1rem 1.2rem 1.3rem;
}

.hp-rg-card-name {
    margin: 0.35rem 0 0;
    color: #ffffff;
    font-size: 1.05rem;
}

.hp-rg-card--ghost .hp-rg-card-name {
    color: rgba(255, 255, 255, 0.2);
}

a.hp-rg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

/* Responsive */
@media (max-width: 900px) {
    .hp-rg-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-rg-featured-info { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
    .hp-rg-grid { grid-template-columns: 1fr; }
    .hp-rg-featured-img { aspect-ratio: 4 / 3; }
}

.hp-real-img {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.hp-real-card--featured .hp-real-img {
    aspect-ratio: 3 / 2;
}

.hp-real-info {
    padding: 1rem 1.2rem 1.3rem;
}

.hp-real-tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-light);
}

.hp-real-name {
    margin: 0.35rem 0 0;
    color: #ffffff;
    font-size: 1.05rem;
}

.hp-real-place {
    margin: 0.25rem 0 0;
    color: var(--text-muted);
    font-size: 0.84rem;
}

/* ================================================
   SECTION AVIS CLIENTS
   ================================================ */

.hp-av {
    background: var(--sand);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}

.hp-av-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Score global */
.hp-av-score {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hp-av-title {
    margin: 0.5rem 0 0;
    color: var(--ink);
    font-size: clamp(1.9rem, 3vw + 0.4rem, 3rem);
    line-height: 1.12;
}

.hp-av-score-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    border-radius: 20px;
    padding: 1.4rem 2rem;
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
    min-width: 180px;
}

.hp-av-note {
    display: flex;
    align-items: baseline;
    gap: 0.1rem;
    line-height: 1;
}

.hp-av-note-num {
    font-size: 3.2rem;
    font-weight: 900;
    font-family: 'Playfair Display SC', serif;
    color: var(--ink);
    line-height: 1;
}

.hp-av-note-max {
    font-size: 1.1rem;
    color: var(--text-muted);
    font-weight: 600;
}

.hp-av-stars {
    display: flex;
    gap: 3px;
}

.hp-av-stars svg {
    width: 20px;
    height: 20px;
}

.hp-av-source {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
    letter-spacing: 0.02em;
}

.hp-av-google-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--teal-mid);
    text-decoration: none;
    border-top: 1px solid var(--border-soft);
    padding-top: 0.65rem;
    width: 100%;
    justify-content: center;
    transition: color 0.2s ease;
}

.hp-av-google-link:hover { color: var(--teal-dark); }

/* Grille avis */
.hp-av-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

/* Carte avis */
.hp-av-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.4rem;
    border-top: 3px solid var(--teal-mid);
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    /* reveal stagger */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s ease;
    transition-delay: calc(var(--avi, 0) * 0.07s);
}

.hp-av-card.is-visible {
    opacity: 1;
    transform: none;
}

.hp-av-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.hp-av-card-stars {
    display: flex;
    gap: 2px;
}

.hp-av-card-stars svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.hp-av-card-text {
    flex: 1;
    margin: 0;
    font-style: italic;
    color: var(--ink-soft);
    line-height: 1.65;
    font-size: 0.93rem;
}

.hp-av-card-text--empty {
    color: var(--text-muted);
    font-style: normal;
    font-size: 0.82rem;
    font-style: italic;
    opacity: 0.6;
}

.hp-av-card-author {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-soft);
}

.hp-av-card-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-dark), var(--teal-mid));
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hp-av-card-name {
    display: block;
    font-size: 0.9rem;
    color: var(--ink);
}

.hp-av-card-city {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* Carte invitation */
.hp-av-card--invite {
    border-top-color: rgba(0,132,148,0.3);
    border: 1.5px dashed rgba(0,132,148,0.3);
    box-shadow: none;
    background: transparent;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.55s ease, transform 0.55s ease, background 0.25s ease, border-color 0.25s ease;
}

.hp-av-card--invite:hover {
    background: rgba(0,132,148,0.05);
    border-color: var(--teal-mid);
    box-shadow: none;
    transform: translateY(-3px);
}

.hp-av-invite-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0.4rem;
}

.hp-av-invite-text {
    margin: 0;
    font-weight: 700;
    color: var(--ink);
    font-size: 0.93rem;
}

.hp-av-invite-sub {
    font-size: 0.78rem;
    color: var(--teal-mid);
}

/* Responsive */
@media (max-width: 1100px) {
    .hp-av-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
    .hp-av-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-av-score { flex-direction: column; align-items: flex-start; }
    .hp-av-score-right { width: 100%; }
}

@media (max-width: 480px) {
    .hp-av-grid { grid-template-columns: 1fr; }
}

.hp-blog {
    background: #ffffff;
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}

.hp-blog-card {
    background: var(--sand);
    border: 1px solid var(--border-soft);
}

.hp-blog-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.hp-blog-tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-mid);
}

.hp-blog-excerpt {
    color: var(--text-muted);
}

.hp-blog-read {
    color: var(--teal-mid);
}

/* ================================================
   SECTION ARGUMENTS DIFFÉRENCIANTS
   ================================================ */

/* — Strip chiffres — */
.hp-trust-strip {
    background: linear-gradient(135deg, #002f3a 0%, #005f6b 55%, #008494 100%);
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
}

.hp-trust-strip-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.hp-trust-stat {
    flex: 1;
    min-width: 160px;
    text-align: center;
}

.hp-trust-stat-num {
    display: block;
    font-family: 'Playfair Display SC', serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hp-trust-stat-label {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.6);
}

.hp-trust-sep {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

/* — Blocs arguments — */
.hp-trust-args {
    background: #ffffff;
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);
}

.hp-trust-args-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.hp-trust-arg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: calc(var(--ai, 0) * 0.1s);
}

.hp-trust-arg.is-visible {
    opacity: 1;
    transform: none;
}

.hp-trust-arg-icon {
    width: 52px;
    height: 52px;
    color: var(--ink);
    flex-shrink: 0;
}

.hp-trust-arg-icon svg {
    width: 100%;
    height: 100%;
}

.hp-trust-arg-title {
    margin: 0;
    font-size: 1.05rem;
    color: var(--ink);
    line-height: 1.25;
}

.hp-trust-arg-body {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.75;
}

/* Responsive */
@media (max-width: 900px) {
    .hp-trust-args-inner { grid-template-columns: repeat(2, 1fr); }
    .hp-trust-sep { display: none; }
    .hp-trust-stat { min-width: 120px; }
}

@media (max-width: 560px) {
    .hp-trust-args-inner { grid-template-columns: 1fr; }
    .hp-trust-strip-inner { flex-direction: column; gap: 1.5rem; }
}

/* ===================== BLOG ===================== */
.hp-blog {
    background: var(--sand);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}
.hp-blog-inner {
    max-width: 1120px;
    margin: 0 auto;
}
.hp-blog-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.hp-blog-title {
    font-family: 'Playfair Display SC', serif;
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--ink);
    margin: 0.5rem 0 1rem;
    line-height: 1.15;
}
.hp-blog-sub {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Grille 3 colonnes */
.hp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-bottom: 2.5rem;
}

/* Card */
.hp-blog-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,95,107,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.4s ease, translate 0.4s ease;
    translate: 0 28px;
    opacity: 0;
    transition-delay: calc(var(--bci, 0) * 100ms);
}
.hp-blog-card.is-visible {
    opacity: 1;
    translate: 0 0;
}
a.hp-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0,95,107,0.14);
}
.hp-blog-card--soon {
    cursor: default;
}

/* Vignette */
.hp-blog-card-thumb {
    height: 180px;
    position: relative;
    background:
        radial-gradient(ellipse at 30% 60%, rgba(0,176,204,0.35) 0%, transparent 65%),
        radial-gradient(ellipse at 75% 30%, rgba(0,132,148,0.4) 0%, transparent 60%),
        linear-gradient(135deg, #005f6b 0%, #008494 60%, #00b0cc 100%);
    flex-shrink: 0;
}
.hp-blog-card-thumb--b {
    background:
        radial-gradient(ellipse at 60% 70%, rgba(0,176,204,0.3) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 25%, rgba(0,132,148,0.35) 0%, transparent 55%),
        linear-gradient(135deg, #004f5a 0%, #006d79 55%, #009aad 100%);
}
.hp-blog-card-thumb--c {
    background:
        radial-gradient(ellipse at 50% 50%, rgba(0,176,204,0.25) 0%, transparent 70%),
        radial-gradient(ellipse at 80% 20%, rgba(0,95,107,0.4) 0%, transparent 50%),
        linear-gradient(135deg, #003d46 0%, #005f6b 50%, #0085a0 100%);
}
/* Vague décorative sur les vignettes */
.hp-blog-card-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20 L200 40 L0 40Z' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");
    background-size: 200px 40px;
    background-position: bottom;
    background-repeat: repeat-x;
}

/* Badge catégorie */
.hp-blog-card-cat {
    position: absolute;
    bottom: 12px;
    left: 14px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 30px;
}

/* Corps de la card */
.hp-blog-card-body {
    padding: 1.4rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.6rem;
}
.hp-blog-soon-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--teal-mid);
    border: 1.5px solid var(--teal-mid);
    border-radius: 30px;
    padding: 0.2rem 0.6rem;
    align-self: flex-start;
}
.hp-blog-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.45;
    margin: 0;
}
.hp-blog-card--soon .hp-blog-card-title {
    color: var(--ink-soft);
}
.hp-blog-card-excerpt {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}
.hp-blog-card-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: auto;
    padding-top: 0.5rem;
}

/* CTA bas de section */
.hp-blog-foot {
    text-align: center;
}
.hp-blog-all-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--teal-dark);
    text-decoration: none;
    border-bottom: 2px solid var(--teal-light);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}
.hp-blog-all-link svg {
    width: 18px;
    height: 18px;
    transition: translate 0.2s;
}
.hp-blog-all-link:hover {
    color: var(--teal-mid);
    border-color: var(--teal-mid);
}
.hp-blog-all-link:hover svg {
    translate: 4px 0;
}

/* Responsive */
@media (max-width: 900px) {
    .hp-blog-grid { grid-template-columns: 1fr 1fr; }
    .hp-blog-grid .hp-blog-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
    .hp-blog-grid { grid-template-columns: 1fr; }
    .hp-blog-grid .hp-blog-card:last-child { grid-column: auto; }
}

/* ─── Page blog — carte featured ──────────────────────────────────────────── */
.bl-featured {
    grid-column: 1 / -1;
    flex-direction: row;
}
.bl-featured .hp-blog-card-thumb {
    width: clamp(220px, 35%, 360px);
    height: auto;
    flex-shrink: 0;
}
.bl-featured .hp-blog-card-body {
    padding: 2rem 2.5rem;
    justify-content: center;
}
.bl-featured .hp-blog-card-title {
    font-size: clamp(1.15rem, 2vw + 0.5rem, 1.55rem);
    line-height: 1.3;
}
.bl-featured .hp-blog-card-excerpt {
    font-size: 0.98rem;
    max-width: 52ch;
}
.bl-featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--teal-mid);
}
.bl-featured-cta svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    transition: translate 0.22s;
}
.bl-featured:hover .bl-featured-cta svg { translate: 4px 0; }

/* ─── Page blog — teaser articles à venir ─────────────────────────────────── */
.bl-soon-section {
    border: 1px solid rgba(0, 95, 107, 0.12);
    border-radius: 14px;
    padding: 1.2rem 1.6rem 1.5rem;
    background: #ffffff;
}
.bl-soon-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--teal-mid);
}
.bl-soon-header svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.bl-soon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}
.bl-soon-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    background: var(--sand);
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(15, 28, 36, 0.45);
}
.bl-soon-item::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--teal-light);
    opacity: 0.5;
    flex-shrink: 0;
}
@media (max-width: 700px) {
    .bl-featured { flex-direction: column; }
    .bl-featured .hp-blog-card-thumb { width: 100%; height: 200px; }
    .bl-soon-list { grid-template-columns: 1fr; }
}

/* ─── Page blog — section à la une (wrapper) ────────────────────────────── */
.bl-featured-section {
    background: var(--sand);
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
}
.bl-featured-section-inner {
    max-width: 1120px;
    margin: 0 auto;
}
.bl-featured-section-header {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.bl-featured-section-title {
    font-family: 'Playfair Display SC', serif;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 700;
    color: var(--ink);
    margin: 0.4rem 0 0;
    line-height: 1.2;
}

/* ─── Card article à la une — redesign éditorial ────────────────────────── */
.bl-hero-card {
    display: flex;
    flex-direction: column;
    max-width: 680px;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 3px 20px rgba(0, 95, 107, 0.12);
    opacity: 0;
    translate: 0 28px;
    transition: opacity 0.5s ease, translate 0.5s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.bl-hero-card.is-visible {
    opacity: 1;
    translate: 0 0;
}
.bl-hero-card:hover {
    box-shadow: 0 14px 48px rgba(0, 95, 107, 0.22);
    transform: translateY(-3px);
}
/* En-tête coloré haut */
.bl-hero-visual {
    background: linear-gradient(135deg, #042b37 0%, #065c73 50%, #0d8fa8 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
    min-height: 90px;
}
/* Numéro décoratif */
.bl-hero-num {
    font-family: 'Playfair Display SC', serif;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    flex-shrink: 0;
}
/* Badge catégorie */
.bl-hero-cat-badge {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgba(0, 176, 204, 0.18);
    border: 1px solid rgba(0, 176, 204, 0.4);
    color: var(--teal-light);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.4rem 1rem;
    border-radius: 30px;
}
/* Corps texte */
.bl-hero-body {
    background: #ffffff;
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
}
/* Ligne méta */
.bl-hero-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    font-size: 0.8rem;
    color: var(--text-muted, rgba(55,65,81,0.65));
}
.bl-hero-cat {
    display: inline-block;
    background: rgba(0, 132, 148, 0.1);
    color: var(--teal-dark);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.75rem;
    border-radius: 30px;
}
.bl-hero-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.4;
}
.bl-hero-time {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.bl-hero-time svg {
    width: 12px;
    height: 12px;
    stroke: var(--teal-mid);
    fill: none;
    flex-shrink: 0;
}
/* Titre */
.bl-hero-title {
    font-size: clamp(1.05rem, 1.5vw + 0.4rem, 1.4rem);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin: 0;
}
/* Extrait */
.bl-hero-excerpt {
    font-size: 0.88rem;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Points bullet */
.bl-hero-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.bl-hero-points li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--ink-soft);
}
.bl-hero-points li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal-mid);
}
/* Actions bas */
.bl-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.4rem;
}
/* CTA bouton plein */
.bl-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--teal-mid);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: background 0.2s;
}
.bl-hero-cta svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    flex-shrink: 0;
    transition: translate 0.22s;
}
.bl-hero-card:hover .bl-hero-cta { background: var(--teal-dark); }
.bl-hero-card:hover .bl-hero-cta svg { translate: 4px 0; }
/* Lien prestation discret */
.bl-hero-prestation {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted, rgba(55,65,81,0.6));
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,132,148,0.3);
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
}
.bl-hero-prestation svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    flex-shrink: 0;
}
.bl-hero-prestation:hover {
    color: var(--teal-mid);
    border-color: var(--teal-mid);
}

@media (max-width: 700px) {
    .bl-hero-visual { padding: 1.25rem 1.5rem; }
    .bl-hero-body { padding: 1.25rem; }
}

/* Sous-titre grille prochains articles */
.bl-upcoming-sub {
    font-size: 1.02rem;
    color: var(--text-muted, rgba(55,65,81,0.7));
    max-width: 56ch;
    line-height: 1.7;
    margin: 0.5rem 0 0;
}

/* ─── Page blog — Grille prochains articles (bl-next-*) ─────────────────── */
.bl-next-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}
/* Card */
.bl-next-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 95, 107, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.45s ease, translate 0.45s ease;
    translate: 0 28px;
    opacity: 0;
    transition-delay: calc(var(--bci, 0) * 90ms);
}
.bl-next-card.is-visible {
    opacity: 1;
    translate: 0 0;
}
.bl-next-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 95, 107, 0.14);
}
/* En-tête coloré */
.bl-next-card-head {
    background: var(--nc-bg, linear-gradient(140deg, #004f5a 0%, #006d79 55%, #009aad 100%));
    padding: 1.5rem 1.4rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    min-height: 160px;
}
/* Numéro éditorial */
.bl-next-num {
    font-family: 'Playfair Display SC', serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.35);
    line-height: 1;
}
/* Icône SVG */
.bl-next-icon {
    flex: 1;
    display: flex;
    align-items: center;
}
.bl-next-icon svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}
/* Tag catégorie */
.bl-next-cat {
    display: inline-block;
    align-self: flex-start;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.28);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.22rem 0.6rem;
    border-radius: 30px;
}
/* Corps card */
.bl-next-body {
    padding: 1.25rem 1.4rem 1.4rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.55rem;
}
/* Badge "À venir" */
.bl-next-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--teal-mid);
    border: 1.5px solid rgba(0,132,148,0.3);
    border-radius: 30px;
    padding: 0.18rem 0.6rem;
    align-self: flex-start;
}
/* Titre */
.bl-next-title {
    font-size: 0.97rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1.4;
    margin: 0;
}
/* Extrait */
.bl-next-excerpt {
    font-size: 0.85rem;
    color: var(--text-muted, rgba(55,65,81,0.7));
    line-height: 1.65;
    margin: 0;
    flex: 1;
}
/* Lien prestation */
.bl-next-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 95, 107, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--teal-mid);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}
.bl-next-link svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    transition: translate 0.2s;
}
.bl-next-link:hover { color: var(--teal-dark); }
.bl-next-card:hover .bl-next-link svg { translate: 3px 0; }

/* Responsive grille prochains articles */
@media (max-width: 1080px) {
    .bl-next-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .bl-next-grid { grid-template-columns: 1fr; }
}

/* ─── Page blog — pills thématiques ─────────────────────────────────────── */
.bl-topics {
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 28, 36, 0.08);
    position: sticky;
    top: 0;
    z-index: 90;
    box-shadow: 0 2px 12px rgba(0, 95, 107, 0.06);
}
.bl-topics-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.85rem clamp(1.5rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.bl-topics-inner::-webkit-scrollbar { display: none; }
.bl-topic-pill {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ink-soft);
    text-decoration: none;
    background: rgba(0, 95, 107, 0.06);
    border: 1.5px solid transparent;
    transition: background 0.22s, color 0.22s, border-color 0.22s;
    white-space: nowrap;
}
.bl-topic-pill:hover {
    background: rgba(0, 132, 148, 0.12);
    color: var(--teal-dark);
}
.bl-topic-pill--active {
    background: var(--teal-mid);
    color: #ffffff;
    border-color: var(--teal-mid);
}
.bl-topic-pill--active:hover {
    background: var(--teal-dark);
    border-color: var(--teal-dark);
    color: #ffffff;
}

/* ─── Page blog — trio chiffres-clés ─────────────────────────────────────── */
.bl-tips-trio {
    background: var(--ink);
    padding: clamp(4.5rem, 9vw, 7rem) clamp(1.5rem, 4vw, 3rem);
    position: relative;
    overflow: hidden;
}
/* Reflets sous-marins */
.bl-tips-trio::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 65% 55% at 15% 55%, rgba(0, 132, 148, 0.16) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 85% 30%, rgba(0, 176, 204, 0.1) 0%, transparent 55%);
    pointer-events: none;
}
.bl-tips-trio-inner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.bl-tips-trio-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.bl-tips-trio-title {
    margin: 0.5rem 0 0.8rem;
    color: #ffffff;
    font-family: 'Playfair Display SC', serif;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.15;
}
.bl-tips-trio-sub {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 50ch;
    margin: 0 auto;
}
/* Grille 3 colonnes */
.bl-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
/* Card chiffre — icône + barre colorée --tc */
.bl-tip-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    translate: 0 28px;
    transition: opacity 0.5s ease, translate 0.5s ease, background 0.3s, transform 0.3s, box-shadow 0.3s;
    transition-delay: calc(var(--ti, 0) * 120ms);
}
.bl-tip-card.is-visible {
    opacity: 1;
    translate: 0 0;
}
.bl-tip-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 176, 204, 0.28);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
/* Zone icône + chiffre */
.bl-tip-icon {
    padding: 1.5rem 1.75rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    color: var(--tc, var(--teal-light)); /* résout currentColor dans les SVG enfants */
}
/* Barre colorée top */
.bl-tip-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--tc, var(--teal-light)), transparent);
    border-radius: 18px 18px 0 0;
}
.bl-tip-icon svg {
    width: 42px;
    height: 42px;
    stroke: var(--tc, var(--teal-light));
    fill: none;
    flex-shrink: 0;
}
.bl-tip-value {
    font-family: 'Playfair Display SC', serif;
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: var(--tc, var(--teal-light));
    line-height: 1;
    letter-spacing: -0.02em;
}
/* Zone texte */
.bl-tip-content {
    padding: 1.25rem 1.75rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.45rem;
}
.bl-tip-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
}
.bl-tip-desc {
    font-size: 0.91rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
    flex: 1;
}
.bl-tip-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--tc, var(--teal-light));
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.2s;
}
.bl-tip-link svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    stroke: currentColor;
    fill: none;
    transition: translate 0.2s;
}
.bl-tip-link:hover { opacity: 0.78; }
.bl-tip-link:hover svg { translate: 3px 0; }

@media (max-width: 860px) {
    .bl-tips-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .bl-tips-grid { grid-template-columns: 1fr; }
    .bl-topics-inner { gap: 0.4rem; }
}

/* ===================== PAGE PRESTATIONS — GRILLE CARDS ===================== */
.pp-section {
    background: var(--sand);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}

.pp-section-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.pp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

/* Card */
.pp-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 14px rgba(0, 95, 107, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.45s ease, translate 0.45s ease;
    translate: 0 32px;
    opacity: 0;
    transition-delay: calc(var(--pci, 0) * 80ms);
}
.pp-card.is-visible {
    opacity: 1;
    translate: 0 0;
}
.pp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(0, 95, 107, 0.15);
}

/* 7e card centrée */
.pp-card--solo {
    grid-column: 2;
}

/* Visuel supérieur */
.pp-card-visual {
    height: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pp-card-visual--a { background: linear-gradient(135deg, #005f6b 0%, #008494 55%, #00b0cc 100%); }
.pp-card-visual--b { background: linear-gradient(135deg, #004a55 0%, #007282 55%, #009aaf 100%); }
.pp-card-visual--c { background: linear-gradient(135deg, #003d48 0%, #005f6b 50%, #008494 100%); }
.pp-card-visual--d { background: linear-gradient(135deg, #006070 0%, #009aad 55%, #00c4d6 100%); }
.pp-card-visual--e { background: linear-gradient(135deg, #004e5c 0%, #007a88 55%, #00a8ba 100%); }
.pp-card-visual--f { background: linear-gradient(135deg, #003845 0%, #005968 55%, #007d90 100%); }
.pp-card-visual--g { background: linear-gradient(135deg, #006878 0%, #00a2b5 55%, #00c6d8 100%); }

/* Vague decoration */
.pp-card-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20 L200 40 L0 40Z' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");
    background-size: 200px 40px;
    background-position: bottom;
    background-repeat: repeat-x;
    pointer-events: none;
}

/* Icône */
.pp-card-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 1;
}
.pp-card-icon svg {
    width: 34px;
    height: 34px;
}

/* Numéro */
.pp-card-num {
    position: absolute;
    bottom: 10px;
    right: 14px;
    font-family: 'Playfair Display SC', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.18);
    line-height: 1;
    z-index: 1;
}

/* Corps */
.pp-card-body {
    padding: 1.4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.65rem;
}

.pp-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
    margin: 0;
}

.pp-card-desc {
    font-size: 0.88rem;
    color: var(--ink-soft);
    line-height: 1.65;
    margin: 0;
}

.pp-card-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}
.pp-card-points li {
    font-size: 0.82rem;
    color: var(--text-muted);
    padding-left: 1.1rem;
    position: relative;
}
.pp-card-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.42em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal-mid);
}

.pp-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--teal-dark);
    margin-top: 0.4rem;
    transition: gap 0.2s;
}
.pp-card-cta svg {
    width: 16px;
    height: 16px;
    transition: translate 0.2s;
}
.pp-card:hover .pp-card-cta svg {
    translate: 4px 0;
}

/* Responsive */
@media (max-width: 960px) {
    .pp-grid { grid-template-columns: repeat(2, 1fr); }
    .pp-card--solo { grid-column: auto; }
}
@media (max-width: 580px) {
    .pp-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE PRESTATIONS — LISTE ÉDITORIALE TYPOGRAPHIQUE
   ============================================================ */
.pl-section {
    background: radial-gradient(circle 900px at 3% 8%, #1c6b7a 0%, #003848 50%, #001e28 100%);
    padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 4vw, 3rem);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 176, 204, 0.15);
}

/* Ligne horizontale (10 % du haut) */
.pl-section::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 176, 204, 0.5) 0%, rgba(0, 176, 204, 0.08) 50%, transparent 85%);
    pointer-events: none;
    z-index: 0;
}

/* Ligne verticale (10 % depuis la droite) */
.pl-section::after {
    content: '';
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 176, 204, 0.45) 0%, rgba(0, 176, 204, 0.08) 50%, transparent 85%);
    pointer-events: none;
    z-index: 0;
}

/* Rayon de lumière diagonal en coin supérieur gauche */
.pl-bg-ray {
    width: 380px;
    height: 58px;
    border-radius: 100px;
    position: absolute;
    background-color: #00b0cc;
    opacity: 0.18;
    box-shadow: 0 0 80px #00b0cc;
    filter: blur(16px);
    transform-origin: 10%;
    top: 0;
    left: 0;
    transform: rotate(36deg);
    pointer-events: none;
    z-index: 0;
}

/* Point lumineux glissant le long des deux lignes décoratives
   Intersection = top:10% / right:10%
   Phase 0→40%  : glisse vers la gauche sur la ligne horizontale
   Phase 40→50% : revient à l'intersection
   Phase 50→90% : descend sur la ligne verticale vers le bas
   Phase 90→100%: revient à l'intersection                        */
@keyframes pl-dot-move {
    0%   { top: calc(10% - 2.5px); right: 10%;                    } /* intersection */
    35%  { top: calc(10% - 2.5px); right: calc(100% - 18px);      } /* bout gauche horiz */
    50%  { top: calc(10% - 2.5px); right: 10%;                    } /* retour intersection */
    85%  { top: calc(100% - 18px); right: calc(10% - 2.5px);      } /* bas de la vert */
    100% { top: calc(10% - 2.5px); right: calc(10% - 2.5px);      } /* retour intersection */
}

.pl-bg-dot {
    width: 5px;
    aspect-ratio: 1;
    position: absolute;
    background-color: #00e5ff;
    box-shadow: 0 0 10px #00e5ff, 0 0 26px rgba(0, 229, 255, 0.45);
    border-radius: 100px;
    z-index: 2;
    right: calc(10% - 2.5px);
    top: calc(10% - 2.5px);
    animation: pl-dot-move 9s ease-in-out infinite;
    pointer-events: none;
}

.pl-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.pl-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3.5rem;
}
.pl-section .hp-section-label {
    color: var(--teal-light, #00b0cc);
    opacity: 1;
}
.pl-heading {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0;
}

/* Two-column body */
.pl-body {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 5rem;
    align-items: start;
}

/* ── List column ── */
.pl-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pl-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

/* Water fill left→right */
.pl-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(0, 176, 204, 0.06) 0%,
        rgba(0, 132, 148, 0.03) 55%,
        transparent 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
    z-index: 0;
}

/* Teal underline wave */
.pl-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--teal-dark), var(--teal-light), var(--teal-mid));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
}
@media (hover: hover) {
    .pl-item:hover::before { transform: scaleX(1); }
    .pl-item:hover::after  { transform: scaleX(1); }
}
.pl-item.is-active::before { transform: scaleX(1); }
.pl-item.is-active::after  { transform: scaleX(1); }

/* Row = button */
.pl-row {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    padding: 1.8rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    z-index: 1;
}
.pl-num {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--teal-mid);
    font-family: 'Roboto', sans-serif;
    min-width: 2.6rem;
    flex-shrink: 0;
    padding-top: 0.5rem;
}

/* Content: grid-template-rows reveal trick */
.pl-content {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
    .pl-item:hover .pl-content { grid-template-rows: auto 1fr; }
}
.pl-item.is-active .pl-content { grid-template-rows: auto 1fr; }

.pl-title {
    display: block;
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.1;
    transition: color 0.3s ease;
}
@media (hover: hover) {
    .pl-item:hover .pl-title { color: #4dd8f0; }
}
.pl-item.is-active .pl-title { color: #4dd8f0; }

.pl-desc-wrap { overflow: hidden; }
.pl-desc {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem 0 0.4rem;
}
.pl-desc-text {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    max-width: 52ch;
}
.pl-desc-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.8rem;
    row-gap: 0.25rem;
}
.pl-desc-points li {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.52);
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.6;
}
.pl-desc-points li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--teal-light);
}
.pl-desc-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.77rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: #4dd8f0;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.2s;
    width: fit-content;
    border-bottom: 1px solid rgba(77, 216, 240, 0.35);
    padding-bottom: 1px;
}
.pl-desc-cta:hover { gap: 0.85rem; color: #ffffff; border-color: rgba(255,255,255,0.5); }
.pl-desc-cta svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Arrow indicator */
.pl-arrow {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 0.5rem;
    color: var(--teal-mid);
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.3s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pl-arrow svg { width: 100%; height: 100%; }
@media (hover: hover) {
    .pl-item:hover .pl-arrow { opacity: 1; transform: translateX(0); }
}
.pl-item.is-active .pl-arrow { opacity: 1; transform: translateX(0); }

/* ── Visual column (right, sticky) ── */
.pl-visual-col {
    position: sticky;
    top: 120px;
}
.pl-visual-track {
    position: relative;
    aspect-ratio: 3 / 4;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 95, 107, 0.28);
}
.pl-visual-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem 2rem;
    background-size: 400% 400%;
    opacity: 0;
    transition: opacity 0.65s ease;
    animation: pl-water 12s ease infinite;
    animation-play-state: paused;
}
.pl-visual-panel.is-active {
    opacity: 1;
    animation-play-state: running;
}
@keyframes pl-water {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Gradient per panel — evokes water depth */
.pl-visual-panel--0 { background: linear-gradient(-45deg, #005f6b, #008494, #00b0cc, #006878); }
.pl-visual-panel--1 { background: linear-gradient(-45deg, #003d48, #005060, #007282, #004050); }
.pl-visual-panel--2 { background: linear-gradient(-45deg, #001e28, #002e3e, #004a58, #003040); }
.pl-visual-panel--3 { background: linear-gradient(-45deg, #006070, #009aad, #00c4d6, #0080a0); }
.pl-visual-panel--4 { background: linear-gradient(-45deg, #004e5c, #007a88, #00a8ba, #005868); }
.pl-visual-panel--5 { background: linear-gradient(-45deg, #003845, #005968, #007d90, #004255); }
.pl-visual-panel--6 { background: linear-gradient(-45deg, #006878, #00a2b5, #00c6d8, #008a9a); }

/* Light caustics overlay */
.pl-visual-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 35%, rgba(255,255,255,0.14) 0%, transparent 50%),
        radial-gradient(ellipse at 75% 65%, rgba(255,255,255,0.07) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}
/* Depth shadow */
.pl-visual-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
    z-index: 0;
}
.pl-visual-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: min(18vw, 10rem);
    font-weight: 800;
    color: rgba(255,255,255,0.05);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.pl-visual-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    color: rgba(255,255,255,0.5);
    z-index: 1;
}
.pl-visual-icon svg { width: 100%; height: 100%; }
.pl-visual-caption {
    position: relative;
    z-index: 2;
}
.pl-visual-caption-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255,255,255,0.55);
    margin-bottom: 0.35rem;
}
.pl-visual-caption-title {
    display: block;
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}
.pl-visual-caption-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 2px;
    transition: color 0.2s, gap 0.3s, border-color 0.2s;
}
.pl-visual-caption-link:hover { color: #fff; gap: 0.7rem; border-color: rgba(255,255,255,0.7); }
.pl-visual-caption-link svg { width: 13px; height: 13px; flex-shrink: 0; }

/* Responsive */
@media (max-width: 960px) {
    .pl-body { grid-template-columns: 1fr; }
    .pl-visual-col { display: none; }
}
@media (max-width: 640px) {
    .pl-row { padding: 1.4rem 0; gap: 0.8rem; }
    .pl-num { min-width: 2rem; }
    .pl-arrow { width: 18px; height: 18px; }
}

.hp-cta-contact {
    background: linear-gradient(135deg, #005f6b 0%, #008494 50%, #00b0cc 100%);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}

.hp-cta-inner {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.hp-cta-title {
    margin: 0 0 0.6rem;
    color: #ffffff;
    font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.6rem);
    font-weight: 800;
    line-height: 1.2;
}

.hp-cta-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.hp-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-width: 240px;
}

.hp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.hp-cta-btn svg {
    width: 18px;
    height: 18px;
}

.hp-cta-btn--primary {
    background: #ffffff;
    color: var(--teal-dark);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.hp-cta-btn--primary:hover {
    transform: scale(1.05);
    background-color: var(--teal-dark);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.28);
}

.hp-cta-btn--secondary {
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(0, 132, 148, 0.42), rgba(173, 216, 230, 0.22));
    backdrop-filter: blur(12px) saturate(155%);
    -webkit-backdrop-filter: blur(12px) saturate(155%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.38), 0 10px 26px rgba(0,0,0,0.18);
}
.hp-cta-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--teal-dark);
    border-color: rgba(255, 255, 255, 0.95);
    transform: scale(1.05);
}

/* ================================================
   SECTION EXPERT — ERWAN TRÉHUDIC + ZONES
   ================================================ */

.hp-section-label--aqua {
    color: var(--teal-light);
}

.hp-expert {
    background: var(--ink);
    padding: clamp(5rem, 10vw, 8rem) clamp(1.5rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem);
    position: relative;
    overflow: hidden;
}

/* Reflets sous-marins en arrière-plan */
.hp-expert::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 18% 48%, rgba(0, 132, 148, 0.14) 0%, transparent 65%),
        radial-gradient(ellipse 45% 38% at 88% 78%, rgba(0, 176, 204, 0.09) 0%, transparent 55%);
    pointer-events: none;
}

.hp-expert-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hp-expert-split {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
    margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

/* — Photo anchor + rings — */
.hp-expert-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
}

.hp-expert-photo-anchor {
    position: relative;
    width: 290px;
    z-index: 1;
}

/* Cercles de type ripple (ondulation de l'eau) */
.hp-expert-ring {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    animation: expert-ring-pulse 3.8s ease-in-out infinite;
}

.hp-expert-ring:nth-child(1) {
    width: 310px;
    height: 310px;
    border: 1.5px solid rgba(0, 176, 204, 0.32);
    animation-delay: 0s;
}

.hp-expert-ring:nth-child(2) {
    width: 400px;
    height: 400px;
    border: 1.5px solid rgba(0, 132, 148, 0.2);
    animation-delay: 1s;
}

.hp-expert-ring:nth-child(3) {
    width: 490px;
    height: 490px;
    border: 1.5px solid rgba(0, 176, 204, 0.1);
    animation-delay: 2s;
}

@keyframes expert-ring-pulse {
    0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.35; transform: translate(-50%, -50%) scale(1.04); }
}

.hp-expert-photo-wrap {
    position: relative;
    z-index: 2;
    width: 290px;
    aspect-ratio: 3 / 4;
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 0 0 3px rgba(0, 176, 204, 0.22),
        0 0 50px rgba(0, 176, 204, 0.15),
        0 24px 70px rgba(0, 0, 0, 0.55);
}

.hp-expert-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.hp-expert-badge {
    position: absolute;
    bottom: -14px;
    right: -22px;
    z-index: 3;
    background: linear-gradient(135deg, var(--teal-dark), var(--teal-mid));
    color: #fff;
    border-radius: 18px;
    padding: 0.85rem 1.3rem;
    text-align: center;
    line-height: 1;
    box-shadow: 0 8px 28px rgba(0, 132, 148, 0.5);
}

.hp-expert-badge strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    font-family: 'Playfair Display SC', serif;
    letter-spacing: -0.02em;
}

.hp-expert-badge span {
    display: block;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.85;
    margin-top: 0.3rem;
    white-space: nowrap;
}

/* — Texte — */
.hp-expert-title {
    margin: 0.5rem 0 1rem;
    color: #ffffff;
    font-size: clamp(2rem, 3vw + 0.5rem, 2.9rem);
    line-height: 1.1;
}

.hp-expert-credential {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.4rem;
    padding: 0.48rem 1.05rem 0.48rem 0.7rem;
    border-radius: 999px;
    background: rgba(0, 176, 204, 0.1);
    border: 1.5px solid rgba(0, 176, 204, 0.3);
    color: var(--teal-light);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    /* Animation d'entrée */
    animation: credential-slide 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 0.4s;
}

@keyframes credential-slide {
    from { opacity: 0; transform: translateX(-12px); }
    to   { opacity: 1; transform: translateX(0); }
}

.hp-expert-credential-icon {
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.hp-expert-credential-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--teal-light);
}

.hp-expert-body {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
    line-height: 1.8;
    margin: 0 0 2rem;
}

.hp-expert-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.88rem 2.1rem;
    background: linear-gradient(130deg, var(--teal-dark) 0%, var(--teal-mid) 55%, var(--teal-light) 130%);
    color: #ffffff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    box-shadow: 0 6px 22px rgba(0, 132, 148, 0.38);
}

.hp-expert-cta::after {
    content: '→';
    font-style: normal;
    display: inline-block;
    transition: transform 0.2s ease;
}

.hp-expert-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 132, 148, 0.5);
}

.hp-expert-cta:hover::after {
    transform: translateX(5px);
}

/* — Zone d'intervention — */
.hp-expert-zones {
    border-top: 1px solid rgba(0, 132, 148, 0.22);
    padding-top: clamp(2.5rem, 5vw, 4rem);
    text-align: center;
}

.hp-zones-subtitle {
    margin: 0.4rem 0 1.6rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.87rem;
    letter-spacing: 0.05em;
}

.hp-zones-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.hp-zones-grid li a {
    display: inline-block;
    padding: 0.52rem 1.15rem;
    border-radius: 999px;
    border: 1.5px solid rgba(0, 132, 148, 0.32);
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.91rem;
    font-weight: 500;
    background: rgba(0, 132, 148, 0.06);
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.hp-zones-grid li a:hover {
    background: rgba(0, 176, 204, 0.18);
    border-color: var(--teal-light);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 132, 148, 0.28);
}

/* — Animations reveal (scroll) — */
.hp-expert [data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.hp-expert [data-reveal="left"] {
    transform: translateX(-30px);
}

.hp-expert [data-reveal="right"] {
    transform: translateX(30px);
}

.hp-expert [data-reveal][data-reveal-delay="1"] {
    transition-delay: 0.15s;
}

.hp-expert [data-reveal].is-visible {
    opacity: 1;
    transform: none;
}

/* Pills : état initial masqué, apparition en stagger */
.hp-expert-zones:not(.is-visible) .hp-zones-grid li a {
    opacity: 0;
}

.hp-expert-zones.is-visible .hp-zones-grid li a {
    animation: pill-reveal 0.5s ease both;
    animation-delay: calc(var(--zi, 0) * 0.05s);
}

@keyframes pill-reveal {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* — Responsive expert section — */
@media (max-width: 900px) {
    .hp-expert-split {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hp-expert-visual {
        padding: 3rem 1rem;
        justify-content: center;
    }

    .hp-expert-ring:nth-child(1) { width: 260px; height: 260px; }
    .hp-expert-ring:nth-child(2) { width: 330px; height: 330px; }
    .hp-expert-ring:nth-child(3) { width: 400px; height: 400px; }

    .hp-expert-badge {
        right: calc(50% - 175px);
        bottom: 0;
    }
}

@media (max-width: 640px) {
    .hp-expert-photo-wrap,
    .hp-expert-photo-anchor { width: 240px; }

    .hp-expert-ring:nth-child(1) { width: 230px; height: 230px; }
    .hp-expert-ring:nth-child(2) { width: 295px; height: 295px; }
    .hp-expert-ring:nth-child(3) { width: 360px; height: 360px; }

    .hp-expert-badge {
        right: calc(50% - 150px);
    }
}

.prest-page-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient(150deg, var(--teal-dark) 0%, #004f5d 40%, #007a8a 100%);
    color: #ffffff;
    padding: 9rem 1.5rem 5rem;
    overflow: hidden;
}

.prest-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 50%, rgba(0, 176, 204, 0.18) 0%, transparent 65%),
        radial-gradient(ellipse at 20% 80%, rgba(0, 132, 148, 0.25) 0%, transparent 55%);
    pointer-events: none;
}

.prest-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prest-page-breadcrumb {
    margin: 0 0 1.2rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.prest-page-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prest-page-h1 {
    margin: 0.5rem 0 0;
    font-size: clamp(2.4rem, 5vw, 3.5rem);
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.prest-page-intro {
    margin: 1.2rem 0 0;
    max-width: 65ch;
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.prest-page-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.prest-page-cta-hero {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 50px;
    background: #ffffff;
    color: var(--teal-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.prest-page-cta-hero:hover {
    transform: scale(1.05);
    background: var(--teal-dark);
    color: #ffffff;
}

.prest-page-cta-phone {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(0, 132, 148, 0.42), rgba(173, 216, 230, 0.22));
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(12px) saturate(155%);
    -webkit-backdrop-filter: blur(12px) saturate(155%);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 10px 26px rgba(0,0,0,0.2);
}

.prest-page-cta-phone:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--teal-dark);
    border-color: rgba(255, 255, 255, 0.95);
    transform: scale(1.05);
}

.prest-page-stat-strip {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 0.8rem;
    width: 100%;
    max-width: 680px;
}

.prest-stat-item {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 10px;
    padding: 0.65rem 0.8rem;
}

.prest-stat-value {
    display: block;
    font-weight: 800;
}

.prest-stat-label {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   PAGE PRESTATIONS — FAQ
   ============================================================ */
.pp-faq {
    background: var(--sand, #f7f4ef);
    padding: clamp(5rem, 9vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}
.pp-faq-inner {
    max-width: 900px;
    margin: 0 auto;
}
.pp-faq-header {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}
.pp-faq-heading {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.2;
}
.pp-faq-intro {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 60ch;
    font-size: 0.97rem;
}
.pp-faq-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(15, 28, 36, 0.12);
}
.pp-faq-item {
    border-bottom: 1px solid rgba(15, 28, 36, 0.12);
    position: relative;
}
.pp-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: color 0.25s ease;
}
.pp-faq-q::-webkit-details-marker { display: none; }
.pp-faq-q::after {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='%23008494' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pp-faq-item.is-open .pp-faq-q { color: var(--teal-dark); }
.pp-faq-item.is-open .pp-faq-q::after { transform: rotate(90deg); }
.pp-faq-a {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.3s ease;
}
.pp-faq-item.is-open .pp-faq-a {
    max-height: 500px;
    opacity: 1;
}
.pp-faq-a-inner {
    padding: 0 2rem 1.5rem 0;
    font-size: 0.96rem;
    line-height: 1.78;
    color: var(--ink-soft);
}
.pp-faq-a-inner p { margin: 0; }
.pp-faq-a-inner p + p { margin-top: 0.8rem; }
.pp-faq-a-inner a {
    color: var(--teal-mid);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pp-faq-a-inner a:hover { color: var(--teal-dark); }

.site-footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.7);
}

.site-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem) 2.2rem;
    display: grid;
    grid-template-columns: 220px repeat(3, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sf-logo {
    height: 60px;
    width: auto;
    margin-bottom: 1rem;
    display: block;
    filter: brightness(0) invert(1);
}

.sf-tagline {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
}

.sf-address {
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    line-height: 1.75;
}

.sf-address-name {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
}

.sf-phone {
    color: var(--teal-light);
    text-decoration: none;
}

.sf-col-title {
    margin: 0 0 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.sf-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.sf-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.sf-links a:hover {
    color: var(--teal-light);
}

.sf-links--cities {
    columns: 2;
    column-gap: 0.75rem;
}

.sf-links--cities li {
    break-inside: avoid;
}

.sf-links--cities a {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.56);
}

.sf-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.2rem clamp(1.5rem, 4vw, 3rem);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.6rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.sf-copy {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.38);
    justify-self: start;
}

.sf-legal-inline {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    justify-self: center;
}

.sf-legal-inline a {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.sf-legal-inline a:hover {
    color: var(--teal-light);
}

.sf-legal-inline span[aria-hidden] {
    color: rgba(255, 255, 255, 0.22);
    font-size: 0.65rem;
}

.sf-credit {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.32);
    justify-self: end;
    text-align: right;
}

.sf-credit a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}

.sf-credit a:hover {
    color: var(--teal-light);
}

@media (max-width: 760px) {
    .sf-bottom {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .sf-copy {
        grid-column: 1 / -1;
        text-align: center;
        justify-self: center;
    }
    .sf-legal-inline {
        justify-self: start;
    }
    .sf-credit {
        justify-self: end;
    }
}

@media (max-width: 1024px) {
    .site-footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .sf-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .hp-presta-grid,
    .hp-blog-grid,
    .hp-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-reals-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hp-real-card--featured,
    .hp-presta-card--wide {
        grid-column: 1 / -1;
    }

    .hp-cta-inner {
        grid-template-columns: 1fr;
    }

    .hp-cta-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .hp-presta-grid,
    .hp-blog-grid,
    .hp-reviews-grid,
    .hp-reals-grid,
    .prest-page-stat-strip {
        grid-template-columns: 1fr;
    }

    .site-footer-inner {
        grid-template-columns: 1fr;
    }

    .sf-brand {
        grid-column: 1;
    }

    .hp-cta-actions {
        flex-direction: column;
    }

    .hp-cta-btn {
        width: 100%;
    }
}


/* Base button class */
.btn {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
}
.btn:hover { opacity: 0.88; transform: translateY(-1px); }
.btn.btn-primary {
    background: var(--primary-teal, #008494);
    color: #fff;
    border: none;
}
.btn-outline-teal {
    display: inline-block;
    padding: 0.65rem 1.4rem;
    border: 2px solid var(--primary-teal, #008494);
    border-radius: 5px;
    color: var(--primary-teal, #008494);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.btn-outline-teal:hover {
    background: var(--primary-teal, #008494);
    color: #fff;
}

/* ============================================================
   PAGES VILLES
   ============================================================ */
.ville-page { padding-top: 0; }

.ville-hero {
    padding: clamp(7rem, 14vw, 10rem) clamp(1.5rem, 4vw, 3rem) clamp(4rem, 6vw, 5rem);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ville-hero-inner {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}
.ville-h1 {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.9rem, 4vw + 0.6rem, 3.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0;
}
.ville-intro {
    font-size: clamp(1rem, 0.5vw + 0.9rem, 1.18rem);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.75;
    margin: 0;
    max-width: 580px;
}

.ville-content {
    background: #fff;
    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem);
}
.ville-content-inner {
    max-width: 820px;
    margin: 0 auto;
}
.ville-content h2 {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.4rem, 2vw + 0.5rem, 2rem);
    font-weight: 800;
    color: var(--ink, #0f1c24);
    margin: 0 0 1rem;
}
.ville-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ink, #0f1c24);
    margin: 2rem 0 0.75rem;
}
.ville-content p {
    color: var(--ink-soft, #374151);
    line-height: 1.8;
    margin: 0 0 1rem;
}

.ville-services {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.ville-services li {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}
.ville-services li::before {
    content: "→";
    color: var(--teal-mid, #008494);
    font-weight: 700;
    flex-shrink: 0;
}
.ville-services a {
    color: var(--teal-mid, #008494);
    text-decoration: none;
    font-weight: 600;
}
.ville-services a:hover { text-decoration: underline; }

.ville-cta-block {
    background: var(--sand, #f7f4ef);
    border-radius: 14px;
    padding: 1.6rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.ville-cta-block p {
    margin: 0;
    font-weight: 600;
    color: var(--ink, #0f1c24);
    font-size: 1.05rem;
}

/* ── Section RÉALISATION LOCALE (pages villes) ── */
.ville-realisation {
    background: var(--bg-medium, #111e27);
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
}
.ville-realisation-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.ville-realisation-heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0.5rem 0 2rem;
}
.ville-realisation-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    text-decoration: none;
    flex-shrink: 0;
}
.ville-realisation-img-wrap {
    position: absolute;
    inset: 0;
}
.ville-realisation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.ville-realisation-card:hover .ville-realisation-img { transform: scale(1.06); }
.ville-realisation-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,18,28,0.96) 0%, rgba(0,24,36,0.72) 55%, rgba(0,0,0,0.08) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.75rem;
    gap: 0.35rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.ville-realisation-card:hover .ville-realisation-info {
    opacity: 1;
    transform: translateY(0);
}
.ville-realisation-tag {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--teal-mid, #009aaf);
}
.ville-realisation-title {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0.2rem 0 0.4rem;
}
.ville-realisation-desc {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin: 0;
}
.ville-realisation-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--teal-mid, #009aaf);
    margin-top: 0.4rem;
    transition: gap 0.2s;
}
.ville-realisation-cta svg { width: 15px; height: 15px; }
.ville-realisation-card:hover .ville-realisation-cta { gap: 0.85rem; }
@media (max-width: 640px) {
    .ville-realisation-info {
        opacity: 1;
        transform: none;
    }
}

/* ============================================================
   PAGES LÉGALES v2 — hero, nav-pills, layout TOC + contenu
   ============================================================ */

/* ── Hero légal ─────────────────────────────────────────────── */
.legal-hero {
    position: relative;
    background: linear-gradient(150deg, var(--teal-dark) 0%, #004f5d 40%, #007a8a 100%);
    color: #fff;
    padding: clamp(8rem, 14vw, 11rem) 1.5rem clamp(3.5rem, 6vw, 5rem);
    overflow: hidden;
}
.legal-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 80% 40%, rgba(0,176,204,.18) 0%, transparent 60%),
        radial-gradient(ellipse at 20% 70%, rgba(0,132,148,.25) 0%, transparent 55%);
    pointer-events: none;
}
.legal-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
}
.legal-breadcrumb {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.7);
    margin: 0 0 1.2rem;
}
.legal-breadcrumb a {
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.legal-breadcrumb span[aria-hidden] { margin: 0 0.4rem; }

/* ── Pill-nav entre les 3 pages légales ─────────────────────── */
.legal-page-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1.6rem;
}
.legal-page-nav a {
    text-decoration: none;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    border: 1.5px solid rgba(255,255,255,0.55);
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.08);
    transition: all 0.25s ease;
}
.legal-page-nav a:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.9);
    color: #fff;
}
.legal-page-nav a.is-active {
    background: #fff;
    color: var(--teal-dark);
    border-color: #fff;
}

/* ── H1, excerpt, date ──────────────────────────────────────── */
.legal-hero-h1 {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(2rem, 4vw + 0.5rem, 3rem);
    color: #fff;
    margin: 0.4rem 0 0.5rem;
    text-shadow: 0 4px 30px rgba(0,0,0,.3);
    line-height: 1.15;
}
.legal-hero-excerpt {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.82);
    margin: 0 0 0.8rem;
    max-width: 62ch;
    line-height: 1.65;
}
.legal-hero-date {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    font-style: italic;
    margin: 0;
}

/* ── Layout 2 colonnes TOC + contenu ────────────────────────── */
.legal-layout {
    max-width: 1160px;
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 3rem);
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 4rem;
    align-items: start;
}

/* ── Sommaire sticky ────────────────────────────────────────── */
.legal-toc {
    position: sticky;
    top: 5.5rem;
}
.legal-toc-title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--teal-mid);
    margin: 0 0 0.75rem;
}
.legal-toc-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 2px solid #e5e7eb;
}
.legal-toc-nav a {
    text-decoration: none;
    font-size: 0.83rem;
    color: var(--ink-soft);
    padding: 0.32rem 0 0.32rem 0.9rem;
    line-height: 1.45;
    border-left: 2px solid transparent;
    margin-left: -2px;
    transition: color 0.2s, border-color 0.2s;
    display: block;
}
.legal-toc-nav a:hover,
.legal-toc-nav a.is-active {
    color: var(--teal-mid);
    border-left-color: var(--teal-mid);
}

/* ── Contenu principal ──────────────────────────────────────── */
.legal-content { min-width: 0; }
.legal-section {
    padding: 0 0 3rem;
    border-bottom: 1px solid #f0f4f4;
    margin-bottom: 3rem;
    scroll-margin-top: 6rem;
}
.legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.legal-section-header {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
    flex-wrap: wrap;
}
.legal-section-header h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
    flex: 1;
    line-height: 1.3;
}

/* ── Badges catégorie ───────────────────────────────────────── */
.legal-badge {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 11px;
    border-radius: 50px;
    margin-top: 0.2rem;
}
.legal-badge--identite   { background: #dbeafe; color: #1d4ed8; }
.legal-badge--protection { background: #dcfce7; color: #166534; }
.legal-badge--obligations { background: #fef9c3; color: #a16207; }
.legal-badge--droits     { background: #f3e8ff; color: #7c3aed; }
.legal-badge--sanctions  { background: #fee2e2; color: #b91c1c; }
.legal-badge--contrat    { background: #e0f2fe; color: #0369a1; }

/* ── Encadré "En bref" ──────────────────────────────────────── */
.legal-brief {
    background: var(--teal-pale, #e0f7fa);
    border-left: 3px solid var(--teal-mid);
    padding: 0.85rem 1.1rem;
    border-radius: 0 8px 8px 0;
    margin: 0 0 1.2rem;
    font-size: 0.92rem;
    color: var(--teal-dark);
    font-weight: 600;
    line-height: 1.55;
}

/* ── Corps de texte légal ───────────────────────────────────── */
.legal-section p,
.legal-section li {
    color: var(--ink-soft);
    line-height: 1.8;
    font-size: 0.95rem;
    margin: 0 0 0.7rem;
}
.legal-section ul,
.legal-section ol {
    padding-left: 1.4rem;
    margin: 0 0 0.9rem;
}
.legal-section strong { color: var(--ink); }
.legal-section a { color: var(--teal-mid); text-underline-offset: 3px; }

/* ── CTA de clôture ─────────────────────────────────────────── */
.legal-cta-close {
    margin-top: 3.5rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #f0fbfc 0%, var(--teal-pale) 100%);
    border-radius: 16px;
    border: 1px solid rgba(0,132,148,0.15);
    text-align: center;
}
.legal-cta-close p {
    color: var(--ink-soft);
    margin: 0 0 1.2rem;
    font-size: 1rem;
}
.legal-cta-close .btn-cta {
    display: inline-block;
    padding: 14px 38px;
    background: var(--teal-dark);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.25s, transform 0.2s;
}
.legal-cta-close .btn-cta:hover {
    background: var(--teal-mid);
    transform: translateY(-2px);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 860px) {
    .legal-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .legal-toc {
        position: static;
        background: var(--sand);
        border-radius: 12px;
        padding: 1.2rem 1.4rem;
        margin-bottom: 2.5rem;
    }
}
@media (max-width: 480px) {
    .legal-page-nav { gap: 0.4rem; }
    .legal-page-nav a { font-size: 0.78rem; padding: 5px 14px; }
    .legal-hero-h1 { font-size: 1.75rem; }
}

/* ============================================================
   PAGE RÉALISATIONS — rl-*
   ============================================================ */

/* Global reveal helper — complète le scope .hp-expert [data-reveal] */
/* Progressive enhancement : opacity-0 seulement si JS est chargé (.js-ready sur <html>) */
.js-ready [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-ready [data-reveal="left"]  { transform: translateX(-24px); }
.js-ready [data-reveal="right"] { transform: translateX(24px); }
.js-ready [data-reveal][data-reveal-delay="1"] { transition-delay: 0.15s; }
.js-ready [data-reveal].is-visible { opacity: 1; transform: none; }

/* ─── Édito split ──────────────────────────────────────────── */
.rl-edito {
    background: #ffffff;
    padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 4vw, 3rem);
}
.rl-edito-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}
.rl-edito-h2 {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.7rem, 2.8vw + 0.3rem, 2.5rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.15;
    margin: 0.4rem 0 1.2rem;
}
.rl-edito-body {
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 1.5rem;
    max-width: 54ch;
}
.rl-edito-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.rl-edito-list li {
    font-size: 0.93rem;
    color: var(--ink-soft);
    padding-left: 1.2rem;
    position: relative;
    line-height: 1.6;
}
.rl-edito-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.48em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal-mid);
}
.rl-edito-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--teal-dark);
    text-decoration: none;
    border-bottom: 2px solid var(--teal-light);
    padding-bottom: 2px;
    transition: color 0.2s, gap 0.25s, border-color 0.2s;
}
.rl-edito-cta svg { width: 16px; height: 16px; transition: translate 0.2s; }
.rl-edito-cta:hover { color: var(--teal-mid); border-color: var(--teal-mid); gap: 0.85rem; }
.rl-edito-cta:hover svg { translate: 4px 0; }

/* Citation Erwan */
.rl-edito-quote-wrap { position: relative; }
.rl-edito-quote {
    position: relative;
    margin: 0;
    background: linear-gradient(140deg, var(--teal-dark) 0%, #004f5d 45%, #007a8a 100%);
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.8rem, 3.5vw, 2.8rem);
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 95, 107, 0.22);
}
.rl-edito-quote::before {
    content: '\201C';
    position: absolute;
    top: -0.6rem;
    left: 1.5rem;
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(6rem, 10vw, 9rem);
    line-height: 1;
    color: rgba(255, 255, 255, 0.09);
    pointer-events: none;
    z-index: 0;
}
.rl-edito-quote-text {
    position: relative;
    font-size: clamp(0.97rem, 1vw + 0.5rem, 1.13rem);
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.85;
    margin: 0 0 1.8rem;
    z-index: 1;
}
.rl-edito-quote-author {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 1;
}
.rl-edito-quote-author strong {
    font-size: 0.93rem;
    font-weight: 700;
    color: #ffffff;
}
.rl-edito-quote-author span {
    font-size: 0.79rem;
    color: rgba(255, 255, 255, 0.62);
    letter-spacing: 0.02em;
}

@media (max-width: 960px) {
    .rl-edito-inner { grid-template-columns: 1fr; }
    .rl-edito-body { max-width: 100%; }
}
@media (max-width: 640px) {
    .rl-edito-quote { border-radius: 16px; }
}

/* ─── Grille projets ──────────────────────────────────────── */
.rl-projects {
    background: var(--ink);
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}
.rl-projects-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.rl-projects-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: clamp(1.8rem, 3.5vw, 2.8rem);
}
.rl-projects-header-left { flex: 1; }
.rl-projects-title {
    margin: 0.4rem 0 0;
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw + 0.4rem, 2.8rem);
    line-height: 1.15;
}
.rl-projects-all {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--teal-light);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: gap 0.22s, color 0.22s;
}
.rl-projects-all svg { width: 16px; height: 16px; transition: translate 0.22s; }
.rl-projects-all:hover { color: #fff; gap: 0.75rem; }
.rl-projects-all:hover svg { translate: 4px 0; }

/* Pills catégories */
.rl-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.rl-cat {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.79rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.04);
    user-select: none;
}
.rl-cat--active {
    background: rgba(0, 176, 204, 0.16);
    border-color: var(--teal-light);
    color: var(--teal-light);
}

/* Grille magazine : grande carte gauche + colonne droite */
.rl-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 1.2rem;
    align-items: stretch;
}
.rl-grid-right {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* Carte featured */
.rl-featured {
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.rl-featured.is-visible { opacity: 1; transform: none; }
.rl-featured-img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 520px;
}
.rl-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.rl-featured:hover .rl-featured-img { transform: scale(1.04); }
.rl-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(5, 20, 30, 0.92) 0%,
        rgba(5, 20, 30, 0.35) 50%,
        transparent 100%
    );
    pointer-events: none;
}
.rl-featured-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: clamp(1.5rem, 2.5vw, 2.2rem);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.rl-featured-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal-light);
    margin-bottom: 0.5rem;
}
.rl-featured-name {
    margin: 0 0 0.3rem;
    color: #ffffff;
    font-size: clamp(1.2rem, 2vw + 0.3rem, 1.85rem);
    line-height: 1.2;
}
.rl-featured-place {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.86rem;
    line-height: 1.5;
    max-width: 42ch;
}
.rl-featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.3rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.84rem;
    white-space: nowrap;
    flex-shrink: 0;
    backdrop-filter: blur(8px);
    transition: background 0.25s, border-color 0.25s, gap 0.25s;
}
.rl-featured-cta svg { width: 14px; height: 14px; transition: translate 0.25s; }
.rl-featured:hover .rl-featured-cta { background: rgba(0, 176, 204, 0.22); border-color: var(--teal-light); gap: 0.8rem; }
.rl-featured:hover .rl-featured-cta svg { translate: 4px 0; }

/* Cartes standard (droite) — overlay complet */
.rl-card {
    border-radius: 16px;
    overflow: hidden;
    background: var(--card-bg, #111d26);
    flex: 1;
    display: block;
    position: relative;
    min-height: 220px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: calc(var(--rci, 0) * 0.08s);
}
.rl-card.is-visible { opacity: 1; transform: none; }
.rl-card--ghost { cursor: default; pointer-events: none; }
.rl-card-visual {
    position: absolute;
    inset: 0;
}
.rl-card-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,18,28,0.93) 0%, rgba(0,24,36,0.58) 45%, rgba(0,0,0,0.08) 100%);
    z-index: 1;
    pointer-events: none;
}
.rl-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.45s ease;
}
.rl-card:hover .rl-card-img { transform: scale(1.06); }
.rl-card-info {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.25rem 1.1rem 1.1rem;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.rl-card-tag {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-light);
    margin-bottom: 0.3rem;
}
.rl-card-name {
    margin: 0 0 0.2rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.94rem;
    line-height: 1.4;
}
.rl-card--ghost .rl-card-name { color: rgba(255, 255, 255, 0.25); }
.rl-card-place {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    line-height: 1.5;
}

/* Note bas de grille */
.rl-projects-note {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 1.8rem;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.36);
    line-height: 1.65;
}
.rl-projects-note svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 0.2rem; color: rgba(255,255,255,0.28); }
.rl-projects-note a { color: var(--teal-light); text-decoration: underline; text-underline-offset: 3px; }
.rl-projects-note a:hover { color: #fff; }

/* Responsive projets */
@media (max-width: 900px) {
    .rl-grid { grid-template-columns: 1fr; }
    .rl-featured-img-wrap { min-height: 340px; }
    .rl-featured-info { flex-direction: column; align-items: flex-start; }
    .rl-grid-right { flex-direction: row; }
}
@media (max-width: 580px) {
    .rl-grid-right { flex-direction: column; }
    .rl-featured-img-wrap { min-height: 260px; }
}

/* ─── Processus / Timeline ───────────────────────────────── */
.rl-process {
    background: radial-gradient(circle 800px at 5% 10%, #1c6b7a 0%, #003848 50%, #001e28 100%);
    padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 4vw, 3rem);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(0, 176, 204, 0.12);
}
.rl-process::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 176, 204, 0.28) 35%, rgba(0, 176, 204, 0.28) 65%, transparent);
    pointer-events: none;
}
.rl-process-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.rl-process-header {
    text-align: center;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}
.rl-process-title {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.8rem, 3vw + 0.4rem, 2.8rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0.4rem 0 0.8rem;
}
.rl-process-sub {
    margin: 0 auto;
    max-width: 54ch;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    line-height: 1.7;
}

/* Étapes */
.rl-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.rl-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: calc(var(--si, 0) * 0.14s);
}
.rl-step.is-visible { opacity: 1; transform: none; }
.rl-step-top {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
    justify-content: center;
}
.rl-step-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(0, 176, 204, 0.1);
    border: 2px solid rgba(0, 176, 204, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    z-index: 1;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.rl-step.is-visible .rl-step-icon {
    box-shadow: 0 0 0 6px rgba(0, 176, 204, 0.07);
}
.rl-step-icon svg { width: 36px; height: 36px; }
.rl-step-connector {
    position: absolute;
    top: 50%;
    left: calc(50% + 36px);
    right: calc(-50% + 36px);
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 176, 204, 0.45), rgba(0, 176, 204, 0.1));
    transform: translateY(-50%);
    pointer-events: none;
}
.rl-step-body { padding: 0 1rem; max-width: 220px; }
.rl-step-num {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--teal-light);
    margin-bottom: 0.35rem;
}
.rl-step-title {
    margin: 0 0 0.5rem;
    font-size: 1.03rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}
.rl-step-desc {
    margin: 0;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.7;
}

/* Responsive processus */
@media (max-width: 860px) {
    .rl-steps { grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 5vw, 3.5rem) 0; }
    .rl-step:nth-child(2) .rl-step-connector { display: none; }
}
@media (max-width: 520px) {
    .rl-steps { grid-template-columns: 1fr; gap: 2.5rem; }
    .rl-step-connector { display: none; }
    .rl-step-body { max-width: 100%; }
}

/* ─── Prestations associées (maillage interne) ──────────── */
.rl-linked {
    background: var(--sand);
    padding: clamp(5rem, 9vw, 7rem) clamp(1.5rem, 4vw, 3rem);
}
.rl-linked-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.rl-linked-header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.rl-linked-title {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.5rem, 2.5vw + 0.3rem, 2.2rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.2;
    margin: 0.4rem 0 0;
}
.rl-linked-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
.rl-lcard {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 14px rgba(0, 95, 107, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.rl-lcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(0, 95, 107, 0.14);
}
.rl-lcard-visual {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.rl-lcard-visual--a { background: linear-gradient(135deg, #006878 0%, #00a2b5 55%, #00c6d8 100%); }
.rl-lcard-visual--b { background: linear-gradient(135deg, #004e5c 0%, #007a88 55%, #00a8ba 100%); }
.rl-lcard-visual--c { background: linear-gradient(135deg, #003845 0%, #005968 55%, #007d90 100%); }
.rl-lcard-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40'%3E%3Cpath d='M0 20 Q25 5 50 20 Q75 35 100 20 Q125 5 150 20 Q175 35 200 20 L200 40 L0 40Z' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");
    background-size: 200px 40px;
    background-position: bottom;
    background-repeat: repeat-x;
    pointer-events: none;
}
.rl-lcard-icon {
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 1;
}
.rl-lcard-icon svg { width: 32px; height: 32px; }
.rl-lcard-body {
    padding: 1.4rem 1.6rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
}
.rl-lcard-title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.35;
}
.rl-lcard-desc {
    margin: 0;
    font-size: 0.87rem;
    color: var(--ink-soft);
    line-height: 1.65;
    flex: 1;
}
.rl-lcard-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--teal-dark);
    margin-top: 0.25rem;
    transition: gap 0.2s;
}
.rl-lcard-cta svg { width: 14px; height: 14px; transition: translate 0.2s; }
.rl-lcard:hover .rl-lcard-cta { gap: 0.7rem; }
.rl-lcard:hover .rl-lcard-cta svg { translate: 4px 0; }

/* Lien "toutes les prestations" */
.rl-linked-more { text-align: center; }
.rl-linked-all {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.93rem;
    font-weight: 600;
    color: var(--teal-dark);
    text-decoration: none;
    border-bottom: 2px solid var(--teal-light);
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s, gap 0.22s;
}
.rl-linked-all svg { width: 16px; height: 16px; transition: translate 0.2s; }
.rl-linked-all:hover { color: var(--teal-mid); border-color: var(--teal-mid); gap: 0.72rem; }
.rl-linked-all:hover svg { translate: 4px 0; }

/* Responsive prestations associées */
@media (max-width: 860px) {
    .rl-linked-grid { grid-template-columns: 1fr 1fr; }
    .rl-linked-grid .rl-lcard:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
    .rl-linked-grid { grid-template-columns: 1fr; }
    .rl-linked-grid .rl-lcard:last-child { grid-column: auto; }
}

/* ── Filtres réalisations ─────────────────────────────────────────────── */
.rl-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.rl-filter {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 0.45rem 1.2rem;
    color: rgba(255,255,255,0.48);
    font-family: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1;
    background: rgba(255,255,255,0.05);
    cursor: pointer;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.rl-filter:hover {
    color: rgba(255,255,255,0.88);
    border-color: rgba(255,255,255,0.42);
    background: rgba(255,255,255,0.10);
}
.rl-filter--active {
    background: rgba(0,176,204,0.15);
    border-color: var(--teal-light);
    color: var(--teal-light);
}
.rl-filter:focus-visible { outline: 2px solid var(--teal-light); outline-offset: 3px; }

/* Layout grille sans la carte featured */
.rl-grid--no-featured { grid-template-columns: 1fr; }
.rl-grid--no-featured .rl-grid-right { flex-direction: row; flex-wrap: wrap; }
.rl-grid--no-featured .rl-grid-right .rl-card { flex: 1 1 220px; }

/* ── Pied de section projets ─────────────────────────────────────────── */
.rl-projects-foot {
    margin-top: 3.5rem;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.rl-pf-title {
    margin: 0;
    font-size: clamp(1.3rem, 2.2vw + 0.4rem, 2rem);
    color: #ffffff;
    line-height: 1.25;
    font-weight: 700;
}
.rl-pf-sub {
    margin: 0;
    color: rgba(255,255,255,0.48);
    font-size: clamp(0.85rem, 1.2vw, 0.95rem);
    line-height: 1.75;
    max-width: 52ch;
}
.rl-projects-foot .prest-page-cta-hero { margin-top: 0.5rem; }

/* ============================================================
   PAGE CONTACT — COMPOSANTS DÉDIÉS (v20260311-contact1)
   ============================================================ */

/* ── Section 3 canaux ─────────────────────────────────────── */
.ct-channels {
    background: var(--sand);
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);
}
.ct-channels-inner {
    max-width: 1120px;
    margin: 0 auto;
}
.ct-channels-header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
.ct-channels-title {
    margin: 0.5rem 0 0;
    font-size: clamp(1.6rem, 3vw + 0.4rem, 2.5rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.18;
}
.ct-channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

/* Card canal */
.ct-channel-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem 1.75rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: 0 2px 20px rgba(0, 95, 107, 0.08);
    border: 1.5px solid transparent;
    border-top: 3px solid var(--teal-mid);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ct-channel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(0, 95, 107, 0.16);
    border-color: var(--teal-light);
}
.ct-channel-card--phone { border-top-color: var(--teal-dark); }
.ct-channel-card--email { border-top-color: var(--teal-mid); }
.ct-channel-card--form  { border-top-color: var(--teal-light); }

.ct-channel-icon {
    width: 52px;
    height: 52px;
    background: rgba(0, 132, 148, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal-dark);
    flex-shrink: 0;
}
.ct-channel-icon svg { width: 26px; height: 26px; }

.ct-channel-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--teal-mid);
    background: rgba(0, 132, 148, 0.08);
    border-radius: 30px;
    padding: 0.22rem 0.7rem;
    align-self: flex-start;
}
.ct-channel-badge--urgent {
    color: #b45309;
    background: rgba(217, 119, 6, 0.1);
}

.ct-channel-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ink);
    margin: 0;
}
.ct-channel-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}
.ct-channel-detail {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.ct-channel-cta-link {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--teal-dark);
    text-decoration: none;
    transition: color 0.2s;
}
.ct-channel-cta-link:hover { color: var(--teal-mid); }
.ct-channel-hours {
    font-size: 0.8rem;
    color: var(--text-muted);
}
.ct-channel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.4rem;
    border-radius: 999px;
    background: var(--teal-mid);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    margin-top: auto;
    transition: background 0.25s, transform 0.25s;
}
.ct-channel-btn:hover {
    background: var(--teal-dark);
    transform: translateY(-2px);
}

/* ── Section formulaire split ─────────────────────────────── */
.ct-split-section {
    background: #ffffff;
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);
}
.ct-split-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
}

/* ── Sidebar Erwan ────────────────────────────────────────── */
.ct-erwan {
    position: sticky;
    top: 2rem;
}
.ct-erwan-inner {
    background: var(--ink);
    border-radius: 24px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.9rem;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
}
.ct-erwan-photo-wrap {
    position: relative;
    width: 110px;
    height: 110px;
}
.ct-erwan-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    display: block;
    border: 3px solid rgba(0, 176, 204, 0.4);
    box-shadow: 0 0 0 5px rgba(0, 176, 204, 0.1);
}
.ct-erwan-status {
    position: absolute;
    bottom: 2px;
    right: -6px;
    background: #ffffff;
    border-radius: 30px;
    padding: 0.2rem 0.55rem 0.2rem 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: #16a34a;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    white-space: nowrap;
    line-height: 1;
}
.ct-erwan-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    animation: erwan-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes erwan-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.55; transform: scale(0.8); }
}
.ct-erwan-name {
    margin: 0.35rem 0 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
.ct-erwan-role {
    margin: 0;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.55;
}
.ct-erwan-contacts {
    list-style: none;
    margin: 0.25rem 0 0;
    padding: 0.75rem 0 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left;
}
.ct-erwan-contact-line {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 0.38rem 0.5rem;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
a.ct-erwan-contact-line:hover {
    background: rgba(255, 255, 255, 0.07);
    color: var(--teal-light);
}
.ct-erwan-contact-line svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: var(--teal-light);
}
.ct-erwan-contact-plain { cursor: default; }
.ct-erwan-contact-plain:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}
.ct-erwan-guarantee {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    background: rgba(0, 132, 148, 0.14);
    border: 1.5px solid rgba(0, 132, 148, 0.3);
    border-radius: 12px;
    padding: 0.7rem 1rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--teal-light);
    text-align: left;
}
.ct-erwan-guarantee svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    stroke: var(--teal-light);
}

/* ── Colonne formulaire ───────────────────────────────────── */
.ct-form-header {
    margin-bottom: 2rem;
}
.ct-form-title {
    margin: 0.5rem 0 0.7rem;
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.18;
}
.ct-form-sub {
    margin: 0;
    color: var(--ink-soft);
    font-size: 0.97rem;
    line-height: 1.65;
}
.ct-form {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

/* Pills prestation */
.ct-pills-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.ct-pills-legend {
    display: block;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.75rem;
}
.ct-pills-legend span {
    font-weight: 400;
    color: var(--text-muted);
}
.ct-pills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.ct-pill { cursor: pointer; }
.ct-pill input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.ct-pill span {
    display: inline-block;
    padding: 0.42rem 1.05rem;
    border-radius: 999px;
    border: 1.5px solid rgba(0, 132, 148, 0.22);
    background: rgba(0, 132, 148, 0.04);
    color: var(--ink-soft);
    font-size: 0.87rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
    user-select: none;
}
.ct-pill:hover span {
    border-color: var(--teal-mid);
    color: var(--teal-dark);
    background: rgba(0, 132, 148, 0.09);
}
.ct-pill input:checked + span {
    background: var(--teal-mid);
    border-color: var(--teal-mid);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 132, 148, 0.3);
}
.ct-pill input:focus-visible + span {
    outline: 2px solid var(--teal-light);
    outline-offset: 2px;
}

/* Champs */
.ct-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}
.ct-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.ct-form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ink);
}
.ct-required { color: var(--teal-mid); }
.ct-form-input,
.ct-form-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1.5px solid rgba(0, 132, 148, 0.2);
    border-radius: 10px;
    font-size: 0.97rem;
    color: var(--ink);
    background: #fff;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ct-form-input::placeholder,
.ct-form-textarea::placeholder { color: rgba(55, 65, 81, 0.38); }
.ct-form-input:focus,
.ct-form-textarea:focus {
    outline: none;
    border-color: var(--teal-mid);
    box-shadow: 0 0 0 3px rgba(0, 132, 148, 0.12);
}
.ct-form-textarea {
    resize: vertical;
    min-height: 130px;
    line-height: 1.6;
}

/* Pied du formulaire */
.ct-form-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ct-form-rgpd {
    font-size: 0.77rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}
.ct-form-rgpd a {
    color: var(--teal-mid);
    text-decoration: underline;
}
.ct-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 16px 40px;
    border-radius: 50px;
    background: linear-gradient(130deg, var(--teal-dark) 0%, var(--teal-mid) 60%, var(--teal-light) 140%);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 132, 148, 0.32);
    transition: transform 0.3s, box-shadow 0.3s;
    font-family: inherit;
    align-self: flex-start;
}
.ct-form-submit:hover {
    transform: scale(1.04);
    box-shadow: 0 14px 38px rgba(0, 132, 148, 0.44);
}
.ct-form-submit svg { width: 20px; height: 20px; }

/* ── Section réassurance ─────────────────────────────────── */
.ct-trust {
    background: var(--sand);
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 4vw, 3rem);
    border-top: 1px solid rgba(0, 132, 148, 0.1);
}
.ct-trust-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}
.ct-trust-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
}
.ct-trust-icon {
    width: 52px;
    height: 52px;
    background: rgba(0, 132, 148, 0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal-dark);
}
.ct-trust-icon svg { width: 28px; height: 28px; }
.ct-trust-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
}
.ct-trust-body {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.72;
}

/* ── Section zones d'intervention ─────────────────────────── */
.ct-zones-section {
    background: #ffffff;
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);
}
.ct-zones-inner {
    max-width: 1120px;
    margin: 0 auto;
}
.ct-zones-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.ct-zones-title {
    margin: 0.5rem 0 0;
    font-size: clamp(1.6rem, 3vw + 0.4rem, 2.5rem);
    font-weight: 800;
    color: var(--ink);
    line-height: 1.18;
}
.ct-zones-sub {
    margin: 0.7rem 0 0;
    color: var(--text-muted);
    font-size: 0.97rem;
    line-height: 1.65;
}

/* Overrides hp-expert-zones sur fond blanc */
.ct-zones-section .hp-expert-zones {
    border-top: none;
    padding-top: 0;
}
.ct-zones-section .hp-zones-grid li a {
    border-color: rgba(0, 132, 148, 0.22);
    color: var(--ink-soft);
    background: rgba(0, 132, 148, 0.04);
}
.ct-zones-section .hp-zones-grid li a:hover {
    background: rgba(0, 176, 204, 0.14);
    border-color: var(--teal-light);
    color: var(--teal-dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 132, 148, 0.16);
}

/* ── Responsive contact ─────────────────────────────────── */
@media (max-width: 1100px) {
    .ct-split-inner {
        grid-template-columns: 1fr;
    }
    .ct-erwan {
        position: static;
        max-width: 520px;
    }
    .ct-erwan-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        gap: 1.5rem;
    }
    .ct-erwan-contacts {
        text-align: left;
    }
    .ct-erwan-photo-wrap {
        flex-shrink: 0;
    }
}
@media (max-width: 860px) {
    .ct-channels-grid {
        grid-template-columns: 1fr;
    }
    .ct-trust-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
@media (max-width: 640px) {
    .ct-form-row {
        grid-template-columns: 1fr;
    }
    .ct-erwan-inner {
        flex-direction: column;
        text-align: center;
    }
    .ct-erwan-contacts {
        text-align: left;
    }
    .ct-form-submit {
        width: 100%;
        padding: 16px 24px;
    }
}

/* Supprime le double padding quand ct-trust (crème) précède pp-faq (crème) */
.ct-trust + .pp-faq {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

/* ================================================================
   PAGES PRESTATION INDIVIDUELLES — sp- (single prestation)
   v20260312 — sections: why, steps, related, zones, cta-banner
   ================================================================ */

/* ── Section WHY (split visuel / contenu) ── */
.sp-why {
    background: #f0f4f8;
    padding: clamp(5rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
    overflow: hidden;
}
.sp-why--dark {
    background: var(--ink);
}
.sp-why-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(3rem, 6vw, 6rem);
    align-items: center;
}
.sp-why-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}
.sp-why-watermark {
    position: absolute;
    font-family: 'Playfair Display SC', serif;
    font-size: clamp(7rem, 15vw, 13rem);
    font-weight: 900;
    color: rgba(0, 132, 148, 0.06);
    user-select: none;
    pointer-events: none;
    letter-spacing: -0.04em;
    line-height: 1;
}
.sp-why-icon-anchor {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-why-icon-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0, 132, 148, 0.12);
    animation: sp-ring 4s ease-in-out infinite;
}
.sp-why-icon-ring:nth-child(1) { width: 165%; height: 165%; }
.sp-why-icon-ring:nth-child(2) { width: 205%; height: 205%; animation-delay: 0.8s; }
.sp-why-icon-ring:nth-child(3) { width: 245%; height: 245%; animation-delay: 1.6s; }
@keyframes sp-ring {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.15; transform: scale(1.04); }
}
.sp-why-icon-circle {
    width: clamp(110px, 18vw, 168px);
    height: clamp(110px, 18vw, 168px);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal-mid) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    box-shadow: 0 24px 60px rgba(0, 132, 148, 0.35);
    animation: sp-pulse 4s ease-in-out infinite;
}
.sp-why-icon-circle svg {
    width: 42%;
    height: 42%;
}
@keyframes sp-pulse {
    0%, 100% { box-shadow: 0 24px 60px rgba(0,132,148,0.35), 0 0 0 0 rgba(0,132,148,0.18); }
    50% { box-shadow: 0 24px 60px rgba(0,132,148,0.35), 0 0 0 18px rgba(0,132,148,0); }
}

.sp-why-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.sp-why-heading {
    margin: 0.3rem 0 0;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1.12;
    color: var(--ink);
}
.sp-why--dark .sp-why-heading { color: #fff; }
.sp-why-body {
    margin: 0;
    line-height: 1.75;
    color: var(--ink-soft);
    max-width: 58ch;
}
.sp-why--dark .sp-why-body { color: rgba(255,255,255,0.75); }
.sp-why-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}
.sp-why-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.js-ready .sp-why-item {
    opacity: 0;
    transform: translateX(20px);
}
.sp-why-item.sp-item-visible {
    opacity: 1;
    transform: none;
}
.sp-why-item:nth-child(2) { transition-delay: 0.1s; }
.sp-why-item:nth-child(3) { transition-delay: 0.2s; }
.sp-why-item:nth-child(4) { transition-delay: 0.3s; }
.sp-why-item-dot {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 132, 148, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.sp-why--dark .sp-why-item-dot { background: rgba(255,255,255,0.08); }
.sp-why-item-dot svg {
    width: 16px;
    height: 16px;
    color: var(--teal-mid);
    flex-shrink: 0;
}
.sp-why--dark .sp-why-item-dot svg { color: #6dd5e8; }
.sp-why-item-body { flex: 1; }
.sp-why-item-body strong {
    display: block;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.15rem;
}
.sp-why--dark .sp-why-item-body strong { color: #fff; }
.sp-why-item-body span {
    font-size: 0.88rem;
    color: var(--ink-soft);
    line-height: 1.5;
}
.sp-why--dark .sp-why-item-body span { color: rgba(255,255,255,0.62); }

/* ── Section STEPS (timeline verticale) ── */
.sp-steps {
    background: #fff;
    padding: clamp(5rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.sp-steps-inner {
    max-width: 860px;
    margin: 0 auto;
}
.sp-steps-header {
    text-align: center;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.sp-steps-heading {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.12;
    color: var(--ink);
}
.sp-steps-sub {
    margin: 0;
    max-width: 60ch;
    color: var(--ink-soft);
    line-height: 1.7;
    font-size: 0.97rem;
}
.sp-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.sp-step-list::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, var(--teal-mid) 0%, rgba(0,132,148,0.06) 100%);
}
.sp-step-item {
    display: flex;
    gap: 1.8rem;
    padding-bottom: 2.4rem;
    position: relative;
    transition: opacity 0.55s ease, transform 0.55s ease;
}
.js-ready .sp-step-item {
    opacity: 0;
    transform: translateY(22px);
}
.sp-step-item:last-child { padding-bottom: 0; }
.sp-step-item.sp-step-visible { opacity: 1; transform: none; }
.sp-step-item:nth-child(1) { transition-delay: 0s; }
.sp-step-item:nth-child(2) { transition-delay: 0.1s; }
.sp-step-item:nth-child(3) { transition-delay: 0.2s; }
.sp-step-item:nth-child(4) { transition-delay: 0.3s; }
.sp-step-item:nth-child(5) { transition-delay: 0.4s; }
.sp-step-item:nth-child(6) { transition-delay: 0.5s; }
.sp-step-item:nth-child(7) { transition-delay: 0.6s; }
.sp-step-marker {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(0,132,148,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.sp-step-item.sp-step-visible .sp-step-marker {
    background: var(--teal-mid);
    border-color: var(--teal-mid);
    box-shadow: 0 6px 20px rgba(0,132,148,0.3);
}
.sp-step-num {
    font-family: 'Playfair Display SC', serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--teal-mid);
    transition: color 0.4s ease;
}
.sp-step-item.sp-step-visible .sp-step-num { color: #fff; }
.sp-step-body {
    padding-top: 0.8rem;
    flex: 1;
}
.sp-step-title {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
}
.sp-step-desc {
    margin: 0;
    font-size: 0.91rem;
    color: var(--ink-soft);
    line-height: 1.65;
}
.sp-step-tag {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.22rem 0.72rem;
    background: rgba(0,132,148,0.08);
    color: var(--teal-dark);
    font-size: 0.76rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}


/* ── Section CASE PREVIEW (réalisation associée à une prestation) ── */
.sp-case-preview {
    background: var(--bg-medium, #111e27);
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
}
.sp-case-preview-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.sp-case-preview-heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0.5rem 0 2rem;
}
.sp-case-preview-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
    transition: background 0.25s, border-color 0.25s;
}
.sp-case-preview-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(0,132,148,0.5);
}
.sp-case-preview-img-wrap {
    overflow: hidden;
    border-radius: 18px 0 0 18px;
}
.sp-case-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 280px;
    transition: transform 0.4s ease;
}
.sp-case-preview-card:hover .sp-case-preview-img { transform: scale(1.03); }
.sp-case-preview-info {
    padding: 2rem 2rem 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}
.sp-case-preview-tag {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--teal-mid, #009aaf);
}
.sp-case-preview-title {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0;
}
.sp-case-preview-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    margin: 0;
}
.sp-case-preview-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--teal-mid, #009aaf);
    margin-top: 0.5rem;
    transition: gap 0.2s;
}
.sp-case-preview-cta svg { width: 16px; height: 16px; }
.sp-case-preview-card:hover .sp-case-preview-cta { gap: 0.85rem; }

@media (max-width: 768px) {
    .sp-case-preview-card { grid-template-columns: 1fr; }
    .sp-case-preview-img-wrap { border-radius: 18px 18px 0 0; }
    .sp-case-preview-img { min-height: 200px; }
    .sp-case-preview-info { padding: 1.5rem; }
}

/* ── Citation expert + Avis client ──────────────────────────────────── */
.sp-expert-quote {
    background: var(--bg-dark, #0a1520);
    padding: clamp(3rem, 6vw, 5rem) 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sp-expert-quote-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.sp-eq-left {
    border-left: 3px solid var(--teal-mid, #008494);
    padding-left: 1.75rem;
}
.sp-eq-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal-light, #00b0cc);
    margin-bottom: 0.75rem;
    display: block;
}
.sp-eq-blockquote { margin: 0; }
.sp-eq-text {
    font-size: clamp(0.97rem, 1vw + 0.5rem, 1.1rem);
    line-height: 1.75;
    color: rgba(255,255,255,0.88);
    font-style: italic;
    margin: 0 0 1.1rem;
}
.sp-eq-author {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.sp-eq-author strong { color: #fff; font-size: 0.92rem; }
.sp-eq-author span { color: rgba(255,255,255,0.42); font-size: 0.78rem; }
.sp-eq-right {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 16px;
    padding: 1.75rem 1.9rem;
}
.sp-eq-stars {
    color: #f4a124;
    font-size: 0.88rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.85rem;
    display: block;
}
.sp-eq-testimonial-text {
    font-size: 0.97rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.82);
    font-style: italic;
    margin: 0 0 1rem;
}
.sp-eq-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.sp-eq-testimonial-author strong {
    color: rgba(255,255,255,0.55);
    font-size: 0.8rem;
    font-weight: 600;
}
@media (max-width: 700px) {
    .sp-expert-quote-inner { grid-template-columns: 1fr; gap: 2rem; }
    .sp-eq-left { padding-left: 1.25rem; }
}

/* ── Section RELATED (prestations complémentaires) ── */
.sp-related {
    background: var(--ink);
    padding: clamp(5rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.sp-related-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.sp-related-header {
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.sp-related-heading {
    margin: 0;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: #fff;
    line-height: 1.15;
}
.sp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.sp-related-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 1.8rem 1.6rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    transition: all 0.32s ease;
    position: relative;
    overflow: hidden;
}
.sp-related-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,132,148,0.12), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sp-related-card:hover {
    border-color: rgba(0,132,148,0.5);
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.4);
}
.sp-related-card:hover::before { opacity: 1; }
.sp-related-card-num {
    font-family: 'Playfair Display SC', serif;
    font-size: 0.78rem;
    color: var(--teal-light);
    font-weight: 700;
    letter-spacing: 1.2px;
    position: relative;
    z-index: 1;
}
.sp-related-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(0,132,148,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.sp-related-card-icon svg {
    width: 24px;
    height: 24px;
    color: #6dd5e8;
}
.sp-related-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}
.sp-related-card-desc {
    font-size: 0.86rem;
    color: rgba(255,255,255,0.58);
    line-height: 1.6;
    margin: 0;
    flex: 1;
    position: relative;
    z-index: 1;
}
.sp-related-card-arrow {
    color: var(--teal-light);
    font-size: 0.82rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    z-index: 1;
    transition: gap 0.25s ease;
    text-decoration: none;
}
.sp-related-card:hover .sp-related-card-arrow { gap: 0.7rem; }
.sp-related-card-arrow svg { width: 16px; height: 16px; }

/* ── Section ZONES ── */
.sp-zones {
    background: #f0f4f8;
    padding: clamp(3rem, 5vw, 5rem) clamp(1.5rem, 5vw, 4rem);
    border-top: 1px solid rgba(0,132,148,0.1);
}
.sp-zones-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.sp-zones-heading {
    margin: 0.3rem 0 1.5rem;
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    color: var(--ink);
}
.sp-zones-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.sp-zones-grid li a {
    display: inline-block;
    padding: 0.5rem 1.1rem;
    border-radius: 50px;
    background: #fff;
    border: 1px solid rgba(0,132,148,0.2);
    color: var(--ink);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.25s ease;
}
.sp-zones-grid li a:hover {
    background: var(--teal-mid);
    color: #fff;
    border-color: var(--teal-mid);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,132,148,0.25);
}

/* ── CTA Banner pleine largeur ── */
.sp-cta-banner {
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--teal-mid) 100%);
    padding: clamp(4rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4rem);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sp-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 80% 40%, rgba(255,255,255,0.08) 0%, transparent 55%),
        radial-gradient(ellipse at 20% 60%, rgba(0,0,0,0.1) 0%, transparent 55%);
    pointer-events: none;
}
.sp-cta-banner-inner {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
}
.sp-cta-banner-label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.8rem;
}
.sp-cta-banner-heading {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: #fff;
    line-height: 1.12;
}
.sp-cta-banner-body {
    margin: 0 0 2rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
}
.sp-cta-banner-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.sp-cta-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 50px;
    background: #fff;
    color: var(--teal-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.sp-cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 38px rgba(0,0,0,0.25);
    background: #f0fafa;
}
.sp-cta-btn-phone {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 50px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.7);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.sp-cta-btn-phone:hover {
    background: rgba(255,255,255,0.14);
    border-color: #fff;
    transform: translateY(-3px);
}

/* ── Responsive sp- ── */
@media (max-width: 960px) {
    .sp-why-inner {
        grid-template-columns: 1fr;
    }
    .sp-why-visual { min-height: 220px; }
    .sp-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .sp-step-list::before { left: 20px; }
    .sp-step-marker { width: 42px; height: 42px; }
    .sp-step-item { gap: 1.2rem; }
    .sp-related-grid { grid-template-columns: 1fr; }
    .sp-cta-banner-group { flex-direction: column; align-items: center; }
}

/* ================================================
   SP-DETAIL — Section contenu enrichi
   ================================================ */
.sp-detail {
  background: var(--sand);
  padding: clamp(4rem, 7vw, 6.5rem) 1.5rem;
}
.sp-detail-inner {
  max-width: 1180px;
  margin: 0 auto;
}
.sp-detail-header {
  max-width: 660px;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.sp-detail-heading {
  font-family: 'Playfair Display SC', serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  color: var(--ink);
  line-height: 1.25;
  margin: 0.5rem 0 1rem;
}
.sp-detail-intro {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ink-soft);
}
.sp-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sp-detail-card {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.75rem;
  box-shadow: 0 2px 24px rgba(0, 95, 107, 0.07);
  border-top: 3px solid var(--primary-teal);
}
.sp-detail-icon {
  width: 48px;
  height: 48px;
  background: var(--teal-pale);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  color: var(--primary-teal);
}
.sp-detail-icon svg {
  width: 24px;
  height: 24px;
}
.sp-detail-card-title {
  font-family: 'Playfair Display SC', serif;
  font-size: 1rem;
  color: var(--ink);
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
}
.sp-detail-card-body {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--ink-soft);
}
.sp-detail-card-body strong {
  color: var(--ink);
  font-weight: 600;
}
@media (max-width: 960px) {
  .sp-detail-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .sp-detail-grid { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────────────────────────────────
   PAGES PRESTATION — annulation défensive des animations de révélation
   Force la visibilité des contenus même si js-ready est présent sur <html>.
   Sélecteur basé sur la présence de .prest-page-hero dans le DOM :
   s'applique uniquement sur les 7 pages prestation/*.html
   ────────────────────────────────────────────────────────────────── */
.prest-page-hero ~ section [data-reveal],
.prest-page-hero ~ section [data-reveal="up"],
.prest-page-hero ~ section [data-reveal="left"],
.prest-page-hero ~ section [data-reveal="right"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}
.prest-page-hero ~ section .sp-step-item,
.prest-page-hero ~ section .sp-why-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}

/* ═══════════════════════════════════════════════════════════════════
   RÉALISATION — STYLES SPÉCIFIQUES AUX PAGES ÉTUDE DE CAS
   ═══════════════════════════════════════════════════════════════════ */

/* Photo contextuelle dans la section sp-why */
.rl-case-fig {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
.rl-case-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.rl-case-caption {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted, #8a9ba8);
  padding: 0.6rem 0.75rem;
  background: var(--bg-dark, #0f1f2a);
  font-style: italic;
}

/* Photos intégrées dans les étapes sp-steps */
.rl-step-fig {
  margin: 1.25rem 0 0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rl-step-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
  border-radius: 10px;
}

/* Galerie résultat final */
.rl-gallery {
  background: var(--bg-dark, #0f1f2a);
  padding: clamp(4rem, 8vw, 6rem) 0;
}
.rl-gallery-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}
.rl-gallery-header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.rl-gallery-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0.5rem 0 0;
}
.rl-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.rl-gallery-fig {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.rl-gallery-fig--main {
  grid-column: 1 / -1;
}
.rl-gallery-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.4s ease;
}
.rl-gallery-fig--main .rl-gallery-img {
  aspect-ratio: 16/7;
}
.rl-gallery-fig:hover .rl-gallery-img { transform: scale(1.02); }

@media (min-width: 768px) {
  .rl-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .rl-gallery-fig--main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .rl-gallery-grid { grid-template-columns: 1fr; }
  .rl-gallery-fig--main .rl-gallery-img { aspect-ratio: 4/3; }
}

/* ── Extra projects grid (12 cards B-P after featured) ── */
.rl-more-projects {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

/* ═══════════════════════════════════════════════════════════
   BLOG — Articles
═══════════════════════════════════════════════════════════ */

.ba-hero {
    background: linear-gradient(150deg, #062f3c 0%, #094a5a 45%, #0d6e82 100%);
    padding: clamp(4rem, 8vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem);
}
.ba-hero-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}
.ba-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 1.25rem;
}
.ba-breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; }
.ba-breadcrumb a:hover { color: #fff; }
.ba-breadcrumb span { color: rgba(255,255,255,0.3); }
.ba-cat {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--teal-light, #00b0cc);
    background: rgba(0,176,204,0.12);
    border: 1px solid rgba(0,176,204,0.3);
    border-radius: 20px;
    padding: 0.25em 0.85em;
    margin-bottom: 1rem;
}
.ba-title {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.6rem, 2.5vw + 0.8rem, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 1rem;
}
.ba-meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    flex-wrap: wrap;
}
.ba-meta-dot { width: 3px; height: 3px; background: rgba(255,255,255,0.3); border-radius: 50%; }
.ba-meta strong { color: rgba(255,255,255,0.65); font-weight: 600; }
.ba-content {
    background: var(--bg-dark, #0a1520);
    padding: clamp(3rem, 6vw, 5rem) 0;
}
.ba-content-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}
.ba-lead {
    font-size: clamp(1rem, 1vw + 0.6rem, 1.15rem);
    line-height: 1.8;
    color: rgba(255,255,255,0.78);
    margin: 0 0 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ba-h2 {
    font-family: 'Playfair Display SC', Georgia, serif;
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 1.5rem);
    font-weight: 700;
    color: #fff;
    margin: 2.5rem 0 0.9rem;
    padding-left: 1rem;
    border-left: 3px solid var(--teal-mid, #008494);
    line-height: 1.3;
}
.ba-h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    margin: 1.75rem 0 0.6rem;
}
.ba-p {
    font-size: 0.97rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
    margin: 0 0 1.1rem;
}
.ba-p a { color: var(--teal-light, #00b0cc); text-decoration: underline; text-underline-offset: 3px; }
.ba-p a:hover { color: #fff; }
.ba-ul {
    margin: 0 0 1.25rem;
    padding-left: 0;
    list-style: none;
}
.ba-ul li {
    font-size: 0.97rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.72);
    margin-bottom: 0.45rem;
    padding-left: 1.25rem;
    position: relative;
}
.ba-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 5px;
    height: 5px;
    background: var(--teal-mid, #008494);
    border-radius: 50%;
}
.ba-tip {
    background: rgba(0,132,148,0.1);
    border: 1px solid rgba(0,132,148,0.28);
    border-left: 4px solid var(--teal-mid, #008494);
    border-radius: 0 12px 12px 0;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}
.ba-tip-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-light, #00b0cc);
    margin-bottom: 0.5rem;
    display: block;
}
.ba-tip p { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.82); margin: 0; font-style: italic; }
.ba-warning {
    background: rgba(244,161,36,0.07);
    border: 1px solid rgba(244,161,36,0.22);
    border-left: 4px solid #f4a124;
    border-radius: 0 12px 12px 0;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}
.ba-warning-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f4a124; margin-bottom: 0.5rem; display: block; }
.ba-warning p { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.78); margin: 0; }
.ba-separator { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin: 2.5rem 0; }
.ba-cta-block {
    background: linear-gradient(135deg, rgba(0,58,74,0.9) 0%, rgba(0,95,107,0.85) 100%);
    border: 1px solid rgba(0,132,148,0.3);
    border-radius: 16px;
    padding: 2rem;
    margin-top: 3rem;
    text-align: center;
}
.ba-cta-block h3 { font-family: 'Playfair Display SC', Georgia, serif; font-size: 1.2rem; color: #fff; margin: 0 0 0.6rem; }
.ba-cta-block p { font-size: 0.93rem; color: rgba(255,255,255,0.62); margin: 0 0 1.25rem; line-height: 1.6; }
.ba-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--teal-mid, #008494);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.75em 1.6em;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, gap 0.2s;
}
.ba-cta-btn:hover { background: #007384; gap: 0.75rem; }
.ba-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.4);
    font-size: 0.82rem;
    text-decoration: none;
    margin-top: 2.5rem;
    transition: color 0.2s;
}
.ba-back:hover { color: rgba(255,255,255,0.75); }
.ba-back svg { width: 14px; height: 14px; }

/* ── Multi-realisation list on ville pages ── */
.ville-realisation-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

/* ── Images hero articles blog ── */
.ba-hero { position: relative; overflow: hidden; }
.ba-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ba-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.18; }
.ba-hero > .container { position: relative; z-index: 1; }

/* ── Image dans bl-hero-visual (article à la une blog.html) ── */
.bl-hero-visual { position: relative; overflow: hidden; }
.bl-hero-visual-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.22; z-index: 0; }
.bl-hero-cat-badge, .bl-hero-num { position: relative; z-index: 1; }

/* ── Images prestations hp-prow (homepage) ── */
.hp-prow-photo { overflow: hidden; }
.hp-prow-photo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.28; z-index: 0; }
.hp-prow-photo-icon { position: relative; z-index: 1; }
.hp-prow-photo-icon img { width: 100%; height: 100%; object-fit: contain; }

/* ── Images pl-visual-panel (prestations.html) ── */
.pl-visual-panel { overflow: hidden; }
.pl-visual-bg { position: absolute; inset: 0; z-index: 0; }
.pl-visual-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.22; }
.pl-visual-caption { z-index: 2; }
.pl-visual-icon img { width: 100%; height: 100%; object-fit: contain; }

/* ── pl-num → icône PNG (prestations.html) ── */
.pl-num { font-size: 0; letter-spacing: 0; padding-top: 0; width: 2.8rem; height: 2.8rem; }
.pl-num img { width: 100%; height: 100%; object-fit: contain; display: block; }
