/* ==========================================================================
   CCE — Centre du Climat Énergie
   v2 — Modern leadgen stylesheet
   Aesthetic: contemporary tech-climate / sharp contrasts
   ========================================================================== */

:root {
    /* Brand — palette tranchée */
    --c-bg:        #F4F1EA;        /* fond crème chaud */
    --c-bg-2:      #ECE7DA;        /* crème plus dense */
    --c-ink:       #0B1320;        /* bleu nuit (texte + fonds dark) */
    --c-ink-2:     #1A2433;        /* bleu nuit secondaire */
    --c-ink-soft:  #4A5568;        /* gris bleuté */
    --c-muted:     #6B7280;

    --c-accent:    #00E27A;        /* vert électrique signal */
    --c-accent-2:  #00C46B;        /* vert hover */
    --c-lime:      #D4FF4E;        /* lime fluo accent */
    --c-line:      #D7D0BD;        /* lignes sur fond crème */
    --c-line-dark: #2A3445;

    --bs-body-color: var(--c-ink);
    --bs-body-bg: var(--c-bg);
    --bs-body-font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    --bs-link-color: var(--c-ink);
    --bs-link-hover-color: var(--c-accent-2);

    --shadow-sm: 0 1px 2px rgba(11,19,32,0.06);
    --shadow-md: 0 4px 16px rgba(11,19,32,0.08);
    --shadow-lg: 0 20px 50px -15px rgba(11,19,32,0.2);
    --shadow-xl: 0 30px 80px -20px rgba(11,19,32,0.3);
    --shadow-accent: 0 12px 40px -12px rgba(0,226,122,0.55);

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-xl: 28px;

    --font-display: 'Geist', 'Inter', system-ui, sans-serif;
    --font-body: 'Manrope', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* BASE */
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: var(--c-bg); }
*::-webkit-scrollbar-thumb { background: var(--c-ink-2); border-radius: 5px; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
    font-family: var(--font-body);
    background: var(--c-bg);
    color: var(--c-ink);
    line-height: 1.55;
    overflow-x: hidden;
    font-feature-settings: "ss01", "cv11";
}
body::before {
    content: "";
    position: fixed; inset: 0;
    pointer-events: none; z-index: 1;
    opacity: .35;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--c-ink);
    line-height: 1.05;
}

a { color: var(--c-ink); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--c-accent-2); }
::selection { background: var(--c-accent); color: var(--c-ink); }
img { max-width: 100%; height: auto; }

/* BUTTONS */
.btn {
    font-family: var(--font-body);
    font-weight: 600;
    border-radius: 100px;
    padding: .7rem 1.5rem;
    transition: all .2s ease;
    letter-spacing: -.005em;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    font-size: .95rem;
}
.btn-lg { padding: .95rem 1.9rem; font-size: 1rem; }

.btn-cta {
    background: var(--c-accent);
    color: var(--c-ink);
    box-shadow: var(--shadow-accent);
    font-weight: 700;
}
.btn-cta:hover {
    background: var(--c-accent-2);
    color: var(--c-ink);
    transform: translateY(-2px);
    box-shadow: 0 18px 50px -12px rgba(0,226,122,0.7);
}
.btn-cta-sm { padding: .55rem 1.15rem; font-size: .88rem; }

.btn-accent {
    background: var(--c-lime);
    color: var(--c-ink);
    font-weight: 700;
}
.btn-accent:hover {
    background: #C7F73D;
    color: var(--c-ink);
    transform: translateY(-2px);
}

.btn-ghost {
    background: transparent;
    color: var(--c-ink);
    border: 1.5px solid var(--c-ink);
    font-weight: 600;
}
.btn-ghost:hover {
    background: var(--c-ink);
    color: var(--c-bg);
    transform: translateY(-2px);
}

/* ANNOUNCEMENT BAR */
.announcement-bar {
    background: var(--c-ink);
    color: var(--c-bg);
    font-size: .82rem;
    font-weight: 500;
    position: relative;
    z-index: 5;
}
.announcement-bar i { color: var(--c-accent); }

