/* ============================================
   LORENZO POLITO - PREMIUM CRAFTSMANSHIP
   Design Direction: Modern Artisan Premium
   Philosophy: Sophisticated elegance meets warm accessibility
   ============================================ */

/* ============================================
   DESIGN TOKENS - Professional Architecture
   ============================================ */

:root {
    /* TYPOGRAPHIE - Distinctive & Refined */
    --font-display: 'Fraunces', 'Crimson Pro', Georgia, serif;
    --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;

    /* COULEURS PREMIUM - Warm Sophisticated Palette */
    /* Primary - Terracotta sophistiqué */
    --color-primary-900: #8D4004;
    --color-primary-800: #BF360C;
    --color-primary-700: #D84315;
    --color-primary-600: #FF6F00;
    --color-primary-500: #FF8A65;
    --color-primary-400: #FFAB91;

    /* Secondary - Blue professionnel */
    --color-secondary-900: #0D47A1;
    --color-secondary-800: #1565C0;
    --color-secondary-700: #1976D2;
    --color-secondary-600: #2196F3;
    --color-secondary-500: #42A5F5;
    --color-secondary-400: #64B5F6;

    /* Neutrals - Warm grays */
    --color-neutral-50: #FAFAF9;
    --color-neutral-100: #F5F5F4;
    --color-neutral-200: #E7E5E4;
    --color-neutral-300: #D6D3D1;
    --color-neutral-400: #A8A29E;
    --color-neutral-500: #78716C;
    --color-neutral-600: #57534E;
    --color-neutral-700: #44403C;
    --color-neutral-800: #292524;
    --color-neutral-900: #1C1917;

    /* Accents - Warm tones */
    --color-cream: #FFF8E1;
    --color-cream-dark: #FFECB3;
    --color-beige: #D7CCC8;
    --color-brown: #8D6E63;

    /* SPACING SYSTEM - Fibonacci-inspired */
    --space-1: 0.25rem;    /* 4px */
    --space-2: 0.5rem;     /* 8px */
    --space-3: 0.75rem;    /* 12px */
    --space-4: 1rem;       /* 16px */
    --space-5: 1.5rem;     /* 24px */
    --space-6: 2rem;       /* 32px */
    --space-8: 3rem;       /* 48px */
    --space-10: 4rem;      /* 64px */
    --space-12: 6rem;      /* 96px */
    --space-16: 8rem;      /* 128px */

    /* BORDER RADIUS - Consistent curves */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* SHADOWS - Layered depth */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

    /* TRANSITIONS - Smooth & Natural */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /* Z-INDEX LAYERS */
    --z-base: 0;
    --z-raised: 10;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal: 400;
    --z-popover: 500;
    --z-tooltip: 600;
}

/* ============================================
   RESET & BASE FOUNDATIONS
   ============================================ */

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 18px; /* Base size pour seniors - excellente lisibilité */
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.7;
    color: #FFFFFF;
    background: linear-gradient(180deg,
        #0B1120 0%,
        #0D1628 40%,
        #111B30 70%,
        #0A0F1C 100%);
    background-attachment: scroll;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
}

/* Scroll offset pour sections avec ancres */
section[id],
input[id],
form[id] {
    scroll-margin-top: 150px;
}

@media (max-width: 768px) {
    section[id],
    input[id],
    form[id] {
        scroll-margin-top: 100px;
    }
}

/* Étoiles scintillantes premium - champ d'étoiles sophistiqué */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(1.5px 1.5px at 20% 30%, white, transparent),
        radial-gradient(1px 1px at 60% 70%, white, transparent),
        radial-gradient(1.2px 1.2px at 50% 50%, white, transparent),
        radial-gradient(0.8px 0.8px at 80% 10%, white, transparent),
        radial-gradient(1.5px 1.5px at 90% 60%, white, transparent),
        radial-gradient(1px 1px at 33% 80%, white, transparent),
        radial-gradient(0.8px 0.8px at 15% 90%, white, transparent),
        radial-gradient(1.2px 1.2px at 45% 15%, white, transparent),
        radial-gradient(1.5px 1.5px at 70% 85%, white, transparent),
        radial-gradient(0.8px 0.8px at 25% 45%, white, transparent),
        radial-gradient(1px 1px at 85% 35%, white, transparent);
    background-size: 100% 100%;
    opacity: 0.6;
    pointer-events: none;
    z-index: 0;
    animation: none;
}

@keyframes starTwinkle {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.35; }
}

/* Grain texture premium pour profondeur */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: overlay;
}

/* ============================================
   TYPOGRAPHY - Premium & Accessible
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    margin-bottom: var(--space-4);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 600;
}

p {
    margin-bottom: var(--space-5);
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #E0E0E0;
    font-weight: 500;
}

a {
    color: var(--color-primary-700);
    text-decoration: none;
    transition: color var(--transition-base);
    position: relative;
}

a:hover {
    color: var(--color-primary-800);
}

/* Animated underline pour links non-buttons */
a:not(.btn):not(.phone-number):not(.contact-link):not(.btn-hero-primary):not(.btn-hero-secondary):not(.btn-call-now):not(.footer-phone):not(.contact-action-card):not(.fin-home-card):not(.fin-home-more):not(.fin-cta-card):not(.fin-btn):not(.fin-legal-partner-link):not(.fin-modal-btn-simulation)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: currentColor;
    transition: width var(--transition-base);
}

a:not(.btn):not(.phone-number):not(.contact-link):not(.btn-hero-primary):not(.btn-hero-secondary):not(.btn-call-now):not(.footer-phone):not(.contact-action-card):not(.fin-home-card):not(.fin-home-more):not(.fin-cta-card):not(.fin-btn):not(.fin-legal-partner-link):not(.fin-modal-btn-simulation):hover::after {
    width: 100%;
}

/* ============================================
   LAYOUT PRIMITIVES
   ============================================ */

.container {
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: var(--space-6);
    position: relative;
    z-index: var(--z-base);
}

.section-header-center {
    text-align: center;
    margin-bottom: var(--space-12);
}

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: var(--space-4);
}

/* Underline accent sophistiqué */
.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--color-primary-700) 0%,
        var(--color-secondary-700) 100%
    );
    border-radius: var(--radius-full);
}

.section-intro {
    font-size: 1.15rem;
    color: #E0E0E0;
    max-width: 600px;
    margin-inline: auto;
    font-weight: 500;
}

/* ============================================
   HEADER PREMIUM - Heat Wave Effect
   ============================================ */

