/* =================================================================
   vitrine-refrigeree.be (Belgique Froid) - Palette Teal inox + corail + Sora / Public Sans
   ================================================================= */

:root {
    --primary:       #0D5C63;
    --primary-dark:  #094449;
    --primary-darker:#06302F;
    --primary-soft:  rgba(13, 92, 99, .08);
    --primary-soft2: rgba(13, 92, 99, .15);
    --cta:           #FF6B35;
    --cta-dark:      #D9501F;
    --text:          #12211F;
    --text-soft:     #37514E;
    --text-muted:    #8AA3A0;
    --bg-base:       #FFFFFF;
    --bg-alt:        #F0F7F7;
    --bg-dark:       #094449;
    --inox:          #DCEAEA;
    --inox-light:    #EFF6F6;
    --gold:          #D4A017;
    --success:       #16A34A;
    --error:         #DC2626;

    --max-w:         1200px;
    --max-w-narrow:  760px;
    --gutter:        clamp(16px, 4vw, 32px);
    --radius:        12px;
    --radius-lg:     16px;
    --shadow-sm:     0 2px 8px rgba(0,0,0,.06);
    --shadow-md:     0 8px 24px rgba(0,0,0,.08);
    --shadow-lg:     0 24px 48px rgba(9, 68, 73, .14);

    --font-display:  "Sora", Georgia, "Times New Roman", serif;
    --font-sans:     "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    --header-h:      72px;
}

/* ===== Reset minimal ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 17px;
    line-height: 1.65;
    color: var(--text);
    background: var(--bg-base);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, picture, video { max-width: 100%; display: block; height: auto; }
a { color: var(--primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; transition: color .15s; }
a:hover { color: var(--cta); }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { padding: 0; }

/* ===== Typography ===== */
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    color: var(--text);
    margin: 0 0 .6em;
    line-height: 1.2;
    letter-spacing: -.01em;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin-top: 0; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.4rem); }
p  { margin: 0 0 1em; color: var(--text-soft); }
strong { color: var(--text); font-weight: 700; }

/* ===== Layout ===== */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: var(--max-w-narrow); }
.text-center { text-align: center; }

/* ===== SEO-first DOM order : longform & form en haut du DOM, repositionnés visuellement via order ===== */
main { display: flex; flex-direction: column; }
main > *                                { order: 100; }
main > .bf-hero                         { order: 1; }
main > .bf-form                         { order: 2; }
main > .bf-trust                        { order: 3; }
/* Pages ville/service : longform monté en DOM position 3, visuellement repositionné via order=20 */
main > .content__section--intro         { order: 8; }
main > .content__section--conception    { order: 9; }
main > .content__section--gamme         { order: 10; }
main > .content__section--solutions     { order: 11; }
main > .content__section--zone          { order: 12; }
main > .content__section--metiers       { order: 13; }
main > .content__section--snacking      { order: 15; }
main > .content__section--longform      { order: 20; }
main > #temoignages                     { order: 25; }
main > #avis-clients                    { order: 30; }
main > .content__section--faq           { order: 31; }
main > .bf-callback                     { order: 32; }
main > .content__section--voisines      { order: 33; }
main > .content__section--top-dept      { order: 34; }
main > .content__section--top-france    { order: 35; }
main > .content__section--garantie      { order: 40; }

/* ===== Header ===== */
.bf-header {
    position: sticky; top: 0; z-index: 1000;
    background: #fff;
    transition: box-shadow .2s;
}
.bf-header--scrolled { box-shadow: var(--shadow-sm); }
.bf-header__inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px;
    min-height: var(--header-h);
}
.bf-header__brand {
    display: inline-flex; align-items: center;
    color: var(--primary);
    text-decoration: none;
    flex-shrink: 0;
    line-height: 0;
}
.bf-header__brand img {
    display: block;
    height: 40px;
    width: auto;
    max-height: 40px;
}
@media (max-width: 600px) {
    .bf-header__brand img { height: 32px; max-height: 32px; }
}

