
        :root {
            --charbon: #1a2520;
            --charbon-light: #2c3e37;
            --sage: #556b57;
            --bronze: #8a6d3b;
            --bronze-light: #c8a76b;
            --cream: #fafaf8;
            --cream-2: #f2f2ee;
        }
        body { font-family: 'Montserrat', system-ui, sans-serif; color: #2c3e37; background: white; margin: 0; }
        a { color: inherit; }
        .serif { font-family: 'Lora', Georgia, serif; }        /* ========== HERO ========== */
        .local-hero {
            position: relative; min-height: 92vh; min-height: 92svh;
            color: white; overflow: hidden;
            display: flex; align-items: center; padding: 140px 20px 80px;
            background: linear-gradient(135deg, rgba(26,37,32,0.82) 0%, rgba(44,62,55,0.72) 50%, rgba(85,107,87,0.65) 100%);
        }
        @media (max-width: 768px) {
            .local-hero { padding: 110px 18px 60px; min-height: 88svh; }
        }
        .local-hero::before {
            content: ''; position: absolute; inset: 0;
            background: url('/.netlify/images?url=%2Fimg%2Fhero-metropole.png&w=1440&q=78&fm=webp') center/cover no-repeat;
            filter: blur(4px) brightness(.55);
            transform: scale(1.05);
            opacity: .75;
            z-index: 0;
        }
        .local-hero::after {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(circle at 15% 20%, rgba(138,109,59,0.18), transparent 55%),
                        radial-gradient(circle at 85% 80%, rgba(200,167,107,0.1), transparent 55%);
            pointer-events: none;
            z-index: 1;
        }
        .local-hero-inner { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; width: 100%; }


        /* ========== TRUST BAR ========== */
        .trust-strip {
            background: linear-gradient(135deg, var(--charbon) 0%, var(--charbon-light) 50%, var(--sage) 100%);
            color: white; padding: 48px 20px;
        }
        .trust-strip .container {
            max-width: 1180px; margin: 0 auto;
            display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 28px; text-align: center;
        }
        .trust-strip .stat { padding: 0 12px; }
        .trust-strip .num {
            font-family: 'Lora', Georgia, serif; font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 500; line-height: 1; margin-bottom: 8px;
            background: linear-gradient(135deg, #f5d76e 0%, #ffe89a 50%, #e8b94a 100%);
            -webkit-background-clip: text; background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .trust-strip .lbl { font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.82; font-weight: 500; }

        /* ========== SECTIONS ========== */
        .section { padding: clamp(60px, 8vw, 100px) 20px; }
        .section .container { max-width: 1180px; margin: 0 auto; }
        .section-kicker {
            display: block; font-size: 0.72rem; letter-spacing: 2.5px; text-transform: uppercase;
            color: var(--bronze); font-weight: 700; margin-bottom: 12px; text-align: center;
        }
        .section h2 {
            font-family: 'Lora', Georgia, serif;
            font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 500;
            line-height: 1.2; letter-spacing: -0.3px;
            text-align: center; margin: 0 auto 18px; max-width: 820px; color: var(--charbon);
        }
        .section h2 em { font-style: italic; color: var(--bronze); font-weight: 400; }
        .section-intro { font-size: 1.02rem; line-height: 1.7; color: #555; text-align: center; max-width: 720px; margin: 0 auto 55px; }

        /* ========== CONTEXT LOCAL ========== */
        .context-section { background: var(--cream); padding: clamp(60px, 8vw, 100px) 20px; }
        .context-grid {
            display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: start;
        }
        @media (max-width: 860px) { .context-grid { grid-template-columns: 1fr; } }
        .context-text h2 { text-align: left; margin: 0 0 18px; max-width: none; }
        .context-text .section-kicker { text-align: left; }
        .context-text p {
            font-size: 1rem; line-height: 1.75; color: #444; margin: 0 0 18px;
        }
        .context-text p strong { color: var(--charbon); font-weight: 600; }
        .context-text a { color: var(--bronze); text-decoration: underline; text-underline-offset: 3px; font-weight: 500; }
        .context-text a:hover { color: var(--charbon-light); }
        .context-card {
            background: white;
            border-radius: 18px;
            padding: 32px;
            border: 1px solid #eceae2;
            box-shadow: 0 6px 22px rgba(26,37,32,0.06);
            position: sticky; top: 100px;
        }
        .context-card h3 {
            font-family: 'Lora', Georgia, serif; font-size: 1.25rem; font-weight: 500;
            color: var(--charbon); margin: 0 0 18px;
            padding-bottom: 14px; border-bottom: 2px solid var(--bronze-light);
        }
        .context-card .info-row {
            display: flex; gap: 14px; padding: 12px 0;
            border-bottom: 1px solid #f2efe7;
        }
        .context-card .info-row:last-child { border-bottom: none; }
        .context-card .info-row .ic {
            width: 38px; height: 38px; border-radius: 10px;
            background: rgba(138,109,59,0.08); color: var(--bronze);
            display: flex; align-items: center; justify-content: center; flex-shrink: 0;
        }
        .context-card .info-row .txt strong { display: block; font-size: 0.74rem; color: #888; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; }
        .context-card .info-row .txt span { font-size: 0.95rem; color: var(--charbon); font-weight: 500; }

        /* ========== SERVICES ========== */
        .services-section { background: white; }
        .services-grid {
            display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px;
        }
        .service-card {
            background: white; border-radius: 18px; padding: 32px 28px;
            border: 1px solid #eceae2; box-shadow: 0 4px 18px rgba(26,37,32,0.05);
            transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
        }
        .service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(26,37,32,0.12); }
        .service-card .ic {
            width: 56px; height: 56px; border-radius: 14px;
            background: linear-gradient(135deg, var(--bronze), #6e572f);
            color: white; display: flex; align-items: center; justify-content: center;
            font-size: 1.35rem; margin-bottom: 20px;
            box-shadow: 0 6px 18px rgba(138,109,59,0.28);
        }
        .service-card h3 { font-family: 'Lora', Georgia, serif; font-size: 1.25rem; font-weight: 500; margin: 0 0 10px; color: var(--charbon); }
        .service-card p { font-size: 0.94rem; line-height: 1.6; color: #666; margin: 0 0 18px; }
        .service-card .sc-tag {
            display: inline-flex; align-items: center; gap: 6px;
            font-size: 0.78rem; color: var(--bronze); font-weight: 700;
            letter-spacing: 0.8px; text-transform: uppercase;
            background: rgba(138,109,59,0.08); padding: 5px 12px; border-radius: 50px;
        }

        /* ========== DEVIS IA CALLOUT (remplace la pricing grid) ========== */
        .pricing-section { background: var(--cream); }
        .devis-callout {
            background: linear-gradient(135deg, var(--charbon) 0%, var(--charbon-light) 100%);
            color: white; border-radius: 24px; padding: clamp(36px, 5vw, 60px);
            position: relative; overflow: hidden;
            box-shadow: 0 30px 60px rgba(26,37,32,0.25);
        }
        .devis-callout::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(circle at 20% 30%, rgba(138,109,59,0.22), transparent 50%),
                        radial-gradient(circle at 80% 70%, rgba(85,107,87,0.18), transparent 50%);
        }
        .devis-callout .inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
        @media (max-width: 820px) { .devis-callout .inner { grid-template-columns: 1fr; } }
        .devis-callout .badge {
            display: inline-flex; align-items: center; gap: 8px;
            background: linear-gradient(135deg, var(--bronze), var(--bronze-light));
            color: white; font-size: 0.72rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
            padding: 6px 16px; border-radius: 20px; margin-bottom: 20px;
            box-shadow: 0 4px 14px rgba(138,109,59,0.35);
        }
        .devis-callout h3 {
            font-family: 'Lora', Georgia, serif; font-size: clamp(1.6rem, 3.5vw, 2.3rem);
            font-weight: 500; line-height: 1.15; margin: 0 0 16px; color: white;
        }
        .devis-callout h3 em { font-style: italic; color: var(--bronze-light); font-weight: 400; }
        .devis-callout p { font-size: 1.02rem; line-height: 1.65; color: rgba(255,255,255,0.85); margin: 0 0 24px; }
        .devis-callout .price-range {
            font-family: 'Lora', Georgia, serif; font-size: 0.92rem; color: rgba(255,255,255,0.7);
            margin-bottom: 28px; font-style: italic;
        }
        .devis-callout .price-range strong { color: white; font-weight: 600; font-style: normal; }
        .devis-callout .big-cta {
            display: inline-flex; align-items: center; gap: 12px;
            background: linear-gradient(135deg, var(--bronze), var(--bronze-light));
            color: white; padding: 18px 36px; border-radius: 50px;
            font-weight: 800; font-size: 1.02rem; text-decoration: none;
            box-shadow: 0 14px 38px rgba(138,109,59,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .devis-callout .big-cta:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(138,109,59,0.5); }
        .devis-callout .phone-alt {
            display: block; margin-top: 16px; font-size: 0.88rem; color: rgba(255,255,255,0.7); text-decoration: none;
        }
        .devis-callout .phone-alt strong { color: white; }
        .devis-callout .mock {
            position: relative; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden;
            box-shadow: 0 18px 44px rgba(0,0,0,0.35);
            background: url('/img/img_7376.jpg') center/cover;
        }
        .devis-callout .mock::after {
            content: ''; position: absolute; inset: 0;
            background: linear-gradient(135deg, transparent 40%, rgba(138,109,59,0.25));
        }
        .devis-callout .mock-tag {
            position: absolute; top: 16px; left: 16px; z-index: 2;
            background: rgba(255,255,255,0.95); color: var(--charbon);
            padding: 7px 14px; border-radius: 20px; font-size: 0.76rem; font-weight: 700;
        }
        .devis-callout .bullets {
            list-style: none; padding: 0; margin: 0 0 24px;
            display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px;
        }
        @media (max-width: 520px) { .devis-callout .bullets { grid-template-columns: 1fr; } }
        .devis-callout .bullets li {
            display: flex; align-items: center; gap: 8px;
            font-size: 0.88rem; color: rgba(255,255,255,0.9);
        }
        .devis-callout .bullets i { color: var(--bronze-light); font-size: 0.85rem; }

        /* ========== CEMETERIES ========== */
        .cem-section { background: var(--cream-2); }
        .cem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
        .cem-link {
            display: flex; align-items: center; gap: 14px;
            background: white; padding: 20px 22px;
            border-radius: 14px; text-decoration: none;
            color: var(--charbon); border-left: 3px solid var(--bronze);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 2px 10px rgba(26,37,32,0.04);
        }
        .cem-link:hover { transform: translateX(4px); box-shadow: 0 8px 24px rgba(26,37,32,0.1); }
        .cem-link .icon {
            width: 42px; height: 42px; border-radius: 50%;
            background: rgba(138,109,59,0.12); color: var(--bronze);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0; font-size: 1rem;
        }
        .cem-link .txt strong { display: block; font-size: 1rem; font-weight: 600; color: var(--charbon); }
        .cem-link .txt span { font-size: 0.82rem; color: #888; margin-top: 2px; display: block; }

        /* ========== HOW IT WORKS ========== */
        .how-section {
            background: linear-gradient(180deg, var(--charbon) 0%, var(--charbon-light) 100%); color: white;
        }
        .how-section h2 { color: white; }
        .how-section h2 em { color: var(--bronze-light); }
        .how-section .section-intro { color: rgba(255,255,255,0.78); }
        .how-section .section-kicker { color: var(--bronze-light); }
        .how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-bottom: 45px; }
        .how-step { text-align: center; padding: 0 16px; }
        .how-step .step-num {
            width: 56px; height: 56px; border-radius: 50%;
            background: linear-gradient(135deg, var(--bronze), #6e572f);
            color: white; font-family: 'Lora', Georgia, serif;
            font-size: 1.5rem; font-weight: 500;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 20px; box-shadow: 0 8px 22px rgba(138,109,59,0.4);
        }
        .how-step h3 { font-family: 'Lora', Georgia, serif; font-weight: 500; font-size: 1.25rem; color: white; margin: 0 0 10px; }
        .how-step p { font-size: 0.95rem; line-height: 1.6; color: rgba(255,255,255,0.75); margin: 0; }

        /* ========== REVIEWS ========== */
        .reviews-section { background: white; }
        .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
        .review-card {
            background: var(--cream); border-radius: 18px; padding: 28px 26px;
            border: 1px solid #eceae2; position: relative;
        }
        .review-card::before {
            content: '\201C'; position: absolute; top: 4px; left: 18px;
            font-family: 'Lora', Georgia, serif; font-size: 4rem; color: var(--bronze-light);
            opacity: 0.5; line-height: 1;
        }
        .review-card .stars { color: var(--bronze); letter-spacing: 2px; font-size: 1rem; margin-bottom: 14px; position: relative; z-index: 1; }
        .review-card blockquote {
            font-family: 'Lora', Georgia, serif; font-style: italic;
            font-size: 1rem; line-height: 1.65; color: #333;
            margin: 0 0 18px; position: relative; z-index: 1;
        }
        .review-card .author { display: flex; align-items: center; gap: 12px; }
        .review-card .avatar {
            width: 42px; height: 42px; border-radius: 50%;
            background: linear-gradient(135deg, var(--sage), var(--charbon));
            color: white; display: flex; align-items: center; justify-content: center;
            font-weight: 700; font-size: 0.95rem;
        }
        .review-card .name { font-weight: 700; font-size: 0.92rem; color: var(--charbon); }
        .review-card .date { font-size: 0.78rem; color: #888; margin-top: 2px; }

        /* ========== FAQ ========== */
        .faq-section { background: var(--cream); }
        .faq-list { max-width: 820px; margin: 0 auto; }
        .faq-item {
            background: white; border-radius: 14px;
            border: 1px solid #eceae2; margin-bottom: 12px;
            overflow: hidden; transition: box-shadow 0.3s ease;
        }
        .faq-item:hover { box-shadow: 0 6px 18px rgba(26,37,32,0.06); }
        .faq-item summary {
            cursor: pointer; padding: 20px 24px;
            display: flex; align-items: center; justify-content: space-between;
            font-weight: 600; font-size: 1rem; color: var(--charbon); list-style: none;
        }
        .faq-item summary::-webkit-details-marker { display: none; }
        .faq-item summary::after {
            content: '+'; font-size: 1.5rem; color: var(--bronze);
            transition: transform 0.3s ease; font-weight: 300; line-height: 1;
        }
        .faq-item[open] summary::after { transform: rotate(45deg); }
        .faq-item .faq-a { padding: 0 24px 22px; color: #555; line-height: 1.65; font-size: 0.95rem; }
        .faq-item .faq-a a { color: var(--bronze); text-decoration: underline; text-underline-offset: 3px; }

        /* ========== MAILLAGE VILLES VOISINES ========== */
        .neighbors-section { background: white; padding: 50px 20px; border-top: 1px solid #eceae2; }
        .neighbors-section .container { max-width: 1180px; margin: 0 auto; text-align: center; }
        .neighbors-section h3 {
            font-family: 'Lora', Georgia, serif; font-weight: 500; font-size: 1.35rem;
            color: var(--charbon); margin: 0 0 22px;
        }
        .neighbors-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .neighbor-link {
            display: inline-flex; align-items: center; gap: 8px;
            background: var(--cream); color: var(--charbon-light);
            padding: 9px 18px; border-radius: 50px; text-decoration: none;
            font-size: 0.88rem; font-weight: 500;
            border: 1px solid #eceae2;
            transition: all 0.25s ease;
        }
        .neighbor-link:hover {
            background: var(--charbon); color: white; border-color: var(--charbon);
            transform: translateY(-2px);
        }
        .neighbor-link i { color: var(--bronze); font-size: 0.75rem; }
        .neighbor-link:hover i { color: var(--bronze-light); }

        /* ========== FINAL CTA ========== */
        .final-cta {
            background: linear-gradient(135deg, var(--charbon) 0%, var(--charbon-light) 100%);
            color: white; text-align: center; padding: clamp(60px, 9vw, 100px) 20px;
            position: relative; overflow: hidden;
        }
        .final-cta::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(circle at 20% 30%, rgba(138,109,59,0.2), transparent 50%),
                        radial-gradient(circle at 80% 70%, rgba(85,107,87,0.18), transparent 50%);
        }
        .final-cta .container { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
        .final-cta h2 { color: white; font-family: 'Lora', Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 500; margin: 0 0 16px; line-height: 1.2; }
        .final-cta h2 em { color: var(--bronze-light); font-style: italic; font-weight: 400; }
        .final-cta p { font-size: 1.05rem; color: rgba(255,255,255,0.85); margin: 0 auto 38px; max-width: 560px; line-height: 1.6; }
        .final-cta-btn {
            display: inline-flex; align-items: center; gap: 14px;
            background: linear-gradient(135deg, var(--bronze), var(--bronze-light));
            color: white; padding: 20px 40px; border-radius: 50px; text-decoration: none;
            font-weight: 800; font-size: 1.05rem;
            box-shadow: 0 14px 38px rgba(138,109,59,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .final-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(138,109,59,0.5); }
        .final-cta-phone { display: block; margin-top: 22px; font-size: 0.95rem; color: rgba(255,255,255,0.7); text-decoration: none; }
        .final-cta-phone strong { color: white; font-weight: 700; }

        /* ========== HEADER ========== */
        .page-header {
            position: fixed; top: 0; left: 0; right: 0; z-index: 100;
            background: rgba(26,37,32,0.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
            padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.08);
        }
        .page-header .container {
            max-width: 1180px; margin: 0 auto;
            display: flex; align-items: center; justify-content: space-between;
        }
        .page-header .logo {
            font-family: 'Lora', Georgia, serif; font-size: 1.35rem; font-weight: 500;
            color: white; text-decoration: none; letter-spacing: 1.5px;
        }
        .page-header .logo i { color: var(--bronze-light); margin-right: 6px; }
        .page-header nav { display: flex; align-items: center; gap: 22px; }
        .page-header nav a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.25s ease; }
        .page-header nav a:hover { color: var(--bronze-light); }
        .page-header .nav-cta {
            background: linear-gradient(135deg, var(--bronze), #6e572f);
            color: white !important; padding: 9px 20px; border-radius: 50px;
            font-weight: 700; font-size: 0.85rem;
            box-shadow: 0 6px 18px rgba(138,109,59,0.3);
        }
        @media (max-width: 768px) { .page-header nav a:not(.nav-cta) { display: none; } }

        /* ========== FOOTER ========== */
        .page-footer { background: var(--charbon); color: rgba(255,255,255,0.75); padding: 48px 20px 24px; font-size: 0.9rem; }
        .page-footer .container { max-width: 1180px; margin: 0 auto; }
        .page-footer .row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; margin-bottom: 32px; }
        .page-footer h4 { font-family: 'Lora', Georgia, serif; color: white; font-weight: 500; font-size: 1.1rem; margin: 0 0 12px; }
        .page-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
        .page-footer a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.25s; }
        .page-footer a:hover { color: var(--bronze-light); }
        .page-footer .copyright { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.55); }
    