/* NAVBAR */
.navbar-cce {
    background: rgba(244, 241, 234, 0.82);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    padding: .85rem 0;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
    z-index: 1030;
}
.navbar-cce.scrolled {
    border-bottom-color: var(--c-line);
    box-shadow: 0 2px 14px rgba(11,19,32,0.05);
}
.navbar-brand .brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-line-1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--c-ink);
    letter-spacing: -.02em;
}
.brand-line-2 {
    font-size: .68rem;
    color: var(--c-muted);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 600;
    font-family: var(--font-mono);
}
.navbar-cce .nav-link {
    color: var(--c-ink);
    font-weight: 500;
    font-size: .92rem;
    padding: .5rem 1rem !important;
    border-radius: 8px;
    transition: all .2s ease;
}
.navbar-cce .nav-link:hover { color: var(--c-accent-2); }
.navbar-cce .nav-link.active { position: relative; }
.navbar-cce .nav-link.active::after {
    content:""; position:absolute;
    bottom: 4px; left: 1rem; right: 1rem;
    height: 2px; background: var(--c-accent); border-radius: 2px;
}
.navbar-toggler { border: none; padding: .25rem .5rem; }
.navbar-toggler:focus { box-shadow: none; }

/* HERO */
.hero {
    position: relative;
    padding: 5rem 0 4rem;
    overflow: hidden;
    isolation: isolate;
    background: var(--c-bg);
}

/* Hero avec image de fond */
.hero-with-image {
    background: var(--c-ink);
    color: #fff;
    padding: 6rem 0 4rem;
}
.hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}
.hero-image picture,
.hero-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.hero-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(11,19,32,0.92) 0%,
            rgba(11,19,32,0.8) 35%,
            rgba(11,19,32,0.45) 65%,
            rgba(11,19,32,0.3) 100%),
        linear-gradient(180deg,
            rgba(11,19,32,0.4) 0%,
            transparent 30%,
            transparent 70%,
            rgba(11,19,32,0.5) 100%);
}
@media (max-width: 991.98px) {
    .hero-image-overlay {
        background:
            linear-gradient(180deg,
                rgba(11,19,32,0.85) 0%,
                rgba(11,19,32,0.7) 50%,
                rgba(11,19,32,0.5) 100%);
    }
}

.hero::before {
    content: "//ENERGIE";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%) rotate(-90deg);
    font-family: var(--font-mono);
    font-size: clamp(8rem, 18vw, 14rem);
    font-weight: 700;
    color: #fff;
    opacity: 0.04;
    letter-spacing: -.05em;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
}
.hero > .container { position: relative; z-index: 1; }
.hero-bg { display: none; }

/* Adaptation pour hero sur fond sombre */
.hero-with-image .hero-tag {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
}
.hero-with-image .hero-title {
    color: #fff;
}
.hero-with-image .title-accent {
    color: var(--c-accent);
}
.hero-with-image .title-accent::before {
    background: var(--c-accent);
    opacity: .25;
}
.hero-with-image .hero-lead {
    color: rgba(255,255,255,0.85);
}
.hero-with-image .hero-bullets li {
    color: rgba(255,255,255,0.9);
}
.hero-with-image .btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}
.hero-with-image .btn-ghost:hover {
    background: #fff;
    color: var(--c-ink);
    border-color: #fff;
}

.hero-tag {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--c-ink);
    color: var(--c-bg);
    padding: .4rem .9rem .4rem .5rem;
    border-radius: 100px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .03em;
    margin-bottom: 1.75rem;
    font-family: var(--font-mono);
    text-transform: uppercase;
}
.hero-tag .dot {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--c-accent);
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 0 0 4px rgba(0,226,122,0.2);
    animation: pulse 2s ease-in-out infinite;
}
.hero-tag .dot::before {
    content: ""; width: 8px; height: 8px; background: var(--c-ink); border-radius: 50%;
}
@keyframes pulse {
    0%,100% { box-shadow: 0 0 0 4px rgba(0,226,122,0.2); }
    50% { box-shadow: 0 0 0 8px rgba(0,226,122,0); }
}

.hero-title {
    font-size: clamp(2.6rem, 6vw, 5.2rem);
    line-height: 0.98;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -.045em;
    color: var(--c-ink);
}
.title-accent {
    color: var(--c-accent-2);
    position: relative;
    display: inline-block;
    z-index: 1;
}
.title-accent::before {
    content:"";
    position: absolute;
    inset: 0.1em -0.1em -0.05em -0.1em;
    background: var(--c-accent);
    z-index: -1;
    transform: skew(-3deg) rotate(-1deg);
    opacity: .2;
}