/* Nav */
.bf-nav__list {
    display: flex; align-items: center; gap: 6px;
}
.bf-nav__list > li > a {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-soft);
    text-decoration: none;
    border-radius: 6px;
    transition: background .15s, color .15s;
}
.bf-nav__list > li > a:hover { background: var(--primary-soft); color: var(--primary); }
.bf-nav__list > li.bf-nav__cta > a,
.bf-nav__list > li.bf-nav__cta > a:hover,
.bf-nav__list > li.bf-nav__cta > a:visited,
.bf-nav__list > li.bf-nav__cta > a:focus {
    padding: 10px 18px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    background: var(--cta) !important;
}
.bf-nav__list > li.bf-nav__cta > a:hover {
    background: var(--cta-dark) !important;
}
.bf-nav__burger {
    display: none;
    width: 40px; height: 40px;
    padding: 0; border: 0; background: transparent;
    flex-direction: column; gap: 5px; align-items: center; justify-content: center;
}
.bf-nav__burger span {
    width: 22px; height: 2px; background: var(--text); border-radius: 1px;
    transition: transform .2s, opacity .2s;
}

/* ===== Buttons ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 24px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s, transform .1s, box-shadow .15s;
    white-space: nowrap;
}
.btn--cta {
    background: var(--cta);
    color: #fff;
    box-shadow: 0 4px 12px rgba(245, 158, 11, .25);
}
.btn--cta:hover { background: var(--cta-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(245, 158, 11, .35); }
.btn--ghost {
    background: transparent;
    color: var(--primary);
    border: 1.5px solid var(--primary);
}
.btn--ghost:hover { background: var(--primary); color: #fff; }
.btn--lg { padding: 16px 32px; font-size: 16px; }

/* ===== Hero ===== */
.bf-hero {
    background: linear-gradient(180deg, #FDE7F1 0%, #F0F7F7 55%, #FFF 100%);
    padding: clamp(40px, 7vw, 80px) 0;
}
.bf-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}
.bf-hero__copy { font-family: var(--font-sans); }
.bf-hero__eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--primary);
}
.bf-hero__h1 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
    line-height: 1.18;
    margin: 0 0 16px;
    text-wrap: balance;
}
.bf-hero__city { color: var(--primary); display: block; font-style: italic; text-wrap: balance; }
.bf-hero__lead {
    font-size: clamp(16px, 1.5vw, 18px);
    color: var(--text-soft);
    margin: 16px 0 24px;
    max-width: 56ch;
}
.bf-hero__chips {
    display: flex; flex-wrap: wrap; gap: 10px;
    margin: 0 0 28px;
}
.chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
}
.chip__check { color: var(--success); font-weight: 700; }
.bf-hero__actions { margin: 0; }
.bf-hero__visual {
    position: relative;
}
.bf-hero__visual img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
}

/* ===== Hero floating card (style SaaS blanc compact, bottom-right) ===== */
.bf-hero__price-card {
    position: absolute;
    bottom: 16px; right: -16px;
    background: #ffffff;
    color: var(--text);
    border-radius: 14px;
    padding: 10px 18px 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 28px rgba(31, 15, 24, .12), 0 2px 6px rgba(31, 15, 24, .06);
    z-index: 5;
    text-decoration: none;
    max-width: 270px;
    transition: transform .25s ease, box-shadow .25s ease;
    animation: card-fade-in .7s ease both;
}
.bf-hero__price-card:hover {
    transform: translateY(-2px);
    color: var(--text);
    box-shadow: 0 18px 36px rgba(31, 15, 24, .16), 0 4px 10px rgba(31, 15, 24, .08);
}
.bf-hero__price-card__icon {
    width: 42px; height: 42px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    color: var(--primary-dark);
    flex-shrink: 0;
    background: #FDE7F1;
}
.bf-hero__price-card__text { display: flex; flex-direction: column; min-width: 0; gap: 2px; }
.bf-hero__price-card__sub {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    color: var(--text-soft);
    line-height: 1.2;
    white-space: nowrap;
}
.bf-hero__price-card__title {
    font-family: var(--font-sans);
    font-weight: 800;
    color: var(--text);
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
}
.bf-hero__price-card__line3 {
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    color: var(--text-muted);
    line-height: 1.2;
    white-space: nowrap;
    margin-top: 1px;
}

