/*
Theme Name: INNOV'events Canada
Theme URI: https://innov-events.ca/
Author: INNOV'events
Description: Thème premium pour agence événementielle — dark & vert électrique
Version: 2.0.0
*/

/* ═══════════════════════════════════════════════════
   VARIABLES & TOKENS — INNOV'events brand
═══════════════════════════════════════════════════ */
:root {
    /* ── Brand colors (source of truth) ── */
    --color: #86bd4a;
    --ink: #0a0a0a;
    --paper: #fff;
    --green: #86bd4a;
    --green-light: #b8e86e;
    --green-grad: linear-gradient(135deg, #86bd4a 0%, #c8ff00 100%);
    --mid: #6b6b6b;
    --line: rgba(10, 10, 10, 0.12);
    --g: #85bd4a;
    --gd: #6fa33e;
    --bg: #0a0a0a;
    --bg1: #111;
    --bg2: #161616;
    --line2: rgba(255, 255, 255, 0.07);
    --t: #fff;
    --dim: rgba(255, 255, 255, 0.6);
    --h: 72px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);

    /* ── Typography ── */
    --font-display: "Unbounded", sans-serif;
    --font-body: "DM Sans", sans-serif;

    /* ── Semantic aliases (utilisés dans les composants) ── */
    --c-bg: var(--bg);
    --c-bg-alt: var(--bg1);
    --c-bg-card: var(--bg2);
    --c-bg-elevated: #1c1c1c;
    --c-border: var(--line2);
    --c-border-green: rgba(134, 189, 74, 0.35);

    --c-accent: var(--green);
    --c-accent-light: var(--green-light);
    --c-accent-dark: var(--gd);
    --c-accent-subtle: rgba(134, 189, 74, 0.1);

    --c-text: var(--t);
    --c-text-muted: var(--dim);
    --c-text-faint: #444;
    --c-white: #ffffff;

    /* ── Spacing ── */
    --sp-xs: 0.5rem;
    --sp-sm: 1rem;
    --sp-md: 1.5rem;
    --sp-lg: 2.5rem;
    --sp-xl: 4rem;
    --sp-2xl: 6rem;
    --sp-3xl: 9rem;

    /* ── Layout ── */
    --container-max: 1280px;
    --container-pad: clamp(1.25rem, 5vw, 3rem);

    /* ── Transitions ── */
    --ease-out: var(--ease);
    --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
    --dur-fast: 150ms;
    --dur-med: 300ms;
    --dur-slow: 600ms;

    /* ── Radius ── */
    --r-sm: 4px;
    --r-md: 10px;
    --r-lg: 18px;
    --r-xl: 28px;
    --r-full: 9999px;

    /* ── Shadows ── */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.8), 0 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-green: 0 0 40px rgba(134, 189, 74, 0.25);
}

/* ═══════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
    overflow: hidden;
}

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

ul,
ol {
    list-style: none;
}

/* ═══════════════════════════════════════════════════
   LAYOUT UTILITIES
═══════════════════════════════════════════════════ */

.main-content {
    display: flex;
    max-width: var(--container-max);
    margin: 0 auto;
    .main {
        width: 90%;
    }
    .widget-area {
        width: 30%;
        position: relative;
        .sb-wrap {
            position: sticky;
            top: 50px;
        }
    }
}

.ak_boxed_blog,
.ak_boxed_general {
    margin-inline: auto;
    max-width: 1280px;
    background-color: #fff;
}

.ag_refs_logos {
    padding: 20px;
    border: 1px solid #ccc !important;
    border-radius: 20px;
}

.ag_refs_logos img {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    filter: grayscale(100%);
    padding: 0.75rem;
    margin-left: -5px;
    background: #fff;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.ag_refs_logos h3 {
    font-weight: 500;
    margin-top: 0 !important;
    font-family: "Unbounded", sans-serif;
    font-size: 1.2rem;
}

.ag_refs_logos p {
    color: #a4a4a4;
    font-weight: 400;
}

.ag_teamspe {
    background: linear-gradient(60deg, #0000, #0009), url(https://www.agence-evenementielle-innovevents.fr/wp-content/uploads/2026/02/background-agence-evenementielle-innovevents-team.jpg);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    min-height: 250px;
    position: relative;
    background-size: cover;
    h3 {
        color: #fff !important;
    }
    p {
        color: #ccc !important;
    }
}

.ag_teamspe > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.ag_teamspe > div p {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-weight: 400;
    opacity: 0.85;
}

.ag_teamspe h3 {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-weight: 500;
    font-family: "Unbounded", sans-serif;
}

.ag_catalogue {
    /* padding: 30px; */
    box-sizing: border-box;
    background-color: #000;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.ag_catalogue h3 {
    font-weight: 500;
    margin-top: 0 !important;
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
    color: #fff !important;
    padding: 30px 30px 10px;
}

.ag_catalogue p {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-weight: 400;
    opacity: 0.85;
    color: #ccc !important;
    padding: 0px 30px;
}

.ag_catalogue img {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 77%;
}

.ag_catalogue > span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #86bd4a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 8px;
}

.v4_processboxes > span {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1.5rem;
    font-family: "Unbounded", sans-serif;
}

.v4_pbox {
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.v4_pbox:last-child {
    border-right: 0 !important;
    padding-right: 0;
}

.v4_pbox:first-child {
    padding-left: 0;
}

.v4_pbox img {
    width: 35px;
}

.v4_pbox span {
    display: block;
    font-weight: 500;
    font-size: 0.95rem;
    margin-top: 0.5rem;
    font-family: "Unbounded", sans-serif;
}

.v4_pbox p {
    margin-top: 0.5rem;
    margin-bottom: 0 !important;
}

.ag_type h3 {
    font-weight: 500;
    margin: 0;
    font-family: "Unbounded", sans-serif;
    margin-top: 0px !important;
}

.ag_type ul li strong {
    font-weight: 500 !important;
}

.ag_type .align-start span {
    color: #fff;
    background: #86bd4a;
    width: 35px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
}

.ag_wow {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    margin-top: 15px;
}

.ag_wow p {
    display: inline !important;
    font-weight: 400;
    color: #000;
}

.ag_type .align-start p {
    margin-top: 15px !important;
}

.ag_type a {
    text-decoration: none !important;
    color: #fff !important;
    background: #000;
    font-size: 0.75rem;
    padding: 12px 15px;
    display: inline-flex;
    border-radius: 35px;
    font-weight: 500;
    transition: 0.2s ease;
    font-family: "Unbounded", sans-serif;
    margin-top: 20px;
}

.ag_type a:hover {
    background-color: #333;
}

.ag_type {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-top: 2.5rem;
    margin-top: 2.5rem;
}

.ag_type div.w50:last-child p:last-child {
    margin-bottom: 0px !important;
}

.ag_loca {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 20px;
}

.ag_tager {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fff;
    color: #000;
    padding: 7px 12px;
    border-radius: 35px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.ag_tager span {
    font-size: 1rem;
    color: #86bd4a;
}

.ag_indics ul {
    margin-left: 0;
    margin-block: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex-wrap: wrap;
}

.ag_indics ul li {
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.06);
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px;
    list-style: none !important;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    &::before {
        content: none !important;
    }
}

.ag_indics ul li p {
    margin: 0;
    font-size: 0.9rem;
}

.ag_indics ul li > span {
    font-size: 1rem;
    width: 25px;
    height: 25px;
    background-color: #86bd4a;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ag_indics ul li div {
    max-width: 90%;
}

.v4_devisbox {
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.06);
    padding: 25px;
    border-radius: 20px;
    margin-top: 20px;
}

.v4_devisbox p {
    margin: 0 !important;
}

.v4_devisbox span {
    font-weight: 500;
    font-size: 1.15rem;
    font-family: "Unbounded", sans-serif;
}

.v4_btn {
    text-decoration: none;
    background: #86bd4a;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 14px 22px;
    border-radius: 35px;
    font-weight: 400;
    font-size: 0.75rem;
    transition: 0.2s ease;
    font-family: "Unbounded", sans-serif;
}

.v4_btn span {
    font-size: 0.95rem;
}

.v4_our {
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.07);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}

.v4_our h3 {
    font-weight: 500;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 20px;
    margin-top: 0 !important;
    font-family: "Unbounded", sans-serif;
}

.v4_our h3 span {
    color: #6b6b6b;
}

.v4_our > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 0.75rem;
    background: #86bd4a1a;
    color: #86bd4a;
    padding: 7px 10px;
    border-radius: 35px;
    margin-bottom: 5px;
    font-family: "Unbounded", sans-serif;
}

.v4_our span span {
    font-size: 0.9rem;
}

.v4_listings h2 {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: "Unbounded", sans-serif;
}

.v4_listings .presta-dynamiques-list {
    border-right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

.v4_listings .presta-dynamiques-list li {
    list-style: none;
}

.v4_listings .presta-dynamiques-list li a {
    text-decoration: none;
    color: #787878;
    font-weight: 400;
    font-size: 0.7rem;
    background: #f9f9f9;
    padding: 5px 10px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 2px;
    font-family: "Unbounded", sans-serif;
}

.v4_listings .presta-dynamiques-list li a:hover {
    text-decoration: underline;
}

/* ═══════════════════════════════════════════════════
Style manuel
═══════════════════════════════════════════════════ */

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.25rem;
}

.section-tag::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--green-grad);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--c-white);
}

.section-title em {
    font-style: normal;
    color: var(--green);
    font-weight: 600;
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title--light {
    color: var(--c-white);
}

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto var(--sp-xl);
}

.section-header .section-tag,
.orga-section-header .section-tag,
.final-cta-inner .section-tag {
    display: flex;
    justify-content: center;
}

/* ═══════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════ */
.btn-green {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 0.85em 1.8em;
    background: var(--green-grad);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-radius: var(--r-full);
    transition:
        filter var(--dur-med) var(--ease),
        transform var(--dur-med) var(--ease),
        box-shadow var(--dur-med) var(--ease);
}

.btn-green:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: var(--shadow-green);
}

.btn-green:active {
    transform: translateY(0);
    filter: brightness(0.95);
}

.btn-green--large {
    padding: 1em 2.4em;
    font-size: 1rem;
    font-weight: 600;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 0.85em 1.8em;
    background: transparent;
    color: var(--c-white);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--r-full);
    transition:
        border-color var(--dur-med) var(--ease-out),
        color var(--dur-med) var(--ease-out),
        transform var(--dur-med) var(--ease-out);
}

.btn-ghost:hover {
    border-color: var(--green);
    color: var(--green);
    transform: translateY(-2px);
}

.btn-ghost--light {
    color: var(--c-text);
    border-color: var(--c-border);
}

/* ═══════════════════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════════════════ */
[data-animate] {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity 0.8s var(--ease-out),
        transform 0.8s var(--ease-out);
}

[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}

[data-animate]:nth-child(2) {
    transition-delay: 0.1s;
}
[data-animate]:nth-child(3) {
    transition-delay: 0.2s;
}
[data-animate]:nth-child(4) {
    transition-delay: 0.3s;
}
[data-animate]:nth-child(5) {
    transition-delay: 0.4s;
}
[data-animate]:nth-child(6) {
    transition-delay: 0.5s;
}

/* ═══════════════════════════════════════════════════
   HEADER
═══════════════════════════════════════════════════ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition:
        background var(--dur-slow) var(--ease-out),
        transform var(--dur-med) var(--ease-out),
        backdrop-filter var(--dur-slow) var(--ease-out);
}

.site-header.header--scrolled {
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--c-border);
}

.site-header.header--hidden {
    transform: translateY(-100%);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 1.25rem var(--container-pad);
    position: relative;
    z-index: 3;
}

/* Logo */
.header-logo .logo-img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: opacity var(--dur-med);
}

.header-logo:hover .logo-img {
    opacity: 0.8;
}

/* Nav */
.header-nav {
    display: flex;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 0.3em;
    padding: 0.5em 0.85em;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    border-radius: var(--r-sm);
    transition:
        color var(--dur-fast),
        background var(--dur-fast);
}

.nav-link:hover {
    color: var(--c-white);
    background: rgba(255, 255, 255, 0.06);
}

.nav-arrow {
    font-size: 1.1em;
    transition: transform var(--dur-med) var(--ease-out);
}

.nav-item--dropdown {
    position: relative;
}

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

.dropdown-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    min-width: 180px;
    background: var(--c-bg-elevated);
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    padding: 0.5rem;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity var(--dur-med),
        transform var(--dur-med) var(--ease-out);
    box-shadow: var(--shadow-lg);
}

.nav-item--dropdown.is-open .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 0.6em 1em;
    font-size: 0.875rem;
    color: var(--c-text-muted);
    border-radius: var(--r-sm);
    transition:
        color var(--dur-fast),
        background var(--dur-fast);
}

.dropdown-menu a:hover {
    color: var(--green);
    background: var(--c-accent-subtle);
}

/* Header actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.btn-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.6em 1.3em;
    background: var(--green-grad);
    color: var(--ink);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--r-full);
    transition:
        filter var(--dur-med) var(--ease),
        transform var(--dur-med) var(--ease);
}

.btn-header-cta:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.lang-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--c-border);
    color: var(--c-text-muted);
    transition:
        color var(--dur-fast),
        border-color var(--dur-fast);
}

.lang-switch:hover {
    color: var(--green);
    border-color: var(--green);
}

/* Burger */
.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 0.25rem;
}

.burger-line {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--c-white);
    border-radius: 2px;
    transition:
        transform var(--dur-med) var(--ease-out),
        opacity var(--dur-med);
    transform-origin: center;
}

.burger-btn.is-active .burger-line:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}
.burger-btn.is-active .burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.burger-btn.is-active .burger-line:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(10, 10, 10, 0.97);
    backdrop-filter: blur(24px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition:
        opacity var(--dur-slow) var(--ease-out),
        transform var(--dur-slow) var(--ease-out);
}

.mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    position: fixed;
    z-index: 2;
    height: 100svh;
    top: 40px;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.mobile-nav-link {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 6vw, 2.5rem);
    font-weight: 300;
    color: var(--c-text);
    transition: color var(--dur-fast);
    line-height: 1.2;
}

.mobile-nav-link:hover {
    color: var(--green);
}

.mobile-nav-link--sub {
    font-size: 1.25rem;
    color: var(--c-text-muted);
}