.hero-lead {
    font-size: 1.1rem;
    color: var(--c-ink-soft);
    max-width: 540px;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 400;
}

.hero-cta-row {
    display: flex; flex-wrap: wrap; gap: .75rem;
    margin-bottom: 2rem;
}

.hero-bullets {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: 1.5rem;
}
.hero-bullets li {
    display: inline-flex; align-items: center; gap: .4rem;
    font-size: .9rem;
    color: var(--c-ink-soft);
    font-weight: 500;
}
.hero-bullets i {
    color: var(--c-ink);
    background: var(--c-accent);
    width: 18px; height: 18px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: .7rem;
    font-weight: 700;
}

.hero-card { position: relative; border-radius: var(--radius-lg); }
.hero-card-glow { display: none; }

.hero-card-inner {
    background: var(--c-ink);
    color: #fff;
    border: 5px solid var(--c-accent);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow:
        0 0 0 3px rgba(11,19,32,0.2),
        0 25px 60px -12px rgba(0,226,122,0.4),
        var(--shadow-xl);
    position: relative;
    overflow: hidden;
}
.hero-card-inner::before {
    content:"";
    position: absolute;
    top: -100px; right: -100px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, var(--c-accent) 0%, transparent 65%);
    opacity: .25;
    border-radius: 50%;
    filter: blur(20px);
}
.hero-card-inner > * { position: relative; }

.hero-card-rating {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: .35rem .85rem;
    border-radius: 100px;
    font-size: .82rem;
    color: #fff;
}
.hero-card-rating .text-muted { color: rgba(255,255,255,0.6) !important; }
.stars { color: var(--c-accent); letter-spacing: 1px; }