.main-header {
    position: sticky;
    top: 0;
    z-index: var(--z-sticky);
    background: linear-gradient(
        180deg,
        rgba(11, 17, 32, 0.95) 0%,
        rgba(13, 22, 40, 0.98) 50%,
        rgba(11, 17, 32, 0.95) 100%
    );
    backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
        90deg,
        rgba(255, 111, 0, 0.3) 0%,
        rgba(255, 111, 0, 0.6) 50%,
        rgba(255, 111, 0, 0.3) 100%
    ) 1;
    transition: all var(--transition-base);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* Heat wave effect overlay */
.heat-wave-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
    z-index: 1;
}

.heat-wave-svg {
    width: 100%;
    height: 100%;
}

/* Animated gradient background */
.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 111, 0, 0.05),
        rgba(255, 180, 0, 0.08),
        rgba(255, 111, 0, 0.05),
        transparent
    );
    animation: heatShimmer 8s linear infinite;
    z-index: 2;
}

@keyframes heatShimmer {
    to {
        left: 100%;
    }
}

/* Subtle distortion effect on header content */
.main-header .header-content {
    filter: url(#heatWave);
    animation: subtleWave 10s ease-in-out infinite;
}

@keyframes subtleWave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1px);
    }
}

/* Particle effect - floating embers */
.main-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 111, 0, 0.3) 0%, transparent 2%),
        radial-gradient(circle at 60% 70%, rgba(255, 180, 0, 0.2) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgba(255, 111, 0, 0.3) 0%, transparent 2%),
        radial-gradient(circle at 40% 80%, rgba(255, 180, 0, 0.2) 0%, transparent 2%);
    background-size: 100% 100%;
    opacity: 0;
    animation: floatingEmbers 15s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes floatingEmbers {
    0%, 100% {
        opacity: 0;
        transform: translateY(0);
    }
    25% {
        opacity: 0.4;
        transform: translateY(-10px);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-20px);
    }
    75% {
        opacity: 0.4;
        transform: translateY(-30px);
    }
}

.main-header:hover {
    box-shadow: 0 12px 48px rgba(255, 111, 0, 0.2),
                0 8px 32px rgba(0, 0, 0, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.header-main {
    padding-block: var(--space-6);
    position: relative;
    z-index: 10;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-8);
    position: relative;
    z-index: 10;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: var(--space-5);
    position: relative;
}

/* Glow effect behind logo */
.logo-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(
        circle,
        rgba(255, 111, 0, 0.15) 0%,
        rgba(255, 111, 0, 0.05) 50%,
        transparent 100%
    );
    animation: logoGlow 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes logoGlow {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.company-logo {
    width: 90px;
    height: 90px;
    transition: transform var(--transition-slow);
    filter: none;
}

.company-logo:hover {
    transform: scale(1.02);
    filter: none;
}

.company-name {
    font-size: 2.2rem;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.1;
    font-weight: 900;
    background: linear-gradient(
        135deg,
        #FFFFFF 0%,
        #FFD580 50%,
        #FFFFFF 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShimmer 5s linear infinite;
}

@keyframes textShimmer {
    to {
        background-position: 200% center;
    }
}

.company-tagline {
    font-size: 1.05rem;
    color: #FFD580;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.header-cta {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    align-items: flex-end;
}

.btn-call-now {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-5) var(--space-8);
    background: linear-gradient(
        135deg,
        var(--color-primary-600) 0%,
        var(--color-primary-700) 50%,
        var(--color-primary-800) 100%
    );
    color: white;
    font-size: 1.25rem;
    font-weight: 800;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 32px rgba(255, 111, 0, 0.4),
                0 0 20px rgba(255, 111, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 180, 0, 0.5);
}

/* Animated gradient background */
.btn-call-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    transition: left var(--transition-slow);
    pointer-events: none;
}

.btn-call-now:hover::before {
    left: 100%;
}

/* Pulsing glow effect */
.btn-call-now::after {
    content: '';
    position: absolute;
    inset: -4px;
    background: linear-gradient(
        135deg,
        var(--color-primary-600),
        var(--color-primary-700)
    );
    border-radius: var(--radius-xl);
    z-index: -1;
    opacity: 0;
    filter: blur(12px);
    transition: opacity var(--transition-base);
}

.btn-call-now:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 8px 32px rgba(255, 111, 0, 0.5),
                0 0 20px rgba(255, 111, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    color: white;
    border-color: rgba(255, 220, 0, 0.6);
}

.btn-call-now:hover::after {
    opacity: 0.4;
}

.btn-call-now:active {
    transform: translateY(-1px) scale(1.01);
}

/* Phone number display in header */
.header-phone-display {
    font-size: 0.85rem;
    color: #FFD580;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Hero styles in hero-modern.css */

/* ============================================
   BUTTONS - Premium Components
   ============================================ */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-6);
    font-size: 1.15rem;
    font-weight: 700;
    font-family: var(--font-body);
    border-radius: var(--radius-xl);
    border: none;
    cursor: pointer;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(
        135deg,
        var(--color-primary-600) 0%,
        var(--color-primary-700) 100%
    );
    color: white;
    box-shadow: var(--shadow-lg);
}

.btn-primary:hover {
    background: linear-gradient(
        135deg,
        var(--color-primary-700) 0%,
        var(--color-primary-800) 100%
    );
    transform: translateY(-2px);
    box-shadow: var(--shadow-2xl);
    color: white;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-large {
    padding: var(--space-5) var(--space-8);
    font-size: 1.25rem;
}

.btn-full {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
}

.btn:active {
    transform: translateY(0);
}

/* Ripple effect on click */
.btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn:active::after {
    width: 300px;
    height: 300px;
}

/* ============================================
   SERVICES SECTION - Bento Grid Premium
   ============================================ */

.services-section {
    padding-block: var(--space-16);
    position: relative;
    z-index: 5;
    background: linear-gradient(
        180deg,
        #0B1120 0%,
        #0D1628 50%,
        #111B30 100%
    );
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-5);
}

.service-card {
    position: relative;
    padding: var(--space-5) var(--space-6);
    background: rgba(13, 22, 40, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-2xl);
    transition: transform var(--transition-slow), border-color var(--transition-slow), box-shadow var(--transition-slow), background-color var(--transition-slow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 65px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: var(--space-4);
    align-items: start;
}

/* Shimmer effect on hover */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 111, 0, 0.1),
        transparent);
    transition: left 0.6s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(255, 111, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 111, 0, 0.4);
    background: rgba(13, 22, 40, 0.92);
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-number {
    display: none;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-display);
    line-height: 1;
    z-index: 0;
    transition: all var(--transition-base);
}

.service-card:hover .service-number {
    color: #FFFFFF;
}

.service-badge {
    position: absolute;
    top: var(--space-4);
    right: calc(var(--space-2) * -1);
    background: linear-gradient(135deg, var(--color-primary-600) 0%, var(--color-primary-700) 100%);
    color: white;
    padding: var(--space-1) var(--space-4) var(--space-1) var(--space-3);
    border-radius: var(--radius-full) 0 0 var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);
    z-index: 5;
}