.mobile-nav-label {
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c-text-faint);
    margin-top: 0.5rem;
}

.mobile-nav-item--group ul {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.25rem;
}

.mobile-nav-cta {
    display: inline-flex;
    margin-top: 1.5rem;
    padding: 0.85em 2.2em;
    background: var(--green-grad);
    color: #0a0a0a;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    border-radius: var(--r-full);
    transition: background var(--dur-med);
}

.mobile-nav-cta:hover {
    background: var(--c-accent-light);
}

/* ═══════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════ */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Media */
.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.65) 100%);
}

.hero-grain {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: calc(var(--sp-3xl) + -2rem) var(--container-pad) var(--sp-3xl);
}

.hero-inner {
    max-width: var(--container-max);
    margin: 0 auto;
}

/* Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 0.45em 1.1em;
    background: rgba(134, 189, 74, 0.1);
    border: 1px solid var(--c-border-green);
    border-radius: var(--r-full);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--c-accent-light);
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s var(--ease-out) 0.2s forwards;
}

.hero-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green-grad);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

/* Title */
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 6.5vw, 6.5rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--c-white);
    margin-bottom: 1.75rem;
}

.hero-title-line {
    display: block;
    overflow: hidden;
}

.hero-title-line:nth-child(1) {
    opacity: 0;
    transform: translateY(60px);
    animation: heroSlideUp 0.9s var(--ease-out) 0.4s forwards;
}

.hero-title-line:nth-child(2) {
    opacity: 0;
    transform: translateY(60px);
    animation: heroSlideUp 0.9s var(--ease-out) 0.55s forwards;
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.hero-title-line:nth-child(3) {
    opacity: 0;
    transform: translateY(60px);
    animation: heroSlideUp 0.9s var(--ease-out) 0.7s forwards;
    font-weight: 300;
    color: var(--dim);
}

/* Subtitle */
.hero-subtitle {
    max-width: 520px;
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(24px);
    animation: heroFadeIn 0.9s var(--ease-out) 0.85s forwards;
}

/* Actions */
.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 4rem;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.9s var(--ease-out) 1s forwards;
}

/* Trust bar */
.hero-trust {
    display: flex;
    align-items: center;
    gap: 2rem;
    opacity: 0;
    animation: heroFadeIn 0.9s var(--ease-out) 1.15s forwards;
}

.hero-trust-item {
    display: flex;
    flex-direction: column;
    gap: 0.15em;
}

.hero-trust-item strong {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hero-trust-item span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.02em;
}

.hero-trust-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
}

/* Scroll indicator */
.hero-scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 1;
    opacity: 0;
    animation: heroFadeIn 1s var(--ease-out) 1.5s forwards;
}

.hero-scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
    animation: scrollLine 1.8s ease-in-out infinite;
}

.hero-scroll-text {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

@keyframes scrollLine {
    0% {
        transform: scaleY(0);
        transform-origin: top;
    }
    50% {
        transform: scaleY(1);
        transform-origin: top;
    }
    51% {
        transform: scaleY(1);
        transform-origin: bottom;
    }
    100% {
        transform: scaleY(0);
        transform-origin: bottom;
    }
}

@keyframes heroSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes heroFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ═══════════════════════════════════════════════════
   CLIENTS SLIDER
═══════════════════════════════════════════════════ */
.section-clients {
    padding: var(--sp-xl) 0;
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
    /* background: var(--c-bg-alt); */
    background: #FFF;
    overflow: hidden;
}

.clients-header {
    text-align: center;
    margin-bottom: var(--sp-lg);
}

.clients-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #666;
}

.clients-slider {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.clients-track {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: max-content;
    animation: slideLtr 60s linear infinite;
}

.clients-track:hover {
    animation-play-state: paused;
}

@keyframes slideLtr {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 1rem;
}

.client-logo img {
    height: 36px;
    width: auto;
    max-width: 120px;
    /* filter: brightness(0) invert(1); */
    opacity: 0.8;
    transition: opacity var(--dur-med);
    object-fit: contain;
}

.client-logo:hover img {
    opacity: 0.85;
}

/* ═══════════════════════════════════════════════════
   APPROACH SECTION
═══════════════════════════════════════════════════ */
.section-approach {
    padding: var(--sp-3xl) 0;
    background: var(--c-bg);
}

.approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Media side */
.approach-img-wrap {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
}

.approach-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s var(--ease-out);
}

.approach-img-seminare {
    width: 50%;
    height: 400px;
    object-fit: cover;
    display: flex;
    border-radius: var(--r-lg);
    transition: transform 0.8s var(--ease-out);
}

.approach-img-wrap:hover .approach-img {
    transform: scale(1.03);
}

.approach-img-card {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 1.2rem;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(16px);
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    color: var(--green);
}

.approach-img-card div {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

.approach-img-card strong {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--c-white);
}

.approach-img-card span {
    font-size: 0.75rem;
    color: var(--c-text-muted);
}

/* Content side */
.approach-text {
    color: var(--c-text-muted);
    line-height: 1.75;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.approach-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin: 2rem 0;
}

.approach-pillar {
    display: flex;
    align-items: center;
    gap: 0.75em;
    padding: 0.75em 1em;
    background: var(--c-bg-card);
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    font-size: 0.825rem;
    color: var(--c-text-muted);
    transition:
        border-color var(--dur-med),
        color var(--dur-med);
}

.approach-pillar:hover {
    border-color: var(--c-border-green);
    color: var(--c-text);
}

.approach-pillar-icon {
    color: var(--green);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════════════════════ */
.section-services {
    padding: var(--sp-3xl) 0;
    background: var(--c-bg-alt);
}

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

.service-card {
    position: relative;
    background: var(--c-bg-card);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition:
        transform var(--dur-slow) var(--ease-out),
        border-color var(--dur-slow) var(--ease-out),
        box-shadow var(--dur-slow) var(--ease-out);
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: var(--c-border-green);
    box-shadow: var(--shadow-lg), var(--shadow-green);
}

.service-card--featured {
    border-color: rgba(134, 189, 74, 0.25);
}

.service-card-media {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease-out);
}

.service-card:hover .service-card-img {
    transform: scale(1.06);
}

.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 20, 20, 0.9) 0%, rgba(20, 20, 20, 0.2) 60%);
}

.service-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.3em 0.9em;
    background: var(--green-grad);
    color: #0a0a0a;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: var(--r-full);
}

.service-card-content {
    padding: 1.75rem;
}

.service-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--c-accent-subtle);
    border: 1px solid var(--c-border-green);
    border-radius: var(--r-md);
    color: var(--green);
    margin-bottom: 1.1rem;
    transition:
        background var(--dur-med),
        transform var(--dur-med) var(--ease-out);
}

.service-card:hover .service-card-icon {
    background: var(--green-grad);
    color: #0a0a0a;
    transform: scale(1.08);
}

.service-card-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--c-white);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.service-card-text {
    font-size: 0.875rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.825rem;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.04em;
    transition: gap var(--dur-med) var(--ease-out);
}

.service-card-link:hover {
    gap: 0.85em;
}

/* ═══════════════════════════════════════════════════
   STATS SECTION
═══════════════════════════════════════════════════ */
.section-stats {
    position: relative;
    padding: var(--sp-3xl) 0;
    overflow: hidden;
}

.stats-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(134, 189, 74, 0.07) 0%, transparent 70%), linear-gradient(135deg, #0d0c0b 0%, #0a0a0a 50%, #0c0b0a 100%);
}

.section-stats .container {
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.stat-item:nth-child(3) {
    border-right: none;
}
.stat-item:nth-child(4) {
    border-right: 1px solid var(--c-border);
    border-top: 1px solid var(--c-border);
}
.stat-item:nth-child(6) {
    border-right: none;
    border-top: 1px solid var(--c-border);
}
.stat-item:nth-child(5) {
    border-top: 1px solid var(--c-border);
}

.stat-item {
    padding: 2.5rem 1.5rem;
    text-align: center;
    border-right: 1px solid var(--c-border);
    transition: background var(--dur-med);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item:hover {
    background: rgba(134, 189, 74, 0.04);
}

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.6rem;
    letter-spacing: -0.03em;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--c-white);
    margin-bottom: 0.3rem;
    line-height: 1.3;
}

.stat-sub {
    font-size: 0.75rem;
    color: var(--c-text-faint);
    letter-spacing: 0.03em;
}

/* ═══════════════════════════════════════════════════
   REVIEWS SECTION
═══════════════════════════════════════════════════ */
.section-reviews {
    padding: var(--sp-3xl) 0;
    background: var(--c-bg);
}

.reviews-rating-global {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

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

.star {
    color: var(--green);
}

.reviews-score {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--c-white);
}

.reviews-count {
    font-size: 0.8rem;
    color: var(--c-text-muted);
}

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

.review-card {
    position: relative;
    background: var(--c-bg-card);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    padding: 2rem;
    transition:
        border-color var(--dur-slow),
        transform var(--dur-slow) var(--ease-out);
}

.review-card:hover {
    border-color: var(--c-border-green);
    transform: translateY(-4px);
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--green-grad);
    color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.review-meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

.review-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--c-white);
}

.review-role {
    font-size: 0.75rem;
    color: var(--c-text-muted);
}

.review-google {
    opacity: 0.6;
}

.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.review-title {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--c-white);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.review-text {
    font-size: 0.875rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.review-date {
    font-size: 0.75rem;
    color: var(--c-text-faint);
    letter-spacing: 0.04em;
}

/* ═══════════════════════════════════════════════════
   GALLERY SECTION
═══════════════════════════════════════════════════ */
.section-gallery {
    padding: var(--sp-3xl) 0;
    background: var(--c-bg-alt);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 280px 280px;
    gap: 0.75rem;
    padding: 0 var(--container-pad);
    max-width: 100%;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--r-md);
    cursor: pointer;
}

.gallery-item--wide {
    grid-column: span 2;
}

.gallery-item--tall {
    grid-row: span 2;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease-out);
}

.gallery-item:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white);
    opacity: 0;
    transition:
        background var(--dur-med),
        opacity var(--dur-med);
}

.gallery-item:hover .gallery-item-overlay {
    background: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

/* ═══════════════════════════════════════════════════
   PROCESS SECTION
═══════════════════════════════════════════════════ */
.section-process {
    padding: var(--sp-3xl) 0;
    background: var(--c-bg);
}

/* ── Layout 2 colonnes ── */
.process-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: start;
}

.process-steps-col {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

/* ── Carte étape ── */
.process-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 1.25rem;
    padding: 1.25rem 1.5rem;
    background: var(--c-bg-card);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    transition:
        border-color var(--dur-med),
        transform var(--dur-med) var(--ease-out);
}

.process-item:hover {
    border-color: var(--c-border-green);
    transform: translateX(4px);
}

.process-item-num {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--c-text-faint);
    line-height: 1;
    padding-top: 0.2em;
    transition:
        background var(--dur-med),
        -webkit-text-fill-color var(--dur-med);
}

.process-item:hover .process-item-num {
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.process-item-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.5rem;
}

.process-item-icon {
    color: var(--green);
    flex-shrink: 0;
}

.process-item-title {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--c-white);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.process-item-text {
    font-size: 0.825rem;
    color: var(--c-text-muted);
    line-height: 1.65;
    margin-bottom: 0.5rem;
}

.process-item-kw {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    opacity: 0.7;
}

/* ── Colonne photo humaine ── */
.process-human-col {
    position: sticky;
    top: calc(var(--h) + 2rem);
}

.process-human-wrap {
    position: relative;
    border-radius: var(--r-xl);
    overflow: hidden;
    border: 1px solid var(--c-border);
    background: var(--c-bg-card);
}

.process-human-img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s var(--ease);
}

.process-human-wrap:hover .process-human-img {
    transform: scale(1.03);
}

.process-human-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, transparent 100%);
}

.process-human-quote {
    font-size: 1.05rem;
    font-style: italic;
    color: var(--c-white);
    line-height: 1.55;
    margin-bottom: 0.75rem;
}

.process-human-cite {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
    font-style: normal;
    display: block;
}

.process-human-cite strong {
    color: var(--green);
}

/* ═══════════════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════════════ */
.section-faq {
    padding: var(--sp-3xl) 0;
    background: var(--c-bg-alt);
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 5rem;
    align-items: start;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.faq-intro-text {
    font-size: 0.9rem;
    color: var(--c-text-muted);
    line-height: 1.75;
    margin: 1.25rem 0 2rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid var(--c-border);
    transition: border-color var(--dur-med);
}

.faq-item:first-child {
    border-top: 1px solid var(--c-border);
}

.faq-item.is-open {
    border-color: var(--c-border-green);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.35rem 0;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--c-text);
    text-align: left;
    gap: 1rem;
    transition: color var(--dur-fast);
    cursor: pointer;
}

.faq-question:hover,
.faq-item.is-open .faq-question {
    color: var(--green);
}

.faq-icon {
    flex-shrink: 0;
    color: var(--c-text-muted);
    transition:
        transform var(--dur-med) var(--ease-out),
        color var(--dur-med);
}

.faq-item.is-open .faq-icon {
    transform: rotate(180deg);
    color: var(--green);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur-slow) var(--ease-out);
}

.faq-item.is-open .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
    color: var(--c-text-muted);
    line-height: 1.75;
}

/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */

/* Footer CTA band */
.footer-cta-band {
    background: var(--c-bg-elevated);
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
    padding: var(--sp-xl) var(--container-pad);
}

.footer-cta-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.footer-cta-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--c-text-muted);
    margin-bottom: 0.5rem;
}

.footer-cta-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 600;
    color: var(--c-white);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

/* Footer main */
.footer-main {
    background: var(--c-bg);
    padding: var(--sp-2xl) var(--container-pad);
}

.footer-grid {
    max-width: var(--container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
    gap: 3rem;
}

.footer-logo img {
    height: 22px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    margin-bottom: 1.25rem;
    display: block;
}

.footer-tagline {
    font-size: 0.85rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--c-bg-elevated);
    border: 1px solid var(--c-border);
    border-radius: 50%;
    color: var(--c-text-muted);
    transition:
        color var(--dur-med),
        border-color var(--dur-med),
        transform var(--dur-med) var(--ease-out);
}

.social-link:hover {
    color: var(--green);
    border-color: var(--c-border-green);
    transform: translateY(-3px);
}