.hero-card-inner h3 { color: #fff; font-size: 1.5rem; }
.hero-card-inner .text-muted { color: rgba(255,255,255,0.6) !important; }

.hero-card-stats {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1rem; margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.stat-num {
    font-family: var(--font-display);
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--c-accent);
    letter-spacing: -.03em;
    line-height: 1;
}
.stat-label {
    font-size: .7rem;
    color: rgba(255,255,255,0.55);
    margin-top: .35rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: var(--font-mono);
}

.trust-bar {
    margin-top: 4rem;
    padding: 1.5rem 1.75rem;
    background: var(--c-ink);
    color: #fff;
    border-radius: var(--radius-md);
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.trust-item {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .85rem; font-weight: 500;
    color: rgba(255,255,255,0.85);
}
.trust-item i { color: var(--c-accent); font-size: 1.05rem; }

/* SECTIONS GENERIC */
.section { padding: 6rem 0; position: relative; }
.section-head { max-width: 720px; margin: 0 auto 3.5rem; text-align: center; }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 600;
    color: var(--c-ink);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding: .35rem .85rem;
    background: transparent;
    border: 1px solid var(--c-line);
    border-radius: 100px;
    font-family: var(--font-mono);
}
.eyebrow::before {
    content:"";
    width: 6px; height: 6px;
    background: var(--c-accent);
    border-radius: 50%;
}
.eyebrow-on-dark {
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}

.section-title {
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    line-height: 1.02;
    margin-bottom: 1.25rem;
    letter-spacing: -.04em;
    font-weight: 700;
}
.section-lead {
    font-size: 1.05rem;
    color: var(--c-ink-soft);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}

/* SERVICES */
.section-services { background: var(--c-bg); }
.service-card {
    background: var(--c-bg-2);
    border: 1px solid var(--c-line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    transition: all .3s ease;
    display: flex; flex-direction: column;
}
.service-card:hover {
    transform: translateY(-4px);
    border-color: var(--c-ink);
    box-shadow: var(--shadow-lg);
}
.service-card-img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.service-illu { width: 100%; height: 100%; display: block; }

.service-badge {
    position: absolute; top: 1rem; left: 1rem;
    background: var(--c-ink);
    color: #fff;
    padding: .4rem .9rem;
    border-radius: 100px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    z-index: 2;
    display: inline-flex; align-items: center; gap: .35rem;
    font-family: var(--font-mono);
}
.service-badge i { color: var(--c-accent); font-size: .9rem; }

.service-card-body { padding: 2rem; display: flex; flex-direction: column; flex-grow: 1; background: #fff; }
.service-title { font-size: 1.7rem; margin-bottom: 1rem; font-weight: 700; }
.service-desc { color: var(--c-ink-soft); margin-bottom: 1.5rem; line-height: 1.6; }

.service-features { list-style: none; padding: 0; margin: 0 0 1.75rem; }
.service-features li {
    display: flex; align-items: flex-start; gap: .65rem;
    padding: .4rem 0;
    color: var(--c-ink);
    font-size: .94rem;
    font-weight: 500;
}
.service-features i {
    color: var(--c-ink);
    background: var(--c-accent);
    width: 22px; height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    flex-shrink: 0;
    margin-top: 2px;
    font-weight: 700;
}

.service-link {
    margin-top: auto;
    display: inline-flex; align-items: center; gap: .5rem;
    color: var(--c-ink);
    font-weight: 700;
    padding: .75rem 1.25rem;
    background: var(--c-bg);
    border-radius: 100px;
    transition: all .25s ease;
    align-self: flex-start;
}
.service-link:hover {
    color: var(--c-ink);
    background: var(--c-accent);
    gap: .9rem;
}

/* SIMULATEUR */
.section-simulateur {
    background: var(--c-bg);
    color: var(--c-ink);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}
/* Effet "tape" diagonale en haut et en bas pour rupture visuelle */
.section-simulateur::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 14px;
    background: repeating-linear-gradient(
        45deg,
        var(--c-ink) 0,
        var(--c-ink) 12px,
        var(--c-accent) 12px,
        var(--c-accent) 24px
    );
}
.section-simulateur::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 14px;
    background: repeating-linear-gradient(
        45deg,
        var(--c-ink) 0,
        var(--c-ink) 12px,
        var(--c-accent) 12px,
        var(--c-accent) 24px
    );
}

.section-simulateur .eyebrow {
    background: var(--c-ink);
    color: var(--c-accent);
    border-color: var(--c-ink);
    font-weight: 700;
}
.section-simulateur .eyebrow::before { background: var(--c-accent); }
.section-simulateur .section-title { color: var(--c-ink); }
.section-simulateur .section-lead { color: var(--c-ink-soft); }
.section-simulateur .title-accent { color: var(--c-accent-2); }
.section-simulateur .title-accent::before {
    background: var(--c-accent);
    opacity: .25;
}

.simulateur-card {
    background: var(--c-ink);
    border: 6px solid var(--c-accent);
    border-radius: var(--radius-xl);
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow:
        0 0 0 4px var(--c-bg),
        0 30px 70px -15px rgba(0,226,122,0.35),
        0 20px 40px -15px rgba(11,19,32,0.25);
    position: relative;
}

.simulateur-inputs { background: var(--c-ink); }
.simulateur-inputs h3, .simulateur-results h3 { color: #fff; font-weight: 600; }
.simulateur-inputs h3 i { color: var(--c-accent); }
.simulateur-inputs .form-label { color: rgba(255,255,255,0.85); font-weight: 500; }
.simulateur-inputs .form-text { color: rgba(255,255,255,0.5); }
.simulateur-inputs .text-muted { color: rgba(255,255,255,0.5) !important; }

.simulateur-results {
    background: linear-gradient(135deg, #0E1A2C 0%, var(--c-ink) 100%);
    border-left: 1px solid rgba(0,226,122,0.2);
    color: #fff;
    position: relative;
}
.simulateur-results h3 i { color: var(--c-accent); }

.text-accent { color: var(--c-accent) !important; }

.form-range::-webkit-slider-thumb {
    background: var(--c-accent);
    width: 22px; height: 22px;
    box-shadow: 0 2px 12px rgba(0,226,122,0.5);
}
.form-range::-moz-range-thumb {
    background: var(--c-accent);
    width: 22px; height: 22px;
    border: none;
    box-shadow: 0 2px 12px rgba(0,226,122,0.5);
}
.form-range::-webkit-slider-runnable-track {
    background: rgba(255,255,255,0.1);
    height: 4px;
    border-radius: 100px;
}
.form-range::-moz-range-track {
    background: rgba(255,255,255,0.1);
    height: 4px;
    border-radius: 100px;
}

.sim-value {
    min-width: 95px;
    text-align: right;
    font-family: var(--font-mono);
    font-weight: 600;
    color: var(--c-accent);
    font-size: 1rem;
}

.btn-group-sim { display: flex; gap: .5rem; flex-wrap: wrap; }
.btn-sim {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.8);
    flex: 1; min-width: 120px;
    padding: .75rem .75rem;
    border-radius: var(--radius-sm);
    font-size: .88rem;
    font-weight: 500;
    transition: all .2s ease;
    display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
}
.btn-sim:hover { border-color: rgba(255,255,255,0.3); color: #fff; }
.btn-check:checked + .btn-sim {
    background: var(--c-accent);
    border-color: var(--c-accent);
    color: var(--c-ink);
    font-weight: 700;
}

.simulateur-inputs .form-control,
.simulateur-inputs .form-select {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}
.simulateur-inputs .form-control::placeholder { color: rgba(255,255,255,0.4); }
.simulateur-inputs .form-control:focus,
.simulateur-inputs .form-select:focus {
    background: rgba(255,255,255,0.06);
    border-color: var(--c-accent);
    box-shadow: 0 0 0 3px rgba(0,226,122,0.15);
    color: #fff;
}
.simulateur-inputs .form-select option { background: var(--c-ink); color: #fff; }

.form-control, .form-select {
    border-radius: var(--radius-sm);
    border: 1.5px solid var(--c-line);
    padding: .7rem 1rem;
    transition: all .2s ease;
    font-family: var(--font-body);
}
.form-control:focus, .form-select:focus {
    border-color: var(--c-ink);
    box-shadow: 0 0 0 3px rgba(11,19,32,0.08);
}
.form-control-lg, .form-select-lg { padding: .85rem 1.1rem; font-size: 1rem; }

.form-label { font-weight: 500; color: var(--c-ink); margin-bottom: .5rem; font-size: .9rem; }

.result-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(0,226,122,0.15);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}
.result-card::before {
    content:""; position: absolute; left: 0; top: 0; bottom: 0;
    width: 4px; background: var(--c-accent);
}
.result-card:hover {
    background: rgba(0,226,122,0.08);
    border-color: rgba(0,226,122,0.4);
    transform: translateX(2px);
}

.result-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,0.6);
    margin-bottom: .35rem;
    font-family: var(--font-mono);
    font-weight: 600;
}
.result-value {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.035em;
    color: #fff;
    transition: all .4s ease;
}
.result-meta {
    font-size: .82rem;
    color: rgba(255,255,255,0.55);
    margin-top: .35rem;
}

/* PROCESS */
.section-process { background: var(--c-bg); }
.process-track { position: relative; }
.process-line {
    position: absolute;
    top: 50px;
    left: 5%; right: 5%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--c-ink) 0, var(--c-ink) 4px, transparent 4px, transparent 12px);
    z-index: 0;
    display: none;
    opacity: .25;
}
@media (min-width: 992px) {
    .process-line { display: block; }
}

