:root {
    --navy: #12263a;
    --navy-2: #1b344b;
    --navy-3: #0c1b2a;
    --gold: #b79a62;
    --gold-soft: #d8c79e;
    --cream: #f8f5ef;
    --cream-2: #f1ede5;
    --paper: #ffffff;
    --ink: #1d2730;
    --muted: #65727d;
    --line: #dfe4e8;
    --line-soft: #eceff1;
    --success: #31866c;
    --success-soft: #eaf6f1;
    --warning: #bd752d;
    --warning-soft: #fff4e8;
    --danger: #b65353;
    --danger-soft: #fff0f0;
    --info: #55769a;
    --info-soft: #eef4fa;
    --shadow-sm: 0 8px 24px rgba(18, 38, 58, .07);
    --shadow-md: 0 22px 70px rgba(18, 38, 58, .12);
    --radius-sm: 12px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --shell: 1180px;
}

/* =========================================================
   CONVERSION — REFONTE ÉDITORIALE PC
   ========================================================= */

@media (min-width: 901px) {
    .conversion-section {
        padding: 92px 0 96px;
        color: var(--navy);
        background: var(--cream);
    }

    .conversion-section__inner {
        display: grid;
        grid-template-columns: minmax(320px, .82fr) minmax(560px, 1.18fr);
        gap: clamp(70px, 8vw, 130px);
        align-items: start;
    }

    .conversion-section__heading {
        max-width: 470px;
        margin: 0;
        padding-top: 8px;
        position: sticky;
        top: 110px;
    }

    .conversion-section h3 {
        max-width: 460px;
        margin: 0;
        color: var(--navy);
        font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
        font-size: clamp(44px, 3.7vw, 62px);
        font-weight: 400;
        line-height: .98;
        letter-spacing: .005em;
        text-transform: uppercase;
    }

    .conversion-section__heading > p:last-child {
        max-width: 430px;
        margin: 24px 0 0;
        color: #64717a;
        font-size: 15px;
        line-height: 1.7;
    }

    .conversion-grid {
        display: block;
        border-top: 1px solid rgba(18, 38, 58, .2);
    }

    .conversion-card,
    .conversion-card--accent {
        min-height: 0;
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        column-gap: 22px;
        row-gap: 7px;
        align-items: center;
        padding: 27px 4px;
        border: 0;
        border-bottom: 1px solid rgba(18, 38, 58, .2);
        border-radius: 0;
        color: var(--navy);
        background: transparent;
        transition: padding .25s ease, background .25s ease;
    }

    .conversion-card:hover,
    .conversion-card--accent:hover {
        padding-right: 18px;
        padding-left: 18px;
        border-color: rgba(18, 38, 58, .2);
        color: var(--navy);
        background: rgba(255, 255, 255, .68);
        transform: none;
    }

    .conversion-card__number {
        display: none;
    }

    .conversion-card__icon,
    .conversion-card--accent .conversion-card__icon {
        width: 52px;
        height: 52px;
        grid-column: 1;
        grid-row: 1 / 3;
        display: grid;
        place-items: center;
        margin: 0;
        border: 1px solid rgba(18, 38, 58, .18);
        border-radius: 50%;
        color: var(--navy);
        background: transparent;
    }

    .conversion-card__icon .ui-icon {
        width: 22px;
        height: 22px;
    }

    .conversion-card strong {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        color: var(--navy);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(24px, 1.8vw, 30px);
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: -.02em;
        text-transform: none;
    }

    .conversion-card small,
    .conversion-card--accent small {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin: 0;
        color: #68757e;
        font-size: 13px;
        line-height: 1.5;
    }

    .conversion-card em {
        grid-column: 3;
        grid-row: 1 / 3;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 0;
        padding: 0;
        color: var(--navy);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        white-space: nowrap;
    }

    .conversion-card em b {
        margin: 0;
        color: var(--gold);
        font-size: 18px;
        font-weight: 400;
        transition: transform .2s ease;
    }

    .conversion-card:hover em b {
        transform: translateX(4px);
    }
}

/* =========================================================
   BLOC CONTACT — FIN DE L'ANALYSE DPE
   ========================================================= */

.dpe-contact-section {
    padding: 62px 13vw 0;
    background: #fff;
}

.dpe-contact-section .contact-page-title {
    margin-bottom: 42px;
}