.footer-col-title {
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--c-text-muted);
    margin-bottom: 1.25rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-links a {
    font-size: 0.875rem;
    color: var(--c-text-muted);
    transition:
        color var(--dur-fast),
        padding-left var(--dur-med) var(--ease-out);
}

.footer-links a:hover {
    color: var(--green);
    padding-left: 4px;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--c-text-muted);
    line-height: 1.5;
}

.footer-contact-icon {
    color: var(--green);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-item a {
    color: var(--c-text-muted);
    transition: color var(--dur-fast);
}

.footer-contact-item a:hover {
    color: var(--green);
}

/* Footer bottom */
.footer-bottom {
    background: var(--c-bg);
    border-top: 1px solid var(--c-border);
    padding: 1.25rem var(--container-pad);
}

.footer-bottom-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-copyright {
    font-size: 0.8rem;
    color: var(--c-text-faint);
}

.footer-bottom-links {
    display: flex;
    gap: 1.5rem;
}

.footer-bottom-links a {
    font-size: 0.8rem;
    color: var(--c-text-faint);
    transition: color var(--dur-fast);
}

.footer-bottom-links a:hover {
    color: var(--c-text-muted);
}

.oe-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-family: "DM Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #86bd4a;
    margin-bottom: 1rem;
}
.oe-tag::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
}

/* ── Titres de section (dark, font Unbounded) ── */
.oe-title {
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.15rem, 2.4vw, 1.7rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #0a0a0a;
    margin: 0 0 0.625rem;
}
.oe-title em {
    font-style: normal;
    font-weight: 600;
    background: linear-gradient(135deg, #86bd4a 0%, #c8ff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.oe-subtitle {
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    color: #6b6b6b;
    line-height: 1.7;
    max-width: 500px;
}

/* ── Bloc intro texte (ACF) ── */
.oe-intro {
    background: #f7f9f4;
    border-left: 3px solid #86bd4a;
    border-radius: 0 10px 10px 0;
    padding: 1.5rem 1.75rem;
    margin-bottom: 2.5rem;
    font-family: "DM Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.75;
    color: #222;
}
.oe-intro h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 0.75rem;
}

/* ── Spacer de section ── */
.oe-section {
    margin-bottom: 2.75rem;
}
.oe-header {
    margin-bottom: 1.75rem;
}

/* ═══════════════════════════════════════════════
   3 CARTES PHARES — style service-card homepage
═══════════════════════════════════════════════ */
.oe-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.oe-card {
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.08);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}
.oe-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 20px 48px rgba(134, 189, 74, 0.14),
        0 4px 12px rgba(0, 0, 0, 0.07);
    border-color: rgba(134, 189, 74, 0.5);
}
.oe-card__media {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #eef3e8;
    flex-shrink: 0;
}
.oe-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}
.oe-card:hover .oe-card__media img {
    transform: scale(1.07);
}
.oe-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, 0.25) 0%, transparent 55%);
}
.oe-card__badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
    color: #0a0a0a;
    font-family: "DM Sans", sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    box-shadow: 0 2px 8px rgba(134, 189, 74, 0.5);
}
.oe-card__body {
    padding: 1.375rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.oe-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(134, 189, 74, 0.12);
    border-radius: 9px;
    color: #6fa33e;
    margin-bottom: 0.625rem;
    flex-shrink: 0;
    transition:
        background 0.25s,
        color 0.25s;
}
.oe-card:hover .oe-card__icon {
    background: #86bd4a;
    color: #0a0a0a;
}
.oe-card__title {
    font-family: "Unbounded", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}
.oe-card__text {
    font-family: "DM Sans", sans-serif;
    font-size: 0.825rem;
    color: #6b6b6b;
    line-height: 1.65;
    margin: 0 0 0.875rem;
}
.oe-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.oe-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: "DM Sans", sans-serif;
    font-size: 0.775rem;
    color: #444;
    line-height: 1.4;
}
.oe-card__features li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #86bd4a;
    flex-shrink: 0;
    margin-top: 5px;
}
.oe-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6fa33e;
    text-decoration: none !important;
    margin-top: auto;
    transition:
        gap 0.2s,
        color 0.2s;
}
.oe-card__link:hover {
    gap: 12px;
    color: #86bd4a;
    text-decoration: none !important;
}
.oe-card__link svg {
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   26 SERVICES — Grille compacte fond clair
═══════════════════════════════════════════════ */
.oe-services-wrap {
    background: #f7f9f4;
    border-radius: 20px;
    padding: 2.5rem 2rem;
}
.oe-services-count {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(134, 189, 74, 0.15);
    color: #6fa33e;
    font-family: "DM Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 1.25rem;
}
.oe-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
}
.oe-service-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.07);
    border-radius: 10px;
    padding: 0.875rem;
    text-decoration: none !important;
    color: #0a0a0a;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}
.oe-service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #86bd4a, #c8ff00);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.25s ease;
    border-radius: 0 2px 2px 0;
}
.oe-service-item:hover {
    border-color: rgba(134, 189, 74, 0.35);
    box-shadow: 0 4px 16px rgba(134, 189, 74, 0.1);
    transform: translateY(-2px);
    color: #0a0a0a !important;
    text-decoration: none !important;
}
.oe-service-item:hover::before {
    transform: scaleY(1);
}
.oe-service-item__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: rgba(134, 189, 74, 0.12);
    border-radius: 8px;
    color: #6fa33e;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.oe-service-item:hover .oe-service-item__icon {
    background: #86bd4a;
    color: #0a0a0a;
}
.oe-service-item__icon .material-symbols-outlined {
    font-size: 17px !important;
    font-variation-settings:
        "FILL" 0,
        "wght" 300;
}
.oe-service-item:hover .oe-service-item__icon .material-symbols-outlined {
    font-variation-settings:
        "FILL" 1,
        "wght" 400;
}
.oe-service-item__body {
    flex: 1;
    min-width: 0;
}
.oe-service-item__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0a0a0a;
    line-height: 1.35;
}
.oe-service-item__desc {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.68rem;
    color: #6b6b6b;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.oe-service-item__arrow {
    flex-shrink: 0;
    color: rgba(10, 10, 10, 0.18);
    font-size: 17px !important;
    transition: all 0.25s ease;
}
.oe-service-item:hover .oe-service-item__arrow {
    color: #86bd4a;
    transform: translateX(3px);
}

/* ═══════════════════════════════════════════════════
   WORDPRESS SPECIFICS
═══════════════════════════════════════════════════ */
.wp-block-image img {
    border-radius: var(--r-md);
}
.alignwide {
    max-width: 110%;
    margin-left: -5%;
}
.alignfull {
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Admin bar offset */
.admin-bar .site-header {
    top: 32px;
}

/* ═══════════════════════════════════════════════════
   ACCESSIBILITY
═══════════════════════════════════════════════════ */
:focus-visible {
    outline: 2px solid var(--c-accent);
    outline-offset: 3px;
    border-radius: 2px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ═══════════════════════════════════════════════════
   SEO INTRO SECTION
═══════════════════════════════════════════════════ */
.section-seo-intro {
    padding: var(--sp-3xl) 0;
    background: #ffffff;
}

.section-seo-intro .section-title {
    color: #0a0a0a;
}

.section-seo-intro .btn-ghost {
    color: #0a0a0a;
    border-color: rgba(0, 0, 0, 0.2);
}

.section-seo-intro .btn-ghost:hover {
    border-color: var(--green);
    color: var(--green);
}

.seo-intro-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 4rem;
    align-items: start;
}

.seo-intro-body p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1.1rem;
    margin-top: 1.1rem;
}

.seo-intro-body strong {
    color: #0a0a0a;
    font-weight: 500;
}

.seo-intro-body a {
    color: var(--green);
    text-decoration: underline;
    text-decoration-color: rgba(134, 189, 74, 0.35);
    text-underline-offset: 3px;
    transition: text-decoration-color var(--dur-fast);
}

.seo-intro-body a:hover {
    text-decoration-color: var(--green);
}

.seo-intro-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Info card */
.info-card {
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--r-lg);
    padding: 1.75rem;
    position: sticky;
    top: calc(var(--h) + 1.5rem);
}

.info-card-title {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 1.25rem;
}

.info-card-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.info-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.5;
}

.info-card-list li svg {
    color: var(--green);
    flex-shrink: 0;
    margin-top: 2px;
}
.info-card-list li strong {
    color: #0a0a0a;
    font-weight: 500;
}

.info-card-phone {
    display: flex;
    align-items: center;
    gap: 0.6em;
    width: 100%;
    justify-content: center;
    padding: 0.8em 1.2em;
    background: var(--green-grad);
    color: var(--ink);
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: var(--r-full);
    transition: filter var(--dur-med) var(--ease);
}

.info-card-phone:hover {
    filter: brightness(1.1);
}

/* ═══════════════════════════════════════════════════
   SECTION SUBTITLE (sous les titres H2)
═══════════════════════════════════════════════════ */
.section-subtitle {
    font-size: 0.95rem;
    color: var(--dim);
    line-height: 1.75;
    max-width: 620px;
    margin: 1rem auto 0;
}

.section-header .section-subtitle {
    text-align: center;
}

/* ═══════════════════════════════════════════════════
   APPROACH — Texte enrichi + pillar labels
═══════════════════════════════════════════════════ */
.approach-text-rich p {
    color: var(--dim);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.approach-text-rich strong {
    color: var(--t);
    font-weight: 500;
}
.approach-text-rich a {
    color: var(--green);
    text-decoration: underline;
    text-decoration-color: rgba(134, 189, 74, 0.35);
    text-underline-offset: 3px;
    transition: text-decoration-color var(--dur-fast);
}
.approach-text-rich a:hover {
    text-decoration-color: var(--green);
}

.approach-pillar-label {
    display: block;
    font-size: 0.825rem;
    font-weight: 500;
    color: var(--t);
}

.approach-pillar-detail {
    display: block;
    font-size: 0.72rem;
    color: var(--dim);
    margin-top: 0.1em;
}

/* ═══════════════════════════════════════════════════
   SERVICE CARDS — Features list
═══════════════════════════════════════════════════ */
.service-card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}

.service-card-features li {
    font-size: 0.8rem;
    color: var(--dim);
    padding-left: 1.1em;
    position: relative;
}

.service-card-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--green);
}

/* Services more links */
.services-more {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line2);
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.services-more > p {
    font-size: 0.875rem;
    color: var(--dim);
    white-space: nowrap;
}

.services-more-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.services-more-links a {
    font-size: 0.85rem;
    color: var(--dim);
    text-decoration: underline;
    text-decoration-color: var(--line2);
    text-underline-offset: 3px;
    transition:
        color var(--dur-fast),
        text-decoration-color var(--dur-fast);
}

.services-more-links a:hover {
    color: var(--green);
    text-decoration-color: rgba(134, 189, 74, 0.4);
}

/* ═══════════════════════════════════════════════════
   AGENCIES SECTION
═══════════════════════════════════════════════════ */
.section-agencies {
    padding: var(--sp-3xl) 0;
    background: var(--bg1);
}

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

.agency-card {
    background: var(--bg2);
    border: 1px solid var(--line2);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition:
        transform var(--dur-slow) var(--ease),
        border-color var(--dur-slow) var(--ease),
        box-shadow var(--dur-slow) var(--ease);
}

.agency-card:hover {
    transform: translateY(-6px);
    border-color: rgba(134, 189, 74, 0.3);
    box-shadow: var(--shadow-lg), var(--shadow-green);
}

.agency-card-media {
    overflow: hidden;
    height: 200px;
}

.agency-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s var(--ease);
}

.agency-card:hover .agency-card-img {
    transform: scale(1.05);
}

.agency-card-content {
    padding: 1.5rem;
}

.agency-card-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--t);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.agency-card-text {
    font-size: 0.85rem;
    color: var(--dim);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.agency-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
}

.agency-tag {
    display: inline-block;
    padding: 0.25em 0.75em;
    background: rgba(134, 189, 74, 0.1);
    border: 1px solid rgba(134, 189, 74, 0.2);
    border-radius: var(--r-full);
    font-size: 0.7rem;
    color: var(--green);
    font-weight: 500;
    letter-spacing: 0.03em;
}

/* ═══════════════════════════════════════════════════
   AGENCES — VERSION FOND BLANC
═══════════════════════════════════════════════════ */
.section-agencies--white {
    background: #ffffff;
}

.section-agencies--white .section-title {
    color: #0a0a0a;
}

.section-agencies--white .section-subtitle {
    color: #555;
}

.section-agencies--white .section-tag {
    color: var(--green);
}

.section-agencies--white .agency-card {
    background: #f7f7f7;
    border-color: rgba(0, 0, 0, 0.08);
}

.section-agencies--white .agency-card:hover {
    border-color: rgba(134, 189, 74, 0.4);
    box-shadow:
        0 16px 48px rgba(0, 0, 0, 0.12),
        var(--shadow-green);
}

.section-agencies--white .agency-card-title {
    color: #0a0a0a;
}

.section-agencies--white .agency-card-text {
    color: #555;
}

.section-agencies--white .agency-tag {
    background: rgba(134, 189, 74, 0.12);
    border-color: rgba(134, 189, 74, 0.25);
}

/* ═══════════════════════════════════════════════════
   REVIEWS CTA
═══════════════════════════════════════════════════ */
.reviews-cta {
    margin-top: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.reviews-cta p {
    font-size: 1rem;
    color: var(--dim);
}

.reviews-cta strong {
    color: var(--t);
}

/* ═══════════════════════════════════════════════════
   FAQ — Nav links + intro links
═══════════════════════════════════════════════════ */
.faq-intro-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.faq-nav {
    padding-top: 2rem;
    border-top: 1px solid var(--line2);
}

.faq-nav-label {
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 0.75rem;
}

.faq-nav ul {
    display: flex;
    /* flex-direction: column; */
    position: absolute;
    width: 200%;
    gap: 0.4rem;
}

.faq-nav a {
    font-size: 0.825rem;
    color: var(--dim);
    text-decoration: underline;
    text-decoration-color: var(--line2);
    text-underline-offset: 3px;
    transition:
        color var(--dur-fast),
        text-decoration-color var(--dur-fast);
}

.faq-nav a:hover {
    color: var(--green);
    text-decoration-color: rgba(134, 189, 74, 0.4);
}

/* ═══════════════════════════════════════════════════
   FINAL CTA SECTION
═══════════════════════════════════════════════════ */
.section-final-cta {
    padding: var(--sp-3xl) 0 calc(var(--sp-3xl) * 0.75);
    background: var(--bg);
    position: relative;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid var(--line2);
}

/* Halo vert centré */
.final-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(134, 189, 74, 0.13) 0%, transparent 68%);
    pointer-events: none;
}