.process-step {
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-md);
    padding: 1.75rem 1.5rem;
    text-align: left;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}
.process-step:hover {
    transform: translateY(-4px);
    border-color: var(--c-ink);
    box-shadow: var(--shadow-md);
}
.process-step:hover .step-icon {
    background: var(--c-accent);
    color: var(--c-ink);
}

.step-num {
    font-family: var(--font-mono);
    font-size: .72rem;
    color: var(--c-muted);
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: .1em;
    display: block;
}
.step-icon {
    font-size: 1.4rem;
    color: #fff;
    background: var(--c-ink);
    width: 50px; height: 50px;
    border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 1rem;
    transition: all .3s ease;
}
.process-step h4 { font-size: 1.2rem; margin-bottom: .5rem; font-weight: 700; }
.process-step p { font-size: .9rem; color: var(--c-ink-soft); margin-bottom: 0; line-height: 1.55; }

/* BENEFITS */
.section-benefits {
    background: var(--c-bg-2);
    color: var(--c-ink);
    position: relative; overflow: hidden;
}
.benefit-card { text-align: left; padding: 2rem 1rem; position: relative; z-index: 1; }
.benefit-card i {
    font-size: 1.6rem;
    color: var(--c-ink);
    background: var(--c-accent);
    width: 56px; height: 56px;
    border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
}
.benefit-card h4 {
    color: var(--c-ink);
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 700;
    letter-spacing: -.03em;
}
.benefit-card p {
    color: var(--c-ink-soft);
    font-size: .92rem;
    margin-bottom: 0;
    line-height: 1.55;
}