.dpe-contact-section .contact-page-title h3 {
    margin: 0 auto;
    color: var(--navy);
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: clamp(34px, 2.5vw, 44px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: .005em;
    text-transform: none;
    white-space: nowrap;
}

.dpe-contact-section .contact-actions {
    margin-bottom: 0;
}

.dpe-contact-section .contact-action span {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: clamp(28px, 2vw, 35px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .005em;
    text-transform: none;
}

.educational-content {
    padding-top: 0;
}

@media print {
    .dpe-contact-section {
        display: none !important;
    }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.is-busy { cursor: progress; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.section-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.eyebrow,
.section-kicker {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(18, 38, 58, .08);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
}
.site-header__inner {
    width: min(calc(100% - 40px), 1320px);
    min-height: 78px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 34px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand__monogram {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: .04em;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name {
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.28rem;
    font-weight: 600;
    letter-spacing: .065em;
}
.brand__tagline { margin-top: 4px; color: #7e858a; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #44515c; font-size: .86rem; font-weight: 500; transition: color .2s; }
.site-nav a:hover { color: var(--gold); }
.header-contact {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
    border: 1px solid var(--navy);
    color: var(--navy);
    font-size: .8rem;
    font-weight: 600;
    transition: .2s ease;
}
.header-contact:hover { background: var(--navy); color: white; }

.breadcrumb { padding-top: 25px; color: #8a949c; font-size: .78rem; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { margin-left: 8px; }

.hero-dpe {
    position: relative;
    overflow: hidden;
    padding: 52px 0 92px;
    background:
        radial-gradient(circle at 15% 30%, rgba(183,154,98,.10), transparent 28%),
        radial-gradient(circle at 87% 64%, rgba(18,38,58,.06), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}
.hero-dpe::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .26;
    background-image: linear-gradient(rgba(18,38,58,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(18,38,58,.05) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(to bottom, black, transparent 76%);
}
.hero-dpe__inner { position: relative; }
.hero-dpe__heading { max-width: 790px; margin: 0 auto; text-align: center; }
.hero-dpe h1 {
    margin: 0;
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.25rem, 7vw, 5.5rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .93;
}
.hero-dpe__intro { max-width: 760px; margin: 23px auto 0; color: #57646e; font-size: 1.03rem; line-height: 1.78; }

.analysis-promise {
    width: fit-content;
    max-width: 820px;
    margin: 34px auto 25px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 13px 19px;
    border: 1px solid rgba(183,154,98,.36);
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 8px 24px rgba(18,38,58,.05);
}
.analysis-promise__icon {
    width: 39px;
    height: 39px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--navy);
    color: white;
}
.analysis-promise__icon svg { width: 20px; height: 20px; }
.analysis-promise strong { display: block; color: var(--navy); font-size: .92rem; }
.analysis-promise p { margin: 1px 0 0; color: #53606a; font-size: .76rem; line-height: 1.45; }
.analysis-promise small { color: #8a949c; font-size: .68rem; }

.analyser-card {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(18,38,58,.10);
    border-radius: var(--radius-lg);
    background: white;
    box-shadow: var(--shadow-md);
}
.analyser-tabs {
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--line-soft);
    background: #f7f8f8;
}
.analyser-tab {
    position: relative;
    border: 0;
    background: transparent;
    color: #7b858c;
    font-weight: 600;
    cursor: pointer;
}
.analyser-tab.is-active { background: white; color: var(--navy); }
.analyser-tab.is-active::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: -1px;
    height: 3px;
    background: var(--gold);
}
.analyser-tab__check,
.analyser-tab__search {
    width: 23px;
    height: 23px;
    display: inline-grid;
    place-items: center;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--navy);
    color: white;
    font-size: .72rem;
}
.analyser-tab__search { background: #dfe5e9; color: #687681; font-size: .9rem; }
.analyser-tab.is-active .analyser-tab__search { background: var(--navy); color: white; }
.analyser-card__body { padding: 34px 42px 28px; }

.number-guide {
    margin-bottom: 27px;
    padding: 16px 18px 13px;
    border: 1px solid var(--line-soft);
    border-radius: var(--radius-sm);
    background: var(--cream);
}
.number-guide > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.number-guide__title { color: var(--navy); font-size: .82rem; font-weight: 600; }
.number-guide__example { display: flex; align-items: center; gap: 4px; font-size: .85rem; }
.number-guide__example b { padding: 4px 6px; border-radius: 5px; background: white; color: var(--navy); box-shadow: 0 1px 0 rgba(18,38,58,.08); }
.number-guide__example b:nth-child(3), .number-guide__example b:last-child { color: var(--gold); }
.number-guide__legend { margin: 5px 0 0 auto; width: 334px; display: grid; grid-template-columns: 45px 79px 70px 89px 51px; color: #9a9fa3; font-size: .52rem; text-align: center; }
.number-guide p { margin: 8px 0 0; color: #7a858d; font-size: .72rem; }

.dpe-search label { display: block; margin-bottom: 9px; color: var(--navy); font-size: .83rem; font-weight: 650; }
.dpe-search__row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
.dpe-input-wrap { position: relative; }
.dpe-input-wrap svg { position: absolute; top: 50%; left: 18px; width: 21px; height: 21px; color: #89959e; transform: translateY(-50%); }
.dpe-search input {
    width: 100%;
    height: 58px;
    padding: 0 20px 0 51px;
    border: 1px solid #cfd6da;
    border-radius: 10px;
    outline: 0;
    color: var(--navy);
    background: white;
    font-size: 1.06rem;
    font-weight: 600;
    letter-spacing: .055em;
    text-transform: uppercase;
    transition: border-color .2s, box-shadow .2s;
}
.dpe-search input::placeholder { color: #aab2b7; font-weight: 500; letter-spacing: 0; text-transform: none; }
.dpe-search input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(183,154,98,.13); }
.dpe-search input[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(182,83,83,.10); }
.dpe-search button[type="submit"] {
    min-width: 215px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    border: 1px solid var(--navy);
    border-radius: 10px;
    background: var(--navy);
    color: white;
    font-size: .88rem;
    font-weight: 650;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(18,38,58,.18);
    transition: .2s ease;
}
.dpe-search button[type="submit"] svg { width: 18px; height: 18px; transition: transform .2s; }
.dpe-search button[type="submit"]:hover { background: var(--navy-2); transform: translateY(-1px); }
.dpe-search button[type="submit"]:hover svg { transform: translateX(3px); }
.dpe-search button[type="submit"]:disabled { opacity: .65; transform: none; cursor: wait; }
.field-help { margin: 8px 0 0; color: #8c969d; font-size: .7rem; }
.form-error, .runtime-status {
    margin: 12px 0 0;
    padding: 11px 13px;
    border-radius: 8px;
    font-size: .76rem;
    line-height: 1.45;
}
.form-error, .runtime-status--error { border: 1px solid #f1caca; background: var(--danger-soft); color: #8d3f3f; }
.runtime-status:not(.runtime-status--error) { border: 1px solid #d8e8df; background: #f3faf7; color: #3e775f; }


.address-guide {
    margin-bottom: 27px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    border: 1px solid rgba(183,154,98,.28);
    border-radius: var(--radius-sm);
    background: var(--cream);
}
.address-guide__icon {
    width: 39px;
    height: 39px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--navy);
    color: white;
    font-size: 1.05rem;
}
.address-guide strong { display: block; color: var(--navy); font-size: .91rem; }
.address-guide p { margin: 4px 0 0; color: #66737d; font-size: .76rem; line-height: 1.55; }
.address-search input { text-transform: none; letter-spacing: 0; font-weight: 550; }
.address-results { margin-top: 29px; padding-top: 25px; border-top: 1px solid var(--line-soft); }
.address-results__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.address-results__heading .section-kicker { margin-bottom: 4px; }
.address-results__heading h3 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.72rem; font-weight: 600; line-height: 1.1; }
.address-results__count { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: var(--cream-2); color: var(--navy); font-size: .68rem; font-weight: 700; }
.address-results__notice { margin: 10px 0 16px; color: #77838c; font-size: .72rem; }
.address-results__list { display: grid; gap: 11px; }
.address-result-card {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: white;
    transition: border-color .2s, box-shadow .2s;
}
.address-result-card:hover { border-color: rgba(183,154,98,.65); box-shadow: var(--shadow-sm); }
.address-result-card__class {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--navy);
    color: white;
    font-size: 1.2rem;
    font-weight: 750;
}
.address-result-card__class[data-class="A"] { background: #16844b; }
.address-result-card__class[data-class="B"] { background: #50a93a; }
.address-result-card__class[data-class="C"] { background: #a6c62f; color: #17301f; }
.address-result-card__class[data-class="D"] { background: #f3d326; color: #493d00; }
.address-result-card__class[data-class="E"] { background: #f3a51e; color: #4a2b00; }
.address-result-card__class[data-class="F"] { background: #eb6b22; }
.address-result-card__class[data-class="G"] { background: #d9382b; }
.address-result-card__content { min-width: 0; }
.address-result-card__content strong { display: block; overflow-wrap: anywhere; color: var(--navy); font-size: .84rem; }
.address-result-card__meta { margin: 4px 0 0; color: #687681; font-size: .7rem; }
.address-result-card__number { margin: 3px 0 0; color: #919ba2; font-size: .64rem; }
.address-result-card__flags { display: inline-flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.address-result-card__flag { padding: 3px 7px; border-radius: 999px; background: var(--warning-soft); color: #91602d; font-size: .6rem; font-weight: 700; }
.address-result-card__button {
    min-width: 142px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--navy);
    border-radius: 8px;
    background: white;
    color: var(--navy);
    font-size: .72rem;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}
.address-result-card__button:hover { background: var(--navy); color: white; }
.address-results-empty { padding: 22px; border-radius: 10px; background: var(--cream); color: #65727d; font-size: .78rem; text-align: center; }

.trust-row {
    margin-top: 23px;
    padding-top: 21px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line-soft);
}
.trust-row span { display: flex; align-items: center; justify-content: center; gap: 8px; color: #64717b; font-size: .71rem; }
.trust-row span + span { border-left: 1px solid var(--line-soft); }
.trust-row svg { width: 18px; height: 18px; color: var(--gold); }

.analysis-loader { padding: 74px 0; background: var(--cream); }
.analysis-loader__panel {
    max-width: 940px;
    margin: auto;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 55px;
    align-items: center;
    padding: 45px 52px;
    border: 1px solid rgba(18,38,58,.10);
    border-radius: var(--radius-lg);
    background: white;
    box-shadow: var(--shadow-md);
}
.loader-visual { position: relative; min-height: 240px; display: grid; place-items: center; }
.loader-ring {
    position: relative;
    z-index: 2;
    width: 145px;
    height: 145px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183,154,98,.30);
    border-radius: 50%;
    color: var(--navy);
    background: white;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 600;
    box-shadow: 0 15px 40px rgba(18,38,58,.10);
}
.loader-ring::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px solid transparent;
    border-top-color: var(--gold);
    border-right-color: var(--gold);
    border-radius: 50%;
    animation: spin 1.35s linear infinite;
}
.loader-pulse { position: absolute; border: 1px solid rgba(183,154,98,.25); border-radius: 50%; animation: pulse 2.2s ease-out infinite; }
.loader-pulse--one { width: 190px; height: 190px; }
.loader-pulse--two { width: 230px; height: 230px; animation-delay: .7s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { opacity: 0; transform: scale(.72); } 35% { opacity: 1; } 100% { opacity: 0; transform: scale(1.12); } }
.analysis-loader__content h2 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.35rem; font-weight: 500; line-height: 1.05; }
.analysis-loader__intro { margin: 12px 0 24px; color: var(--muted); font-size: .84rem; }
.analysis-steps { margin: 0; padding: 0; list-style: none; }
.analysis-steps li {
    min-height: 43px;
    display: grid;
    grid-template-columns: 22px minmax(0,1fr) auto;
    gap: 11px;
    align-items: center;
    border-bottom: 1px solid var(--line-soft);
    color: #7b858d;
    font-size: .77rem;
}
.analysis-steps li:last-child { border-bottom: 0; }
.step-icon { width: 16px; height: 16px; border: 1.5px solid #cad0d4; border-radius: 50%; }
.analysis-steps em { color: #a4abb0; font-size: .65rem; font-style: normal; }
.analysis-steps li.is-active { color: var(--navy); font-weight: 600; }
.analysis-steps li.is-active .step-icon { border-color: var(--gold); border-right-color: transparent; animation: spin .75s linear infinite; }
.analysis-steps li.is-active em { color: var(--gold); }
.analysis-steps li.is-active em::before { content: "Analyse"; font-size: 0; }
.analysis-steps li.is-complete { color: #3f6757; }
.analysis-steps li.is-complete .step-icon { position: relative; border-color: var(--success); background: var(--success); }
.analysis-steps li.is-complete em { color: var(--success); }
.analysis-steps li.is-complete em { font-size: 0; }
.analysis-steps li.is-complete em::after { content: "Validé"; font-size: .65rem; }

.results { background: white; }
.results-hero {
    padding: 46px 0;
    color: white;
    background:
        linear-gradient(115deg, rgba(18,38,58,.98), rgba(27,52,75,.96)),
        radial-gradient(circle at 85% 20%, rgba(183,154,98,.2), transparent 30%);
}
.results-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.results-heading__main { min-width: 0; display: flex; align-items: center; gap: 25px; }
.result-class-badge {
    width: 78px;
    height: 78px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 18px;
    background: rgba(255,255,255,.10);
    color: white;
    font-size: 2.35rem;
    font-weight: 750;
    line-height: 1;
}
.result-class-badge[data-class="A"] { background: #16844b; }
.result-class-badge[data-class="B"] { background: #50a93a; }
.result-class-badge[data-class="C"] { background: #a6c62f; color: #17301f; }
.result-class-badge[data-class="D"] { background: #f3d326; color: #493d00; }
.result-class-badge[data-class="E"] { background: #f3a51e; color: #4a2b00; }
.result-class-badge[data-class="F"] { background: #eb6b22; }
.result-class-badge[data-class="G"] { background: #d9382b; }
.results-heading h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.25rem, 4vw, 3.45rem); font-weight: 500; line-height: 1; }
.result-address { margin: 9px 0 0; color: rgba(255,255,255,.82); font-size: .95rem; }
.result-meta { margin: 4px 0 0; color: rgba(255,255,255,.56); font-size: .71rem; }
.results-actions { display: flex; gap: 10px; }
.button-secondary {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: white;
    font-size: .72rem;
    font-weight: 600;
    cursor: pointer;
}
.button-secondary svg { width: 16px; height: 16px; }
.button-secondary:hover { background: rgba(255,255,255,.16); }
.button-secondary--light { background: white; color: var(--navy); }
.button-secondary--light:hover { background: var(--cream); }

.result-top-stack { position: relative; z-index: 3; margin-top: -1px; }
.source-notice {
    margin-top: 25px;
    padding: 15px 18px;
    border: 1px solid #dce7e1;
    border-radius: 10px;
    background: #f3f8f5;
    color: #4a685b;
    font-size: .75rem;
}
.source-notice strong { color: #2f5b48; }
.warnings {
    margin-top: 12px;
    padding: 16px 18px;
    border: 1px solid #eed9bd;
    border-radius: 10px;
    background: #fff8ef;
    color: #7e5b31;
    font-size: .76rem;
}
.warnings ul { margin: 6px 0 0; padding-left: 18px; }
.result-nav {
    position: sticky;
    top: 91px;
    z-index: 20;
    margin-top: 18px;
    display: flex;
    overflow-x: auto;
    gap: 3px;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: rgba(255,255,255,.96);
    box-shadow: var(--shadow-sm);
    scrollbar-width: none;
}
.result-nav::-webkit-scrollbar { display: none; }
.result-nav a { flex: 1 0 auto; padding: 9px 13px; border-radius: 7px; color: #68747d; font-size: .7rem; font-weight: 600; text-align: center; }
.result-nav a:hover { background: var(--cream); color: var(--navy); }

.result-section { padding-top: 84px; padding-bottom: 84px; }
.result-section--soft { background: var(--cream); }
.result-section--tinted { background: #eef2f4; }
.section-title-row { margin-bottom: 34px; }
.section-title-row--split { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; }
.section-title-row > div { max-width: 780px; }
.section-title-row h3 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.15rem); font-weight: 500; line-height: 1.03; }
.section-title-row p:not(.section-kicker) { margin: 11px 0 0; color: var(--muted); font-size: .86rem; }
.section-info-badge { flex: 0 0 auto; padding: 8px 12px; border: 1px solid #d8e1e5; border-radius: 999px; color: #687781; background: white; font-size: .65rem; font-weight: 600; }

.energy-overview { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.85fr); gap: 24px; align-items: stretch; }
.energy-labels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.energy-label-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.energy-label-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.energy-label-card h4 { margin: 0; color: var(--navy); font-size: .89rem; }
.energy-label-card__head p { margin: 4px 0 0; color: #88939b; font-size: .66rem; }
.energy-label-card__value { text-align: right; }
.energy-label-card__value strong { display: block; color: var(--navy); font-size: 1.45rem; line-height: 1; }
.energy-label-card__value span { color: #8b959c; font-size: .56rem; }
.energy-scale { display: flex; flex-direction: column; gap: 4px; }
.energy-scale__row {
    --scale-width: 54%;
    position: relative;
    width: var(--scale-width);
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 0 11px;
    color: rgba(0,0,0,.55);
    font-size: .72rem;
    font-weight: 700;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
    transition: transform .2s;
}
.energy-scale__row:nth-child(1) { --scale-width: 48%; background: #159447; color: white; }
.energy-scale__row:nth-child(2) { --scale-width: 56%; background: #56b339; }
.energy-scale__row:nth-child(3) { --scale-width: 64%; background: #a9cf2d; }
.energy-scale__row:nth-child(4) { --scale-width: 72%; background: #f0d526; }
.energy-scale__row:nth-child(5) { --scale-width: 80%; background: #f3a61f; }
.energy-scale__row:nth-child(6) { --scale-width: 90%; background: #ec6c24; color: white; }
.energy-scale__row:nth-child(7) { --scale-width: 100%; background: #d9362c; color: white; }
.energy-scale--ges .energy-scale__row:nth-child(1) { background: #ece9f6; color: #51486b; }
.energy-scale--ges .energy-scale__row:nth-child(2) { background: #dad3ed; color: #51486b; }
.energy-scale--ges .energy-scale__row:nth-child(3) { background: #c6bae2; color: #43395d; }
.energy-scale--ges .energy-scale__row:nth-child(4) { background: #aa98d1; color: #fff; }
.energy-scale--ges .energy-scale__row:nth-child(5) { background: #8f72bf; color: #fff; }
.energy-scale--ges .energy-scale__row:nth-child(6) { background: #704aa7; color: #fff; }
.energy-scale--ges .energy-scale__row:nth-child(7) { background: #522a88; color: #fff; }
.energy-scale__row span:last-child { display: none; }
.energy-scale__row.is-active { z-index: 2; transform: translateX(7px) scale(1.05); box-shadow: 0 6px 13px rgba(18,38,58,.18); }
.energy-scale__row.is-active::after { content: "Votre classe"; position: absolute; right: 17px; font-size: .52rem; font-weight: 700; letter-spacing: .02em; }
.energy-label-card .small-note { margin: 12px 0 0; }
.energy-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f8f9f9; }
.metric { min-height: 110px; display: flex; flex-direction: column; justify-content: center; padding: 17px; border: 1px solid var(--line-soft); border-radius: 11px; background: white; }
.metric:first-child, .metric:nth-child(3) { grid-column: span 2; }
.metric__label { color: #7f8a92; font-size: .64rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.metric__value { margin-top: 8px; color: var(--navy); font-size: 1.04rem; line-height: 1.25; }
.metric:first-child .metric__value, .metric:nth-child(3) .metric__value { font-size: 1.28rem; }
.metric__unit { margin-top: 4px; color: #8c969d; font-size: .61rem; }

.characteristics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.characteristic {
    min-height: 150px;
    padding: 22px;
    border: 1px solid rgba(18,38,58,.08);
    border-radius: 14px;
    background: white;
    box-shadow: 0 6px 18px rgba(18,38,58,.04);
}
.characteristic__top { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; }
.characteristic__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--cream); color: var(--gold); font-size: .9rem; }
.characteristic__label { color: #79858d; font-size: .65rem; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.characteristic__value { display: block; color: var(--navy); font-size: .89rem; line-height: 1.45; }
.characteristic__status { display: block; margin-top: 7px; color: #929a9f; font-size: .66rem; line-height: 1.45; }

.losses-chart { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
.loss-row { display: grid; grid-template-columns: 180px minmax(0,1fr) 58px; gap: 18px; align-items: center; min-height: 46px; border-bottom: 1px solid var(--line-soft); color: #53616b; font-size: .76rem; }
.loss-row:last-child { border-bottom: 0; }
.loss-bar { height: 10px; overflow: hidden; border-radius: 999px; background: #eef1f2; }
.loss-bar span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--gold), #d7c28e); }
.loss-share { color: var(--navy); font-weight: 700; text-align: right; }
.chart-note { margin: 13px 0 0; color: #929a9f; font-size: .68rem; }
.losses-empty { padding: 28px; border: 1px dashed #cdd5da; border-radius: var(--radius-md); color: #65727b; background: #fafbfb; font-size: .82rem; }

.analysis-columns { display: block; }
.analysis-panel { overflow: hidden; border: 1px solid rgba(18,38,58,.10); border-radius: 16px; background: white; box-shadow: var(--shadow-sm); }
.analysis-panel__head { min-height: 78px; display: flex; align-items: center; gap: 12px; padding: 17px 20px; border-bottom: 1px solid var(--line-soft); }
.analysis-panel__icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; font-size: .9rem; font-weight: 700; }
.analysis-panel__head h4 { margin: 0; color: var(--navy); font-size: .88rem; }
.analysis-panel__count { margin-left: auto; min-width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; font-size: .67rem; font-weight: 700; }
.analysis-panel--positive .analysis-panel__head { background: var(--success-soft); }
.analysis-panel--positive .analysis-panel__icon, .analysis-panel--positive .analysis-panel__count { background: var(--success); color: white; }
.analysis-panel--negative .analysis-panel__head { background: var(--danger-soft); }
.analysis-panel--negative .analysis-panel__icon, .analysis-panel--negative .analysis-panel__count { background: var(--danger); color: white; }
.analysis-panel--check .analysis-panel__head { background: var(--warning-soft); }
.analysis-panel--check .analysis-panel__icon, .analysis-panel--check .analysis-panel__count { background: var(--warning); color: white; }
.analysis-list { margin: 0; padding: 4px 20px 9px; list-style: none; }
.analysis-list li { padding: 17px 0; border-bottom: 1px solid var(--line-soft); }
.analysis-list li:last-child { border-bottom: 0; }
.analysis-list strong { color: var(--navy); font-size: .76rem; }
.analysis-list p { margin: 4px 0 0; color: #6e7a82; font-size: .68rem; line-height: 1.55; }
.empty-list { padding: 20px; color: #8a949b; font-size: .72rem; }

.summary-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 25px;
    padding: 42px 48px;
    border: 1px solid rgba(183,154,98,.34);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #fffdf9, var(--cream));
}
.summary-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -120px; bottom: -130px; border: 1px solid rgba(183,154,98,.18); border-radius: 50%; }
.summary-card__mark { color: var(--gold); font-family: Georgia, serif; font-size: 6.2rem; line-height: .9; opacity: .62; }
.summary-card h3 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.7rem; font-weight: 500; }
.summary-text { max-width: 870px; margin: 13px 0 0; color: #344550; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; line-height: 1.48; }
.small-note { margin: 14px 0 0; color: #92999e; font-size: .65rem; }

.regulation-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.regulation-card { position: relative; min-height: 150px; padding: 24px 24px 22px 29px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.regulation-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 14px 0 0 14px; background: var(--info); }
.regulation-card[data-level="warning"]::before, .regulation-card[data-level="attention"]::before { background: var(--warning); }
.regulation-card[data-level="critical"]::before, .regulation-card[data-level="danger"]::before { background: var(--danger); }
.regulation-card[data-level="positive"]::before { background: var(--success); }
.regulation-card__type { display: block; margin-bottom: 8px; color: #8a949b; font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.regulation-card strong { color: var(--navy); font-size: .84rem; }
.regulation-card p { margin: 8px 0 0; color: #65727a; font-size: .72rem; line-height: 1.58; }
.legal-note { margin: 20px 0 0; color: #8c969d; font-size: .66rem; }

.recommendations-list { margin: 0; padding: 0; list-style: none; counter-reset: recommendation; }
.recommendations-list li {
    counter-increment: recommendation;
    position: relative;
    min-height: 92px;
    padding: 0 0 27px 74px;
}
.recommendations-list li:not(:last-child)::after { content: ""; position: absolute; left: 24px; top: 51px; bottom: 4px; width: 1px; background: #d7dde0; }
.recommendations-list li::before {
    content: counter(recommendation, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold);
    background: white;
    font-size: .68rem;
    font-weight: 700;
}
.recommendations-list strong { color: var(--navy); font-size: .9rem; }
.recommendations-list p { margin: 5px 0 0; color: #64717a; font-size: .76rem; }
.professional-disclaimer { margin-top: 20px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 18px 20px; border: 1px solid #dbe2e6; border-radius: 11px; background: #f7f9fa; color: #69767f; }
.professional-disclaimer svg { width: 23px; height: 23px; color: var(--gold); }
.professional-disclaimer p { margin: 0; font-size: .7rem; }
.professional-disclaimer strong { color: var(--navy); }

.conversion-section { padding: 88px 0 96px; color: white; background: var(--navy); }
.conversion-section__heading { max-width: 760px; margin-bottom: 35px; }
.conversion-section h3 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; line-height: 1; }
.conversion-section__heading > p:last-child { max-width: 660px; margin: 16px 0 0; color: rgba(255,255,255,.65); font-size: .85rem; }
.conversion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.conversion-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.055);
    transition: .22s ease;
}
.conversion-card:hover { transform: translateY(-5px); border-color: rgba(183,154,98,.75); background: rgba(255,255,255,.09); }
.conversion-card--accent { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.conversion-card--accent:hover { background: #c4aa74; }
.conversion-card__number { color: rgba(255,255,255,.42); font-size: .61rem; font-weight: 700; letter-spacing: .1em; }
.conversion-card--accent .conversion-card__number { color: rgba(18,38,58,.55); }
.conversion-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin: 20px 0 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.3rem; }
.conversion-card--accent .conversion-card__icon { border-color: rgba(18,38,58,.36); }
.conversion-card strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.28rem; line-height: 1.1; }
.conversion-card small { margin-top: 10px; color: rgba(255,255,255,.60); font-size: .68rem; line-height: 1.5; }
.conversion-card--accent small { color: rgba(18,38,58,.72); }
.conversion-card em { margin-top: auto; padding-top: 18px; font-size: .67rem; font-style: normal; font-weight: 600; }
.conversion-card em b { margin-left: 5px; font-size: .9rem; }

.educational-content { padding-top: 96px; }
.educational-intro { padding-bottom: 96px; }
.educational-intro h2, .dpe-classes h2 { max-width: 760px; margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; line-height: 1; }
.educational-intro > p:not(.section-kicker) { max-width: 720px; margin: 18px 0 0; color: var(--muted); }
.educational-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.educational-grid article { min-height: 185px; padding: 24px; }
.educational-grid article + article { border-left: 1px solid var(--line); }
.educational-grid span { color: var(--gold); font-size: .65rem; font-weight: 700; }
.educational-grid strong { display: block; margin-top: 25px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.25rem; }
.educational-grid p { margin: 8px 0 0; color: #6d7981; font-size: .71rem; }
.dpe-classes-wrap { padding: 90px 0; background: var(--cream); }
.dpe-classes { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; }
.dpe-classes__text p:not(.section-kicker) { margin: 18px 0 0; color: var(--muted); }
.mini-scale { display: flex; flex-direction: column; gap: 5px; }
.mini-scale span { min-height: 42px; display: flex; align-items: center; gap: 14px; padding: 0 15px; color: #26323a; font-size: .7rem; font-weight: 600; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%); }
.mini-scale b { font-size: 1rem; }
.mini-scale small { font-weight: 500; }
.mini-scale span:nth-child(1) { width: 54%; background: #159447; color: white; }
.mini-scale span:nth-child(2) { width: 61%; background: #56b339; }
.mini-scale span:nth-child(3) { width: 68%; background: #a9cf2d; }
.mini-scale span:nth-child(4) { width: 75%; background: #f0d526; }
.mini-scale span:nth-child(5) { width: 83%; background: #f3a61f; }
.mini-scale span:nth-child(6) { width: 91%; background: #ec6c24; color: white; }
.mini-scale span:nth-child(7) { width: 100%; background: #d9362c; color: white; }

.site-footer { padding: 38px 0; color: rgba(255,255,255,.68); background: var(--navy-3); }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand--footer .brand__monogram { color: white; }
.brand--footer .brand__name { color: white; }
.site-footer p { max-width: 700px; margin: 0; font-size: .66rem; text-align: right; }

@media (max-width: 1040px) {
    .site-nav { display: none; }
    .header-contact { margin-left: auto; }
    .energy-overview { grid-template-columns: 1fr; }
    .characteristics-grid { grid-template-columns: repeat(2, 1fr); }
    .conversion-grid { grid-template-columns: repeat(2, 1fr); }
    .educational-grid { grid-template-columns: repeat(2, 1fr); }
    .educational-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
    .educational-grid article:nth-child(4) { border-top: 1px solid var(--line); }
    .dpe-classes { gap: 45px; }
}

@media (max-width: 760px) {
    .section-shell, .site-header__inner { width: min(calc(100% - 28px), var(--shell)); }
    .site-header__inner { min-height: 67px; }
    .brand__monogram { width: 36px; height: 36px; }
    .brand__name { font-size: 1.03rem; }
    .brand__tagline { font-size: .52rem; }
    .header-contact { display: none; }
    .breadcrumb { padding-top: 12px; }

.hero-dpe { padding: 26px 0 34px; }

.hero-dpe h1 { font-size: 3.1rem; }

.hero-dpe__intro {
    margin-top: 15px;
    font-size: .86rem;
    line-height: 1.55;
}

.analysis-promise {
    align-items: flex-start;
    margin: 20px auto 16px;
    padding: 12px 14px;
    border-radius: 15px;
}

.analysis-promise small { display: none; }

.analyser-tabs { min-height: 54px; }

.analyser-card { border-radius: 18px; }

.analyser-card__body { padding: 18px 16px 16px; }

.number-guide {
    margin-bottom: 16px;
    padding: 12px 14px 10px;
}

.number-guide > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.number-guide__legend { display: none; }

.number-guide p {
    margin-top: 5px;
    font-size: .68rem;
    line-height: 1.4;
}

.dpe-search__row { grid-template-columns: 1fr; }

.dpe-search input,
.dpe-search button[type="submit"] {
    height: 52px;
}

.dpe-search button[type="submit"] { width: 100%; }
    .trust-row { grid-template-columns: 1fr; gap: 10px; }
    .trust-row span { justify-content: flex-start; }
    .trust-row span + span { padding-top: 10px; border-top: 1px solid var(--line-soft); border-left: 0; }
    .analysis-loader__panel { grid-template-columns: 1fr; gap: 15px; padding: 29px 20px; }
    .loader-visual { min-height: 170px; }
    .loader-ring { width: 105px; height: 105px; }
    .loader-pulse--one { width: 140px; height: 140px; }
    .loader-pulse--two { width: 170px; height: 170px; }
    .analysis-loader__content h2 { font-size: 2rem; }
    .analysis-steps li { grid-template-columns: 20px 1fr; }
    .analysis-steps em { display: none; }
    .results-heading { align-items: flex-start; flex-direction: column; }
    .result-class-badge { width: 62px; height: 62px; font-size: 1.8rem; }
    .results-actions { width: 100%; }
    .results-actions button { flex: 1; }
    .result-nav { top: 76px; }
    .result-section { padding-top: 62px; padding-bottom: 62px; }
    .section-title-row--split { align-items: flex-start; flex-direction: column; }
    .energy-labels { grid-template-columns: 1fr; }
    .energy-metrics { grid-template-columns: 1fr; }
    .metric, .metric:first-child, .metric:nth-child(3) { grid-column: auto; }
    .characteristics-grid, .analysis-columns, .regulation-list { grid-template-columns: 1fr; }
    .loss-row { grid-template-columns: 105px minmax(0,1fr) 47px; gap: 9px; }
    .losses-chart { padding: 18px; }
    .summary-card { grid-template-columns: 1fr; gap: 0; padding: 29px 24px; }
    .summary-card__mark { height: 50px; font-size: 4.5rem; }
    .summary-text { font-size: 1.2rem; }
    .conversion-grid { grid-template-columns: 1fr; }
    .conversion-card { min-height: 215px; }
    .educational-grid { grid-template-columns: 1fr; }
    .educational-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
    .dpe-classes { grid-template-columns: 1fr; }
    .site-footer__inner { align-items: flex-start; flex-direction: column; }
    .site-footer p { text-align: left; }
}

@media (max-width: 430px) {
    .results-heading__main { align-items: flex-start; }
    .result-class-badge { width: 54px; height: 54px; border-radius: 12px; font-size: 1.55rem; }
    .button-secondary { font-size: .63rem; }
    .number-guide__example { gap: 2px; }
    .number-guide__example b { padding: 4px; }
    .energy-label-card { padding: 19px; }
    .characteristic { min-height: 130px; }
}

@media print {
    .site-header, .breadcrumb, .hero-dpe, .analysis-loader, .result-nav, .results-actions, .conversion-section, .educational-content, .site-footer { display: none !important; }
    .results { display: block !important; }
    .results-hero { padding: 20px 0; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .result-section { padding: 28px 0; break-inside: avoid; }
    .result-section--soft, .result-section--tinted { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .energy-overview, .analysis-columns, .regulation-list { break-inside: avoid; }
}

/* =========================================================
   V4 — analyse ADEME étendue
   ========================================================= */
.analysis-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.analysis-stat {
    min-height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 20px;
}
.analysis-stat + .analysis-stat { border-left: 1px solid var(--line); }
.analysis-stat strong {
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
.analysis-stat span { margin-top: 6px; color: #77838b; font-size: .62rem; line-height: 1.35; }

.usage-breakdown { display: grid; gap: 22px; }
.usage-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.usage-table { width: 100%; min-width: 880px; border-collapse: collapse; }
.usage-table th, .usage-table td { padding: 17px 18px; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: middle; }
.usage-table thead th { color: #7a858c; background: #f8fafb; font-size: .58rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.usage-table tbody tr:last-child th, .usage-table tbody tr:last-child td { border-bottom: 0; }
.usage-table tbody th { width: 245px; color: var(--navy); font-size: .74rem; }
.usage-table td { color: #34434c; font-size: .7rem; }
.usage-table td strong { display: block; color: var(--navy); font-size: .78rem; }
.usage-table td small { display: block; margin-top: 2px; color: #90999f; font-size: .54rem; }
.usage-name { display: block; margin-bottom: 8px; }
.usage-bar { display: block; width: 100%; height: 5px; overflow: hidden; border-radius: 999px; background: #e9edf0; }
.usage-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), #ddc997); }
.muted-value { color: #9ba3a8; font-size: .62rem; }
.usage-totals { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.usage-totals > div { padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.usage-totals span { display: block; color: #879198; font-size: .59rem; text-transform: uppercase; letter-spacing: .06em; }
.usage-totals strong { display: block; margin-top: 8px; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; }
.usage-totals small { color: #8d979d; font-size: .55rem; }

.technical-details { display: grid; gap: 10px; }
.technical-detail { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.055); }
.technical-detail summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 21px; }
.technical-detail summary::-webkit-details-marker { display: none; }
.technical-detail summary > span { display: grid; gap: 4px; }
.technical-detail summary strong { color: #fff; font-size: .82rem; }
.technical-detail summary small { color: rgba(255,255,255,.56); font-size: .62rem; font-weight: 400; }
.technical-detail summary em { margin-left: auto; color: var(--gold-light); font-size: .61rem; font-style: normal; white-space: nowrap; }
.technical-field-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; border-top: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.08); }
.technical-field { min-height: 112px; display: flex; flex-direction: column; padding: 16px 17px; background: var(--navy-2); }
.technical-field span { color: rgba(255,255,255,.52); font-size: .57rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .045em; }
.technical-field strong { margin-top: 10px; color: #fff; font-size: .72rem; line-height: 1.45; overflow-wrap: anywhere; }
.technical-field small { margin-top: auto; padding-top: 10px; color: var(--gold-light); font-size: .52rem; }
.technical-field--unknown strong { color: #f0cd8e; }
.technical-field--not_applicable { opacity: .7; }

.raw-losses { margin-top: 15px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.raw-losses > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.raw-losses span { color: #69767e; font-size: .67rem; }
.raw-losses strong { color: var(--navy); font-size: .72rem; }
.losses-layout { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(260px,.65fr); gap: 25px; align-items: start; }
.loss-bars { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.loss-row + .loss-row { margin-top: 19px; }
.loss-row__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.loss-row__head span { color: var(--navy); font-size: .7rem; font-weight: 600; }
.loss-row__head strong { color: var(--gold-dark); font-size: .76rem; }
.loss-track { height: 8px; margin-top: 7px; overflow: hidden; border-radius: 999px; background: #e8ecee; }
.loss-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--navy), var(--gold)); }
.loss-row small { display: block; margin-top: 5px; color: #949da2; font-size: .53rem; }
.losses-note { padding: 23px; border: 1px solid rgba(183,154,98,.35); border-radius: 14px; background: var(--cream); }
.losses-note strong { color: var(--navy); font-size: .78rem; }
.losses-note p { margin: 9px 0 13px; color: #65727a; font-size: .67rem; line-height: 1.55; }
.losses-note span { color: var(--gold-dark); font-size: .61rem; font-weight: 700; }

.comfort-renewables { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.comfort-card { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.comfort-card__head { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; }
.comfort-card__head > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--cream); font-size: 1.15rem; }
.comfort-card h4 { margin: 0; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; font-weight: 600; }
.comfort-card dl { margin: 0; }
.comfort-card dl > div { display: grid; grid-template-columns: minmax(120px,.8fr) 1.2fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line-soft); }
.comfort-card dt { color: #8b959b; font-size: .61rem; }
.comfort-card dd { margin: 0; color: #34434c; font-size: .67rem; font-weight: 600; text-align: right; overflow-wrap: anywhere; }

.quality-score { min-width: 155px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.quality-score strong { display: block; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.7rem; line-height: 1; }
.quality-score span { display: block; margin-top: 5px; color: #879198; font-size: .55rem; }
.coverage-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 8px; }
.coverage-card { min-height: 116px; display: flex; flex-direction: column; padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.coverage-card span { color: #6f7b82; font-size: .59rem; line-height: 1.35; }
.coverage-card strong { margin-top: auto; color: var(--navy); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.65rem; }
.coverage-card small { margin-top: 3px; font-size: .5rem; }
.coverage-card--rich { border-top: 3px solid var(--success); }
.coverage-card--rich small { color: var(--success); }
.coverage-card--partial { border-top: 3px solid var(--warning); }
.coverage-card--partial small { color: #a46f11; }
.coverage-card--poor { border-top: 3px solid var(--danger); }
.coverage-card--poor small { color: var(--danger); }
.quality-controls { margin-top: 20px; }
.quality-control-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.quality-control { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 17px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.quality-control > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--warning); font-size: .7rem; font-weight: 700; }
.quality-control--warning > span { background: var(--danger); }
.quality-control strong { color: var(--navy); font-size: .7rem; }
.quality-control p { margin: 5px 0 0; color: #68757d; font-size: .63rem; line-height: 1.5; }
.quality-control small { display: block; margin-top: 7px; color: #9aa2a7; font-size: .52rem; }

.regulation-item { display: grid; grid-template-columns: 36px 1fr; gap: 13px; min-height: 125px; padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.regulation-item > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--info); font-size: .7rem; font-weight: 700; }
.regulation-item--warning > span { background: var(--danger); }
.regulation-item--check > span { background: var(--warning); }
.regulation-item strong { color: var(--navy); font-size: .76rem; }
.regulation-item p { margin: 7px 0 0; color: #69767e; font-size: .67rem; line-height: 1.55; }
.analysis-list small { display: block; margin-top: 7px; color: #9aa2a7; font-size: .52rem; }
.characteristic__details-count { display: block; margin-top: 8px; color: var(--gold-dark); font-size: .53rem; }

.empty-state { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 12px; padding: 18px 20px; border: 1px dashed #ccd4d8; border-radius: 11px; background: #fafbfb; }
.empty-state span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: .65rem; font-weight: 700; }
.empty-state p { margin: 0; color: #728087; font-size: .68rem; }

/* Le numéro est déjà dessiné par le compteur CSS. */
.recommendations-list li > span { display: none; }

@media (max-width: 1040px) {
    .analysis-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .analysis-stat:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
    .analysis-stat:nth-child(5) { border-top: 1px solid var(--line); }
    .technical-field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .coverage-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .analysis-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .analysis-stat { min-height: 82px; padding: 14px; }
    .analysis-stat:nth-child(n) { border-top: 0; border-left: 0; }
    .analysis-stat:nth-child(even) { border-left: 1px solid var(--line); }
    .analysis-stat:nth-child(n+3) { border-top: 1px solid var(--line); }
    .analysis-stat strong { font-size: 1.65rem; }
    .usage-totals, .comfort-renewables, .quality-control-list, .losses-layout { grid-template-columns: 1fr; }
    .technical-field-grid { grid-template-columns: 1fr; }
    .technical-detail summary { align-items: flex-start; padding: 17px; }
    .technical-detail summary em { display: none; }
    .coverage-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .raw-losses { grid-template-columns: 1fr; }
    .comfort-card dl > div { grid-template-columns: 1fr; gap: 5px; }
    .comfort-card dd { text-align: left; }
    .quality-score { width: 100%; }
}

@media (max-width: 430px) {
    .coverage-grid { grid-template-columns: 1fr; }
    .analysis-stats { grid-template-columns: 1fr; }
    .analysis-stat:nth-child(n) { border-left: 0; border-top: 1px solid var(--line); }
    .analysis-stat:first-child { border-top: 0; }
}

@media print {
    .technical-detail { border-color: #dfe3e5; background: #fff; }
    .technical-detail summary strong, .technical-field strong { color: #111; }
    .technical-detail summary small, .technical-field span { color: #555; }
    .technical-field-grid { grid-template-columns: repeat(2,1fr); background: #ddd; }
    .technical-field { background: #fff; }
    .usage-table-wrap { overflow: visible; }
}

@media (max-width: 680px) {
    .analyser-tab { padding: 0 8px; font-size: .75rem; }
    .analyser-tab__check, .analyser-tab__search { display: none; }
    .address-result-card { grid-template-columns: 44px minmax(0,1fr); }
    .address-result-card__button { grid-column: 1 / -1; width: 100%; }
    .address-results__heading { align-items: flex-start; }
}

/* V4.3 — résultat synthétique et comparaisons ADEME locales */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.results { padding: 32px 0 30px; background: #fff; }
.results-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 19px 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(18,38,58,.045);
}
.results-toolbar .eyebrow { margin-bottom: 3px; }
.results-toolbar h2 {
    margin: 0;
    color: var(--navy);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    font-weight: 600;
    line-height: 1;
}
.results-toolbar .result-address,
.results-toolbar .result-meta { display: none; }
.results-toolbar .button-secondary {
    border-color: #ccd5da;
    background: #fff;
    color: var(--navy);
}
.results-toolbar .button-secondary:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.results-toolbar .button-secondary--light { background: var(--navy); color: #fff; border-color: var(--navy); }
.results-toolbar .button-secondary--light:hover { background: var(--navy-2); }
.result-section--snapshot { padding: 24px 0 0; }
.energy-overview { display: block; }

.dpe-snapshot {
    overflow: hidden;
    border: 1px solid #d8dfe3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(18,38,58,.055);
}
.dpe-snapshot__head {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 28px;
    align-items: start;
    padding: 27px 30px 23px;
}
.dpe-snapshot__identity h3 {
    margin: 0;
    color: #07344d;
    font-size: clamp(1.15rem, 2.1vw, 1.5rem);
    line-height: 1.25;
}
.dpe-snapshot__identity p { margin: 9px 0 0; color: #677481; font-size: .82rem; }
.dpe-snapshot__identity small { display: block; margin-top: 5px; color: #83909a; font-size: .68rem; }
.dpe-snapshot__badges { display: flex; gap: 12px; align-items: flex-start; }
.dpe-class-tile { min-width: 70px; text-align: center; }
.dpe-class-tile strong {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: #aab3b9;
    font-size: 2rem;
    line-height: 1;
}
.dpe-class-tile--small { min-width: 56px; }
.dpe-class-tile--small strong { width: 56px; height: 56px; border-radius: 13px; font-size: 1.55rem; }
.dpe-class-tile span { display: block; margin-top: 5px; color: #7b8790; font-size: .65rem; }
.dpe-class-tile strong[data-class="A"], .comparison-class-badge[data-class="A"], .street-chart__bar[data-class="A"] i { background: #159447; }
.dpe-class-tile strong[data-class="B"], .comparison-class-badge[data-class="B"], .street-chart__bar[data-class="B"] i { background: #56b339; }
.dpe-class-tile strong[data-class="C"], .comparison-class-badge[data-class="C"], .street-chart__bar[data-class="C"] i { background: #a9cf2d; color: #18301e; }
.dpe-class-tile strong[data-class="D"], .comparison-class-badge[data-class="D"], .street-chart__bar[data-class="D"] i { background: #f0d526; color: #4a3d00; }
.dpe-class-tile strong[data-class="E"], .comparison-class-badge[data-class="E"], .street-chart__bar[data-class="E"] i { background: #f3a61f; color: #4a2b00; }
.dpe-class-tile strong[data-class="F"], .comparison-class-badge[data-class="F"], .street-chart__bar[data-class="F"] i { background: #ff7c00; }
.dpe-class-tile strong[data-class="G"], .comparison-class-badge[data-class="G"], .street-chart__bar[data-class="G"] i { background: #d9362c; }
.dpe-class-tile--climate strong[data-class="A"] { background: #ece9f6; color: #51486b; }
.dpe-class-tile--climate strong[data-class="B"] { background: #dad3ed; color: #51486b; }
.dpe-class-tile--climate strong[data-class="C"] { background: #c6bae2; color: #43395d; }
.dpe-class-tile--climate strong[data-class="D"] { background: #aa98d1; }
.dpe-class-tile--climate strong[data-class="E"] { background: #8f72bf; }
.dpe-class-tile--climate strong[data-class="F"] { background: #704aa7; }
.dpe-class-tile--climate strong[data-class="G"] { background: #522a88; }
.dpe-snapshot__metrics {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    padding: 0 30px 30px;
}
.dpe-snapshot-metric { min-height: 100px; padding: 19px 20px; border-radius: 12px; background: #eaf6fb; }
.dpe-snapshot-metric strong { display: block; color: #003c5a; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.05; }
.dpe-snapshot-metric span { display: block; margin-top: 8px; color: #416579; font-size: .68rem; line-height: 1.4; }

.comparison-section { padding-top: 22px; }
.comparison-card {
    padding: 27px 30px;
    border: 1px solid #d8dfe3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(18,38,58,.04);
}
.comparison-card--loading { min-height: 150px; display: grid; place-items: center; }
.comparison-loading { display: flex; align-items: center; gap: 12px; color: #6f7c85; font-size: .76rem; }
.comparison-loading p { margin: 0; }
.comparison-loading span { width: 18px; height: 18px; border: 2px solid #d7dee2; border-top-color: var(--gold); border-radius: 50%; animation: spin .85s linear infinite; }
.comparison-card__head { display: flex; align-items: center; gap: 12px; }
.comparison-card__icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: #edf7fb; font-size: 1.15rem; }
.comparison-card h3 { margin: 0; color: #003c5a; font-size: 1.03rem; }
.comparison-card__intro { margin: 7px 0 0; color: #5f6f7a; font-size: .78rem; line-height: 1.55; }
.comparison-verdict { display: flex; align-items: center; gap: 12px; margin-top: 16px; color: #52636d; font-size: .77rem; }
.comparison-verdict__icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: #eaf6fb; font-size: 1.05rem; }
.comparison-verdict strong { color: #173a4e; }
.comparison-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.comparison-metric { min-height: 86px; padding: 16px; border-radius: 11px; background: #eaf6fb; }
.comparison-metric span { display: block; color: #547082; font-size: .66rem; }
.comparison-metric strong { display: block; margin-top: 5px; color: #003c5a; font-size: 1.35rem; line-height: 1.1; }
.comparison-metric small { margin-left: 4px; color: #567283; font-size: .62rem; font-weight: 500; }
.street-chart-title { margin: 17px 0 0; color: #405864; font-size: .72rem; }
.street-chart {
    min-height: 190px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 14px;
    padding: 26px 20px 0;
    border-bottom: 1px solid #dfe5e8;
}
.street-chart__bar { position: relative; min-width: 64px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }
.street-chart__bar em { margin-bottom: 6px; color: #425864; font-size: .67rem; font-style: normal; font-weight: 700; }
.street-chart__bar i { width: 58px; min-height: 9px; display: block; border-radius: 8px 8px 0 0; background: #c8d1d6; }
.street-chart__bar b { margin-top: 7px; color: #2d4c5c; font-size: .7rem; }
.street-chart__bar.is-current i { outline: 2px solid #003c5a; outline-offset: 2px; }
.street-chart-legend { margin: 12px 0 0; color: #71808a; font-size: .66rem; }
.street-chart-legend strong { color: #003c5a; }
.comparison-note { margin: 13px 0 0; color: #8a97a0; font-size: .64rem; }
.sector-average { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 17px; color: #405864; font-size: .77rem; }
.comparison-class-badge { min-width: 31px; height: 31px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: #aab3b9; font-weight: 800; }
.sector-energy-title { margin: 17px 0 5px; color: #405864; font-size: .72rem; font-weight: 600; }
.sector-energy-list { margin: 0; }
.sector-energy-row { display: grid; grid-template-columns: minmax(150px,1fr) auto; gap: 20px; padding: 11px 0; border-bottom: 1px solid #e1e6e9; }
.sector-energy-row dt { color: #003c5a; font-size: .72rem; font-weight: 650; }
.sector-energy-row dd { margin: 0; color: #71808a; font-size: .7rem; }
.sector-insight { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; margin-top: 14px; padding: 14px; border-radius: 11px; background: #f2f8fb; color: #405864; font-size: .7rem; line-height: 1.5; }
.sector-insight span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #d9eef8; }
.sector-construction { margin: 14px 0 0; color: #405864; font-size: .73rem; }
.comparison-unavailable { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; }
.comparison-unavailable span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #eef3f5; color: #6b7b84; font-weight: 700; }
.comparison-unavailable strong { color: #264858; font-size: .78rem; }
.comparison-unavailable p { margin: 4px 0 0; color: #7a878f; font-size: .68rem; }
.result-top-stack { margin-top: 24px; }
.source-notice { margin-top: 0; }

@media (max-width: 820px) {
    .results-toolbar, .dpe-snapshot__head { align-items: flex-start; }
    .dpe-snapshot__head { grid-template-columns: 1fr; }
    .dpe-snapshot__badges { justify-content: flex-start; }
}

@media (max-width: 680px) {
    .results { padding-top: 18px; }
    .results-toolbar { align-items: stretch; flex-direction: column; }
    .results-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .results-toolbar .button-secondary { width: 100%; }
    .dpe-snapshot__head, .comparison-card { padding: 22px 20px; }
    .dpe-snapshot__metrics { grid-template-columns: 1fr; padding: 0 20px 22px; }
    .dpe-snapshot-metric { min-height: 82px; }
    .comparison-metrics { grid-template-columns: 1fr; }
    .comparison-metric { min-height: 72px; }
    .street-chart { justify-content: flex-start; overflow-x: auto; padding-inline: 10px; }
    .street-chart__bar { min-width: 64px; }
}

@media print {
    .results-toolbar, .result-nav, .comparison-loading { display: none !important; }
    .results { padding: 0; background: #fff; }
    .dpe-snapshot, .comparison-card { box-shadow: none; break-inside: avoid; }
}

/* =========================================================
   V4.5 — lecture client, repères et analyse technique
   ========================================================= */
.result-section--compact { padding-block: 12px; }
.client-card,
.carbon-penalty-card,
.losses-card {
    padding: 28px 30px;
    border: 1px solid #d9e0e4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(18, 38, 58, .035);
}
.client-card__heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.client-card__heading h3 { margin: 0; color: #003e52; font-size: 1.05rem; }
.client-card__heading p { margin: 5px 0 0; color: #687985; font-size: .72rem; line-height: 1.55; }
.client-card__icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: #eaf6fb; color: #086e9c; font-weight: 800; }

.carbon-penalty-card { border-color: #efbf37; background: #fffdf7; }
.carbon-penalty-card .client-card__icon { background: #fff0ce; color: #b77100; }
.carbon-penalty-card > p { margin: 12px 0 0; color: #314c5b; font-size: .74rem; line-height: 1.6; }
.carbon-penalty-card > small { display: block; margin-top: 12px; color: #87939b; font-size: .62rem; }
.carbon-equation { display: flex; align-items: center; gap: 24px; margin: 18px 0; }
.carbon-equation > div { min-width: 125px; text-align: center; }
.carbon-equation > div strong { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 7px; border-radius: 14px; color: #fff; background: #f3b500; font-size: 1.45rem; }
.carbon-equation > div strong[data-class="F"], .carbon-equation > div strong[data-class="G"] { background: #ff7900; }
.carbon-equation > div strong[data-class="A"], .carbon-equation > div strong[data-class="B"] { background: #169b62; }
.carbon-equation > div strong[data-class="C"], .carbon-equation > div strong[data-class="D"] { background: #d5aa00; }
.carbon-equation > div span { display: block; color: #71808a; font-size: .64rem; }
.carbon-equation > b { color: #8a99a3; font-size: 1.05rem; }

.quick-regulation-list { display: grid; gap: 0; }
.quick-regulation-item { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 15px 0; border-top: 1px solid #e0e6e9; }
.quick-regulation-item:first-child { border-top: 0; padding-top: 0; }
.quick-regulation-item > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #edf7fb; color: #1478a6; font-size: 1rem; }
.quick-regulation-item--warning > span { background: #fff1d4; color: #ad6c00; }
.quick-regulation-item strong { color: #003e52; font-size: .76rem; }
.quick-regulation-item p { margin: 3px 0 0; color: #596e7a; font-size: .69rem; line-height: 1.55; }

.usage-cost-list { display: grid; gap: 13px; }
.usage-cost-row__head { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: #375260; font-size: .72rem; }
.usage-cost-row__head span { display: flex; align-items: center; gap: 8px; }
.usage-cost-row__head span b { color: #0a80b6; }
.usage-cost-row__head strong { color: #003e52; font-size: .75rem; }
.usage-cost-row__head small { color: #71808a; font-size: .62rem; font-weight: 500; }
.usage-cost-track { height: 10px; margin-top: 5px; overflow: hidden; border-radius: 999px; background: #e2e5e8; }
.usage-cost-track i { display: block; height: 100%; border-radius: inherit; background: #117db4; }
.usage-cost-total { margin: 18px 0 0; text-align: right; color: #294958; font-size: .75rem; }
.usage-cost-note { margin: 8px 0 0; color: #87949c; font-size: .61rem; text-align: right; }

.why-note-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.why-note-panel { min-height: 260px; padding: 24px 26px; border-radius: 15px; }
.why-note-panel--good { background: #dff3ec; color: #0b6952; }
.why-note-panel--bad { background: #fbe8e8; color: #a83232; }
.why-note-panel h4 { margin: 0 0 17px; font-size: .84rem; }
.why-note-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.why-note-list li { display: grid; grid-template-columns: 11px 1fr; gap: 10px; align-items: start; }
.why-note-list strong { display: block; margin-bottom: 3px; color: inherit; font-size: .72rem; }
.why-note-list p, .why-note-empty { margin: 0; color: inherit; font-size: .7rem; line-height: 1.52; }
.why-note-dot { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: #87949b; }
.why-note-dot--good { background: #15936f; }
.why-note-dot--bad { background: #d24141; }
.why-note-dot--check { background: #d19b00; }
.why-note-checks { margin-top: 16px; border-top: 1px solid #dfe5e8; background: transparent; }
.why-note-checks summary { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 9px 14px; border: 1px solid #dfe5e8; border-radius: 999px; background: #fafcfd; color: #506772; font-size: .66rem; font-weight: 700; cursor: pointer; }
.why-note-checks__content { margin-top: 12px; padding: 16px 18px; border-radius: 13px; background: #fff8e6; color: #6a5b2c; }

.losses-donut-layout { display: grid; grid-template-columns: 220px 1fr; gap: 45px; align-items: center; }
.losses-donut { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; }
.losses-donut > div { width: 104px; height: 104px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: #fff; color: #003e52; }
.losses-donut strong { font-size: 1.45rem; }
.losses-donut span { max-width: 80px; margin-top: 3px; font-size: .62rem; }
.losses-legend { display: grid; gap: 11px; }
.losses-legend-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #405864; font-size: .72rem; }
.losses-legend-row span { display: flex; align-items: center; gap: 10px; }
.losses-legend-row i { width: 14px; height: 14px; border-radius: 4px; }
.losses-legend-row strong { color: #003e52; }
.losses-lever { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding: 15px 18px; border: 1px solid #b7dced; border-radius: 13px; background: #eaf6fb; color: #315461; }
.losses-lever p { margin: 0; font-size: .7rem; line-height: 1.45; }
.losses-card > small { display: block; margin-top: 12px; color: #8a969d; font-size: .6rem; }

.quality-summary-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.quality-summary-card { min-height: 145px; padding: 16px; border: 1px solid #dde3e6; border-radius: 14px; background: #fff; }
.quality-summary-card__head { display: flex; justify-content: space-between; gap: 10px; color: #003e52; font-size: .68rem; }
.quality-summary-card__head strong { color: #7b8790; font-size: .61rem; text-transform: lowercase; }
.quality-summary-card--bad .quality-summary-card__head strong { color: #b33232; }
.quality-summary-card--good .quality-summary-card__head strong, .quality-summary-card--excellent .quality-summary-card__head strong { color: #078461; }
.four-level-bars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 14px 0 10px; }
.four-level-bars i { height: 6px; border-radius: 999px; background: #e2e6e8; }
.quality-summary-card--bad .four-level-bars .is-filled { background: #b63535; }
.quality-summary-card--average .four-level-bars .is-filled { background: #b58a00; }
.quality-summary-card--good .four-level-bars .is-filled, .quality-summary-card--excellent .four-level-bars .is-filled { background: #149a74; }
.quality-summary-card p { margin: 0; color: #74828b; font-size: .61rem; line-height: 1.45; }
.quality-all-details { margin-top: 22px; padding-top: 18px; border-top: 1px solid #dfe5e8; }
.quality-all-details > summary { display: inline-flex; align-items: center; gap: 10px; padding: 11px 16px; border-radius: 999px; background: #0b7fb7; color: #fff; font-size: .68rem; font-weight: 700; cursor: pointer; }
.quality-all-details > summary span { padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.18); font-size: .58rem; }
.quality-detail-list { margin-top: 18px; border-top: 1px solid #e1e6e9; }
.quality-detail { border-bottom: 1px solid #e1e6e9; }
.quality-detail summary { display: flex; justify-content: space-between; gap: 18px; padding: 14px 4px; color: #244858; font-size: .7rem; cursor: pointer; }
.quality-detail summary b { color: #6b7b84; font-size: .62rem; }
.quality-detail > div { padding: 0 4px 15px; color: #697a84; font-size: .65rem; line-height: 1.5; }
.quality-detail ul { margin: 10px 0 0; padding: 0; list-style: none; }
.quality-detail li { display: grid; grid-template-columns: minmax(180px, 1fr) 1fr; gap: 15px; padding: 8px 0; border-top: 1px dashed #e3e7e9; }
.quality-detail li strong { color: #294b5a; font-weight: 600; }

.hot-water-verdict, .summer-verdict { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 17px; border-radius: 14px; background: #eef5f8; }
.hot-water-verdict > span, .summer-verdict > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #fff; color: #367188; font-weight: 800; }
.hot-water-verdict--warning { background: #fff0d6; }
.hot-water-verdict--warning > span { color: #b56e00; }
.hot-water-verdict--good, .summer-verdict--good { background: #def3eb; }
.hot-water-verdict--good > span, .summer-verdict--good > span { color: #087b5e; }
.summer-verdict--bad { background: #fbe6e6; }
.summer-verdict--bad > span { color: #b32e2e; }
.hot-water-verdict strong, .summer-verdict strong { color: #003e52; font-size: .76rem; }
.hot-water-verdict p, .summer-verdict p { margin: 4px 0 0; color: #536b77; font-size: .68rem; line-height: 1.5; }
.hot-water-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 13px; color: #72818a; font-size: .63rem; }
#hot-water-sizing > small, #comfort-renewables > small { display: block; margin-top: 12px; color: #89959c; font-size: .59rem; line-height: 1.5; }

.summer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.summer-factor { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; padding: 12px; border: 1px solid #dfe5e8; border-radius: 12px; color: #405864; font-size: .66rem; }
.summer-factor > span { color: #8a959c; }
.summer-factor > strong { padding: 4px 9px; border-radius: 999px; background: #edf1f3; color: #667680; font-size: .59rem; }
.summer-factor--good > strong { background: #def3eb; color: #087b5e; }
.summer-factor--bad > strong { background: #fbe6e6; color: #b32e2e; }
.summer-factor--average > strong { background: #fff2d3; color: #986600; }
.summer-advice { display: flex; gap: 10px; margin-top: 14px; padding: 13px 15px; border-radius: 12px; background: #eaf6fb; color: #315361; }
.summer-advice p { margin: 0; font-size: .67rem; line-height: 1.45; }

.client-section-card { padding: 28px 30px; border: 1px solid #d9e0e4; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(18,38,58,.03); }
.client-section-card--secondary { background: #fbfcfd; }
.quality-score { min-width: 135px; padding: 13px 16px; border-radius: 13px; background: #eaf6fb; text-align: center; }
.quality-score strong { color: #006f9e; }
.coverage-card { border-radius: 13px; box-shadow: none; }
.summary-card { border-radius: 15px; background: #f4f8fa; }
.regulation-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.regulation-item { min-height: 125px; margin: 0; border: 1px solid #dce3e7; border-radius: 14px; background: #fff; }

@media (max-width: 900px) {
    .quality-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .losses-donut-layout { grid-template-columns: 190px 1fr; gap: 25px; }
    .losses-donut { width: 170px; height: 170px; }
}

@media (max-width: 680px) {
    .client-card, .carbon-penalty-card, .losses-card, .client-section-card { padding: 21px 18px; }
    .carbon-equation { gap: 9px; overflow-x: auto; }
    .carbon-equation > div { min-width: 96px; }
    .why-note-grid, .regulation-list, .summer-grid { grid-template-columns: 1fr; }
    .quality-summary-grid { grid-template-columns: 1fr; }
    .losses-donut-layout { grid-template-columns: 1fr; justify-items: center; }
    .losses-legend { width: 100%; }
    .quality-detail li { grid-template-columns: 1fr; gap: 2px; }
    .summer-factor { grid-template-columns: 24px 1fr; }
    .summer-factor > strong { grid-column: 2; justify-self: start; }
}

@media print {
    .quality-all-details, .why-note-checks { display: none !important; }
    .client-card, .carbon-penalty-card, .losses-card, .client-section-card { box-shadow: none; break-inside: avoid; }
}

/* V4.6 — simplification de la lecture client */
.client-card__icon { font-size: 1.08rem; }
.usage-cost-row__head span b { min-width: 21px; font-size: 1rem; line-height: 1; }
.quality-summary-grid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.quality-summary-card__head > span { display: flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 700; }
.quality-summary-card__head > span::first-letter { font-size: 1rem; }


/* =========================================================
   V4.7 — typographie du site et lecture client épurée
   ========================================================= */
body { font-family: "Inter", Arial, sans-serif; font-weight: 400; }
.hero-dpe h1,
.results-heading h2,
.section-title-row h3,
.client-card__heading h3,
.summary-card h3,
.conversion-section h3,
.educational-intro h2,
.dpe-classes h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    letter-spacing: -.025em;
}
.client-card__heading h3 { font-size: 1.65rem; line-height: 1.05; }
.client-card__heading p { font-size: .82rem; }

#analyse-technique {
    padding: 30px;
    border: 1px solid #d9e0e4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(18, 38, 58, .035);
}
#analyse-technique .section-title-row { margin-bottom: 22px; }
#analyse-technique .section-title-row h3 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.why-note-shell { width: 100%; }
.why-note-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.why-note-panel { min-height: 0; padding: 25px 28px 27px; border-radius: 14px; }
.why-note-panel--good { background: #dff3ec; color: #075e49; }
.why-note-panel--bad { background: #fbe8e8; color: #a22b2b; }
.why-note-panel h4 { margin: 0 0 18px; font-family: "Inter", Arial, sans-serif; font-size: 1rem; font-weight: 700; }
.why-note-list { gap: 13px; }
.why-note-list li { grid-template-columns: 10px minmax(0, 1fr); gap: 10px; }
.why-note-list strong { margin: 0 0 2px; font-size: .82rem; line-height: 1.38; }
.why-note-list p,
.why-note-empty { font-size: .79rem; line-height: 1.55; }
.why-note-dot { width: 9px; height: 9px; margin-top: 6px; }
.why-note-checks { margin-top: 15px; border-top: 0; }
.why-note-checks summary {
    margin-top: 0;
    padding: 10px 15px;
    border-color: #d8e0e4;
    background: #f8fafb;
    color: #405864;
}
.why-note-checks summary span { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 999px; background: #e7edf0; }
.why-note-checks__content { margin-top: 10px; border: 1px solid #eadba9; background: #fff9e9; }

.usage-cost-row__head span { font-weight: 500; }
.usage-cost-row__head span b { min-width: 24px; font-size: 1.18rem; filter: saturate(.9); }

.quality-summary-grid { grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); align-items: start; }
details.quality-summary-card { min-height: 0; padding: 0; overflow: hidden; }
details.quality-summary-card > summary { display: block; min-height: 165px; padding: 17px; list-style: none; cursor: pointer; }
details.quality-summary-card > summary::-webkit-details-marker { display: none; }
.quality-summary-card__head > span { font-size: .82rem; }
.quality-summary-card__head strong { font-size: .68rem; }
.quality-summary-card p { font-size: .69rem; line-height: 1.48; }
.quality-card-toggle { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: #0b78a9; font-size: .65rem; font-weight: 700; }
.quality-card-detail { padding: 0 17px 17px; border-top: 1px solid #e4e8ea; color: #667983; }
.quality-card-detail > p { margin: 14px 0 0; font-size: .68rem; line-height: 1.55; }
.quality-card-detail ul { margin: 12px 0 0; padding: 0; list-style: none; }
.quality-card-detail li { display: grid; grid-template-columns: minmax(120px, 1fr) 1fr; gap: 12px; padding: 8px 0; border-top: 1px dashed #e1e6e8; font-size: .64rem; }
.quality-card-detail li strong { color: #284a59; font-weight: 600; overflow-wrap: anywhere; }
.quality-all-details { display: none !important; }

@media (max-width: 680px) {
    #analyse-technique { padding: 22px 18px; }
    .why-note-grid { grid-template-columns: 1fr; }
    .why-note-panel { padding: 22px 20px; }
    .quality-card-detail li { grid-template-columns: 1fr; gap: 2px; }
}


/* =========================================================
   TYPOGRAPHIE FINALE — STYLE PAGE GESTION
   ========================================================= */

.hero-dpe h1 {
    margin: 0;
    color: var(--navy);
    font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
    font-size: clamp(52px, 4.8vw, 78px);
    line-height: .94;
    font-weight: 400;
    letter-spacing: .005em;
    text-transform: uppercase;
}

.eyebrow,
.section-kicker {
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.analysis-loader__content h2 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 2.6vw, 40px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em;
}

.results-toolbar h2,
.section-title-row h3,
#analyse-technique .section-title-row h3,
.conversion-section h3,
.educational-intro h2,
.dpe-classes h2 {
    font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1;
    text-transform: uppercase;
}

.results-toolbar h2 {
    font-size: clamp(32px, 2.8vw, 44px);
}

.section-title-row h3,
#analyse-technique .section-title-row h3 {
    font-size: clamp(34px, 2.5vw, 46px);
}

.conversion-section h3,
.educational-intro h2,
.dpe-classes h2 {
    font-size: clamp(38px, 3vw, 52px);
}

.address-results__heading h3,
.dpe-snapshot__identity h3,
.comparison-card h3,
.client-card__heading h3,
.summary-card h3,
.energy-label-card h4,
.analysis-panel__head h4,
.why-note-panel h4,
.comfort-card h4,
.educational-grid strong,
.conversion-card strong {
    font-family: "Barlow Condensed", Impact, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1.05;
    text-transform: uppercase;
}

.address-results__heading h3 {
    font-size: 25px;
}

.dpe-snapshot__identity h3 {
    font-size: clamp(22px, 1.5vw, 27px);
}

.comparison-card h3 {
    font-size: 23px;
}

.client-card__heading h3 {
    font-size: clamp(22px, 1.5vw, 27px);
}

.summary-card h3 {
    font-size: clamp(28px, 2vw, 36px);
}

.energy-label-card h4,
.analysis-panel__head h4,
.why-note-panel h4 {
    font-size: 19px;
}

.comfort-card h4 {
    font-size: 23px;
}

.educational-grid strong,
.conversion-card strong {
    font-size: 21px;
}

.analysis-stat strong,
.usage-totals strong,
.quality-score strong,
.coverage-card strong,
.energy-label-card__value strong,
.dpe-snapshot-metric strong,
.comparison-metric strong,
.losses-donut strong,
.carbon-equation > div strong {
    font-family: "Barlow Condensed", Impact, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -.015em;
    line-height: 1;
}

.analysis-stat strong {
    font-size: 27px;
}

.analysis-stat span {
    margin-top: 7px;
    color: #77838b;
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4;
}

.usage-totals strong { font-size: 23px; }
.quality-score strong { font-size: 27px; }
.coverage-card strong { font-size: 26px; }
.energy-label-card__value strong { font-size: 22px; }
.dpe-snapshot-metric strong { font-size: clamp(23px, 2.5vw, 31px); }
.comparison-metric strong { font-size: 21px; }

.hero-dpe__intro,
.analysis-promise,
.analyser-card,
.results,
.result-nav,
.summary-text,
.client-card__heading p,
.section-title-row p,
.comparison-card__intro,
.conversion-section__heading > p:last-child,
.educational-intro > p:not(.section-kicker),
.dpe-classes__text p:not(.section-kicker) {
    font-family: Inter, Arial, sans-serif;
}

.summary-text {
    max-width: 870px;
    margin-top: 13px;
    color: #344550;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.section-title-row p:not(.section-kicker),
.client-card__heading p,
.comparison-card__intro,
.conversion-section__heading > p:last-child,
.educational-intro > p:not(.section-kicker),
.dpe-classes__text p:not(.section-kicker) {
    line-height: 1.65;
}

@media (max-width: 700px) {
    .hero-dpe h1 {
        font-size: clamp(44px, 12vw, 60px);
        line-height: .94;
    }

    .eyebrow,
    .section-kicker {
        font-size: 11px;
        letter-spacing: .18em;
    }

    .results-toolbar h2 { font-size: 30px; }

    .section-title-row h3,
    #analyse-technique .section-title-row h3 { font-size: 32px; }

    .conversion-section h3,
    .educational-intro h2,
    .dpe-classes h2 { font-size: 36px; }

    .address-results__heading h3,
    .comparison-card h3,
    .client-card__heading h3 { font-size: 22px; }

    .summary-card h3 { font-size: 28px; }

    .energy-label-card h4,
    .analysis-panel__head h4,
    .why-note-panel h4 { font-size: 18px; }

    .comfort-card h4 { font-size: 21px; }

    .educational-grid strong,
    .conversion-card strong { font-size: 20px; }

    .analysis-stat strong { font-size: 25px; }
    .analysis-stat span { font-size: 10px; }

    .summary-text {
        font-size: 15px;
        line-height: 1.65;
    }
}

/* =========================================================
   V4.9 — SYSTÈME D’ICÔNES UNIFIÉ
   SVG linéaires, sans emoji ni caractères décoratifs
   ========================================================= */
.ui-icon {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Onglets et aide à la recherche */
.analyser-tab__check,
.analyser-tab__search {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    background: #eaf1f5;
    color: var(--navy);
}
.analyser-tab.is-active .analyser-tab__check,
.analyser-tab.is-active .analyser-tab__search {
    background: var(--navy);
    color: #fff;
}
.analyser-tab__check .ui-icon,
.analyser-tab__search .ui-icon { width: 15px; height: 15px; }
.address-guide__icon .ui-icon { width: 20px; height: 20px; }

/* Icônes principales des cartes */
.client-card__icon,
.comparison-card__icon,
.comparison-verdict__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(18, 38, 58, .08);
    border-radius: 12px;
    background: #edf5f8;
    color: var(--navy);
    box-shadow: 0 7px 16px rgba(18, 38, 58, .045);
}
.client-card__icon .ui-icon,
.comparison-card__icon .ui-icon,
.comparison-verdict__icon .ui-icon { width: 22px; height: 22px; }
.carbon-penalty-card .client-card__icon {
    border-color: rgba(183, 113, 0, .16);
    background: #fff3d8;
    color: #a76700;
}

/* Petits encarts d’information */
.sector-insight span,
.comparison-unavailable > span,
.empty-state > span,
.hot-water-verdict > span,
.summer-verdict > span,
.quality-control > span {
    display: grid;
    place-items: center;
}
.sector-insight span .ui-icon,
.comparison-unavailable > span .ui-icon,
.empty-state > span .ui-icon,
.hot-water-verdict > span .ui-icon,
.summer-verdict > span .ui-icon,
.quality-control > span .ui-icon { width: 18px; height: 18px; }

/* Repères vente / location */
.quick-regulation-item > span {
    display: grid;
    place-items: center;
}
.quick-regulation-item > span .ui-icon { width: 18px; height: 18px; }

/* Coûts énergétiques */
.usage-cost-row__head span b {
    min-width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    margin-right: 7px;
    border-radius: 8px;
    background: #eef5f8;
    color: var(--navy);
    vertical-align: middle;
}
.usage-cost-row__head span b .ui-icon { width: 16px; height: 16px; }

/* Déperditions et conseils */
.losses-lever > span,
.summer-advice > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 10px;
    background: rgba(255,255,255,.78);
    color: var(--navy);
}
.losses-lever > span .ui-icon,
.summer-advice > span .ui-icon { width: 18px; height: 18px; }

/* Qualité d’isolation */
.quality-summary-card__head > span {
    display: flex;
    align-items: center;
    gap: 9px;
}
.quality-summary-card__head > span .ui-icon {
    width: 21px;
    height: 21px;
    color: var(--navy);
}

/* Confort d’été */
.summer-factor > span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #f1f5f7;
    color: var(--navy);
}
.summer-factor > span .ui-icon { width: 16px; height: 16px; }

/* Pourquoi cette note */
.why-note-panel h4 {
    display: flex;
    align-items: center;
    gap: 9px;
}
.why-note-panel h4 .ui-icon { width: 20px; height: 20px; }
.why-note-panel--good h4 .ui-icon { color: #08785d; }
.why-note-panel--bad h4 .ui-icon { color: #a52d2d; }

/* Caractéristiques du logement */
.characteristic__icon {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(18, 38, 58, .07);
    border-radius: 10px;
    background: #edf5f8;
    color: var(--navy);
}
.characteristic__icon .ui-icon { width: 19px; height: 19px; }

/* Panneaux d’analyse */
.analysis-panel__icon .ui-icon { width: 18px; height: 18px; }

/* Cartes de conversion */
.conversion-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-family: inherit;
}
.conversion-card__icon .ui-icon { width: 24px; height: 24px; }

/* Chevron propre pour les détails d’isolation */
.quality-card-toggle::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
}
details.quality-summary-card[open] .quality-card-toggle::after {
    content: "";
    transform: rotate(225deg) translate(-1px, -1px);
}

/* Plus / moins dessiné en CSS */
.technical-detail summary::after {
    content: "";
    position: relative;
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background:
        linear-gradient(currentColor,currentColor) center/10px 1.5px no-repeat,
        linear-gradient(currentColor,currentColor) center/1.5px 10px no-repeat;
    color: #fff;
}
.technical-detail[open] summary::after {
    content: "";
    background: linear-gradient(currentColor,currentColor) center/10px 1.5px no-repeat;
}

/* Repère du logement dans l’histogramme */
.street-chart__bar.is-current::before {
    content: "";
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #003c5a;
}

/* Étape validée sans caractère typographique */
.analysis-steps li.is-complete .step-icon::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 5px;
    height: 9px;
    border-right: 1.7px solid #fff;
    border-bottom: 1.7px solid #fff;
    transform: rotate(45deg);
}

@media (max-width: 700px) {
    .client-card__icon,
    .comparison-card__icon,
    .comparison-verdict__icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }
    .client-card__icon .ui-icon,
    .comparison-card__icon .ui-icon,
    .comparison-verdict__icon .ui-icon { width: 20px; height: 20px; }
}
.source-notice__title { display: inline-flex; align-items: center; gap: 7px; margin-right: 3px; }
.source-notice__title .ui-icon { width: 16px; height: 16px; }

/* =========================================================
   ESPACEMENTS FINAUX — RYTHME HOMOGÈNE SUR TOUTE LA PAGE
   ========================================================= */

:root {
    --dpe-section-gap: 30px;
    --dpe-card-pad-y: 28px;
    --dpe-card-pad-x: 30px;
    --dpe-heading-gap: 24px;
    --dpe-grid-gap: 16px;
    --dpe-small-gap: 12px;
}

/* Espacement régulier entre tous les grands blocs de résultats */
.result-top-stack ~ .result-section {
    margin-top: var(--dpe-section-gap);
}

/* Les sections qui contiennent déjà une carte ne cumulent plus
   les anciens paddings verticaux de 84 px ou de 12 px. */
.result-top-stack ~ .result-section:not(.client-section-card):not(#analyse-technique) {
    padding-top: 0;
    padding-bottom: 0;
}

/* Première partie du résultat : même cadence entre le résumé,
   les deux comparaisons et le bandeau de données. */
.result-section--snapshot {
    padding: 24px 0 0;
}

.comparison-section {
    padding-top: 18px;
}

.result-top-stack {
    margin-top: 24px;
}

.source-notice {
    margin-top: 0;
}

.analysis-stats,
.warnings,
.result-nav {
    margin-top: var(--dpe-small-gap);
}

/* Paddings identiques pour les principales cartes blanches */
.client-card,
.carbon-penalty-card,
.losses-card,
.client-section-card,
#analyse-technique,
.comparison-card {
    padding: var(--dpe-card-pad-y) var(--dpe-card-pad-x);
}

/* Alignement du grand encart de résultat */
.dpe-snapshot__head {
    padding: var(--dpe-card-pad-y) var(--dpe-card-pad-x) 22px;
}

.dpe-snapshot__metrics {
    gap: var(--dpe-grid-gap);
    padding: 0 var(--dpe-card-pad-x) var(--dpe-card-pad-y);
}

/* Même distance entre l'en-tête d'un bloc et son contenu */
.client-card__heading,
.section-title-row,
#analyse-technique .section-title-row {
    margin-bottom: var(--dpe-heading-gap);
}

.client-card__heading {
    gap: 16px;
}

.section-title-row--split {
    gap: 24px;
}

/* Grilles harmonisées */
.why-note-grid,
.quality-summary-grid,
.characteristics-grid,
.regulation-list,
.comparison-metrics,
.energy-labels,
.energy-metrics,
.comfort-renewables,
.summer-grid {
    gap: var(--dpe-grid-gap);
}

/* Espacements internes cohérents */
.quick-regulation-item {
    gap: 16px;
    padding: 16px 0;
}

.usage-cost-list,
.why-note-list,
.losses-legend {
    gap: var(--dpe-small-gap);
}

.losses-donut-layout {
    gap: 36px;
}

.losses-lever,
.quality-all-details,
.hot-water-meta {
    margin-top: 18px;
}

.hot-water-verdict,
.summer-verdict {
    gap: 16px;
    padding: 18px;
}

.summer-advice {
    margin-top: 16px;
}

.professional-disclaimer {
    margin-top: 24px;
}

/* Fin de page moins étirée */
.conversion-section {
    padding: 68px 0;
}

.conversion-section__heading {
    margin-bottom: 30px;
}

.educational-content {
    padding-top: 72px;
}

.educational-intro {
    padding-bottom: 72px;
}

.dpe-classes-wrap {
    padding: 72px 0;
}

/* Tablettes */
@media (max-width: 900px) {
    :root {
        --dpe-section-gap: 24px;
        --dpe-card-pad-y: 24px;
        --dpe-card-pad-x: 24px;
        --dpe-heading-gap: 20px;
        --dpe-grid-gap: 14px;
    }

    .losses-donut-layout {
        gap: 24px;
    }
}

/* Mobiles */
@media (max-width: 700px) {
    :root {
        --dpe-section-gap: 20px;
        --dpe-card-pad-y: 22px;
        --dpe-card-pad-x: 18px;
        --dpe-heading-gap: 18px;
        --dpe-grid-gap: 12px;
        --dpe-small-gap: 10px;
    }

    .result-section--snapshot {
        padding-top: 18px;
    }

    .comparison-section {
        padding-top: 14px;
    }

    .result-top-stack {
        margin-top: 18px;
    }

    .client-card__heading {
        gap: 13px;
    }

    .section-title-row--split {
        gap: 16px;
    }

    .losses-donut-layout {
        gap: 20px;
    }

    .hot-water-verdict,
    .summer-verdict {
        gap: 12px;
        padding: 16px;
    }

    .conversion-section {
        padding: 50px 0;
    }

    .conversion-section__heading {
        margin-bottom: 24px;
    }

    .educational-content {
        padding-top: 52px;
    }

    .educational-intro {
        padding-bottom: 52px;
    }

    .dpe-classes-wrap {
        padding: 52px 0;
    }
}

/* =========================================================
   V4.11 — intégration au site, largeur de lecture, FAQ et PDF
   ========================================================= */

:root {
    --night: #071421;
    --border: #e8dfd3;
    --dpe-reading-shell: 1040px;
}

/* Header commun au site */
.header {
    height: 70px;
    padding: 0 3vw;
    display: flex;
    align-items: center;
    gap: 34px;
    background: #fff;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 999;
}

.header .brand {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
}

.header .brand img {
    width: 82px;
    height: auto;
    object-fit: contain;
    display: block;
}

.nav {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
}

.nav a {
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: .085em;
    text-transform: uppercase;
    color: #111;
    white-space: nowrap;
}

.header-cta {
    border: 1px solid var(--night);
    border-radius: 999px;
    padding: 10px 20px;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Largeur plus confortable pour la lecture de l'analyse */
.results > .section-shell,
.results .result-top-stack,
.educational-content .section-shell {
    width: min(calc(100% - 40px), var(--dpe-reading-shell));
}

.results .comparison-section {
    width: min(calc(100% - 40px), 980px);
}

.results-toolbar {
    width: min(calc(100% - 40px), var(--dpe-reading-shell));
    margin-inline: auto;
}

.comparison-card {
    padding-inline: 26px;
}

.comparison-metric {
    padding: 15px 17px;
}

/* FAQ placée juste avant le footer */
.management-faq {
    background: #f7f7f5;
    padding: 62px 7vw 70px;
}

.management-faq-inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.management-faq-overline {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: .27em;
    text-transform: uppercase;
    font-weight: 700;
}

.management-faq-overline::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    background: var(--gold);
    margin: 12px auto 0;
}

.management-faq h2 {
    font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
    font-size: clamp(36px, 2.7vw, 50px);
    line-height: .96;
    font-weight: 400;
    letter-spacing: .005em;
    text-transform: uppercase;
    color: var(--night);
    margin: 0 auto 30px;
    max-width: 920px;
}

.management-faq-card {
    background: #fff;
    border-radius: 24px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 38px;
    box-shadow: 0 18px 45px rgba(7, 20, 33, .045);
}

.management-faq-item {
    border-bottom: 1px solid rgba(7, 20, 33, .07);
}

.management-faq-item:last-child { border-bottom: none; }

.management-faq-item summary {
    list-style: none;
    cursor: pointer;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    text-align: left;
}

.management-faq-item summary::-webkit-details-marker { display: none; }

.management-faq-item summary span {
    color: var(--night);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
}

.management-faq-item summary em {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    color: var(--night);
    font-size: 21px;
    line-height: 1;
    transition: transform .28s ease, background .28s ease, color .28s ease;
}

.management-faq-item[open]:not(.is-closing) summary em {
    transform: rotate(90deg);
    background: #f5efe4;
    color: var(--gold);
}

.management-faq-item p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
    max-width: 860px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-5px);
    margin: -2px 0 0;
    transition: max-height .34s ease, opacity .24s ease, transform .24s ease, margin .24s ease;
}

.management-faq-item[open]:not(.is-closing) p {
    max-height: 220px;
    opacity: 1;
    transform: translateY(0);
    margin: -2px 0 20px;
}

.management-faq-item.is-closing p {
    max-height: 0;
    opacity: 0;
    transform: translateY(-5px);
    margin: -2px 0 0;
}

/* Footer commun au site */
.site-footer {
    background: #1c1c1a;
    color: #fff;
    text-align: center;
    padding: 42px 7vw 24px;
}

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

.footer-logo-typo {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    filter: brightness(0) invert(1);
}

.footer-logo-rond {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 28px;
}

.site-footer .footer-intro {
    max-width: 780px;
    margin: 0 auto 32px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(18px, 1.35vw, 24px);
    line-height: 1.55;
    color: rgba(255, 255, 255, .92);
    text-align: center;
}

.footer-grid {
    max-width: 1050px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    gap: 55px;
    text-align: left;
}

.footer-grid h3 {
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 16px;
    color: #fff;
}

.footer-grid a {
    display: block;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 3px;
}

.footer-socials {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    background: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    margin: 0;
}

.site-footer .footer-copy {
    max-width: none;
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .75);
    text-align: center;
}

/* Modal d'envoi du PDF */
body.pdf-modal-open { overflow: hidden; }

.pdf-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.pdf-modal[hidden] { display: none !important; }

.pdf-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 20, 33, .50);
    backdrop-filter: blur(4px);
}

.pdf-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 650px);
    padding: 34px 34px 30px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(7, 20, 33, .28);
}

.pdf-modal__close {
    position: absolute;
    top: 17px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #65727d;
    font-size: 24px;
    cursor: pointer;
}

.pdf-modal__close:hover { background: #f1f4f5; color: var(--navy); }

.pdf-modal__heading {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding-right: 30px;
}

.pdf-modal__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #edf7fb;
    color: var(--navy);
}

.pdf-modal__icon svg { width: 24px; height: 24px; }

.pdf-modal__heading h2 {
    margin: 0;
    color: var(--navy);
    font-family: "Barlow Condensed", Impact, Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.pdf-modal__heading p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.pdf-request-form { margin-top: 25px; }

.pdf-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.pdf-request-form label > span:first-child {
    display: block;
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 650;
}

.pdf-request-form label b { color: #b65353; }

.pdf-request-form input[type="email"],
.pdf-request-form input[type="tel"] {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #cfd8dd;
    border-radius: 9px;
    outline: none;
    color: var(--navy);
    background: #fff;
    font-size: 15px;
}

.pdf-request-form input:focus {
    border-color: #6ebfdf;
    box-shadow: 0 0 0 4px rgba(110, 191, 223, .17);
}

.pdf-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 17px;
    color: #64717b;
    font-size: 12px;
    line-height: 1.5;
}

.pdf-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--navy); }
.pdf-consent a { color: var(--navy); text-decoration: underline; }

.pdf-form-status {
    margin: 16px 0 0;
    padding: 11px 13px;
    border: 1px solid #d8e8df;
    border-radius: 8px;
    background: #f3faf7;
    color: #3e775f;
    font-size: 12px;
}

.pdf-form-status.is-error {
    border-color: #f1caca;
    background: var(--danger-soft);
    color: #8d3f3f;
}

.pdf-submit {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 20px;
    border: 0;
    border-radius: 9px;
    background: #6fc2e2;
    color: #07324a;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.pdf-submit:hover { background: #5db6d8; transform: translateY(-1px); }
.pdf-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.pdf-submit svg { width: 18px; height: 18px; }
.pdf-submit.is-loading svg { animation: pdf-arrow-pulse .8s ease-in-out infinite alternate; }
@keyframes pdf-arrow-pulse { to { transform: translateX(5px); } }

/* Zone temporaire utilisée uniquement pour fabriquer le PDF */
.pdf-export-stage {
    position: fixed;
    left: -20000px;
    top: 0;
    width: 1180px;
    z-index: -1;
    background: #fff;
}

#dpe-pdf-export {
    display: block !important;
    width: 100%;
    background: #fff;
}

#dpe-pdf-export .section-shell,
#dpe-pdf-export .comparison-section,
#dpe-pdf-export .results-toolbar {
    width: 100% !important;
    max-width: none !important;
}

#dpe-pdf-export .result-section,
#dpe-pdf-export .comparison-card,
#dpe-pdf-export .client-card,
#dpe-pdf-export .client-section-card,
#dpe-pdf-export #analyse-technique {
    break-inside: avoid;
    page-break-inside: avoid;
}

@media(max-width:1150px) {
    .nav { gap: 14px; }
    .header-cta { display: none; }
}

@media(max-width:900px) {
    .header {
        height: auto;
        padding: 18px 5vw;
        flex-wrap: wrap;
    }

    .header .brand img { width: 82px; }

    .nav {
        order: 3;
        width: 100%;
        overflow-x: auto;
        margin-left: 0;
        padding-bottom: 2px;
    }

    .results > .section-shell,
    .results .result-top-stack,
    .results .comparison-section,
    .educational-content .section-shell,
    .results-toolbar {
        width: min(calc(100% - 30px), var(--dpe-reading-shell));
    }

    .management-faq { padding: 56px 6vw 64px; }
    .management-faq-card { padding: 16px 22px; border-radius: 22px; }
    .management-faq h2 { font-size: 40px; }

    .site-footer { padding: 55px 6vw 28px; }
    .footer-intro { font-size: 21px; margin-bottom: 42px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; margin-bottom: 45px; }
}

@media(max-width:700px) {
    .header { gap: 18px; }
    .header .brand img { width: 74px; }
    .nav { gap: 18px; }
    .nav a { font-size: 10px; }

    .pdf-modal { padding: 14px; }
    .pdf-modal__dialog { padding: 28px 20px 22px; border-radius: 18px; }
    .pdf-modal__heading { grid-template-columns: 42px 1fr; gap: 13px; }
    .pdf-modal__icon { width: 42px; height: 42px; }
    .pdf-modal__heading h2 { font-size: 24px; }
    .pdf-form-grid { grid-template-columns: 1fr; }

    .management-faq h2 { font-size: 34px; }
    .management-faq-item summary { min-height: 64px; gap: 16px; }
    .management-faq-item summary span { font-size: 14px; }

    .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-bottom: 45px;
    text-align: left;
}

.footer-socials {
    justify-content: flex-start;
}
}

/* =========================================================
   CONVERSION — REFONTE ÉDITORIALE PC (priorité finale)
   ========================================================= */

@media (min-width: 901px) {
    .conversion-section {
        padding: 92px 0 96px;
        color: var(--navy);
        background: var(--cream);
    }

    .conversion-section__inner {
        display: grid;
        grid-template-columns: minmax(320px, .82fr) minmax(560px, 1.18fr);
        gap: clamp(70px, 8vw, 130px);
        align-items: start;
    }

    .conversion-section__heading {
        max-width: 470px;
        margin: 0;
        padding-top: 8px;
        position: sticky;
        top: 110px;
    }

    .conversion-section h3 {
        max-width: 460px;
        margin: 0;
        color: var(--navy);
        font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
        font-size: clamp(44px, 3.7vw, 62px);
        font-weight: 400;
        line-height: .98;
        letter-spacing: .005em;
        text-transform: uppercase;
    }

    .conversion-section__heading > p:last-child {
        max-width: 430px;
        margin: 24px 0 0;
        color: #64717a;
        font-size: 15px;
        line-height: 1.7;
    }

    .conversion-grid {
        display: block;
        border-top: 1px solid rgba(18, 38, 58, .2);
    }

    .conversion-card,
    .conversion-card--accent {
        min-height: 0;
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        column-gap: 22px;
        row-gap: 7px;
        align-items: center;
        padding: 27px 4px;
        border: 0;
        border-bottom: 1px solid rgba(18, 38, 58, .2);
        border-radius: 0;
        color: var(--navy);
        background: transparent;
        transition: padding .25s ease, background .25s ease;
    }

    .conversion-card:hover,
    .conversion-card--accent:hover {
        padding-right: 18px;
        padding-left: 18px;
        border-color: rgba(18, 38, 58, .2);
        color: var(--navy);
        background: rgba(255, 255, 255, .68);
        transform: none;
    }

    .conversion-card__number {
        display: none;
    }

    .conversion-card__icon,
    .conversion-card--accent .conversion-card__icon {
        width: 52px;
        height: 52px;
        grid-column: 1;
        grid-row: 1 / 3;
        display: grid;
        place-items: center;
        margin: 0;
        border: 1px solid rgba(18, 38, 58, .18);
        border-radius: 50%;
        color: var(--navy);
        background: transparent;
    }

    .conversion-card__icon .ui-icon {
        width: 22px;
        height: 22px;
    }

    .conversion-card strong {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        color: var(--navy);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(24px, 1.8vw, 30px);
        font-weight: 600;
        line-height: 1.05;
        letter-spacing: -.02em;
        text-transform: none;
    }

    .conversion-card small,
    .conversion-card--accent small {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin: 0;
        color: #68757e;
        font-size: 13px;
        line-height: 1.5;
    }

    .conversion-card em {
        grid-column: 3;
        grid-row: 1 / 3;
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin: 0;
        padding: 0;
        color: var(--navy);
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        white-space: nowrap;
    }

    .conversion-card em b {
        margin: 0;
        color: var(--gold);
        font-size: 18px;
        font-weight: 400;
        transition: transform .2s ease;
    }

    .conversion-card:hover em b {
        transform: translateX(4px);
    }
}

/* =========================================================
   ACCOMPAGNEMENT APRÈS L’ANALYSE
   ========================================================= */

.dpe-improvement-section {
    margin-top: 24px;
    margin-bottom: 70px;
    padding: 48px 52px;
    border: 1px solid rgba(18, 38, 58, .1);
    border-radius: 18px;
    background: var(--cream);
}

.dpe-improvement-content {
    max-width: 900px;
}

.dpe-improvement-section h3 {
    margin: 0;
    color: var(--navy);
    font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
    font-size: clamp(38px, 3vw, 52px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: .005em;
    text-transform: uppercase;
}

.dpe-improvement-question {
    margin: 22px 0 0;
    color: var(--navy);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.dpe-improvement-text {
    max-width: 780px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.dpe-contact-intro {
    max-width: 720px;
    margin: 18px auto 0;
    color: var(--muted);
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.dpe-contact-reassurance {
    margin: 24px auto 0;
    color: var(--muted);
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

/* Titre du bloc amélioration DPE */

.rental-energy-bridge h2 {
    font-family: "Bebas Neue", "Barlow Condensed", Impact, Arial, sans-serif;
    font-size: clamp(34px, 2.5vw, 46px);
    line-height: 1;
    font-weight: 400;
    letter-spacing: .005em;
    text-transform: uppercase;
}

/* Même largeur que les autres blocs de l’analyse */

.rental-energy-bridge-card {
    max-width: var(--dpe-reading-shell);
}

@media(max-width:700px) {

    .dpe-contact-section .contact-page-title h3 {
        width: 100%;
        white-space: normal;
        font-size: 31px;
        line-height: 1.05;
    }

}