/* Liseré vert en haut */
.section-final-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 2px;
    background: var(--green-grad);
    border-radius: 0 0 var(--r-full) var(--r-full);
}

.final-cta-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 700px;
    margin: 0 auto;
}

.final-cta-heading {
    font-size: clamp(2rem, 4vw, 3.25rem);
    text-align: center;
}

.final-cta-body {
    font-size: 1rem;
    color: var(--dim);
    line-height: 1.8;
    text-align: center;
    max-width: 540px;
    margin: 0;
}

.final-cta-body strong {
    color: var(--t);
}

/* Badges garanties */
.final-cta-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem;
}

.final-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45em;
    padding: 0.5em 1.1em;
    background: rgba(134, 189, 74, 0.07);
    border: 1px solid rgba(134, 189, 74, 0.2);
    border-radius: var(--r-full);
    font-size: 0.8rem;
    color: var(--dim);
    transition:
        background var(--dur-med),
        border-color var(--dur-med);
}

.final-cta-badge:hover {
    background: rgba(134, 189, 74, 0.12);
    border-color: rgba(134, 189, 74, 0.35);
}

.final-cta-badge svg {
    color: var(--green);
    flex-shrink: 0;
}

/* Boutons CTA */
.final-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Note Google */
.final-cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 0.8rem;
    color: #666;
}

.final-cta-stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

/* Adresse */
.final-cta-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    font-size: 0.75rem;
    color: #444;
    font-style: normal;
    margin-top: -0.5rem;
}

.final-cta-address svg {
    color: var(--green);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   BANDEAU VERT — section-banner-green
═══════════════════════════════════════════════════ */
.section-banner-green {
    position: relative;
    background: var(--ink);
    overflow: hidden;
    padding: 0;
}

/* ── Ticker défilant ── */
.banner-green-track {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    overflow: hidden;
    background: var(--green-grad);
    padding: 0.65rem 0;

    .__child {
        animation: bannerScroll 28s linear infinite;
    }
}

.banner-green-item {
    display: inline-block;
    padding: 0 2.5rem;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink);
    white-space: nowrap;
}

@keyframes bannerScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-33.333%);
    }
}

/* Pause on hover */
.section-banner-green:hover .banner-green-track {
    animation-play-state: paused;
}

/* ── Contenu central ── */
.banner-green-content {
    padding: clamp(4rem, 8vw, 7rem) 0;
    position: relative;
}

/* Halo décoratif en arrière-plan */
.banner-green-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(134, 189, 74, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.banner-green-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    position: relative;
}

.banner-green-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--green);
    opacity: 0.8;
}

.banner-green-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 4.5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: var(--t);
    max-width: 800px;
}

.banner-green-title span {
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-green-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 0.9em 2.2em;
    border: 1.5px solid rgba(134, 189, 74, 0.5);
    border-radius: var(--r-full);
    color: var(--t);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition:
        background var(--dur-med) var(--ease),
        border-color var(--dur-med) var(--ease),
        color var(--dur-med) var(--ease),
        transform var(--dur-med) var(--ease);
}

.banner-green-cta:hover {
    background: var(--green-grad);
    border-color: transparent;
    color: var(--ink);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════
   BLOC CTA CLAIR — section-cta-light
═══════════════════════════════════════════════════ */
.section-cta-light {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: #f9faf7; /* Blanc cassé très légèrement vert */
    position: relative;
    overflow: hidden;
}

/* Liseré vert en haut */
.section-cta-light::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--green-grad);
}

/* Motif de fond discret */
.section-cta-light::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(134, 189, 74, 0.07) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.cta-light-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
    align-items: center;
}

/* ── Gauche ── */
.cta-light-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gd);
    margin-bottom: 1rem;
}

.cta-light-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green-grad);
    flex-shrink: 0;
    animation: pulse 2s ease-in-out infinite;
}

.cta-light-title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 1rem;
}

.cta-light-title strong {
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-light-sub {
    font-size: 0.9rem;
    color: var(--mid);
    line-height: 1.7;
    max-width: 520px;
}

/* ── Droite ── */
.cta-light-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    min-width: 260px;
}

.cta-light-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ink);
    opacity: 0.6;
    transition:
        opacity var(--dur-fast),
        color var(--dur-fast);
}

.cta-light-phone svg {
    color: var(--gd);
}
.cta-light-phone:hover {
    opacity: 1;
    color: var(--gd);
}

.cta-light-badges {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.75rem;
    color: var(--mid);
    opacity: 0.75;
}

/* ═══════════════════════════════════════════════════
   ORGA EVENT PAGE — Sections fond blanc / light theme
   Page /organiser-un-evenement/ à Montréal
═══════════════════════════════════════════════════ */

/* ── Section title (version sombre pour fond blanc) ── */
.orga-section-title {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.6vw, 1.9rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--ink);
    margin: 0 0 0.6rem;
}

.orga-section-title em {
    font-style: normal;
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}

.orga-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.orga-section-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--mid);
    line-height: 1.7;
    max-width: 520px;
    margin: 0.5rem auto 0;
}

/* ── Bloc intro texte ── */
.orga-intro {
    background: #f7f9f4;
    border-left: 3px solid var(--green);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    padding: 1.75rem 2rem;
    margin-bottom: 3rem;
    font-size: 0.9rem;
    line-height: 1.75;
    color: #222;
}

.orga-intro h2 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-bottom: 0.75rem;
}

/* ── Section featured — 3 prestations phares ── */
.orga-featured-section {
    margin-bottom: 3.5rem;
}

.orga-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.orga-featured-card {
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.09);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform var(--dur-med) var(--ease),
        box-shadow var(--dur-med) var(--ease),
        border-color var(--dur-med) var(--ease);
}

.orga-featured-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 16px 48px rgba(134, 189, 74, 0.14),
        0 4px 12px rgba(0, 0, 0, 0.07);
    border-color: rgba(134, 189, 74, 0.6);
}

.orga-featured-card__img {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef3e8;
}

.orga-featured-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s var(--ease);
}

.orga-featured-card:hover .orga-featured-card__img img {
    transform: scale(1.07);
}

.orga-featured-card__badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    background: var(--green-grad);
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    box-shadow: 0 4px 12px rgba(134, 189, 74, 0.45);
}

.orga-featured-card__badge .material-symbols-outlined {
    font-size: 21px !important;
    font-variation-settings: "FILL" 1;
}

.orga-featured-card__body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.orga-featured-card__body h3 {
    font-family: var(--font-display);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.02em;
}

.orga-featured-card__body p {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--mid);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

.orga-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.7em 1.4em;
    background: var(--green-grad);
    color: var(--ink) !important;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--r-full);
    text-decoration: none !important;
    margin-top: auto;
    width: fit-content;
    transition:
        filter var(--dur-med) var(--ease),
        transform var(--dur-med) var(--ease),
        box-shadow var(--dur-med) var(--ease);
}

.orga-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: var(--shadow-green);
    color: var(--ink) !important;
    text-decoration: none !important;
}

.orga-btn .material-symbols-outlined {
    font-size: 16px !important;
}

/* ── Section toutes les prestations (26 items) ── */
.orga-services-section {
    background: #f7f9f4;
    border-radius: var(--r-xl);
    padding: 3rem 2.5rem;
    margin-bottom: 3.5rem;
}

.orga-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.orga-service-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.08);
    border-radius: var(--r-md);
    padding: 0.875rem 1rem;
    text-decoration: none !important;
    color: var(--ink);
    transition: all var(--dur-med) var(--ease);
    position: relative;
    overflow: hidden;
}

.orga-service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--green-grad);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform var(--dur-med) var(--ease);
    border-radius: 0 2px 2px 0;
}

.orga-service-item:hover {
    border-color: rgba(134, 189, 74, 0.4);
    box-shadow: 0 4px 16px rgba(134, 189, 74, 0.1);
    transform: translateY(-2px);
    color: var(--ink) !important;
    text-decoration: none !important;
}

.orga-service-item:hover::before {
    transform: scaleY(1);
}

.orga-service-item__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    background: rgba(134, 189, 74, 0.12);
    border-radius: var(--r-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    transition: all var(--dur-med) var(--ease);
}

.orga-service-item__icon .material-symbols-outlined {
    font-size: 18px !important;
    font-variation-settings:
        "FILL" 0,
        "wght" 300;
}

.orga-service-item:hover .orga-service-item__icon {
    background: var(--green);
    color: var(--ink);
}

.orga-service-item:hover .orga-service-item__icon .material-symbols-outlined {
    font-variation-settings:
        "FILL" 1,
        "wght" 400;
}

.orga-service-item__content {
    flex: 1;
    min-width: 0;
}

.orga-service-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.35;
}

.orga-service-item__desc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font-body);
    font-size: 0.7rem;
    color: var(--mid);
    line-height: 1.4;
    margin-top: 2px;
}

.orga-service-item__arrow {
    flex-shrink: 0;
    color: rgba(10, 10, 10, 0.2);
    font-size: 18px !important;
    transition: all var(--dur-med) var(--ease);
}

.orga-service-item:hover .orga-service-item__arrow {
    color: var(--green);
    transform: translateX(4px);
}

/* ═══════════════════════════════════════════════════
   OE — Bouton vert générique
═══════════════════════════════════════════════════ */
.oe-btn-green {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.4rem;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
    color: #0a0a0a;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 8px;
    text-decoration: none;
    transition:
        opacity 0.2s,
        transform 0.2s;
    white-space: nowrap;
}
.oe-btn-green:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #0a0a0a;
}

/* ═══════════════════════════════════════════════════
   CTA BRIEF — oe-cta-brief
═══════════════════════════════════════════════════ */
.oe-cta-brief {
    background: #fff;
    border: 1.5px solid #e8f0e0;
    border-left: 4px solid #86bd4a;
    border-radius: 12px;
    padding: 1.75rem 2rem 1.75rem 2.25rem;
}
.oe-cta-brief__inner {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}
.oe-cta-brief__content {
    flex: 1;
}
.oe-cta-brief__title {
    font-family: "Unbounded", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0.5rem 0 0.75rem;
}
.oe-cta-brief__text {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.oe-cta-brief__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem 1.5rem;
}
.oe-cta-brief__list li {
    font-size: 0.84rem;
    color: #374151;
    padding-left: 1.2rem;
    position: relative;
    font-family: "DM Sans", sans-serif;
}
.oe-cta-brief__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    background: #86bd4a;
    border-radius: 50%;
}
.oe-cta-brief__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
    min-width: 190px;
}
.oe-cta-brief__secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.6rem 1rem;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.82rem;
    color: #374151;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    transition:
        border-color 0.2s,
        color 0.2s;
}
.oe-cta-brief__secondary:hover {
    border-color: #86bd4a;
    color: #86bd4a;
}

/* ═══════════════════════════════════════════════════
   CTA TRUST — oe-cta-trust
═══════════════════════════════════════════════════ */
.oe-cta-trust {
    background: #0a0a0a;
    border-radius: 16px;
    padding: 2.25rem;
    color: #fff;
}
.oe-cta-trust__stats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.oe-cta-trust__stat {
    flex: 1;
    text-align: center;
    padding: 0.8rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(134, 189, 74, 0.18);
}
.oe-cta-trust__num {
    display: block;
    font-family: "Unbounded", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #86bd4a;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}
.oe-cta-trust__label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: "DM Sans", sans-serif;
}
.oe-cta-trust__content {
    margin-bottom: 1.5rem;
}
.oe-cta-trust__content h3 {
    font-family: "Unbounded", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.6rem;
}
.oe-cta-trust__content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.65;
}
.oe-cta-trust__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}
.oe-cta-trust__outline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.15rem;
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    transition:
        border-color 0.2s,
        color 0.2s;
    white-space: nowrap;
}
.oe-cta-trust__outline:hover {
    border-color: #86bd4a;
    color: #86bd4a;
}

/* ═══════════════════════════════════════════════════
   CITY CARDS — oe-city-card
═══════════════════════════════════════════════════ */
.oe-cities-section {
    margin-bottom: 2.5rem;
}
.oe-cities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}
.oe-city-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #ebebeb;
    text-decoration: none;
    transition:
        transform 0.25s,
        box-shadow 0.25s;
}
.oe-city-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}
.oe-city-card__media {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}
.oe-city-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.oe-city-card:hover .oe-city-card__media img {
    transform: scale(1.05);
}
.oe-city-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, transparent 60%);
}
.oe-city-card__location {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.52);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.73rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    padding: 0.28rem 0.65rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.oe-city-card__location .material-symbols-outlined {
    font-size: 13px;
}
.oe-city-card__body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.oe-city-card__title {
    font-family: "Unbounded", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}
.oe-city-card__text {
    font-size: 0.83rem;
    color: #6b6b6b;
    line-height: 1.55;
    flex: 1;
    margin-bottom: 0.9rem;
    font-family: "DM Sans", sans-serif;
}
.oe-city-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #86bd4a;
    font-family: "DM Sans", sans-serif;
    transition: gap 0.2s;
}
.oe-city-card:hover .oe-city-card__link {
    gap: 0.65rem;
}

/* ═══════════════════════════════════════════════════
   SIDEBAR — sb-*
═══════════════════════════════════════════════════ */
.sb-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0;
}

/* ── Bloc générique (header + contenu) ── */
.sb-block {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    overflow: hidden;
}
.sb-block__header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #0a0a0a;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.sb-block__header .material-symbols-outlined {
    font-size: 16px;
    color: #86bd4a;
}

/* ── Liens rapides ── */
.sb-links {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.25rem;
}
.sb-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.6rem 0.75rem;
    border-radius: 9px;
    text-decoration: none;
    color: #374151;
    font-family: "DM Sans", sans-serif;
    font-size: 0.86rem;
    font-weight: 500;
    transition:
        background 0.18s,
        color 0.18s;
}
.sb-link:hover {
    background: #f3fae8;
    color: #86bd4a;
}
.sb-link__icon {
    font-size: 17px;
    color: #86bd4a;
    flex-shrink: 0;
}
.sb-link:hover .sb-link__icon {
    color: #86bd4a;
}
.sb-link__text {
    flex: 1;
}
.sb-link__arrow {
    font-size: 16px;
    color: #d1d5db;
    transition:
        transform 0.18s,
        color 0.18s;
}
.sb-link:hover .sb-link__arrow {
    transform: translateX(3px);
    color: #86bd4a;
}