/* AVIS */
.section-avis { background: var(--c-bg); }
.avis-card {
    background: #fff;
    border: 1px solid var(--c-line);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    height: 100%;
    transition: all .25s ease;
    display: flex; flex-direction: column;
    position: relative;
}
.avis-card::before { display: none; }
.avis-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--c-ink);
}
.avis-text {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--c-ink);
    flex-grow: 1;
    margin-bottom: 1.5rem;
    font-weight: 400;
}
.avis-footer {
    display: flex; align-items: center; gap: .85rem;
    padding-top: 1rem;
    border-top: 1px solid var(--c-line);
}
.avis-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    color: var(--c-ink) !important;
    font-weight: 700;
    font-size: .88rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    background: var(--c-accent) !important;
    background-image: none !important;
}
.avis-name { font-weight: 700; font-size: .92rem; color: var(--c-ink); }
.avis-meta { font-size: .8rem; color: var(--c-muted); font-family: var(--font-mono); }

/* FAQ */
.section-faq { background: var(--c-bg); }
.accordion-cce .accordion-item {
    background: #fff;
    border: 1px solid var(--c-line) !important;
    border-radius: var(--radius-md) !important;
    margin-bottom: .65rem;
    overflow: hidden;
    transition: border-color .2s ease;
}
.accordion-cce .accordion-button {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--c-ink);
    padding: 1.25rem 1.5rem;
    background: #fff;
    box-shadow: none !important;
    letter-spacing: -.015em;
}
.accordion-cce .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--c-ink);
}
.accordion-cce .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230B1320' d='M3.646 5.646a.5.5 0 0 1 .708 0L8 9.293l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-cce .accordion-body {
    padding: 0 1.5rem 1.5rem;
    color: var(--c-ink-soft);
    line-height: 1.65;
    font-size: .95rem;
}