.service-icon {
    width: 65px;
    height: 65px;
    grid-row: 1 / 3;
    grid-column: 1;
    transition: transform var(--transition-slow);
    filter: none;
}

.service-card:hover .service-icon {
    transform: scale(1.04);
}

.service-card h3 {
    font-size: 1.15rem;
    color: #FFFFFF;
    margin-bottom: var(--space-1);
    grid-column: 2;
    font-weight: 800;
    transition: all var(--transition-base);
}

.service-card:hover h3 {
    color: #FF6F00;
    text-shadow: 0 0 20px rgba(255, 111, 0, 0.4);
}

.service-card p {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: var(--space-3);
    line-height: 1.5;
    font-size: 0.9rem;
    grid-column: 2;
}

.service-features {
    list-style: none;
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin-top: var(--space-2);
}

.service-features li {
    padding: var(--space-1) var(--space-3);
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.service-features li::before {
    display: none;
}

.service-card.highlighted {
    background: rgba(255, 111, 0, 0.1);
    border-color: var(--color-primary-600);
}

.service-card.highlighted h3 {
    padding-right: 7rem;
}

/* ============================================
   WHY CHOOSE - Trust Grid
   ============================================ */

.why-choose {
    padding-block: var(--space-16);
    background: transparent;
    position: relative;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--space-6);
}

.trust-item {
    text-align: center;
    padding: var(--space-8);
    background: rgba(13, 22, 40, 0.86);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-2xl);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: transform var(--transition-slow), border-color var(--transition-slow), box-shadow var(--transition-slow), background-color var(--transition-slow);
}

.trust-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(255, 111, 0, 0.18);
    border-color: rgba(255, 111, 0, 0.5);
    background: rgba(13, 22, 40, 0.9);
}

.trust-icon {
    margin-bottom: var(--space-5);
    display: inline-block;
    transition: transform var(--transition-slow);
}

.trust-item:hover .trust-icon {
    transform: scale(1.06);
}

.trust-item h3 {
    font-size: 1.35rem;
    color: #FFFFFF;
    margin-bottom: var(--space-4);
    font-weight: 700;
}

.trust-item p {
    color: #E0E0E0;
    font-size: 1rem;
    line-height: 1.7;
}

/* Trust V2 - Cards améliorées */
.trust-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5);
    margin-bottom: var(--space-10);
}

.trust-card-v2 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: var(--space-5);
    padding: var(--space-8) var(--space-10);
    background: rgba(13, 22, 40, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-2xl);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.trust-card-v2:hover {
    border-color: rgba(255, 111, 0, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.trust-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-xl);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.trust-card-v2:hover .trust-card-icon {
    transform: scale(1.04);
}

.trust-card-icon-orange {
    background: rgba(255, 111, 0, 0.12);
    color: #FF8A00;
}

.trust-card-icon-blue {
    background: rgba(25, 118, 210, 0.12);
    color: #42A5F5;
}

.trust-card-icon-green {
    background: rgba(76, 175, 80, 0.12);
    color: #66BB6A;
}

.trust-card-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: var(--space-2);
}

.trust-card-content p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
    margin: 0;
}

.trust-card-number {
    position: absolute;
    top: var(--space-4);
    right: var(--space-5);
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--font-display);
    line-height: 1;
}

/* Photo placeholder */
.trust-photo-placeholder {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    aspect-ratio: 16/7;
    background: rgba(13, 22, 40, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.trust-photo-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-3);
    color: rgba(255, 255, 255, 0.15);
}

.trust-photo-fallback span {
    font-size: 0.85rem;
    font-weight: 500;
}

/* Hide fallback when image loads */
.trust-photo-placeholder img:not([src=""]) + .trust-photo-fallback {
    display: none;
}

@media (max-width: 768px) {
    .trust-grid-v2 {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   TESTIMONIALS - Social Proof Cards
   ============================================ */

.testimonials-section {
    padding-block: var(--space-16);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-6);
}

.testimonial-card {
    padding: var(--space-8);
    background: rgba(13, 22, 40, 0.75);
    backdrop-filter: blur(10px);
    border-left: 4px solid #FF6F00;
    border-radius: var(--radius-xl);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: all var(--transition-slow);
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 48px rgba(255, 111, 0, 0.2);
    border-left-color: #D84315;
}

.stars {
    color: var(--color-primary-600);
    font-size: 1.5rem;
    margin-bottom: var(--space-5);
    letter-spacing: 4px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #E0E0E0;
    font-style: italic;
    margin-bottom: var(--space-5);
}

.testimonial-author strong {
    display: block;
    color: #FFFFFF;
    font-size: 1.1rem;
    margin-bottom: var(--space-2);
    font-weight: 700;
}

.testimonial-author span {
    color: #B0B0B0;
    font-size: 0.95rem;
}

/* ============================================
   CASE STUDIES - Real Project Proof
   ============================================ */

.case-studies-section {
    padding-block: var(--space-16);
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-6);
    margin-top: var(--space-8);
}

.case-study-card,
.home-audience-card {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    padding: clamp(1.4rem, 2.5vw, 1.9rem);
    border-radius: var(--radius-2xl);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 111, 0, 0.15), transparent 36%),
        linear-gradient(145deg, rgba(13, 22, 40, 0.9), rgba(18, 31, 53, 0.92));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.case-study-card:hover,
.home-audience-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 111, 0, 0.26);
}

.case-study-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.case-study-kicker,
.case-study-duration {
    display: inline-flex;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 700;
}

.case-study-kicker {
    background: rgba(255, 111, 0, 0.14);
    color: #FFD580;
}

.case-study-duration {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.72);
}

.case-study-card h3,
.home-audience-card h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 1.15rem;
}

.case-study-card p,
.home-audience-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.case-study-points {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-study-points li {
    position: relative;
    padding-left: 1.3rem;
    color: rgba(255, 255, 255, 0.82);
}

.case-study-points li + li {
    margin-top: 0.5rem;
}

.case-study-points li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #FF6F00;
    font-weight: 900;
}

.case-study-link,
.home-audience-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    color: #FFD580;
    text-decoration: none;
    font-weight: 700;
}

.case-study-link::after,
.home-audience-link::after,
.home-audience-card::after {
    display: none !important;
}

.case-study-link:hover,
.home-audience-link:hover {
    color: #FFFFFF;
}

.home-audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-5);
    margin-top: var(--space-8);
}

/* ============================================
   CONTACT SECTION - Premium Form
   ============================================ */

.contact-section {
    padding-block: var(--space-16);
    background: transparent;
    position: relative;
}