/* ── CTA card ── */
.sb-cta {
    border-radius: 14px;
    overflow: hidden;
    background: #0a0a0a;
    border: 1.5px solid #1a1a1a;
}
.sb-cta__media {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.sb-cta__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: transform 0.4s;
}
.sb-cta:hover .sb-cta__media img {
    transform: scale(1.04);
}
.sb-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 30%, #0a0a0a 100%);
}
.sb-cta__body {
    padding: 1.1rem 1.1rem 1.25rem;
}
.sb-cta__title {
    font-family: "Unbounded", sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
    line-height: 1.4;
}
.sb-cta__text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1.5;
}
.sb-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
    color: #0a0a0a;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 0.84rem;
    border-radius: 8px;
    text-decoration: none;
    transition:
        opacity 0.2s,
        transform 0.2s;
}
.sb-cta__btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #0a0a0a;
}

/* ── Réseaux sociaux ── */
.sb-socials {
    display: flex;
    gap: 0.6rem;
    padding: 0.9rem 1rem;
}
.sb-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f4f4f4;
    color: #374151;
    text-decoration: none;
    transition:
        background 0.2s,
        color 0.2s,
        transform 0.2s;
    flex-shrink: 0;
}
.sb-social svg {
    width: 16px;
    height: 16px;
}
.sb-social:hover {
    background: #86bd4a;
    color: #0a0a0a;
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════
   HERO — oe-hero (orga_event)
═══════════════════════════════════════════════════ */
.oe-hero {
    position: relative;
    width: 100%;
    min-height: 620px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Image de fond */
.oe-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.oe-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.oe-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
}

/* Contenu centré */
.oe-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 3.5rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
}

/* Breadcrumb */
.oe-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-family: "DM Sans", sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}
.oe-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.oe-hero__breadcrumb a:hover {
    color: #86bd4a;
}
.oe-hero__breadcrumb .material-symbols-outlined {
    font-size: 14px;
}

/* Bloc central */
.oe-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
}
.oe-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    background: rgba(134, 189, 74, 0.15);
    border: 1px solid rgba(134, 189, 74, 0.4);
    border-radius: 100px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #86bd4a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.oe-hero__title {
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.oe-hero__sub {
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    max-width: 600px;
    margin: 0;
}
.oe-hero__actions {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}
.oe-hero__outline {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.68rem 1.25rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition:
        border-color 0.2s,
        color 0.2s,
        background 0.2s;
}
.oe-hero__outline:hover {
    border-color: #86bd4a;
    color: #86bd4a;
    background: rgba(134, 189, 74, 0.06);
}

/* Badges statistiques bas */
.oe-hero__badges {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 1.1rem 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: fit-content;
}
.oe-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.75rem;
    text-align: center;
}
.oe-hero__badge-num {
    font-family: "Unbounded", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #86bd4a;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}
.oe-hero__badge-label {
    font-family: "DM Sans", sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.oe-hero__badge-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   AGENCE V2 — HERO  ag2-hero
═══════════════════════════════════════════════════ */
.ag2-hero {
    position: relative;
    width: 100%;
    /* min-height: 520px; */
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.ag2-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.ag2-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.ag2-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 55%, rgba(0, 0, 0, 0.45) 100%);
}
.ag2-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 9.5rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}
.ag2-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-family: "DM Sans", sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    flex-wrap: wrap;
}
.ag2-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.ag2-hero__breadcrumb a:hover {
    color: #86bd4a;
}
.ag2-hero__breadcrumb .material-symbols-outlined {
    font-size: 14px;
}
.ag2-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
}
.ag2-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    background: rgba(134, 189, 74, 0.15);
    border: 1px solid rgba(134, 189, 74, 0.4);
    border-radius: 100px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #86bd4a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ag2-hero__tag .material-symbols-outlined {
    font-size: 14px;
}
.ag2-hero__title {
    font-family: "Unbounded", sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.ag2-hero__sub {
    font-family: "DM Sans", sans-serif;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    max-width: 640px;
}
.ag2-hero__sub p {
    margin: 0;
}
.ag2-hero__actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}
.ag2-hero__outline {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.68rem 1.25rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition:
        border-color 0.2s,
        color 0.2s,
        background 0.2s;
}
.ag2-hero__outline:hover {
    border-color: #86bd4a;
    color: #86bd4a;
    background: rgba(134, 189, 74, 0.06);
}
.ag2-hero__badges {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: fit-content;
}
.ag2-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.5rem;
    text-align: center;
}
.ag2-hero__badge-num {
    font-family: "Unbounded", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #86bd4a;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}
.ag2-hero__badge-label {
    font-family: "DM Sans", sans-serif;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.ag2-hero__badge-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   AGENCE V2 — SIDEBAR  ag2-sidebar
═══════════════════════════════════════════════════ */
.ag2-sidebar {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #ebebeb;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 50px;
}
.ag2-sidebar__cover {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.ag2-sidebar__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.ag2-sidebar:hover .ag2-sidebar__cover img {
    transform: scale(1.04);
}
.ag2-sidebar__cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ag2-sidebar__cover-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    color: #fff;
    font-size: 0.75rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.ag2-sidebar__cover-tag .material-symbols-outlined {
    font-size: 13px;
}
.ag2-sidebar__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ag2-sidebar__profile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}
.ag2-sidebar__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid #86bd4a;
    flex-shrink: 0;
}
.ag2-sidebar__name {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0a0a0a;
}
.ag2-sidebar__status {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.73rem;
    color: #86bd4a;
    font-weight: 600;
}
.ag2-sidebar__metas {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.ag2-sidebar__meta {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}
.ag2-sidebar__meta-icon {
    font-size: 16px !important;
    color: #86bd4a;
    margin-top: 2px;
    flex-shrink: 0;
}
.ag2-sidebar__meta-label {
    display: block;
    font-size: 0.68rem;
    font-family: "DM Sans", sans-serif;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.1rem;
}
.ag2-sidebar__meta-value {
    display: block;
    font-size: 0.83rem;
    font-family: "DM Sans", sans-serif;
    color: #374151;
    line-height: 1.45;
}
.ag2-sidebar__meta-link {
    color: #86bd4a;
    text-decoration: none;
    word-break: break-all;
}
.ag2-sidebar__meta-link:hover {
    text-decoration: underline;
}
.ag2-sidebar__socials {
    display: flex;
    gap: 0.45rem;
    margin-top: 0.3rem;
}
.ag2-sidebar__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #f4f4f4;
    color: #374151;
    text-decoration: none;
    transition:
        background 0.2s,
        color 0.2s,
        transform 0.2s;
    flex-shrink: 0;
}
.ag2-sidebar__social svg {
    width: 14px;
    height: 14px;
}
.ag2-sidebar__social:hover {
    background: #86bd4a;
    color: #0a0a0a;
    transform: translateY(-2px);
}
.ag2-sidebar__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
    color: #0a0a0a;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 10px;
    text-decoration: none;
    transition:
        opacity 0.2s,
        transform 0.2s;
    margin-top: 0.25rem;
}
.ag2-sidebar__cta:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    color: #0a0a0a;
}
.ag2-sidebar__tagline {
    display: block;
    text-align: center;
    font-size: 0.73rem;
    color: #9ca3af;
    font-family: "DM Sans", sans-serif;
    font-style: italic;
}

/* ═══════════════════════════════════════════════════
   AGENCE V2 — CONTENU  overrides v4_ ag_
═══════════════════════════════════════════════════ */

/* CTA inline dans le contenu */
.v4_cta_large {
    background: #0a0a0a;
    border-radius: 14px;
    padding: 1.75rem 2rem;
    color: #fff;
    margin: 0.5rem 0;
}
.v4_cta_large span,
.v4_cta_large > span {
    font-family: "Unbounded", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    display: block;
}
.v4_cta_large a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1.2rem;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
    color: #0a0a0a !important;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 8px;
    text-decoration: none !important;
    border: none !important;
    transition: opacity 0.2s;
}
.v4_cta_large a:hover {
    opacity: 0.9;
}
.v4_cta_large a .material-icons {
    font-size: 16px;
}

/* Sommaire */
.v4_summary {
    background: #f9fdf4;
    border: 1.5px solid #d4edba;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.v4_summary_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1.25rem;
    font-family: "Unbounded", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0a0a0a;
    cursor: pointer;
    list-style: none;
    background: #edf7d8;
    user-select: none;
}
.v4_summary_title::-webkit-details-marker {
    display: none;
}
.v4_summary_title .material-icons {
    color: #86bd4a;
    font-size: 18px;
    transition: transform 0.2s;
}
.v4_summary[open] .v4_summary_title .material-icons {
    transform: rotate(180deg);
}
.v4_summary_nav {
    padding: 0.75rem 1.25rem 1rem;
}
.v4_summary_list {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.85rem;
    color: #374151;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    counter-reset: none;
}
.v4_summary_list > li {
    list-style: decimal;
}
.v4_summary_list a {
    color: #374151;
    text-decoration: none;
    transition: color 0.15s;
}
.v4_summary_list a:hover {
    color: #86bd4a;
}
.v4_summary_sublist {
    padding-left: 1.1rem;
    margin-top: 0.3rem;
    font-size: 0.8rem;
    color: #6b7280;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.v4_summary_sublist li {
    list-style: disc;
}
/* Reset puces vertes dans le sommaire */
.v4_summary li::before,
.v4_summary_list li::before,
.v4_summary_sublist li::before {
    display: none;
}
.v4_summary ul li,
.v4_summary ol li {
    padding: 0;
    background: transparent;
    border: none;
}

/* Update tag */
.v4_updated {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    color: #9ca3af;
    background: #f9f9f9;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    padding: 0.22rem 0.75rem;
    margin-bottom: 1.25rem;
}
.v4_updated .material-icons {
    font-size: 13px;
    color: #86bd4a;
}

/* Bloc territorial */
.ag_territorial {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: #f3fae8;
    border-left: 3px solid #86bd4a;
    border-radius: 0 8px 8px 0;
    font-size: 0.83rem;
    color: #374151;
    margin-bottom: 1.25rem;
    font-family: "DM Sans", sans-serif;
}
.ag_territorial .material-icons {
    color: #86bd4a;
    font-size: 15px;
    flex-shrink: 0;
}

/* Galerie images */
.ag_gallery {
    margin-bottom: 2rem;
}
.ag_gallery img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.agg_p1 {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
    img{
        aspect-ratio: 1/.96;   
    }
}
.agg_p2 {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 10px;
}
.agg_p1 img,
.agg_p2 img {
    height: 100%;
}

.agg_p3{
    img{
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

/* Erreurs fréquentes */
.v4_errors {
    background: #fff8f8;
    border: 1.5px solid #fecaca;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.v4_errors h2 {
    border-left-color: #ef4444 !important;
}
.v4_errors ul li {
    color: #374151;
}
.v4_errors ul li::before {
    background: #ef4444;
}
.v4_errors .material-icons {
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
    margin-top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v4_errors > div {
    background: #fff;
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    margin-top: 10px;
}

/* FAQ */
.v4_faqbox {
    margin-bottom: 2rem;
}
.v4_faqbox details {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}
.v4_faqbox details:hover {
    border-color: rgba(134, 189, 74, 0.4);
}
.v4_faqbox summary {
    padding: 0.9rem 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    list-style: none;
    background: #fafafa;
    transition:
        background 0.15s,
        color 0.15s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.v4_faqbox summary::after {
    content: "+";
    font-size: 1.2rem;
    color: #86bd4a;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 0.5rem;
}
.v4_faqbox details[open] summary::after {
    content: "−";
}
.v4_faqbox summary::-webkit-details-marker {
    display: none;
}
.v4_faqbox details[open] summary {
    background: #f3fae8;
    color: #3a7a0e;
}
.v4_faqbox details > *:not(summary),
.v4_faqbox details > div {
    padding: 0.85rem 1.1rem;
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.7;
    border-top: 1px solid #f0f0f0;
    font-family: "DM Sans", sans-serif;
}
.v4_faqbox > .material-icons {
    display: none;
}
/* Reset puces dans FAQ */
.v4_faqbox ul li::before,
.v4_faqbox li::before {
    display: none;
}
.v4_faqbox ul li,
.v4_faqbox ol li {
    background: transparent;
    border: none;
    padding: 0.15rem 0;
}

/* Section finale sombre ag_darked */
.ag_darked {
    border-radius: 16px;
    padding: 3rem 2rem;
    color: #fff;
    text-align: center;
}
.ag_darked > .material-icons {
    font-size: 2rem;
    color: #86bd4a;
    margin-bottom: 0.75rem;
    display: block;
}
.ag_darked h2 {
    font-family: "Unbounded", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0.75rem !important;
}
.ag_darked h2::after {
    display: none !important;
}
.ag_darked > div {
    color: rgba(255, 255, 255, 0.7);
    font-family: "DM Sans", sans-serif;
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
}
.ag_darked a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    text-decoration: none !important;
    transition:
        background 0.2s,
        border-color 0.2s;
    color: #fff;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}
.ag_darked a:hover {
    background: rgba(134, 189, 74, 0.1);
    border-color: #86bd4a;
}
.ag_darked img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #86bd4a;
    flex-shrink: 0;
}

.ag_subtitle {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    display: block;
}
.ag_subtext {
    font-family: "DM Sans", sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-top: 0.2rem;
}

/* ═══════════════════════════════════════════════════
   AGENCE V2 — CONTENU  .ag_content / .--content
   Style éditorial propre, aucune carte sur chaque div
═══════════════════════════════════════════════════ */

/* ── Base ── */
.ag_content {
    font-family: "DM Sans", sans-serif;
    font-size: 0.92rem;
    color: #3d4451;
    line-height: 1.78;
}

/* ── H2 — titre de section ── */
.ag_content h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #0a0a0a;
    line-height: 1.3;
    margin: 2.25rem 0 0.8rem;
}
.ag_content > div:first-child > h2:first-child,
.ag_content h2:first-child {
    margin-top: 0;
}

/* ── H3 ── */
.ag_content h3 {
    font-family: "Unbounded", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

/* ── H4 ── */
.ag_content h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    margin: 1.1rem 0 0.35rem;
}

/* ── Paragraphes ── */
.ag_content p {
    font-size: 0.91rem;
    color: #4b5563;
    line-height: 1.78;
    margin-bottom: 0.65rem;
}
.ag_content p:last-child {
    margin-bottom: 0;
}

/* ── Strong / em ── */
.ag_content strong {
    font-weight: 700;
    color: #1f2937;
}
.ag_content em {
    font-style: italic;
    color: #6b7280;
}

/* ── Listes ol ── */
.ag_content ol:not([class]) {
    margin: 0.5rem 0 1rem;
    padding-left: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.ag_content ol:not([class]) li {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.6;
    padding-left: 0.2rem;
}

/* ── Tables ── */
.ag_content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
    margin: 1rem 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1.5px solid #e5e7eb;
}
.ag_content th {
    background: #0a0a0a;
    color: #fff;
    font-family: "Unbounded", sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.65rem 0.9rem;
    text-align: left;
}
.ag_content td {
    padding: 0.55rem 0.9rem;
    border-bottom: 1px solid #f3f4f6;
    color: #374151;
    vertical-align: top;
    line-height: 1.5;
}
.ag_content tr:last-child td {
    border-bottom: none;
}
.ag_content tr:nth-child(even) td {
    background: #fafafa;
}

/* ── Liens inline ── */
.ag_content a:not([class]) {
    color: #5a9e1e;
    text-decoration: underline;
    text-decoration-color: rgba(90, 158, 30, 0.3);
    text-underline-offset: 2px;
    transition: text-decoration-color 0.15s;
}
.ag_content a:not([class]):hover {
    text-decoration-color: #86bd4a;
}

/* ── Espacement entre sections ── */
.ag_content > div,
.ag_content > section {
    margin-bottom: 2rem;
}

/* ═══════════════════════════════════════════════════
   BLOG ARCHIVE — HERO  blog-hero
═══════════════════════════════════════════════════ */
.blog-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.blog-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.blog-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.65) 55%, rgba(0, 0, 0, 0.4) 100%);
}