@keyframes card-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1024px) {
    .bf-hero__price-card { right: -10px; bottom: 12px; max-width: 250px; }
}
@media (max-width: 768px) {
    .bf-hero__price-card { right: 10px; bottom: 10px; max-width: 240px; }
}
@media (max-width: 480px) {
    .bf-hero__price-card { padding: 8px 14px 8px 8px; gap: 10px; border-radius: 12px; right: 6px; bottom: 6px; }
    .bf-hero__price-card__icon { width: 36px; height: 36px; font-size: 22px; border-radius: 9px; }
    .bf-hero__price-card__title { font-size: 15px; }
    .bf-hero__price-card__sub { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
    .bf-hero__price-card { animation: none; }
}

/* ===== Trust bar — bandeau réassurance sous bf-hero ===== */
.bf-trust {
    background: #ffffff;
    border-top: 1px solid var(--inox);
    border-bottom: 1px solid var(--inox);
    padding: 16px 0;
}
.bf-trust__list {
    display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
    gap: 12px 36px;
    margin: 0; padding: 0;
}
.bf-trust__item {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}
.bf-trust__icon { font-size: 20px; line-height: 1; flex-shrink: 0; }
.bf-trust__text { line-height: 1.2; }
@media (max-width: 768px) {
    .bf-trust { padding: 14px 0; }
    .bf-trust__list { gap: 10px 20px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding: 0 var(--gutter); margin: 0 calc(var(--gutter) * -1); scrollbar-width: none; }
    .bf-trust__list::-webkit-scrollbar { display: none; }
    .bf-trust__item { font-size: 13px; white-space: nowrap; flex-shrink: 0; }
    .bf-trust__icon { font-size: 18px; }
}

/* ===== Bloc "rappel technicien" ===== */
.bf-callback__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
}
.bf-callback__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 28px rgba(13, 92, 99, 0.10);
}
.bf-callback__title {
    font-family: var(--font-display);
    color: var(--primary-darker);
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 700;
    margin: 0 0 16px;
    text-wrap: balance;
    line-height: 1.25;
}
.bf-callback__lead {
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 24px;
    max-width: 50ch;
}
.bf-callback__actions { margin: 0; }

@media (max-width: 768px) {
    .bf-callback__grid { grid-template-columns: 1fr; gap: 24px; }
    .bf-callback__visual img { max-height: 280px; }
}

/* ===== Sticky CTA mobile ===== */
.bf-sticky-cta {
    position: fixed;
    bottom: 16px; left: 16px; right: 16px;
    z-index: 900;
    display: none;
    justify-content: center;
    pointer-events: none;
    transform: translateY(100px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}
.bf-sticky-cta--visible {
    transform: translateY(0);
    opacity: 1;
}
.bf-sticky-cta__btn {
    pointer-events: auto;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    background: var(--cta);
    color: #fff !important;
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(245, 158, 11, .4), 0 0 0 3px rgba(255, 255, 255, .9);
    min-width: 260px;
    transition: background .15s, transform .15s, box-shadow .15s;
}
.bf-sticky-cta__btn:hover { background: var(--cta-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 40px rgba(245, 158, 11, .50), 0 0 0 3px rgba(255, 255, 255, .9); }
@media (max-width: 768px) {
    .bf-sticky-cta { display: flex; }
}

/* ===== Image expertise (insérée après H2#3 sur pages service+ville) ===== */
.bf-expertise-img {
    margin: 24px 0 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    aspect-ratio: 3 / 2;
}
.bf-expertise-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== Rating widget ===== */
.rating-widget {
    display: inline-flex; align-items: center; flex-wrap: wrap; gap: 10px;
    margin: 8px 0 20px;
    font-size: 15px;
    color: var(--text-soft);
}
a.rating-widget--link {
    text-decoration: none;
    transition: opacity .15s, transform .15s;
    cursor: pointer;
}
a.rating-widget--link:hover { opacity: 0.85; transform: translateY(-1px); }
a.rating-widget--link .rating-widget__count strong { text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 3px; }
.rating-widget__stars {
    color: var(--gold);
    font-size: 1.3rem;
    letter-spacing: 2px;
    line-height: 1;
}
.rating-widget__value strong { color: var(--text); font-size: 1.15rem; font-weight: 700; }
.rating-widget__count a { color: var(--text-soft); text-decoration: underline; text-decoration-style: dotted; }
.rating-widget__count a:hover { color: var(--primary); }

/* ===== Sections ===== */
.content__section {
    padding: clamp(36px, 5vw, 64px) 0;
}
.content__section--alt { background: var(--bg-alt); }
.content__section--longform { padding-top: clamp(32px, 4vw, 56px); padding-bottom: clamp(48px, 6vw, 80px); }
.bf-section__h2 { text-align: center; margin: 0 0 12px; }
.bf-section__lead { text-align: center; max-width: 60ch; margin: 0 auto 40px; color: var(--text-soft); }

/* ===== Cards ===== */
.cards { display: grid; gap: 24px; margin: 32px 0 0; }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); gap: 20px; }