/* CTA / FORM */
.section-cta { padding: 4rem 0 6rem; background: var(--c-bg); }
.cta-card {
    background: #fff;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
    border: 1px solid var(--c-line);
}
.cta-side {
    background: var(--c-ink);
    color: #fff;
    position: relative; overflow: hidden;
}
.cta-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-blob {
    position: absolute;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(0,226,122,0.25), transparent 65%);
    top: -100px; right: -100px;
    border-radius: 50%;
    filter: blur(30px);
}
.cta-side .section-title { color: #fff; }
.cta-side .title-accent { color: var(--c-accent); }
.cta-side .title-accent::before { display: none; }
.text-white-75 { color: rgba(255,255,255,0.7); }

.cta-list { list-style: none; padding: 0; margin: 1.5rem 0 0; position: relative; }
.cta-list li {
    display: flex; gap: 1rem;
    padding: .9rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.cta-list li:last-child { border-bottom: none; }
.cta-list i {
    color: var(--c-accent);
    font-size: 1rem;
    width: 24px;
    flex-shrink: 0;
    margin-top: 4px;
}
.cta-list-label {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,0.55);
    font-family: var(--font-mono);
    font-weight: 600;
}
.cta-list-value { color: #fff; font-weight: 500; text-decoration: none; font-size: .95rem; }
.cta-list-value:hover { color: var(--c-accent); }

.cta-form-wrap { background: #fff; }

.btn-projet {
    background: var(--c-bg);
    border: 1.5px solid var(--c-line);
    color: var(--c-ink);
    padding: .75rem .5rem;
    border-radius: var(--radius-sm);
    font-size: .85rem;
    font-weight: 500;
    transition: all .2s ease;
    display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
}
.btn-projet:hover { border-color: var(--c-ink); }
.btn-check:checked + .btn-projet {
    background: var(--c-ink);
    border-color: var(--c-ink);
    color: var(--c-accent);
    font-weight: 700;
}
.btn-projet i { font-size: 1rem; }

.form-check-input { border: 1.5px solid var(--c-line); }
.form-check-input:checked { background-color: var(--c-ink); border-color: var(--c-ink); }
.form-check-input:focus { box-shadow: 0 0 0 3px rgba(11,19,32,0.1); border-color: var(--c-ink); }

.lf-result { padding: 0; }
.lf-result.success {
    padding: 1rem 1.25rem;
    background: var(--c-accent);
    border-radius: var(--radius-sm);
    color: var(--c-ink);
    font-weight: 600;
}
.lf-result.error {
    padding: 1rem 1.25rem;
    background: #FEE;
    border-radius: var(--radius-sm);
    color: #B00020;
    border-left: 3px solid #B00020;
}

/* FOOTER */
.footer {
    background: var(--c-ink);
    color: rgba(255,255,255,0.7);
    padding: 4rem 0 1.5rem;
    position: relative;
    overflow: hidden;
}
.footer::before {
    content:"";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 100% 0%, rgba(0,226,122,0.08), transparent 50%);
    pointer-events: none;
}
.footer h5 {
    color: #fff;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 1.25rem;
    font-family: var(--font-mono);
    font-weight: 600;
}
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links a, .footer-contact a {
    color: rgba(255,255,255,0.65);
    display: inline-block;
    padding: .25rem 0;
    font-size: .9rem;
    transition: color .2s ease;
}
.footer-links a:hover, .footer-contact a:hover { color: var(--c-accent); }
.footer-contact li {
    padding: .35rem 0;
    display: flex; align-items: center; gap: .5rem;
    font-size: .9rem;
}
.footer-contact i { color: var(--c-accent); }
.footer-sep { margin: 2.5rem 0 1.5rem; border-color: rgba(255,255,255,0.08); }
.footer-bottom-link {
    color: rgba(255,255,255,0.55);
    margin-left: 1.25rem;
    font-size: .82rem;
}
.footer-bottom-link:hover { color: var(--c-accent); }
.footer-bottom-link:first-of-type { margin-left: 0; }

/* COOKIE BANNER */
.cookie-banner {
    position: fixed;
    bottom: 1rem; left: 1rem; right: 1rem;
    z-index: 1080;
    background: var(--c-ink);
    color: #fff;
    padding: 1rem 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255,255,255,0.1);
}
.cookie-banner.show { display: block !important; animation: slideUp .35s ease; }
@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* MOBILE STICKY CTA */
.mobile-sticky-cta {
    position: fixed;
    bottom: 1rem; left: 1rem; right: 1rem;
    z-index: 1070;
    background: var(--c-accent);
    color: var(--c-ink);
    text-align: center;
    padding: .95rem;
    border-radius: 100px;
    font-weight: 700;
    box-shadow: var(--shadow-accent);
    transform: translateY(120%);
    transition: transform .3s ease;
}
.mobile-sticky-cta.show { transform: translateY(0); }
.mobile-sticky-cta:hover { color: var(--c-ink); background: var(--c-accent-2); }

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .navbar-cce .navbar-collapse {
        background: rgba(244, 241, 234, 0.98);
        backdrop-filter: blur(14px);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: var(--radius-md);
        border: 1px solid var(--c-line);
    }
    .navbar-cce .nav-item { padding: .25rem 0; }
    .hero { padding: 3rem 0 2rem; }
    .hero::before { font-size: 8rem; opacity: .02; }
    .hero-card-inner { padding: 1.75rem; }
    .hero-card-stats { gap: .5rem; }
    .stat-num { font-size: 1.5rem; }
    .stat-label { font-size: .6rem; }
    .section { padding: 4rem 0; }
    .section-head { margin-bottom: 2rem; }
    .trust-bar { gap: .5rem 1rem; padding: 1rem; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 575.98px) {
    .hero-title { font-size: 2.4rem; }
    .section-title { font-size: 2rem; }
    .hero-cta-row .btn { width: 100%; }
    .btn-group-sim { flex-direction: column; }
    .btn-sim { min-width: unset; }
    .footer-bottom-link { display: inline-block; margin: .25rem .5rem .25rem 0; }
    .mobile-sticky-cta { padding: .85rem; font-size: .9rem; }
    .benefit-card h4 { font-size: 1.6rem; }
}

[data-aos] { pointer-events: none; }
[data-aos].aos-animate { pointer-events: auto; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
    html { scroll-behavior: auto; }
}