.blog-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 6rem var(--container-pad) 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.blog-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    flex-wrap: wrap;
}

.blog-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    transition: color 0.2s;
}

.blog-hero__breadcrumb a:hover {
    color: var(--green);
}

.blog-hero__breadcrumb .material-symbols-outlined {
    font-size: 13px;
}

.blog-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
}

.blog-hero__tag .material-symbols-outlined {
    font-size: 14px;
}

.blog-hero__title {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}

.blog-hero__sub {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 560px;
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════════════
   BLOG ARCHIVE — GRID  blog-section / blog-card
═══════════════════════════════════════════════════ */
.blog-section {
    background: var(--bg);
    padding: var(--sp-2xl) var(--container-pad);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    max-width: var(--container-max);
    margin: 0 auto;
}

.blog-card {
    background: var(--bg2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        border-color var(--dur-med) var(--ease),
        transform var(--dur-med) var(--ease),
        box-shadow var(--dur-med) var(--ease);
}

.blog-card:hover {
    border-color: var(--c-border-green);
    transform: translateY(-4px);
    box-shadow: var(--shadow-green);
}

.blog-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--ease);
}

.blog-card:hover .blog-card__media img {
    transform: scale(1.04);
}

.blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.4rem 1.5rem 1.6rem;
    flex: 1;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--green);
}

.blog-card__meta .material-symbols-outlined {
    font-size: 13px;
}

.blog-card__title {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--c-white);
    margin: 0;
}

.blog-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color var(--dur-fast);
}

.blog-card__title a:hover {
    color: var(--green);
}

.blog-card__excerpt {
    font-family: var(--font-body);
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--dim);
    margin: 0;
    flex: 1;
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.5rem;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--green);
    text-decoration: none;
    transition:
        gap var(--dur-med) var(--ease),
        opacity var(--dur-fast);
}

.blog-card__link:hover {
    gap: 0.6rem;
    opacity: 0.85;
}

.blog-card__link .material-symbols-outlined {
    font-size: 16px;
    transition: transform var(--dur-med) var(--ease);
}

.blog-card__link:hover .material-symbols-outlined {
    transform: translateX(3px);
}

/* ── Pagination ── */
.blog-pagination {
    max-width: var(--container-max);
    margin: 3rem auto 0;
    display: flex;
    justify-content: center;
}

.blog-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 0.75rem;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--dim);
    background: var(--bg2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-md);
    text-decoration: none;
    transition:
        color var(--dur-fast),
        border-color var(--dur-fast),
        background var(--dur-fast);
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    color: var(--ink);
    background: var(--green-grad);
    border-color: transparent;
}

.blog-pagination .page-numbers .material-symbols-outlined {
    font-size: 18px;
}


/* ═══════════════════════════════════════════════════
   SINGLE POST — HERO  single-hero
═══════════════════════════════════════════════════ */
.single-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.single-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.single-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.single-hero__bg--fallback {
    background: var(--bg1);
}

.single-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.25) 100%);
}

.single-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 7rem var(--container-pad) 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.single-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    flex-wrap: wrap;
}

.single-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.single-hero__breadcrumb a:hover {
    color: var(--green);
}

.single-hero__breadcrumb .material-symbols-outlined {
    font-size: 13px;
}

.single-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 820px;
}

.single-hero__meta {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.single-hero__cat {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green);
}

.single-hero__date,
.single-hero__read {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.single-hero__meta .material-symbols-outlined {
    font-size: 13px;
}

.single-hero__sep {
    opacity: 0.35;
}

.single-hero__title {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 4.5vw, 3rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}

.single-hero__excerpt {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
    max-width: 680px;
    margin: 0;
}

/* ═══════════════════════════════════════════════════
   SINGLE POST — LAYOUT
═══════════════════════════════════════════════════ */
.single-wrap {
    background: #fff;
    padding: var(--sp-2xl) var(--container-pad);
}

.single-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3.5rem;
    max-width: var(--container-max);
    margin: 0 auto;
    align-items: start;
}

/* ═══════════════════════════════════════════════════
   SINGLE POST — CONTENU  single-content
═══════════════════════════════════════════════════ */
.single-content {
    font-family: var(--font-body);
    font-size: 1.025rem;
    line-height: 1.8;
    color: #1a1a1a;
}

.single-content h2 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--green);
}

.single-content h3 {
    font-family: var(--font-display);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    margin: 2rem 0 0.75rem;
}

.single-content h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--green);
    margin: 1.75rem 0 0.6rem;
}

.single-content h5,
.single-content h6 {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
    margin: 1.5rem 0 0.5rem;
}

.single-content p {
    margin: 0 0 1.4rem;
}

.single-content p:last-child {
    margin-bottom: 0;
}

.single-content a {
    color: var(--green);
    text-decoration: underline;
    text-decoration-color: rgba(134, 189, 74, 0.4);
    text-underline-offset: 3px;
    transition:
        text-decoration-color 0.2s,
        color 0.2s;
}

.single-content a:hover {
    color: var(--gd);
    text-decoration-color: var(--gd);
}

/* Listes */
.single-content ul,
.single-content ol {
    margin: 0 0 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.single-content ul {
    list-style: none;
}

.single-content ul li {
    padding-left: 1.4rem;
    position: relative;
}

.single-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
}

.single-content ol {
    list-style: decimal;
    padding-left: 1.4rem;
}

.single-content ol li::marker {
    color: var(--green);
    font-weight: 600;
}

/* Blockquote */
.single-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background: rgba(134, 189, 74, 0.06);
    border-left: 4px solid var(--green);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    font-size: 1.05rem;
    font-style: italic;
    color: #333;
    line-height: 1.7;
}

.single-content blockquote p {
    margin: 0;
}

.single-content blockquote cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Images & figures */
.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--r-md);
    display: block;
    margin: 1.75rem auto;
}

.single-content img.alignleft {
    float: left;
    margin: 0.25rem 1.75rem 1rem 0;
}

.single-content img.alignright {
    float: right;
    margin: 0.25rem 0 1rem 1.75rem;
}

.single-content img.aligncenter {
    margin: 1.75rem auto;
}

.single-content figure {
    margin: 2rem 0;
}

.single-content figure img {
    margin: 0 0 0.5rem;
}

.single-content figcaption {
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
}

/* Tableau */
.single-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 2rem 0;
    border-radius: var(--r-md);
    overflow: hidden;
}

.single-content th {
    background: #0a0a0a;
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.85rem 1rem;
    text-align: left;
}

.single-content td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    color: #333;
    vertical-align: top;
}

.single-content tr:nth-child(even) td {
    background: #f9f9f9;
}

/* Code */
.single-content code {
    font-family: "Courier New", monospace;
    font-size: 0.85em;
    background: #f3f4f6;
    color: #c0392b;
    padding: 0.15em 0.4em;
    border-radius: 4px;
}

.single-content pre {
    background: #1a1a1a;
    color: #e0e0e0;
    font-family: "Courier New", monospace;
    font-size: 0.875rem;
    line-height: 1.7;
    padding: 1.5rem;
    border-radius: var(--r-md);
    overflow-x: auto;
    margin: 2rem 0;
}

.single-content pre code {
    background: none;
    color: inherit;
    padding: 0;
    border-radius: 0;
}

/* HR */
.single-content hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2.5rem 0;
}

/* Embeds */
.single-content .wp-block-embed,
.single-content .embed-responsive {
    margin: 2rem 0;
    border-radius: var(--r-md);
    overflow: hidden;
}

.single-content iframe {
    max-width: 100%;
    border-radius: var(--r-md);
}

/* ── Tags ── */
.single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.single-tag {
    display: inline-block;
    padding: 0.3em 0.85em;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #555;
    background: #f3f4f6;
    border-radius: var(--r-full);
    text-decoration: none;
    transition:
        background 0.2s,
        color 0.2s;
}

.single-tag:hover {
    background: rgba(134, 189, 74, 0.12);
    color: var(--green);
}

/* ── Auteur ── */
.single-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: #f9fafb;
    border-radius: var(--r-lg);
    border: 1px solid #eee;
}

.single-author__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--green);
    flex-shrink: 0;
}

.single-author__info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.single-author__label {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
}

.single-author__name {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
}

/* ═══════════════════════════════════════════════════
   SINGLE POST — SIDEBAR
═══════════════════════════════════════════════════ */
.single-sidebar__inner {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.single-cta {
    background: var(--bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
}

.single-cta__img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.single-cta__text {
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--dim);
    padding: 0 1.25rem;
    margin: 0;
}

.single-cta__btn {
    margin: 0 1.25rem;
    width: calc(100% - 2.5rem);
    justify-content: center;
}

.single-recent {
    background: var(--bg);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    padding: 1.4rem 1.25rem;
}

.single-recent__title {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--c-white);
    margin: 0 0 1.1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--c-border);
}

.single-recent__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.single-recent__item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.single-recent__thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: var(--r-sm);
    overflow: hidden;
    display: block;
}

.single-recent__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s var(--ease);
}

.single-recent__item:hover .single-recent__thumb img {
    transform: scale(1.06);
}

.single-recent__info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.single-recent__date {
    font-family: var(--font-body);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--green);
}

.single-recent__name {
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--dim);
    text-decoration: none;
    transition: color 0.2s;
}

.single-recent__name:hover {
    color: var(--c-white);
}

/* ═══════════════════════════════════════════════════
   SINGLE POST — ARTICLES SIMILAIRES
═══════════════════════════════════════════════════ */
.single-related {
    background: var(--bg1);
    padding: var(--sp-2xl) var(--container-pad);
    border-top: 1px solid var(--c-border);
}

.single-related__inner {
    max-width: var(--container-max);
    margin: 0 auto;
}


/* ═══════════════════════════════════════════════════
   CONTACT — HERO  contact-hero
═══════════════════════════════════════════════════ */
.contact-hero {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.contact-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.contact-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.65) 55%, rgba(0, 0, 0, 0.4) 100%);
}

.contact-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 6rem var(--container-pad) 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    flex-wrap: wrap;
}

.contact-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-hero__breadcrumb a:hover {
    color: var(--green);
}

.contact-hero__breadcrumb .material-symbols-outlined {
    font-size: 13px;
}

.contact-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 760px;
}

.contact-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
}

.contact-hero__tag .material-symbols-outlined {
    font-size: 14px;
}

.contact-hero__title {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}

.contact-hero__title em {
    font-style: normal;
    color: var(--green);
    background: var(--green-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero__sub {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    max-width: 560px;
    line-height: 1.65;
    margin: 0;
}

/* Badges hero */
.contact-hero__badges {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--r-xl);
    padding: 1rem 1.5rem;
    width: fit-content;
    backdrop-filter: blur(8px);
}

.contact-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0 1.5rem;
    text-align: center;
}

.contact-hero__badge-num {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--green);
}

.contact-hero__badge-label {
    font-family: var(--font-body);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.contact-hero__badge-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
}

/* ═══════════════════════════════════════════════════
   CONTACT — SECTION PRINCIPALE  contact-section
═══════════════════════════════════════════════════ */
.contact-section {
    background: #fff;
    padding: var(--sp-2xl) var(--container-pad);
}

.contact-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    max-width: var(--container-max);
    margin: 0 auto;
    align-items: start;
}

/* ── Colonne intro ── */
.contact-intro {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: sticky;
    top: 90px;
}

.contact-intro__title {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin: 0;
}

.contact-intro__title em {
    font-style: normal;
    color: var(--green);
}

.contact-intro__text {
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.75;
    color: #444;
    margin: 0;
}

/* CTA cards intro */
.contact-ctas {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-md);
    text-decoration: none;
    transition:
        border-color 0.2s,
        background 0.2s,
        transform 0.2s var(--ease);
}

.contact-cta:hover {
    border-color: var(--green);
    background: rgba(134, 189, 74, 0.05);
    transform: translateX(4px);
}

.contact-cta__icon {
    font-size: 20px;
    color: var(--green);
    flex-shrink: 0;
}

.contact-cta__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1;
}

.contact-cta__body strong {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: #111;
}

.contact-cta__body span {
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: #888;
}

.contact-cta__arrow {
    font-size: 18px;
    color: #ccc;
    transition:
        color 0.2s,
        transform 0.2s var(--ease);
}

.contact-cta:hover .contact-cta__arrow {
    color: var(--green);
    transform: translateX(2px);
}