.card {
    background: #fff;
    border: 1px solid var(--inox);
    border-radius: var(--radius);
    padding: 24px;
    transition: border-color .15s, box-shadow .2s, transform .1s;
    text-decoration: none;
    color: inherit;
    display: flex; flex-direction: column;
}
a.card:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    color: inherit;
}

.card__icon { font-size: 32px; line-height: 1; margin-bottom: 12px; display: inline-block; }
.card__title { font-family: var(--font-display); margin: 0 0 8px; font-size: 1.25rem; }
.card__desc { color: var(--text-soft); font-size: 15px; margin: 0 0 12px; }
.card__price { font-size: 14px; color: var(--text-muted); margin: auto 0 12px; }
.card__price strong { color: var(--text); font-size: 1rem; }
.card__link { color: var(--primary); font-weight: 700; font-size: 14px; margin-top: auto; }

/* Service card large (homepage) */
.card--service-lg { padding: 0; overflow: hidden; }
.card--service-lg .card__img { aspect-ratio: 3/2; overflow: hidden; background: var(--inox-light); }
.card--service-lg .card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.card--service-lg:hover .card__img img { transform: scale(1.03); }
.card--service-lg .card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }

/* Product cards H2#2 */
.card--product { padding: 0; overflow: hidden; }
.card--product img { aspect-ratio: 4/3; object-fit: cover; }
.card--product h3, .card--product p { padding: 0 20px; }
.card--product h3 { padding-top: 16px; }
.card--product p:last-child { padding-bottom: 20px; }

/* Feature cards */
.cards--feat .card { text-align: center; align-items: center; }
.cards--feat .card__icon { font-size: 40px; }

/* Testimonial cards */
.cards--testimonials .card { background: var(--bg-alt); border: 0; }
.testimonial__stars { color: var(--gold); font-size: 1.2rem; letter-spacing: 2px; margin: 0 0 12px; line-height: 1; }
.testimonial__text { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; line-height: 1.55; margin: 0 0 16px; color: var(--text); border-left: 3px solid var(--primary); padding: 0 0 0 16px; }
.testimonial__author { font-size: 14px; color: var(--text-soft); margin: 0; }
.testimonial__author strong { color: var(--text); }

/* ===== Chips list (maillage villes) ===== */
.chips--cities {
    display: flex; flex-wrap: wrap; gap: 10px;
    margin: 24px 0 0;
}
.chips--cities li { margin: 0; }
.chips--cities a {
    display: inline-block;
    padding: 8px 16px;
    background: var(--primary-soft);
    color: var(--primary);
    text-decoration: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    transition: background .15s, color .15s;
}
.chips--cities a:hover { background: var(--primary); color: #fff; }

/* ===== Dept cards grid ===== */
.dept-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
    margin: 32px 0 0;
}
.dept-card {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 18px 14px;
    background: #fff;
    border: 1px solid var(--inox);
    border-radius: var(--radius);
    text-decoration: none;
    transition: border-color .15s, transform .1s;
    text-align: center;
}
.dept-card:hover { border-color: var(--primary); transform: translateY(-2px); }
.dept-card__code {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
}
.dept-card__name { font-weight: 700; color: var(--text); font-size: 14px; }
.dept-card__count { color: var(--text-muted); font-size: 12px; }

/* ===== City grid (page département) ===== */
.city-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    margin: 24px 0 0;
}
.city-card {
    display: flex; flex-direction: column;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--inox);
    border-radius: 8px;
    text-decoration: none;
    color: var(--text);
    transition: border-color .15s, background .15s;
}
.city-card:hover { border-color: var(--primary); background: var(--primary-soft); }
.city-card__name { font-size: 15px; }
.city-card__cp { color: var(--text-muted); font-size: 13px; }
.city-card__pop { color: var(--text-muted); font-size: 12px; }

/* ===== Longform content (H2#6) ===== */
.content__section--longform p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1.4em;
    color: var(--text-soft);
}
.content__section--longform strong { color: var(--text); }
.content__section--longform a { color: var(--primary); font-weight: 500; }