.contact-fast-lane {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-5);
    margin: 0 auto var(--space-8);
    max-width: 700px;
    padding: var(--space-5) var(--space-6);
    border: 1px solid rgba(255, 111, 0, 0.18);
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(255, 111, 0, 0.12), rgba(13, 22, 40, 0.86));
}

.contact-fast-copy {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.contact-fast-copy strong {
    color: #FFFFFF;
    font-size: 1.05rem;
}

.contact-fast-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.contact-fast-call {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    min-width: 180px;
    padding: 0.95rem 1.15rem;
    border-radius: var(--radius-lg);
    background: #FF6F00;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(255, 111, 0, 0.22);
    transition: transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

.contact-fast-call:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(255, 111, 0, 0.28);
    background: #FF7F1A;
}

.contact-fast-call span {
    font-weight: 800;
    font-size: 1rem;
}

.contact-fast-call small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.contact-quick-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-5);
    margin-bottom: var(--space-10);
}

.contact-action-card {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-5) var(--space-6);
    background: rgba(13, 22, 40, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-action-card:hover {
    border-color: rgba(255, 111, 0, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.contact-action-phone {
    border-color: rgba(255, 111, 0, 0.25);
}

.contact-action-phone .action-icon {
    background: rgba(255, 111, 0, 0.15);
    color: #FF8A00;
}

.action-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

.action-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.action-text strong {
    color: #fff;
    font-size: 0.95rem;
}

.action-text span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.contact-quick-below {
    margin-top: var(--space-10);
    margin-bottom: 0;
}

.contact-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.contact-lead {
    font-size: 1.15rem;
    color: #E0E0E0;
    margin-bottom: var(--space-8);
    line-height: 1.7;
}

.contact-methods {
    margin-bottom: var(--space-8);
}

.contact-method {
    display: flex;
    gap: var(--space-5);
    padding: var(--space-5);
    margin-bottom: var(--space-5);
    background: rgba(13, 22, 40, 0.86);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    transition: border-color var(--transition-base), background-color var(--transition-base);
}

.contact-method:hover {
    border-color: var(--color-primary-600);
}

.method-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.phone-icon { color: var(--color-primary-600); }
.email-icon { color: var(--color-secondary-600); }
.location-icon { color: var(--color-brown); }

.method-content h4 {
    font-size: 1.1rem;
    color: #FFFFFF;
    margin-bottom: var(--space-2);
    font-weight: 700;
}

.contact-link {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-primary-700);
    margin-bottom: var(--space-2);
}

.availability {
    font-size: 0.95rem;
    color: #B0B0B0;
}

.zone-text {
    font-size: 1rem;
    color: #E0E0E0;
    line-height: 1.6;
}

.certifications-display {
    padding: var(--space-6);
    background: rgba(255, 111, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid var(--color-primary-600);
    border-radius: var(--radius-xl);
}

.certifications-display h4 {
    font-size: 1.15rem;
    color: #FFFFFF;
    margin-bottom: var(--space-5);
    font-weight: 700;
}

.cert-badges {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

.cert {
    padding: var(--space-2) var(--space-5);
    background: var(--color-primary-600);
    color: white;
    font-weight: 700;
    border-radius: var(--radius-full);
    font-size: 0.95rem;
    box-shadow: var(--shadow-md);
}

/* FORM PREMIUM */
.contact-form-side {
    background: rgba(13, 22, 40, 0.75);
    backdrop-filter: blur(10px);
    padding: var(--space-8);
    border-radius: var(--radius-2xl);
    border: 2px solid rgba(255, 111, 0, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.contact-form h3 {
    font-size: 1.75rem;
    color: #FFFFFF;
    margin-bottom: var(--space-2);
    font-weight: 800;
    text-align: center;
}

.form-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    margin-bottom: var(--space-8);
}

.form-group {
    margin-bottom: var(--space-6);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-5);
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: var(--space-3);
    font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: var(--space-4);
    font-size: 1.05rem;
    font-family: var(--font-body);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    transition: all var(--transition-base);
}

.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FF6F00;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.15);
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: var(--space-12, 3rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    cursor: pointer;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.form-note {
    text-align: center;
    font-size: 0.9rem;
    color: #B0B0B0;
    margin-top: var(--space-5);
}

.form-trust {
    display: flex;
    justify-content: center;
    gap: var(--space-5);
    flex-wrap: wrap;
    margin-top: var(--space-6);
    padding-top: var(--space-6);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.form-trust-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    font-weight: 600;
}

.form-trust-item svg {
    color: #FF8A00;
}

/* Contact Form Success */
.contact-form-success {
    text-align: center;
    padding: var(--space-10) var(--space-6);
}

.contact-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.15);
    margin-bottom: var(--space-6);
}

.contact-success-icon svg {
    color: #4CAF50;
}

.contact-form-success h3 {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-bottom: var(--space-4);
    font-weight: 800;
}

.contact-form-success p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    margin-bottom: var(--space-8);
    line-height: 1.6;
}

.contact-success-actions {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
}

.contact-success-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all var(--transition-base);
}

.btn-outline:hover {
    border-color: #FF6F00;
    background: rgba(255, 111, 0, 0.1);
}

/* ============================================
   FOOTER - Premium
   ============================================ */

.main-footer {
    background: #060612;
    color: rgba(255, 255, 255, 0.5);
    padding-block: var(--space-10) var(--space-8);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-simple {
    max-width: 800px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--space-8);
    margin-bottom: var(--space-8);
}

.footer-identity h3 {
    font-size: 1.3rem;
    color: white;
    margin: 0 0 var(--space-2);
    font-weight: 700;
}

.footer-identity p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.footer-byline {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.25) !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: var(--space-2) !important;
    font-style: italic;
}

.footer-contact-quick {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--space-2);
    font-size: 0.9rem;
}

.footer-phone {
    color: #FF6F00 !important;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
}

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

.footer-contact-quick a:hover {
    color: #FF6F00;
}

.footer-contact-quick span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.85rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: var(--space-5);
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    margin-bottom: var(--space-1);
}

.footer-legal {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.2);
}

.footer-credit {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.25);
    margin-top: var(--space-2);
}

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

.footer-credit a:hover {
    color: #FFD580;
}

/* ============================================
   ANIMATIONS SVG - Logo Premium
   ============================================ */

/* Flamme - Ondulation organique fluide */
@keyframes flameBurnOuter {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scaleX(1) scaleY(1);
        opacity: 1;
    }
    20% {
        transform: translate(-0.8px, -0.5px) rotate(-2deg) scaleX(0.97) scaleY(1.02);
        opacity: 0.98;
    }
    40% {
        transform: translate(1px, 0.3px) rotate(2.5deg) scaleX(1.03) scaleY(0.98);
        opacity: 1;
    }
    60% {
        transform: translate(-0.5px, -0.8px) rotate(-1.5deg) scaleX(0.98) scaleY(1.03);
        opacity: 0.96;
    }
    80% {
        transform: translate(0.7px, 0.2px) rotate(1.8deg) scaleX(1.02) scaleY(0.99);
        opacity: 0.99;
    }
}