/* Réassurance */
.contact-reassurance {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.contact-reassurance__item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: #555;
}

.contact-reassurance__item .material-symbols-outlined {
    font-size: 16px;
    color: var(--green);
    flex-shrink: 0;
}

/* ── Colonne formulaire ── */
.contact-form-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-lg);
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* Override Zoho form styles */
.contact-form-wrap .parent-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
}

.contact-form-wrap .zcwf_row {
    width: 100% !important;
    margin: 0 !important;
}

.contact-form-wrap .zcwf_col_lab {
    font-family: var(--font-body) !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 0.35rem !important;
}

.contact-form-wrap .zcwf_col_fld input,
.contact-form-wrap .zcwf_col_fld select,
.contact-form-wrap .zcwf_col_fld textarea {
    width: 100% !important;
    font-family: var(--font-body) !important;
    font-size: 0.875rem !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: var(--r-md) !important;
    padding: 0.7rem 1rem !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s !important;
    background: #fff !important;
    color: #111 !important;
}

.contact-form-wrap .zcwf_col_fld input:focus,
.contact-form-wrap .zcwf_col_fld select:focus,
.contact-form-wrap .zcwf_col_fld textarea:focus {
    outline: none !important;
    border-color: var(--green) !important;
    box-shadow: 0 0 0 3px rgba(134, 189, 74, 0.12) !important;
}

.contact-form-wrap .zcwf_col_fld input::placeholder,
.contact-form-wrap .zcwf_col_fld textarea::placeholder {
    color: #bbb !important;
}

.contact-form-wrap .textAreaParent {
    grid-column: span 2 !important;
}

.contact-form-wrap .textAreaParent textarea {
    height: 120px !important;
    resize: vertical !important;
}

.contact-form-wrap .zcwf_button,
.contact-form-wrap #formsubmit {
    background: var(--green-grad) !important;
    color: var(--ink) !important;
    font-family: var(--font-body) !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    padding: 0.85rem 2rem !important;
    border: none !important;
    border-radius: var(--r-full) !important;
    cursor: pointer !important;
    letter-spacing: 0.03em !important;
    transition:
        filter 0.2s,
        transform 0.2s !important;
}

.contact-form-wrap .zcwf_button:hover,
.contact-form-wrap #formsubmit:hover {
    filter: brightness(1.08) !important;
    transform: translateY(-2px) !important;
}

/* ═══════════════════════════════════════════════════
   CONTACT — AGENCES  contact-agencies
═══════════════════════════════════════════════════ */
.contact-agencies {
    background: var(--bg);
    padding: var(--sp-2xl) var(--container-pad);
    border-top: 1px solid var(--c-border);
}

.contact-agencies__inner {
    max-width: var(--container-max);
    margin: 0 auto;
}

.contact-agencies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: var(--sp-lg);
}

.contact-agency-card {
    background: var(--bg2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition:
        border-color var(--dur-med) var(--ease),
        transform var(--dur-med) var(--ease);
}

.contact-agency-card:hover {
    border-color: var(--c-border-green);
    transform: translateY(-3px);
}

.contact-agency-card__flag {
    font-size: 2rem;
    line-height: 1;
}

.contact-agency-card__name {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--c-white);
    margin: 0;
}

.contact-agency-card__infos {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

.contact-agency-card__infos li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: var(--dim);
    line-height: 1.4;
}

.contact-agency-card__infos .material-symbols-outlined {
    font-size: 15px;
    color: var(--green);
    flex-shrink: 0;
    margin-top: 1px;
}

.contact-agency-card__infos a {
    color: var(--dim);
    text-decoration: none;
    transition: color 0.2s;
}

.contact-agency-card__infos a:hover {
    color: var(--green);
}

.contact-agency-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    padding: 0.6em 1.4em;
    font-size: 0.8rem;
    font-weight: 600;
}


/* ═══════════════════════════════════════════════════
   SINGLE PRESTATION — HERO  prest-hero
═══════════════════════════════════════════════════ */
.prest-hero {
    position: relative;
    width: 100%;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.prest-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.prest-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prest-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.35) 100%);
}

.prest-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 7rem var(--container-pad) 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Breadcrumb */
.prest-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    flex-wrap: wrap;
}

.prest-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.prest-hero__breadcrumb a:hover {
    color: var(--green);
}

.prest-hero__breadcrumb .material-symbols-outlined {
    font-size: 13px;
}

/* Inner */
.prest-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 820px;
}

/* Tag */
.prest-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green);
}

.prest-hero__tag .material-symbols-outlined {
    font-size: 14px;
}

/* Title */
.prest-hero__title {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 4.5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}

/* TLDR */
.prest-hero__tldr {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.65);
    max-width: 680px;
}

.prest-hero__tldr p {
    margin: 0;
}

/* Actions */
.prest-hero__actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.prest-hero__outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85em 1.8em;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--r-full);
    text-decoration: none;
    transition:
        border-color 0.2s,
        color 0.2s,
        background 0.2s;
}

.prest-hero__outline:hover {
    border-color: var(--green);
    color: var(--green);
    background: rgba(134, 189, 74, 0.06);
}

.prest-hero__outline .material-symbols-outlined {
    font-size: 16px;
}

/* Badges */
.prest-hero__badges {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--r-xl);
    padding: 1rem 1.5rem;
    width: fit-content;
    backdrop-filter: blur(8px);
}

.prest-hero__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0 1.5rem;
    text-align: center;
}

.prest-hero__badge-num {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--green);
}

.prest-hero__badge-label {
    font-family: var(--font-body);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
}

.prest-hero__badge-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
}

/* ═══════════════════════════════════════════════════
   SINGLE PRESTATION — LAYOUT  prest-layout
═══════════════════════════════════════════════════ */
.prest-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 2.5rem;
    max-width: var(--container-max);
    margin: 40px auto 0;
    align-items: start;
}

/* ── Contenu principal ── */
.prest-content {
    min-width: 0;
}

/* ── Sidebar ── */
.prest-sidebar__inner {
    position: sticky;
    top: 50px;
}

/* ═══════════════════════════════════════════════════
   SINGLE PRESTATION — TYPOGRAPHIE CONTENU  v4_content
═══════════════════════════════════════════════════ */
.v4_content {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.8;
    color: #1a1a1a;
}

.v4_content h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 2.5vw, 1.65rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.6rem;
}

.v4_content h3 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 1.8vw, 1.25rem);
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    margin: 2rem 0 0.75rem;
}

.v4_content h4 {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--green);
    margin: 1.5rem 0 0.5rem;
}

.v4_content p {
    margin: 0 0 1.25rem;
}

.v4_content p:last-child {
    margin-bottom: 0;
}

.v4_content a {
    color: var(--green);
    text-decoration: underline;
    text-decoration-color: rgba(134, 189, 74, 0.35);
    text-underline-offset: 3px;
    transition:
        text-decoration-color 0.2s,
        color 0.2s;
}

.v4_content a:hover {
    color: var(--gd);
    text-decoration-color: var(--gd);
}

/* Listes */
.v4_content ul,
.v4_content ol {
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.v4_content ul {
    list-style: none;
    padding: 0;
}

.v4_content ul li {
    padding-left: 1.4rem;
    position: relative;
}

.v4_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
}

.v4_content ol {
    list-style: decimal;
    padding-left: 1.4rem;
}

.v4_content ol li::marker {
    color: var(--green);
    font-weight: 600;
}

/* Blockquote */
.v4_content blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem 1.75rem;
    background: rgba(134, 189, 74, 0.06);
    border-left: 3px solid var(--green);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    font-style: italic;
    color: #333;
}

.v4_content blockquote p {
    margin: 0;
}

/* Images */
.v4_content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--r-md);
    display: block;
}

/* Table */
.v4_content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    margin: 1.5rem 0;
}

.v4_content th {
    background: #0a0a0a;
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    text-align: left;
}

.v4_content td {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #eee;
    color: #333;
    vertical-align: top;
}

.v4_content tr:nth-child(even) td {
    background: #f9fafb;
}

/* HR */
.v4_content hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
}

/* ── Sections spécifiques ── */

/* Bloc refs */
.v4_refs {
    padding: 1.75rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-lg);
}

.v4_refs_span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 1rem 0 0.75rem;
}

.v4_refs_span .material-icons {
    font-size: 15px;
}

img.v4_logo {
    width: 10%;
}

/* Bloc whys / bénéfices */
.v4_whys ul {
    gap: 0.6rem;
}

.v4_whys ul li {
    padding-left: 1.6rem;
}

/* Bloc agency */
.v4_agency {
    padding: 1.75rem;
    background: rgba(134, 189, 74, 0.05);
    border: 1px solid rgba(134, 189, 74, 0.2);
    border-radius: var(--r-lg);
}

/* Animations blocks */
.v4_animations {
    padding: 1.5rem 1.75rem;
    background: #f9fafb;
    border-left: 3px solid var(--green);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    margin-bottom: 1rem;
    position: relative;
}

.v4_animations h3 {
    margin: 0 0 0.5rem;
}

.v4_animations_icon {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 22px !important;
    color: var(--green);
    opacity: 0.4;
}

/* Stepper fidélité */
.v4_steper {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.v4_step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-md);
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: #333;
    line-height: 1.5;
}

.v4_step > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--green-grad);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* Process box */
.v4_processbox {
    padding: 2rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-lg);
}

.v4_processbox h2 {
    margin-top: 0;
}

.v4_processbox h3 {
    color: #0a0a0a;
    font-size: 1rem;
    margin-top: 1.5rem;
}

/* Séparateur logos clients */
.v4_sep {
    margin: 2.5rem 0 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.v4_sep::before,
.v4_sep::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.v4_sep span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    white-space: nowrap;
    font-family: var(--font-body);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
    font-weight: 600;
}

.v4_sep span span {
    font-size: 0.85rem;
    color: var(--green);
}

/* Box review */
.v4_boxreview {
    margin-top: 2.5rem;
    padding: 2rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-lg);
}

.v4_boxreview .br_img {
    width: 100%;
    border-radius: var(--r-md);
    object-fit: cover;
    max-height: 220px;
    aspect-ratio: 1.3 / 1;
}

.v4_boxreview .br_note {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a0a0a;
    line-height: 1;
}

.v4_boxreview .br_etoiles {
    display: flex;
    gap: 2px;
    margin: 0.3rem 0 0.2rem;
}

.v4_boxreview .br_etoiles svg {
    width: 14px;
    height: 14px;
}

.v4_boxreview .br_nb {
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: #888;
}

.v4_boxreview .br-quote {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-style: italic;
    color: #555;
    line-height: 1.55;
}

.v4_boxreview .br_section {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.25rem;
}

/* Infobox agence */
.v4_infobox {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: var(--r-md);
}

.v4_infobox h3 {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0 0 0.5rem;
}

.v4_infobox p {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: #555;
    line-height: 1.55;
    margin: 0 0 0.75rem;
}

/* Image illustrative */
.v4_img_ill {
    width: 100%;
    border-radius: var(--r-lg);
    object-fit: cover;
    max-height: 280px;
}

/* Images types (2 col) */
.v4_type_media {
    width: 100%;
    border-radius: var(--r-md);
    object-fit: cover;
    aspect-ratio: 4/3;
}


/* ═══════════════════════════════════════════════════
   GALERIE PRESTATION  v4_gallery
═══════════════════════════════════════════════════ */
.v4_gallery {
    margin: 2.5rem 0;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}

/* ── Image principale ── */
.gallery_featured {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    cursor: zoom-in;
    display: block;
}

.gallery_featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s var(--ease);
}

.gallery_featured::after {
    content: "zoom_in";
    font-family: "Material Icons";
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.25s, transform 0.25s var(--ease);
    pointer-events: none;
}

.gallery_featured:hover img {
    transform: scale(1.04);
}

.gallery_featured:hover::after {
    opacity: 1;
    transform: scale(1);
}

/* ── Grille miniatures ── */
.gallery_grid {
    display: grid;
    gap: 3px;
    margin-top: 3px;
}

.gallery_grid.grid-2 { grid-template-columns: repeat(2, 1fr); }
.gallery_grid.grid-3 { grid-template-columns: repeat(3, 1fr); }

.gallery_item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: zoom-in;
    background: #111;
}

.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s var(--ease), filter 0.3s;
}

.gallery_item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s;
    z-index: 1;
}

.gallery_item::after {
    content: "zoom_in";
    font-family: "Material Icons";
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.25s, transform 0.3s var(--ease);
    pointer-events: none;
}

.gallery_item:hover img { transform: scale(1.08); filter: brightness(0.8); }
.gallery_item:hover::before { background: rgba(0, 0, 0, 0.25); }
.gallery_item:hover::after { opacity: 1; transform: scale(1); }

/* ── Compteur sur la dernière vignette ── */
.gallery_item.gallery_item--more::after {
    content: attr(data-more);
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 1;
    transform: scale(1);
    background: none;
}

.gallery_item.gallery_item--more::before {
    background: rgba(0, 0, 0, 0.55);
}

/* ═══════════════════════════════════════════════════
   LIGHTBOX  v4_lightbox
═══════════════════════════════════════════════════ */
.v4_lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s var(--ease);
}

.v4_lightbox.active {
    opacity: 1;
    pointer-events: all;
}

body.lb_open { overflow: hidden; }

/* Image */
.lb_image {
    max-width: min(90vw, 1100px);
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--r-md);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.8);
    display: block;
    transition: opacity 0.2s;
    user-select: none;
}

/* Bouton fermer */
.lb_close {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.25s var(--ease);
    user-select: none;
}

.lb_close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: rotate(90deg);
}

/* Flèches navigation */
.lb_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s var(--ease);
    user-select: none;
}

.lb_nav:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }

.lb_prev { left: 1.5rem; }
.lb_prev:hover { transform: translateY(-50%) translateX(-3px); }

.lb_next { right: 1.5rem; }
.lb_next:hover { transform: translateY(-50%) translateX(3px); }

/* Compteur d'images */
.lb_counter {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-body);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.08em;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.3em 0.85em;
    border-radius: var(--r-full);
    pointer-events: none;
}