/* ===== FAQ ===== */
.faq { margin: 24px 0 0; border-top: 1px solid var(--inox); }
.faq__item { border-bottom: 1px solid var(--inox); padding: 0; }
.faq__q {
    padding: 18px 40px 18px 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--text);
    cursor: pointer;
    position: relative;
    list-style: none;
    transition: color .15s;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
    content: '+';
    position: absolute;
    right: 8px; top: 50%; transform: translateY(-50%);
    width: 28px; height: 28px;
    background: var(--primary-soft);
    color: var(--primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    font-weight: 400;
    transition: transform .2s, background .15s;
}
.faq__item[open] .faq__q::after { transform: translateY(-50%) rotate(45deg); background: var(--primary); color: #fff; }
.faq__q:hover { color: var(--primary); }
.faq__a { padding: 0 0 18px; color: var(--text-soft); font-size: 16px; line-height: 1.7; }

/* ===== Form lead ===== */
.bf-form {
    background: #12211F;
    background-image: radial-gradient(circle at 20% 20%, rgba(245, 158, 11, .08) 0%, transparent 50%),
                      radial-gradient(circle at 80% 80%, rgba(245, 158, 11, .05) 0%, transparent 50%);
    padding: clamp(40px, 6vw, 64px) 0;
    position: relative;
}
.bf-form::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold) 80%, transparent 100%);
    pointer-events: none;
}
.bf-form .container { position: relative; }
.bf-form .lead-form { border-top-color: var(--gold); }
.bf-form__inner { display: flex; justify-content: center; }
.lead-form {
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: clamp(24px, 4vw, 40px);
    box-shadow: var(--shadow-lg);
    border-top: 4px solid var(--primary);
}
.lead-form__header { margin: 0 0 24px; }
.lead-form__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.3rem, 2.4vw, 1.6rem);
    color: var(--primary);
    margin: 0 0 14px;
    text-align: center;
}
.lead-form__progress {
    display: flex; align-items: center; gap: 12px;
    margin: 0;
    font-size: 13px;
    color: var(--text-muted);
}
.lead-form__progress-bar {
    flex: 1;
    height: 4px;
    background: var(--inox);
    border-radius: 2px;
    overflow: hidden;
}
.lead-form__progress-fill {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--primary), var(--cta));
    transition: width .3s;
}
.lead-form__legend { display: block; font-weight: 700; color: var(--text); margin: 0 0 16px; font-size: 1.05rem; }
.lead-form__step--hidden { display: none; }
.lead-form__group { margin: 0 0 20px; }
.lead-form__group--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form__sublabel {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--text-muted);
    margin: 0 0 10px;
}

/* Radio cards */
.lead-form__radios { display: grid; grid-template-columns: 1fr; gap: 8px; }
.radio-card {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border: 1.5px solid var(--inox);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
}
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card:hover { border-color: var(--primary); background: var(--primary-soft); }
.radio-card:has(input:checked) {
    border-color: var(--primary);
    background: var(--primary-soft);
    box-shadow: 0 0 0 3px var(--primary-soft);
}
.radio-card__icon { font-size: 24px; line-height: 1; flex-shrink: 0; }
.radio-card__label { font-size: 15px; font-weight: 600; color: var(--text); }

/* Check cards */
.lead-form__checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.check-card {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px;
    background: #fff;
    border: 1.5px solid var(--inox);
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: border-color .15s, background .15s;
}
.check-card input { position: absolute; opacity: 0; pointer-events: none; }
.check-card:hover { border-color: var(--primary); background: var(--primary-soft); }
.check-card:has(input:checked) {
    border-color: var(--primary);
    background: var(--primary-soft);
    color: var(--primary);
    font-weight: 600;
}

/* Inputs */
.lead-form__field { display: flex; flex-direction: column; gap: 6px; margin: 0; }
.lead-form__field--full { grid-column: 1 / -1; }
.lead-form__field > span {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-soft);
}
.lead-form__field input,
.lead-form__field textarea,
.lead-form__field select,
.lead-form__select {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--inox);
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    font-family: inherit;
    color: var(--text);
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
}
.lead-form__field input:focus,
.lead-form__field textarea:focus,
.lead-form__field select:focus,
.lead-form__select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-soft);
}
.lead-form__field textarea { resize: vertical; min-height: 84px; }