@keyframes flameBurnMiddle {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scaleX(1) scaleY(1);
        opacity: 0.95;
    }
    25% {
        transform: translate(0.9px, -0.3px) rotate(2.5deg) scaleX(1.04) scaleY(0.97);
        opacity: 0.98;
    }
    50% {
        transform: translate(-1px, 0.5px) rotate(-3deg) scaleX(0.96) scaleY(1.04);
        opacity: 0.93;
    }
    75% {
        transform: translate(0.6px, -0.6px) rotate(2deg) scaleX(1.02) scaleY(0.99);
        opacity: 0.96;
    }
}

@keyframes flameBurnInner {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scaleX(1) scaleY(1);
        opacity: 1;
    }
    30% {
        transform: translate(-1.2px, 0.4px) rotate(-3.5deg) scaleX(0.94) scaleY(1.05);
        opacity: 0.95;
    }
    60% {
        transform: translate(1.3px, -0.5px) rotate(4deg) scaleX(1.06) scaleY(0.96);
        opacity: 0.98;
    }
    90% {
        transform: translate(-0.7px, 0.3px) rotate(-2.5deg) scaleX(0.97) scaleY(1.02);
        opacity: 0.96;
    }
}

.flame-outer {
    animation: flameBurnOuter 3.2s ease-in-out infinite;
    transform-origin: center bottom;
}

.flame-middle {
    animation: flameBurnMiddle 2.6s ease-in-out infinite;
    animation-delay: 0.5s;
    transform-origin: center bottom;
}

.flame-inner {
    animation: flameBurnInner 2s ease-in-out infinite;
    animation-delay: 0.9s;
    transform-origin: center bottom;
}

.flame-core {
    animation: flameBurnInner 1.6s ease-in-out infinite;
    animation-delay: 1.2s;
    transform-origin: center bottom;
}

@keyframes flameGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.12);
    }
}

.flame-glow {
    animation: flameGlow 2.5s ease-in-out infinite;
}

@keyframes waterGlowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.45;
        transform: scale(1.08);
    }
}

.water-glow {
    animation: waterGlowPulse 3s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0;
        transform: translate(0, 0) scale(0.5);
    }
    15% {
        opacity: 0.8;
        transform: translate(-1px, -2px) scale(1);
    }
    30% {
        opacity: 0;
        transform: translate(-2px, -4px) scale(0.3);
    }
}

.spark-1 {
    animation: sparkle 3s ease-in-out infinite;
    animation-delay: 0s;
}

.spark-2 {
    animation: sparkle 3.5s ease-in-out infinite;
    animation-delay: 1.2s;
}

.spark-3 {
    animation: sparkle 2.8s ease-in-out infinite;
    animation-delay: 2s;
}

.spark-4 {
    animation: sparkle 3.2s ease-in-out infinite;
    animation-delay: 2.6s;
}