/* ═══════════════════════════════════════════════════
   MODALES  modalCatalogue / modalRappele
═══════════════════════════════════════════════════ */
.modalCatalogue,
.modalRappele {
    background: transparent;
    border: none;
    overflow: visible;
    display: none;
    opacity: 0;
    pointer-events: none;

    .__child {
        background: #f7f9fc;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 0;
        position: relative;
        z-index: 20;

        .--form {
            margin-top: 0;
        }

        .closeCatalogue,
        .closeRappel {
            align-items: center;
            background: #fff;
            border: none;
            border-radius: 40px;
            display: flex;
            height: 30px;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
            transform: translate(-50%, -50%);
            width: 30px;
            z-index: 3;
        }
    }

    &.show {
        opacity: 1;
        pointer-events: all;
        position: fixed;
        height: 100svh;
        width: 100svw;
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 0;
        z-index: 30000;

        &::before {
            height: 100svh;
            width: 100svw;
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 10;
        }
    }
}


/* ═══════════════════════════════════════════════════
   RESPONSIVE — MEDIA QUERIES CONSOLIDÉES
═══════════════════════════════════════════════════ */

/* ── max-width: 1280px ── */
@media (max-width: 1280px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .stat-item:nth-child(3) {
        border-right: none;
    }
    .stat-item:nth-child(4) {
        border-right: 1px solid var(--c-border);
        border-top: 1px solid var(--c-border);
    }
    .stat-item:nth-child(6) {
        border-right: none;
        border-top: 1px solid var(--c-border);
    }
    .stat-item:nth-child(5) {
        border-top: 1px solid var(--c-border);
    }
}

/* ── max-width: 1100px ── */
@media (max-width: 1100px) {
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .contact-intro {
        position: static;
    }
    .contact-ctas {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contact-cta {
        flex: 1 1 calc(50% - 0.375rem);
    }
}

/* ── max-width: 1024px ── */
@media (max-width: 1024px) {
    /* Header */
    .header-nav {
        display: none;
    }
    .burger-btn {
        display: flex;
    }
    .btn-header-cta .btn-cta-text {
        display: none;
    }
    .btn-header-cta {
        width: 36px;
        height: 36px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    /* Home page components */
    .approach-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .approach-img {
        height: 380px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }
    .reviews-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
    .footer-cta-inner {
        flex-direction: column;
        text-align: center;
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 220px 220px;
    }
    .gallery-item--tall {
        grid-row: span 1;
    }
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .process-layout {
        grid-template-columns: 1fr;
    }
    .process-human-col {
        position: static;
        order: -1;
    }
    .process-human-img {
        height: 340px;
    }

    /* SEO / agencies */
    .seo-intro-grid {
        grid-template-columns: 1fr;
    }
    .info-card {
        position: static;
    }
    .agencies-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    /* CTA light */
    .cta-light-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    /* OE cards */
    .oe-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .oe-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Orga grids */
    .orga-featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .orga-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Blog grid */
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Single post */
    .single-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .single-sidebar__inner {
        position: static;
    }
    .single-cta {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        text-align: left;
        padding: 1.25rem;
    }
    .single-cta__img {
        width: 100px;
        height: 100px;
        border-radius: var(--r-md);
    }
    .single-cta__btn {
        width: auto;
        margin: 0;
    }

    /* Prest layout */
    .prest-layout {
        grid-template-columns: 1fr;
    }
    .prest-sidebar__inner {
        position: static;
    }
    .prest-content {
        padding: 2rem 1.75rem;
    }
}

/* ── max-width: 900px ── */
@media (max-width: 900px) {
    .oe-cities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── max-width: 782px ── */
@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

/* ── max-width: 768px ── */
@media (max-width: 768px) {
    /* CSS custom properties */
    :root {
        --sp-3xl: 5rem;
        --sp-2xl: 3.5rem;
        --sp-xl: 3rem;
    }

    /* Hero */
    .hero-title {
        font-size: clamp(2.5rem, 10vw, 4.5rem);
    }
    .hero-trust {
        gap: 1.25rem;
        flex-wrap: wrap;
    }
    .hero-trust-divider {
        display: none;
    }

    /* Stats */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-item:nth-child(3) {
        border-right: 1px solid var(--c-border);
    }
    .stat-item:nth-child(4) {
        border-right: none;
    }
    .stat-item:nth-child(2n) {
        border-right: none;
    }

    /* Gallery home */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .gallery-item--wide,
    .gallery-item--tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    /* Process */
    .process-item {
        grid-template-columns: 40px 1fr;
        gap: 1rem;
        padding: 1rem 1.25rem;
    }
    .process-item-num {
        font-size: 1.4rem;
    }
    .process-human-img {
        height: 280px;
    }

    /* SEO links */
    .seo-intro-links {
        flex-direction: column;
    }
    .services-more {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .faq-intro-links {
        flex-direction: column;
    }

    /* Banner green */
    .banner-green-title {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
    }

    /* CTA light */
    .cta-light-right {
        width: 100%;
    }
    .cta-light-right .btn-green {
        width: 100%;
        justify-content: center;
    }

    /* Orga services */
    .orga-services-section {
        padding: 2rem 1.25rem;
    }
    .orga-section-header {
        margin-bottom: 1.75rem;
    }

    /* OE services */
    .oe-services-wrap {
        padding: 1.75rem 1.25rem;
    }

    /* OE hero */
    .hero-content {
        padding-top: 5rem;
    }
    .hero-badge {
        font-size: 0.65rem;
    }
    .oe-hero {
        min-height: 440px;
    }
    .oe-hero__content {
        padding: 5rem 1.25rem 2rem;
        gap: 1.5rem;
    }
    .oe-hero__badges {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem;
    }
    .oe-hero__badge {
        padding: 0 1rem;
    }
    .oe-hero__badge-sep {
        display: none;
    }

    /* OE CTA brief */
    .oe-cta-brief__inner {
        flex-direction: column;
    }
    .oe-cta-brief__list {
        grid-template-columns: 1fr;
    }
    .oe-cta-brief__actions {
        min-width: unset;
    }
    .oe-cta-trust__stats {
        flex-direction: column;
        gap: 0.5rem;
    }

    /* ag2 hero */
    .ak_boxed_general {
        width: 90%;
        margin-inline: auto;
    }
    .v4_pbox:first-child {
        padding-left: 20px;
    }
    .ag2-hero {
        min-height: 440px;
    }
    .ag2-hero__content {
        padding: 5rem 1.25rem;
        gap: 1.5rem;
    }
    .ag2-hero__badges {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 0.9rem;
    }
    .ag2-hero__badge {
        padding: 0 1rem;
    }
    .ag2-hero__badge-sep {
        display: none;
    }

    /* ag_content */
    .ag_content h2 {
        font-size: 1rem;
    }
    .ag_content h3 {
        font-size: 0.92rem;
    }
    .ag_type > div {
        flex: 1 1 100%;
    }
    .ag_darked {
        padding: 2rem 1.25rem;
    }

    /* Blog hero */
    .blog-hero {
        min-height: 340px;
    }
    .blog-hero__content {
        padding: 5rem 1.25rem 2.5rem;
    }

    /* Blog section */
    .blog-section {
        padding: var(--sp-xl) 1.25rem;
    }

    /* Single hero */
    .single-hero {
        min-height: 400px;
    }
    .single-hero__content {
        padding: 5.5rem 1.25rem 2.5rem;
    }

    /* Single layout */
    .single-wrap {
        padding: var(--sp-xl) 1.25rem;
    }
    .single-related {
        padding: var(--sp-xl) 1.25rem;
    }
    .single-content img.alignleft,
    .single-content img.alignright {
        float: none;
        margin: 1.5rem auto;
    }
    .single-cta {
        flex-direction: column;
    }
    .single-cta__img {
        width: 100%;
        height: 140px;
        border-radius: 0;
    }
    .single-cta__btn {
        width: calc(100% - 2.5rem);
        justify-content: center;
    }

    /* Contact */
    .contact-hero {
        min-height: 380px;
    }
    .contact-hero__content {
        padding: 5rem 1.25rem 2.5rem;
        gap: 1.5rem;
    }
    .contact-hero__badges {
        width: 100%;
        justify-content: center;
        padding: 0.9rem;
    }
    .contact-hero__badge {
        padding: 0 1rem;
    }
    .contact-hero__badge-sep {
        display: none;
    }
    .contact-section {
        padding: var(--sp-xl) 1.25rem;
    }
    .contact-agencies {
        padding: var(--sp-xl) 1.25rem;
    }
    .contact-agencies__grid {
        grid-template-columns: 1fr;
    }
    .contact-form-wrap {
        padding: 1.5rem 1.25rem;
    }
    .contact-form-wrap .parent-form {
        grid-template-columns: 1fr !important;
    }
    .contact-form-wrap .textAreaParent {
        grid-column: span 1 !important;
    }
    .contact-cta {
        flex: 1 1 100%;
    }

    /* Prest hero */
    .prest-hero {
        min-height: 440px;
    }
    .prest-hero__content {
        padding: 5.5rem 1.25rem 2.5rem;
        gap: 1.5rem;
    }
    .prest-hero__badges {
        width: 100%;
        justify-content: space-around;
        padding: 0.9rem;
    }
    .prest-hero__badge {
        padding: 0 0.75rem;
    }
    .prest-hero__badge-sep {
        display: none;
    }
    .prest-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Prest content */
    .prest-wrap {
        padding: var(--sp-xl) 1.25rem;
    }
    .prest-content {
        padding: 1.5rem 1.25rem;
    }
    .v4_content h2 {
        margin-top: 2rem;
    }

    /* v4_content table */
    .v4_content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Gallery lightbox nav */
    .gallery_grid.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .lb_nav {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    .lb_prev {
        left: 0.75rem;
    }
    .lb_next {
        right: 0.75rem;
    }
    .lb_image {
        max-width: 95vw;
        max-height: 75vh;
    }
}

/* ── max-width: 600px ── */
@media (max-width: 600px) {
    /* Blog grid */
    .blog-grid {
        grid-template-columns: 1fr;
    }

    /* Final CTA */
    .final-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .final-cta-actions .btn-green,
    .final-cta-actions .btn-ghost {
        width: 100%;
        justify-content: center;
    }
    .final-cta-badges {
        flex-direction: column;
        align-items: center;
    }

    /* OE cards / services */
    .oe-cards-grid {
        grid-template-columns: 1fr;
    }
    .oe-services-grid {
        grid-template-columns: 1fr;
    }

    /* OE CTA brief */
    .oe-cta-brief {
        padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    }
    .oe-cta-trust {
        padding: 1.5rem;
    }
    .oe-cities-grid {
        grid-template-columns: 1fr;
    }

    /* Orga grids */
    .orga-featured-grid {
        grid-template-columns: 1fr;
    }
    .orga-services-grid {
        grid-template-columns: 1fr;
    }
}

/* ── max-width: 480px ── */
@media (max-width: 480px) {
    /* CSS custom properties */
    :root {
        --sp-xl: 2.5rem;
        --sp-3xl: 4rem;
    }

    /* Hero */
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-green,
    .btn-ghost {
        width: 100%;
        justify-content: center;
    }
    .services-grid {
        max-width: 100%;
    }
    .approach-pillars {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .stat-item {
        padding: 1.75rem 1rem;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    .gallery-item {
        height: 220px;
    }
    .footer-cta-title {
        font-size: 1.75rem;
    }

    /* OE hero */
    .oe-hero {
        min-height: 380px;
    }
    .oe-hero__title {
        font-size: 1.4rem;
    }
    .oe-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .oe-hero__outline {
        justify-content: center;
    }

    /* ag2 hero */
    .ag2-hero {
        min-height: 370px;
    }
    .ag2-hero__title {
        font-size: 1.35rem;
    }
    .ag2-hero__actions {
        flex-direction: column;
    }

    /* v4 gallery */
    .gallery_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .clients-track {
        animation: none;
    }

    .hero-video {
        display: none;
    }
}

/* ==========================================================
   Seminarios Hub Cards (match reference style)
========================================================== */
.seminar-rooms-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.seminar-room-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.seminar-room-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.1);
}

.seminar-room-card__image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 100%;
}

.seminar-room-card__image {
    display: block;
    width: 100%;
    height: 183.33px !important;
    object-fit: cover;
}

.seminar-room-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.75rem 0.85rem;
    pointer-events: none;
}

.seminar-room-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-family: "Unbounded", sans-serif;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    pointer-events: auto;
}

.seminar-room-card__chip .material-icons {
    font-size: 1rem;
}

.seminar-room-card__chip--city {
    align-self: flex-start;
}

.seminar-room-card__chip--capacity {
    align-self: flex-end;
}

.seminar-room-card__body {
    padding: 1rem 1rem 1.1rem;
}

.seminar-room-card__title {
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 600;
    line-height: 1.3;
    color: #111;
    margin: 0 0 0.75rem 0;
}

.seminar-room-card__excerpt {
    margin: 0;
    font-size: 0.91rem;
    color: #4b5563;
    line-height: 1.78;
    margin-bottom: 0.65rem;
}

.seminar-room-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    margin-top: 0.95rem;
    border-radius: 999px;
    background: #060b12;
    color: #fff !important;
    padding: 0.62rem 1rem;
    font-weight: 700;
    font-size: 0.86rem;
    text-decoration: none !important;
}

.seminar-room-card__cta::after {
    content: "›";
    font-size: 0.85rem;
}

@media (max-width: 1100px) {
    .seminar-rooms-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .seminar-rooms-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   Seminarios Sidebar (match reference style)
========================================================== */
.w30 {
    width: 30%;
}

.ag2-sidebar {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1.5px solid #ebebeb;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 50px;
}

.ag2-sidebar__cover {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.ag2-sidebar__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.ag2-sidebar__cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.ag2-sidebar__cover-tag {
    position: absolute;
    top: 10px;
    left: 20px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 0.78rem;
    font-family: "Unbounded", sans-serif;
    font-weight: 600;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.ag2-sidebar__cover-tag .material-symbols-outlined {
    font-size: 14px;
    color: white;
}

.ag2-sidebar__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.seminar-filters {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.seminar-filter-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0;
}

.seminar-filter-title {
    font-family: "Unbounded", sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 0.5rem;
}

.seminar-filter-option {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.2rem 0;
    font-size: 0.8rem;
}

.seminar-filter-option input[type="checkbox"],
.seminar-filter-option input[type="radio"] {
    width: 14px;
    height: 14px;
}

.ag2-sidebar__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #86bd4a, #c8ff00);
    color: #0a0a0a;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
    margin-top: 0.25rem;
}