/* Select customisé : remplace l'apparence native macOS/Windows par une flèche custom alignée Pâtissia */
.lead-form__select,
.lead-form__field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230D5C63' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 14px;
    cursor: pointer;
}
.lead-form__select:invalid,
.lead-form__field select:invalid { color: var(--text-muted); }

.lead-form__legal {
    font-size: 12px;
    color: var(--text-muted);
    margin: 16px 0 0;
    line-height: 1.5;
}

.lead-form__actions {
    display: flex; justify-content: space-between; gap: 12px; align-items: center;
    margin: 24px 0 0;
}
.lead-form__actions .btn--ghost { background: transparent; border-width: 1.5px; }

/* Thanks */
.lead-form__thanks { text-align: center; padding: 24px 0; }
.lead-form__thanks h3 { font-family: var(--font-display); font-size: 1.6rem; color: var(--primary); margin: 0 0 12px; }
.lead-form__thanks p { color: var(--text-soft); margin: 0; }

/* ===== Legal pages ===== */
.legal { padding: 64px 0; }
.legal__header { text-align: center; margin: 0 0 40px; }
.legal__updated { color: var(--text-muted); font-size: 14px; }
.legal section { margin: 0 0 32px; }
.legal h2 { margin: 0 0 12px; color: var(--primary); font-size: 1.4rem; }
.sitemap-list { display: flex; flex-direction: column; gap: 4px; }
.sitemap-list a { display: inline-block; padding: 4px 0; }
.sitemap-list--cols { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 4px 24px; }
.sitemap-list small { color: var(--text-muted); font-size: 13px; }