@keyframes waterDropFall {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0.75;
    }
    12% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    96% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dropHighlight {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 0.4;
    }
    15% {
        opacity: 0.5;
    }
    85% {
        opacity: 0.5;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.drop-highlight {
    animation: dropHighlight 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

@keyframes dropRotate {
    0% {
        transform: translateY(0) rotate(0deg) scaleY(0.6) scaleX(0.85);
    }
    8% {
        transform: translateY(2px) rotate(5deg) scaleY(0.95) scaleX(1);
    }
    20% {
        transform: translateY(6px) rotate(-8deg) scaleY(1.05) scaleX(0.97);
    }
    35% {
        transform: translateY(12px) rotate(10deg) scaleY(1.1) scaleX(0.94);
    }
    50% {
        transform: translateY(19px) rotate(-6deg) scaleY(1.12) scaleX(0.93);
    }
    70% {
        transform: translateY(28px) rotate(4deg) scaleY(1.15) scaleX(0.92);
    }
    88% {
        transform: translateY(36px) rotate(-3deg) scaleY(1.18) scaleX(0.9);
    }
    100% {
        transform: translateY(42px) rotate(0deg) scaleY(0.3) scaleX(1.4);
    }
}

.drop-shape {
    animation: waterDropFall 3s cubic-bezier(0.33, 0, 0.67, 1) infinite,
               dropRotate 3s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.drop-1 .drop-shape {
    animation-delay: 0s;
    animation-duration: 2.8s;
}

.drop-2 .drop-shape {
    animation-delay: 0.7s;
    animation-duration: 2.8s;
}

.drop-3 .drop-shape {
    animation-delay: 1.4s;
    animation-duration: 2.8s;
}

.drop-4 .drop-shape {
    animation-delay: 2.1s;
    animation-duration: 3.2s;
}

@keyframes splashLeft {
    0%, 85% {
        opacity: 0;
        transform: translate(0, 0) scale(0);
    }
    88% {
        opacity: 0.8;
        transform: translate(-1px, -0.5px) scale(1);
    }
    92% {
        opacity: 0.6;
        transform: translate(-2.5px, -1px) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(-4px, 1px) scale(0.3);
    }
}

@keyframes splashRight {
    0%, 85% {
        opacity: 0;
        transform: translate(0, 0) scale(0);
    }
    88% {
        opacity: 0.8;
        transform: translate(1px, -0.5px) scale(1);
    }
    92% {
        opacity: 0.6;
        transform: translate(2.5px, -1px) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(4px, 1px) scale(0.3);
    }
}

@keyframes splashCenter {
    0%, 85% {
        opacity: 0;
        transform: translateY(0) scale(0);
    }
    87% {
        opacity: 0.7;
        transform: translateY(-1.5px) scale(1.2);
    }
    93% {
        opacity: 0.4;
        transform: translateY(-0.5px) scale(0.6);
    }
    100% {
        opacity: 0;
        transform: translateY(0.5px) scale(0.2);
    }
}

@keyframes splashUp {
    0%, 85% {
        opacity: 0;
        transform: translateY(0) scale(0);
    }
    88% {
        opacity: 0.8;
        transform: translateY(-2px) scale(1);
    }
    92% {
        opacity: 0.5;
        transform: translateY(-4px) scale(0.7);
    }
    100% {
        opacity: 0;
        transform: translateY(-6px) scale(0.3);
    }
}

.drop-1 .sp-left,
.drop-2 .sp-left,
.drop-3 .sp-left,
.drop-4 .sp-left {
    animation: splashLeft 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.drop-1 .sp-right,
.drop-2 .sp-right,
.drop-3 .sp-right,
.drop-4 .sp-right {
    animation: splashRight 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.drop-1 .sp-center,
.drop-2 .sp-center,
.drop-3 .sp-center,
.drop-4 .sp-center {
    animation: splashCenter 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
}

.drop-1 .sp-up {
    animation: splashUp 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 0s;
}

.drop-2 .sp-up {
    animation: splashUp 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 0.7s;
}

.drop-3 .sp-up {
    animation: splashUp 2.8s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 1.4s;
}

.drop-4 .sp-up {
    animation: splashUp 3.2s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 2.1s;
}

.drop-1 .drop-highlight {
    animation-delay: 0s;
}

.drop-2 .drop-highlight {
    animation-delay: 0.7s;
}

.drop-3 .drop-highlight {
    animation-delay: 1.4s;
}

.drop-4 .drop-highlight {
    animation-delay: 2.1s;
}

@keyframes miniDropFall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    8% {
        opacity: 0.7;
        transform: translateY(1.5px) rotate(12deg);
    }
    20% {
        opacity: 0.8;
        transform: translateY(4px) rotate(-15deg);
    }
    45% {
        transform: translateY(10px) rotate(8deg);
    }
    70% {
        transform: translateY(17px) rotate(-10deg);
    }
    90% {
        opacity: 0.6;
        transform: translateY(22px) rotate(4deg);
    }
    100% {
        transform: translateY(25px) rotate(0deg);
        opacity: 0;
    }
}

.mini-drop-1 {
    animation: miniDropFall 2.2s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 0.4s;
}

.mini-drop-2 {
    animation: miniDropFall 2.5s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 1.5s;
}

.mini-drop-3 {
    animation: miniDropFall 2.3s cubic-bezier(0.33, 0, 0.67, 1) infinite;
    animation-delay: 2.3s;
}

/* Ventilation icon animation */
.ventilation-icon .fan-blade {
    transform-origin: 30px 30px;
    animation: fanRotate 3s linear infinite;
}

@keyframes fanRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   SCROLL ANIMATIONS - Premium Orchestration
   ============================================ */

.scroll-animate {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-animate.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger delays pour effet cascade */
.service-card:nth-child(1).scroll-animate {
    transition-delay: 0s;
}

.service-card:nth-child(2).scroll-animate {
    transition-delay: 0.1s;
}

.service-card:nth-child(3).scroll-animate {
    transition-delay: 0.2s;
}

.service-card:nth-child(4).scroll-animate {
    transition-delay: 0.3s;
}

.trust-item:nth-child(1).scroll-animate {
    transition-delay: 0s;
}

.trust-item:nth-child(2).scroll-animate {
    transition-delay: 0.1s;
}

.trust-item:nth-child(3).scroll-animate {
    transition-delay: 0.2s;
}

.trust-item:nth-child(4).scroll-animate {
    transition-delay: 0.3s;
}

.testimonial-card:nth-child(1).scroll-animate {
    transition-delay: 0s;
}

.testimonial-card:nth-child(2).scroll-animate {
    transition-delay: 0.15s;
}

.testimonial-card:nth-child(3).scroll-animate {
    transition-delay: 0.3s;
}

/* ============================================
   À PROPOS - PARCOURS
   ============================================ */

.about-section {
    padding-block: var(--space-16) var(--space-14);
    background: linear-gradient(135deg, #0a0a1e 0%, #111133 50%, #0d1628 100%);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: var(--space-12);
    align-items: start;
    margin-top: var(--space-10);
}

.about-photo {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.about-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 2px solid rgba(255, 111, 0, 0.3);
    pointer-events: none;
}

.about-photo img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.05) contrast(1.05);
}

.about-content h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    color: #FFFFFF;
    margin-bottom: var(--space-6);
    line-height: 1.3;
}

.about-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: var(--space-5);
}

.about-content strong {
    color: #FF6F00;
}

.about-highlight {
    margin-top: var(--space-8);
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
}

.about-highlight-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 111, 0, 0.2);
    border-radius: 12px;
    padding: var(--space-5) var(--space-6);
}

.about-highlight-item strong {
    display: block;
    font-size: 1.1rem;
    color: #FF6F00;
    margin-bottom: var(--space-2);
}

.about-highlight-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: var(--space-8);
    }

    .about-photo {
        max-width: 300px;
        margin: 0 auto;
    }

    .about-content h3 {
        font-size: 1.3rem;
    }
}

/* ============================================
   MICRO-INTERACTIONS & POLISH
   ============================================ */

/* Selection text branded */
::selection {
    background: rgba(255, 111, 0, 0.3);
    color: #FFFFFF;
}

::-moz-selection {
    background: rgba(255, 111, 0, 0.3);
    color: #FFFFFF;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(13, 22, 40, 0.5);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        var(--color-primary-600),
        var(--color-primary-700)
    );
    border-radius: var(--radius-full);
    border: 2px solid var(--color-neutral-100);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        var(--color-primary-700),
        var(--color-primary-800)
    );
}

/* Focus states accessibles */
*:focus-visible {
    outline: 3px solid var(--color-primary-600);
    outline-offset: 4px;
    border-radius: var(--radius-sm);
}

/* ============================================
   RESPONSIVE - Mobile Premium
   ============================================ */