/* ===== Footer ===== */
.bf-footer {
    background: var(--bg-dark);
    color: rgba(255, 255, 255, .85);
    padding: 64px 0 0;
}
.bf-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 2.4fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}
.bf-footer__brand { display: inline-block; margin-bottom: 16px; line-height: 1.1; }
.bf-footer__brand img {
    display: block;
    height: 36px;
    width: auto;
    max-height: 36px;
    filter: brightness(0) invert(1);
}
.bf-footer__baseline { color: rgba(255,255,255,.85) !important; font-size: 14px; line-height: 1.5; margin: 0 0 16px; max-width: 32ch; }
.bf-footer__contact { color: rgba(255,255,255,.85); }
.bf-footer__contact a { color: rgba(255,255,255,.95) !important; text-decoration: underline; }
.bf-footer__contact a:hover { color: #fff !important; }
.bf-footer__title { color: #fff !important; font-family: var(--font-display); font-size: 1.05rem; margin: 0 0 16px; font-weight: 700; }
.bf-footer__list { display: flex; flex-direction: column; gap: 8px; list-style: none; padding: 0; margin: 0; }
.bf-footer__list a { color: rgba(255,255,255,.85) !important; text-decoration: none; font-size: 14px; transition: color .15s; }
.bf-footer__list a:hover { color: #fff !important; }
.bf-footer__list--cities { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }
.bf-footer__list--cities a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 600px) {
    .bf-footer__list--cities { grid-template-columns: 1fr; gap: 8px 0; }
    .bf-footer__list--cities a { white-space: normal; }
}
.bf-footer__bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.15);
    text-align: center;
    font-size: 13px;
}
.bf-footer__bottom p { color: #ffffff !important; margin: 0; }

/* ===== Exit popup ===== */
.bf-exit-popup {
    position: fixed; inset: 0; z-index: 9999;
    display: none;
    align-items: center; justify-content: center;
    padding: 20px;
}
.bf-gd-exit-popup--visible { display: flex; }
.bf-exit-popup__overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(2px);
}
.bf-exit-popup__content {
    position: relative;
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 48px rgba(0,0,0,.3);
    border-top: 4px solid var(--cta);
}
.bf-exit-popup__close {
    position: absolute; top: 12px; right: 12px;
    width: 32px; height: 32px;
    border: 0; background: var(--inox);
    border-radius: 50%;
    font-size: 22px; line-height: 1;
    color: var(--text-soft);
}
.bf-exit-popup__close:hover { background: var(--cta); color: #fff; }
.bf-exit-popup__title { font-family: var(--font-display); font-size: 1.5rem; color: var(--primary); margin: 0 0 12px; }
.bf-exit-popup__text { color: var(--text-soft); margin: 0 0 24px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .bf-footer__grid { grid-template-columns: 1fr 1fr; }
    .cards--3 { grid-template-columns: repeat(2, 1fr); }
    .cards--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    :root { --header-h: 60px; }
    .bf-hero__grid { grid-template-columns: 1fr; gap: 24px; }
    .bf-hero__visual { order: -1; max-width: 480px; margin: 0 auto; }
    .cards--2, .cards--3, .cards--4 { grid-template-columns: 1fr; }
    .lead-form__group--row { grid-template-columns: 1fr; }
    .lead-form__checks { grid-template-columns: 1fr; }
    .bf-footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .footer__list--cities { grid-template-columns: repeat(2, 1fr); }

    .bf-nav__burger { display: flex; }
    .bf-nav__list {
        display: none;
        position: absolute;
        top: var(--header-h); left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #fff;
        padding: 16px var(--gutter);
        box-shadow: var(--shadow-md);
        border-top: 1px solid var(--inox);
    }
    .bf-nav--open .bf-nav__list { display: flex; }
    .bf-nav__list > li > a { padding: 14px 0; border-radius: 0; }
    .bf-nav__cta { padding-top: 12px; }
    .bf-nav__cta a { width: 100%; }

    .lead-form__actions { flex-wrap: wrap; }
    .lead-form__actions .btn { flex: 1; }
}

@media (max-width: 480px) {
    h1 { font-size: 1.85rem; }
    h2 { font-size: 1.4rem; }
    .bf-hero { padding: 32px 0; }
    .chip { font-size: 13px; padding: 6px 12px; }
}

/* Hero font lock : evite le CLS si Sora charge lentement */
.bf-hero__h1, .bf-hero__eyebrow {
    font-family: var(--font-display), Georgia, serif;
}

/* Accessibility */
.btn:focus-visible,
a:focus-visible,
input:focus-visible,
button:focus-visible,
.radio-card:focus-within,
.check-card:focus-within {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* Print */
@media print {
    .bf-header, .bf-footer, .bf-exit-popup, .bf-form, .bf-nav { display: none !important; }
    body { color: #000; background: #fff; }
}

/* ============================================================
   vitrine-refrigeree-be : styles des composants réécrits
   (alignement templates ↔ CSS, ajouté 28/07)
   ============================================================ */
/* Card prix hero : icône € + 3 lignes texte */
.bf-hero__price-card { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; row-gap: 0; align-items: center; }
.bf-hero__price-card-ico { grid-row: 1 / span 3; width: 42px; height: 42px; border-radius: 10px; background: var(--primary-soft); color: var(--primary); font-family: var(--font-display); font-weight: 800; font-size: 26px; display: flex; align-items: center; justify-content: center; }
.bf-hero__price-card-from { font-size: 11px; color: var(--text-muted); font-weight: 500; }
.bf-hero__price-card-val { font-size: 16px; color: var(--text); font-weight: 700; }
.bf-hero__price-card-loc { font-size: 11px; color: var(--text-muted); font-weight: 500; }

/* Avis clients : étoiles + auteur */
.card__stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin: 0 0 10px; }
.card__author { margin: 14px 0 0; font-size: 14px; color: var(--text-soft); }
.card__author strong { color: var(--text); }

/* FAQ en <details> natif (accordéon accessible) */
.faq-item { border-bottom: 1px solid var(--inox); }
.faq-item summary { padding: 18px 40px 18px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--text); cursor: pointer; list-style: none; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 26px; font-weight: 400; color: var(--primary); line-height: 1; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { padding: 0 0 18px; margin: 0; color: var(--text-soft); font-size: 16px; line-height: 1.7; }

/* Carte Google Maps (page ville) */
.bf-zone__map { margin-top: 24px; border-radius: 12px; overflow: hidden; }

/* cartes métiers (feat) : le padding vient de l'inline, on cadre juste le texte */
.card--feat { text-align: left; }
.card--feat h3 { margin-top: 0; }
/* note légale bas de page */
.legal__note { font-size: 13px; color: var(--text-muted); margin-top: 28px; font-style: italic; }

/* Images des cards gamme (familles de vitrines) : bord-à-bord en haut de card */
.card > img { display: block; width: calc(100% + 48px); height: 200px; object-fit: cover; margin: -24px -24px 20px; border-radius: var(--radius) var(--radius) 0 0; }
@media (max-width: 480px) { .card > img { height: 220px; } }