@media (max-width: 968px) {
    html {
        font-size: 17px;
    }

    .header-content {
        flex-direction: column;
        text-align: center;
        gap: var(--space-5);
    }

    .logo-section {
        flex-direction: column;
        gap: var(--space-3);
    }

    .company-logo {
        width: 80px;
        height: 80px;
    }

    .company-name {
        font-size: 1.8rem;
    }

    .header-cta {
        align-items: center;
    }

    .btn-call-now {
        font-size: 1.1rem;
        padding: var(--space-4) var(--space-6);
    }

    .hero-message h2 {
        font-size: 2rem;
    }

    .trust-banner {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .contact-quick-actions {
        grid-template-columns: 1fr;
    }

    .contact-fast-lane {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-fast-call {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .footer-top {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-contact-quick {
        align-items: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .container {
        padding-inline: var(--space-4);
    }

    :root {
        --space-8: 2rem;
        --space-10: 2.5rem;
        --space-12: 3rem;
        --space-16: 4rem;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

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

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    body::before,
    body::after,
    .header-top,
    .btn-call-now,
    .cta-buttons,
    .contact-form {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }

    a {
        text-decoration: underline;
    }
}

/* ============================================
   ZONES SECTION - Links Grid
   ============================================ */

.zones-section {
    padding-block: var(--space-16);
    background: transparent;
    position: relative;
}

.zones-regions {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    max-width: 800px;
    margin: 0 auto;
}

.zone-region-title {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: 1.1rem;
    font-weight: 700;
    color: #FFD580;
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.zone-region-title svg {
    color: #FF8A00;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .zones-regions {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
}

.zones-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.zones-links-grid a {
    display: inline-block;
    padding: var(--space-2) var(--space-4);
    background: rgba(13, 22, 40, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    transition: transform var(--transition-base), border-color var(--transition-base), background-color var(--transition-base), color var(--transition-base);
    text-decoration: none;
}

.zones-links-grid a::after,
.footer-links a::after,
.cta-banner a::after,
.hero-header a::after,
.hero-cta-group a::after,
.hero-trust-pills a::after,
.service-card h3 a::after,
.hub-services a::after,
.main-nav a::after,
.nav-dropdown-menu a::after {
    display: none !important;
}

.zones-links-grid a:hover {
    background: rgba(255, 111, 0, 0.15);
    border-color: rgba(255, 111, 0, 0.4);
    color: #FFD580;
    transform: translateY(-2px);
}

/* ============================================
   SERVICES HUB PAGE
   ============================================ */

.services-hub-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    max-width: 900px;
    margin: 0 auto;
}

.service-hub-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: var(--space-4) var(--space-6);
    background: rgba(13, 22, 40, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    gap: var(--space-4);
}

.service-hub-card:hover {
    border-color: rgba(255, 111, 0, 0.4);
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(255, 111, 0, 0.1);
}

.service-hub-card h2 {
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.service-hub-card p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: var(--space-1) 0 0;
    line-height: 1.4;
}

.service-hub-card ul {
    display: none;
}

.service-hub-link {
    color: #FFD580;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    grid-row: 1 / 3;
    grid-column: 2;
}

.service-hub-card::after {
    display: none !important;
}

.business-audience-grid {
    margin-top: var(--space-10);
}

.zones-regions-hub {
    max-width: 1000px;
    margin: 0 auto;
}

/* ============================================
   SERVICE & HUB CONTENT PAGES
   ============================================ */


.breadcrumb-shell {
    position: relative;
    z-index: 8;
    margin-top: calc(var(--space-8) * -1);
}

.breadcrumb-nav {
    display: inline-flex;
    max-width: 100%;
    padding: var(--space-3) var(--space-5);
    background: rgba(13, 22, 40, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-lg);
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    line-height: 1.4;
}

.breadcrumb-list li + li::before {
    content: '/';
    color: rgba(255, 255, 255, 0.28);
}

.breadcrumb-list a,
.breadcrumb-list span {
    color: inherit;
    text-decoration: none;
}

.breadcrumb-list a:hover {
    color: #FFD580;
}

.breadcrumb-list .is-current span {
    color: #FFFFFF;
    font-weight: 600;
}

.breadcrumb-nav a::after,
.context-link-card::after {
    display: none !important;
}

.service-content-section,
.hub-content-section {
    padding-block: var(--space-12);
    position: relative;
    z-index: 5;
}

/* Images héro dans les pages services et zones */
.service-hero-img,
.zone-hero-img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--radius-2xl);
    margin-bottom: var(--space-8);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-content,
.hub-content {
    max-width: 800px;
    margin: 0 auto var(--space-12);
}

.service-content h2,
.hub-content h2 {
    font-size: 1.8rem;
    margin-top: var(--space-8);
    margin-bottom: var(--space-5);
}

.service-content h3,
.hub-content h3 {
    font-size: 1.4rem;
    margin-top: var(--space-6);
    margin-bottom: var(--space-4);
}

.service-content p,
.hub-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.service-content ul,
.hub-content ul {
    list-style: none;
    padding: 0;
}

.service-content li,
.hub-content li {
    padding: var(--space-2) 0;
    padding-left: var(--space-6);
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

.service-content li::before,
.hub-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-primary-600);
    font-weight: 900;
}

.service-content strong,
.hub-content strong {
    color: #FF6F00;
}

.service-features-section,
.context-links-section,
.internal-links-section,
.page-financing-teaser,
.hub-services,
.hub-nearby-zones {
    margin-top: var(--space-12);
}

.service-features-section h2,
.context-links-section h2,
.internal-links-section h2,
.hub-services h2,
.hub-nearby-zones h2 {
    text-align: center;
    margin-bottom: var(--space-8);
}

.service-features-list {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}

.service-features-list li {
    padding: var(--space-4);
    padding-left: var(--space-8);
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.service-features-list li::before {
    content: '✓';
    position: absolute;
    left: var(--space-3);
    color: var(--color-primary-600);
    font-weight: 900;
    font-size: 1.2rem;
}

.page-financing-teaser {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.9fr);
    gap: var(--space-6);
    align-items: center;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border-radius: var(--radius-2xl);
    border: 1px solid rgba(255, 111, 0, 0.16);
    background:
        radial-gradient(circle at top right, rgba(255, 111, 0, 0.16), transparent 36%),
        linear-gradient(135deg, rgba(13, 22, 40, 0.94), rgba(17, 31, 53, 0.9));
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.page-financing-copy h2 {
    margin: 0 0 var(--space-3);
    text-align: left;
}

.page-financing-copy p {
    margin: 0;
}

.page-financing-note {
    margin-top: var(--space-3) !important;
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.9rem;
}

.page-financing-kicker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: var(--space-3);
    padding: 0.25rem 0.7rem;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.08);
    color: #FFD580;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-financing-actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.page-financing-primary,
.page-financing-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.95rem 1.2rem;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 700;
    transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base), background-color var(--transition-base);
}

.page-financing-primary {
    background: #FF6F00;
    color: #FFFFFF;
    box-shadow: 0 14px 24px rgba(255, 111, 0, 0.2);
}

.page-financing-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(255, 111, 0, 0.26);
}

.page-financing-secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
}

.page-financing-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
}

.context-links-header {
    max-width: 760px;
    margin: 0 auto var(--space-6);
    text-align: center;
}

.context-links-header p {
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 0;
}

.context-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: var(--space-4);
}

.context-link-card {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    min-height: 100%;
    padding: var(--space-5);
    background: rgba(13, 22, 40, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    color: inherit;
    text-decoration: none;
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

.context-link-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 111, 0, 0.4);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    background: rgba(18, 28, 48, 0.82);
}

.context-link-card-accent {
    border-color: rgba(255, 111, 0, 0.24);
    background: linear-gradient(135deg, rgba(255, 111, 0, 0.14), rgba(13, 22, 40, 0.75));
}

.context-link-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.2rem 0.65rem;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.07);
    color: #FFD580;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.context-link-card strong {
    color: #FFFFFF;
    font-size: 1.08rem;
    line-height: 1.35;
}

.context-link-card span:last-child {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ============================================
   CTA BANNER
   ============================================ */

.cta-banner {
    padding-block: var(--space-12);
    background: linear-gradient(135deg, rgba(255, 111, 0, 0.1), rgba(25, 118, 210, 0.05));
    border-top: 1px solid rgba(255, 111, 0, 0.2);
    border-bottom: 1px solid rgba(255, 111, 0, 0.2);
}

.cta-banner-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-banner-content h2 {
    font-size: 2rem;
    margin-bottom: var(--space-4);
}

.cta-banner-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
    margin-bottom: var(--space-8);
}

.cta-banner-actions {
    display: flex;
    gap: var(--space-5);
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   FOOTER LINKS
   ============================================ */

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
    margin-bottom: var(--space-8);
    padding-top: var(--space-8);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links h4 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: var(--space-4);
    font-weight: 700;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: var(--space-2);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a::after {
    display: none;
}

.footer-links a:hover {
    color: #FF6F00;
}

@media (max-width: 640px) {
    .footer-links {
        grid-template-columns: 1fr;
    }

    .cta-banner-actions {
        flex-direction: column;
        padding: 0 1.5rem;
    }

    .cta-banner-actions .btn {
        width: 100%;
    }
}

.skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    transform: translateY(-160%);
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    background: #111827;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.28);
    z-index: 20000;
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

#main-content-start {
    outline: none;
}

/* ============================================
   ACCORDÉONS (composant réutilisable)
   ============================================ */

.zone-accordion {
    border: 1px solid rgba(120, 113, 108, 0.15);
    border-radius: 0.75rem;
    margin-bottom: var(--space-3);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.2s ease;
    overflow: hidden;
}

.zone-accordion:hover {
    border-color: rgba(255, 111, 0, 0.25);
}

.zone-accordion-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: var(--space-3) var(--space-4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.zone-accordion-toggle:hover {
    color: var(--color-primary-500);
}

.zone-accordion-toggle:focus-visible {
    outline: 3px solid rgba(255, 213, 128, 0.95);
    outline-offset: -3px;
}

.zone-title-content {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.zone-count {
    font-size: 0.9em;
    opacity: 0.7;
    font-weight: 400;
}

.accordion-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--color-primary-600);
    transition: transform 0.2s ease;
    display: inline-block;
    line-height: 1;
}

.zone-accordion-toggle[aria-expanded="true"] .accordion-icon::before {
    content: '−';
}

.zone-accordion-toggle[aria-expanded="false"] .accordion-icon::before {
    content: '+';
}

.zone-accordion-content {
    display: none !important;
}

.zone-accordion-content.active {
    display: flex !important;
    padding: 0 var(--space-4) var(--space-4) var(--space-4);
}

.zone-accordion-content[hidden] {
    display: none !important;
}

/* FAQ Section */
.faq-section { padding: 4rem 0; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
.faq-question { padding: 1.25rem 0; font-size: 1.1rem; font-weight: 600; cursor: pointer; color: var(--text-primary); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: var(--accent); transition: transform 0.2s; }
.faq-item[open] .faq-question::after { content: '\2212'; }
.faq-answer { padding: 0 0 1.25rem; color: var(--text-secondary); line-height: 1.7; }

/* Language Switcher */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 1rem;
}
/* In desktop: only show the one inside .header-actions, hide the nav one */
.main-nav .lang-switcher {
    display: none;
}
.lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast);
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.05em;
    background: rgba(255,255,255,0.1);
}
.lang-btn:hover {
    color: #fff;
    background: rgba(255,255,255,0.18);
}
.lang-active {
    color: #fff;
    background: var(--color-primary-500);
}
@media (max-width: 968px) {
    .lang-switcher {
        margin-left: 0;
    }
}

/* ============================================
   GUIDES CATEGORY CARDS — Services/Diensten page
   ============================================ */

.guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: var(--space-5);
    max-width: 1100px;
    margin: 0 auto;
}

.guide-category-card {
    background: rgba(13, 22, 40, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    padding: var(--space-5) var(--space-5) var(--space-4);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.guide-category-card:hover {
    border-color: rgba(255, 111, 0, 0.25);
    box-shadow: 0 8px 32px rgba(255, 111, 0, 0.08);
}

.guide-category-header {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-4);
    padding-bottom: var(--space-3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.guide-category-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.guide-icon-heating {
    background: linear-gradient(135deg, rgba(255, 111, 0, 0.2), rgba(255, 111, 0, 0.08));
    color: #FFB74D;
}

.guide-icon-bathroom {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.2), rgba(33, 150, 243, 0.08));
    color: #64B5F6;
}

.guide-icon-sanitary {
    background: linear-gradient(135deg, rgba(38, 166, 154, 0.2), rgba(38, 166, 154, 0.08));
    color: #80CBC4;
}

.guide-icon-pmr {
    background: linear-gradient(135deg, rgba(171, 71, 188, 0.2), rgba(171, 71, 188, 0.08));
    color: #CE93D8;
}

.guide-icon-primes {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.2), rgba(76, 175, 80, 0.08));
    color: #81C784;
}

.guide-category-header h3 {
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
    font-weight: 700;
    flex-grow: 1;
}

.guide-category-count {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    padding: 0.2rem 0.6rem;
    border-radius: var(--radius-full);
    white-space: nowrap;
    font-weight: 600;
}

.guide-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.guide-links-grid a {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    text-decoration: none;
    transition: all var(--transition-base);
    line-height: 1.4;
}

.guide-links-grid a:hover {
    background: rgba(255, 111, 0, 0.12);
    border-color: rgba(255, 111, 0, 0.35);
    color: #FFD580;
    transform: translateY(-1px);
}

.guide-links-grid a::after {
    display: none !important;
}

/* COMMUNE SECTIONS — Services par commune */

.commune-sections-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    max-width: 1100px;
    margin: 0 auto;
}

.commune-section-card {
    background: rgba(13, 22, 40, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-xl);
    padding: var(--space-5);
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.commune-section-card:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
    }
}

.commune-section-card h3 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 var(--space-4);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.commune-section-card h3 svg {
    color: var(--color-primary-500);
    flex-shrink: 0;
}

.commune-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.commune-links-grid a {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    text-decoration: none;
    transition: all var(--transition-base);
}

.commune-links-grid a:hover {
    background: rgba(255, 111, 0, 0.1);
    border-color: rgba(255, 111, 0, 0.3);
    color: #FFD580;
    transform: translateY(-1px);
}

.commune-links-grid a::after {
    display: none !important;
}

@media (max-width: 640px) {
    .breadcrumb-shell {
        margin-top: calc(var(--space-6) * -1);
    }
    .breadcrumb-nav {
        width: 100%;
        padding-inline: var(--space-4);
        border-radius: var(--radius-xl);
    }
    .context-links-grid {
        grid-template-columns: 1fr;
    }
    .page-financing-teaser {
        grid-template-columns: 1fr;
    }
    .guides-grid {
        grid-template-columns: 1fr;
    }
    .guide-category-card {
        padding: var(--space-4);
    }
    .commune-section-card {
        padding: var(--space-4);
    }
}
