
/* ───────────────────────────────────────────────
   DEMANDER UN DEVIS — assistant guidé (DA éditoriale)
   ─────────────────────────────────────────────── */
:root {
  --cream: #ffffff;
  --cream-2: oklch(97.5% 0.008 85);
  --cream-3: oklch(95.5% 0.01 85);
  --ink: oklch(18% 0.025 250);
  --ink-soft: oklch(40% 0.02 250);
  --ink-mute: oklch(58% 0.015 250);
  --rule: oklch(90% 0.008 85);
  --rule-2: oklch(93% 0.008 85);
  --green-v2: oklch(48% 0.13 152);
  --green-deep: oklch(40% 0.11 152);
  --green-soft: oklch(93% 0.04 152);
  --green-tint: oklch(97% 0.02 152);
  --terra: oklch(60% 0.16 40);
  --shadow-card: 0 1px 2px oklch(28% 0.05 252 / 0.04), 0 12px 34px oklch(28% 0.05 252 / 0.06);
  --shadow-soft: 0 1px 2px oklch(28% 0.05 252 / 0.04), 0 4px 14px oklch(28% 0.05 252 / 0.05);
  --shadow-pop: 0 24px 60px oklch(20% 0.04 252 / 0.12);
}

html, body { background: var(--cream-2); }
body { color: var(--ink); font-family: 'Plus Jakarta Sans', sans-serif; }
a { color: var(--green-v2); text-decoration: none; }
a:hover { color: var(--ink); }
::selection { background: var(--green-soft); }

/* nav override (match site) */
.site-nav { background: oklch(97.5% 0.008 85 / 0.82) !important; backdrop-filter: blur(18px); border-bottom: 1px solid var(--rule) !important; }
.nav-logo { color: var(--ink) !important; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.8px; }
.nav-logo span { color: var(--green-v2) !important; }
.nav-links a { color: var(--ink-soft) !important; }
.nav-links a:hover, .nav-links a.active { color: var(--ink) !important; }

/* ─── Buttons ─────────────────────────────────── */
.btn-ink {
  background: var(--ink); color: var(--cream);
  padding: 14px 24px; border-radius: 100px;
  font-size: 14px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: transform .2s, background .2s, box-shadow .2s; border: none; cursor: pointer; font-family: inherit;
}
.btn-ink:hover { background: oklch(26% 0.04 250); color: var(--cream); transform: translateY(-1px); box-shadow: 0 10px 24px oklch(18% 0.03 250 / 0.18); }
.btn-ink:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-ink .arrow { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; transition: transform .2s; }
.btn-ink:hover:not(:disabled) .arrow { transform: translateX(3px); }
.btn-ghost {
  background: transparent; color: var(--ink);
  padding: 12px 22px; border-radius: 100px; border: 1.5px solid var(--ink);
  font-size: 14px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  transition: background .2s, color .2s; cursor: pointer; font-family: inherit;
}
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-quiet {
  background: transparent; color: var(--ink-soft); border: none; cursor: pointer;
  font-family: inherit; font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 6px;
  transition: color .2s;
}
.btn-quiet:hover { color: var(--ink); }
.btn-quiet .arrow { font-family: 'Newsreader', serif; font-style: italic; font-size: 18px; }

/* ─── Eyebrow ─────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--ink-mute); font-family: 'Plus Jakarta Sans', sans-serif;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; opacity: .6; }
.eyebrow.green { color: var(--green-v2); }

/* ─── HERO (compact) ──────────────────────────── */
/* Maquette : 118px moins la nav fixe (76px) — le body WP porte déjà 68px. */
.devis-hero { position: relative; padding: 42px 32px 0; overflow: hidden; }
.devis-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(58% 85% at 90% -12%, var(--green-tint), transparent 60%),
    radial-gradient(46% 60% at 6% 0%, oklch(97% 0.012 85), transparent 60%);
}
.hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; text-align: center; padding-bottom: 30px; }
.hero-inner .eyebrow { justify-content: center; }
.hero-copy h1 {
  font-family: 'Bricolage Grotesque', sans-serif; font-variation-settings: "wdth" 95;
  font-weight: 800; letter-spacing: -0.04em; line-height: 1.0;
  font-size: clamp(36px, 4.6vw, 62px); margin: 16px auto 0; color: var(--ink); text-wrap: balance; max-width: 16ch;
}
.hero-copy h1 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; font-variation-settings: normal; color: var(--green-v2); }
.hero-copy > p {
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: clamp(17px, 1.4vw, 20px); color: var(--ink-soft);
  line-height: 1.55; margin: 18px auto 0; max-width: 620px; text-wrap: pretty;
}
.hero-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; justify-content: center; }
.hero-chips li {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cream); border: 1px solid var(--rule); border-radius: 100px;
  padding: 9px 16px 9px 12px; font-size: 13px; font-weight: 600; color: var(--ink);
  box-shadow: var(--shadow-soft);
}
.hero-chips svg { width: 15px; height: 15px; color: var(--green-v2); flex-shrink: 0; }

/* Social proof strip */
.hero-proof { position: relative; z-index: 1; max-width: 1200px; margin: 26px auto 0; padding: 24px 0 0; border-top: 1px solid var(--rule); }
.hero-proof-label { font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--ink-mute); text-align: center; }
.hero-proof-logos { margin: 16px auto 0; max-width: 700px; display: block; width: 100%; height: auto; opacity: .72; mix-blend-mode: multiply; }

/* ─── LAYOUT ──────────────────────────────────── */
.devis-layout { max-width: 1200px; margin: 0 auto; padding: 40px 32px 120px; display: grid; grid-template-columns: 1fr 358px; gap: 34px; align-items: start; }

/* overflow: clip (et non hidden) — rogne le contenu aux angles arrondis à
   l'identique, mais sans créer de conteneur de défilement, ce qui laisse
   fonctionner le position: sticky de .wz-nav. */
.wz-card { background: var(--cream); border-radius: 26px; border: 1px solid var(--rule); box-shadow: var(--shadow-card); overflow: clip; transition: box-shadow .45s ease; }
.wz-card:focus-within { box-shadow: 0 1px 2px oklch(28% 0.05 252 / 0.05), 0 22px 54px oklch(28% 0.08 252 / 0.11); }

/* ─── STEPPER ─────────────────────────────────── */
.wz-head { padding: 26px 40px 24px; border-bottom: 1px solid var(--rule-2); background: linear-gradient(180deg, var(--cream) 0%, oklch(98.5% 0.006 85) 100%); }
.wz-stepmeta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.wz-stepmeta .lbl { font-family: 'Bricolage Grotesque', sans-serif; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.wz-stepmeta .lbl em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; color: var(--green-v2); }
.wz-stepmeta .count { font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-mute); white-space: nowrap; }

.wz-progress { display: flex; align-items: center; }
.wz-node { display: flex; align-items: center; gap: 11px; cursor: default; }
.wz-node[data-clickable="1"] { cursor: pointer; }
.wz-num {
  position: relative;
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque', sans-serif; font-size: 13px; font-weight: 800;
  background: var(--cream); color: var(--ink-mute);
  border: 1.5px solid var(--rule); transition: all .3s ease;
}
/* La coche de validation est superposée, pas en flux : masquée par opacity elle
   restait un élément flex de 14px qui décentrait le chiffre vers la gauche. */
.wz-num svg { position: absolute; inset: 0; margin: auto; width: 14px; height: 14px; opacity: 0; }
.wz-label { font-size: 13.5px; font-weight: 700; color: var(--ink-mute); letter-spacing: -0.01em; white-space: nowrap; transition: color .3s; }
.wz-bar { flex: 1; height: 2px; background: var(--rule); margin: 0 12px; border-radius: 100px; position: relative; overflow: hidden; }
.wz-bar::after { content: ''; position: absolute; inset: 0; width: 0; background: var(--green-v2); transition: width .4s ease; }
/* states */
.wz-node.active .wz-num { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.wz-node.active .wz-label { color: var(--ink); }
.wz-node.done .wz-num { background: var(--green-v2); color: #fff; border-color: var(--green-v2); }
.wz-node.done .wz-num .n { display: none; }
.wz-node.done .wz-num svg { opacity: 1; }
.wz-node.done .wz-label { color: var(--ink); }
.wz-bar.filled::after { width: 100%; }

/* ─── STEP PANELS ─────────────────────────────── */
.wz-body { padding: 34px 40px 12px; }
.wz-panel { display: none; }
.wz-panel.active { display: block; }
.wz-panel.active > * { animation: wzIn .5s cubic-bezier(.22,.7,.2,1) backwards; }
.wz-panel.active > *:nth-child(1) { animation-delay: .04s; }
.wz-panel.active > *:nth-child(2) { animation-delay: .12s; }
.wz-panel.active > *:nth-child(3) { animation-delay: .20s; }
.wz-panel.active > *:nth-child(4) { animation-delay: .28s; }
.wz-panel.active > *:nth-child(5) { animation-delay: .34s; }
@keyframes wzIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.wz-panel-head { margin-bottom: 24px; }
.wz-panel-head h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(22px, 2.4vw, 27px);
  font-weight: 800; letter-spacing: -0.03em; color: var(--ink); line-height: 1.1;
}
.wz-panel-head h2 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; color: var(--green-v2); }
.wz-panel-head p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin-top: 8px; text-wrap: pretty; max-width: 54ch; }
.wz-panel-head p .req-note { color: var(--terra); font-weight: 700; }

/* subgroup within a panel */
.wz-group { margin-top: 26px; }
.wz-group:first-child { margin-top: 0; }
.wz-group-lbl { font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.wz-group-lbl::after { content: ''; flex: 1; height: 1px; background: var(--rule-2); }

/* ─── FIELDS ──────────────────────────────────── */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group:last-child { margin-bottom: 0; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 7px; transition: color .2s ease; }
.form-group:has(input:focus) label, .form-group:has(textarea:focus) label, .form-group:has(select:focus) label { color: var(--green-v2); }
.form-group label .required { color: var(--terra); margin-left: 2px; }
.form-group label .optional { font-weight: 500; color: var(--ink-mute); font-size: 12px; margin-left: 6px; }
.field-wrap { position: relative; transition: transform .2s ease; }
.field-wrap:focus-within { transform: translateY(-2px); }
.field-wrap .field-ic { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: var(--ink-mute); pointer-events: none; transition: color .2s, transform .25s cubic-bezier(.34,1.56,.64,1); }
.field-wrap:focus-within .field-ic { color: var(--green-v2); transform: translateY(-50%) scale(1.15); }
.field-wrap .field-ok { position: absolute; right: 14px; top: 50%; transform: translateY(-50%) scale(.6); width: 18px; height: 18px; color: var(--green-v2); opacity: 0; transition: opacity .2s, transform .2s; }
.form-group input.valid ~ .field-ok { opacity: 1; transform: translateY(-50%) scale(1); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 14px 16px 14px 42px;
  border: 1.5px solid var(--rule); border-radius: 13px;
  font-size: 14.5px; font-family: inherit; color: var(--ink);
  background: var(--cream); outline: none; transition: border-color 0.2s, box-shadow 0.2s, background .2s;
}
.form-group textarea { padding-left: 16px; }
.form-group input::placeholder, .form-group textarea::placeholder { color: oklch(72% 0.012 250); transition: color .25s ease, opacity .25s ease; }
.form-group input:focus::placeholder, .form-group textarea:focus::placeholder { color: transparent; }
.form-group input:hover, .form-group textarea:hover { border-color: var(--ink-mute); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--green-v2); box-shadow: 0 0 0 4px var(--green-soft); background: oklch(99.2% 0.006 152);
}
.form-group input:focus ~ .field-ic { color: var(--green-v2); }
.form-group input.valid { border-color: oklch(78% 0.07 152); }
.form-group input.error, .form-group select.error { border-color: var(--terra); box-shadow: 0 0 0 4px oklch(60% 0.16 40 / 0.10); }
.form-group .error-msg { font-size: 12.5px; color: var(--terra); margin-top: 6px; display: none; font-weight: 600; align-items: center; gap: 6px; }
.form-group .error-msg.show { display: flex; }
.form-group .error-msg svg { width: 13px; height: 13px; flex-shrink: 0; }
.form-group textarea { resize: vertical; min-height: 128px; line-height: 1.6; }

/* Products checkboxes */
.products-grid-check { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.product-check {
  border: 1.5px solid var(--rule); border-radius: 16px;
  padding: 12px; cursor: pointer; display: flex; align-items: center; gap: 13px;
  transition: border-color .2s, background .2s, box-shadow .2s, transform .15s; user-select: none; background: var(--cream);
  position: relative;
}
.product-check:hover { border-color: var(--ink-mute); transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.product-check.checked { border-color: var(--green-v2); background: var(--green-tint); }
.product-check input { display: none; }
.product-check-img {
  width: 54px; height: 54px; flex-shrink: 0; border-radius: 12px;
  background: var(--cream-2); overflow: hidden; padding: 6px;
  display: flex; align-items: center; justify-content: center; border: 1px solid var(--rule);
}
.product-check-img img { width: 100%; height: 100%; object-fit: contain; }
.product-check-body { flex: 1; min-width: 0; }
.product-check-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.25; }
.product-check-cat { font-size: 11.5px; color: var(--ink-mute); margin-top: 3px; line-height: 1.3; }
.product-check-tick { width: 22px; height: 22px; border: 1.5px solid var(--rule); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .2s; background: var(--cream); }
.product-check-tick svg { width: 13px; height: 13px; color: #fff; opacity: 0; transition: opacity .15s; }
.product-check.checked .product-check-tick { background: var(--green-v2); border-color: var(--green-v2); }
.product-check.checked .product-check-tick svg { opacity: 1; }

/* Intent cards (kit / visio) */
.intent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intent-card {
  border: 1.5px solid var(--rule); border-radius: 18px;
  padding: 20px; cursor: pointer; background: var(--cream);
  display: flex; flex-direction: column; gap: 9px;
  transition: border-color .2s, background .2s, transform .15s, box-shadow .2s;
  position: relative; user-select: none;
}
.intent-card:hover { border-color: var(--ink-mute); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.intent-card.checked { border-color: var(--green-v2); background: var(--green-tint); }
.intent-card.feature { border-color: oklch(82% 0.07 152); background: var(--green-tint); }
.intent-card.feature.checked { border-color: var(--green-v2); background: var(--green-soft); }
.intent-card input { display: none; }
.intent-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.intent-card-tag { font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: var(--green-deep); background: var(--green-soft); padding: 5px 10px; border-radius: 100px; }
.intent-card.checked .intent-card-tag { background: var(--cream); }
.intent-card-tick { width: 24px; height: 24px; border: 1.5px solid var(--rule); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: var(--cream); transition: all .2s; }
.intent-card-tick svg { width: 13px; height: 13px; color: #fff; opacity: 0; transition: opacity .15s; }
.intent-card.checked .intent-card-tick { background: var(--green-v2); border-color: var(--green-v2); }
.intent-card.checked .intent-card-tick svg { opacity: 1; }
.intent-card-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; line-height: 1.2; }
.intent-card-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.55; flex: 1; }
.intent-card-meta { font-size: 12px; color: var(--ink-mute); font-weight: 600; margin-top: 4px; padding-top: 12px; border-top: 1px dashed var(--rule); display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.intent-card-meta strong { color: var(--green-v2); font-weight: 800; font-family: 'Bricolage Grotesque', sans-serif; font-size: 14px; }

.prod-err { font-size: 12.5px; color: var(--terra); margin-top: 12px; display: none; font-weight: 600; align-items: center; gap: 6px; }
.prod-err.show { display: flex; }
.prod-err svg { width: 14px; height: 14px; }

/* Inline recap (shown in final step) */
.recap-inline { background: var(--cream-2); border: 1px solid var(--rule); border-radius: 16px; padding: 6px 20px; margin-bottom: 22px; }
.recap-inline-row { display: flex; gap: 16px; padding: 13px 0; border-top: 1px solid var(--rule-2); align-items: flex-start; }
.recap-inline-row:first-child { border-top: none; }
.recap-inline-row .rk { font-size: 11px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-mute); min-width: 108px; flex-shrink: 0; padding-top: 2px; }
.recap-inline-row .rv { font-size: 14px; color: var(--ink); font-weight: 600; line-height: 1.45; flex: 1; }
.recap-inline-row .rv.empty { color: var(--ink-mute); font-weight: 500; font-style: italic; font-family: 'Newsreader', serif; }
.recap-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.recap-chip { font-size: 12px; font-weight: 600; background: var(--green-tint); color: var(--green-deep); border: 1px solid var(--green-soft); padding: 4px 10px; border-radius: 100px; }
.recap-inline-edit { background: none; border: none; color: var(--green-v2); font-family: inherit; font-size: 12px; font-weight: 700; cursor: pointer; padding: 0; white-space: nowrap; }
.recap-inline-edit:hover { color: var(--ink); }

/* RGPD + submit */
.form-consent { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; font-weight: 400; margin-bottom: 6px; }
.form-consent input { width: 17px; height: 17px; margin-top: 2px; flex-shrink: 0; accent-color: var(--green-v2); cursor: pointer; }
.form-consent span { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }
.rgpd-err { font-size: 12.5px; color: var(--terra); margin-top: 4px; display: none; font-weight: 600; }
.rgpd-err.show { display: block; }

/* ─── WIZARD NAV ──────────────────────────────── */
/* Barre d'action collante : les étapes sont plus hautes que l'écran, « Continuer »
   se retrouvait sinon hors champ à l'arrivée sur l'étape (le scroll cadre le haut
   de la carte). Elle se pose naturellement en bas de carte dès qu'elle est en vue. */
.wz-nav { position: sticky; bottom: 0; z-index: 2; background: var(--cream); display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 40px 30px; margin-top: 12px; border-top: 1px solid var(--rule-2); }
.wz-nav .spacer { flex: 1; }
.wz-nav .btn-ink, .wz-nav .btn-ghost { padding: 15px 30px; font-size: 15px; }
.wz-savenote { font-size: 12px; color: var(--ink-mute); display: inline-flex; align-items: center; gap: 7px; }
.wz-savenote svg { width: 13px; height: 13px; color: var(--green-v2); }

/* ─── SIDEBAR ─────────────────────────────────── */
.devis-sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 16px; }
.side-card { background: var(--cream); border-radius: 22px; border: 1px solid var(--rule); box-shadow: var(--shadow-soft); overflow: hidden; }
.side-card-pad { padding: 22px 22px; }

/* live recap card */
.recap-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 18px 22px; border-bottom: 1px solid var(--rule-2); background: var(--ink); color: var(--cream); }
.recap-card-head h4 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 800; letter-spacing: -0.01em; color: #fff; display: flex; align-items: center; gap: 9px; }
.recap-card-head h4 svg { width: 16px; height: 16px; color: oklch(78% 0.10 152); }
.recap-card-head .ref { font-size: 11px; font-weight: 600; color: oklch(78% 0.02 250); font-variant-numeric: tabular-nums; }
.recap-body { padding: 6px 22px 8px; }
.recap-row { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--rule-2); align-items: flex-start; }
.recap-row:first-child { border-top: none; }
.recap-row .rk { font-size: 10.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-mute); min-width: 74px; flex-shrink: 0; padding-top: 3px; }
.recap-row .rv { font-size: 13.5px; color: var(--ink); font-weight: 600; line-height: 1.45; flex: 1; min-width: 0; word-break: break-word; }
.recap-row .rv.empty { color: oklch(72% 0.012 250); font-weight: 500; }
.recap-foot { padding: 16px 22px; background: var(--green-tint); border-top: 1px solid var(--green-soft); display: flex; gap: 11px; align-items: flex-start; }
.recap-foot svg { width: 16px; height: 16px; color: var(--green-v2); flex-shrink: 0; margin-top: 1px; }
.recap-foot p { font-size: 12.5px; color: var(--green-deep); line-height: 1.5; font-weight: 600; }

/* value list */
.side-card h5.side-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 4px; }
.value-list { list-style: none; margin: 12px 0 0; padding: 0; }
.value-list li { display: flex; gap: 11px; align-items: flex-start; padding: 10px 0; border-top: 1px solid var(--rule-2); }
.value-list li:first-child { border-top: none; padding-top: 2px; }
.value-ic { width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.value-ic svg { width: 13px; height: 13px; color: var(--green-deep); }
.value-txt h6 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 13.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.value-txt p { font-size: 12px; color: var(--ink-soft); line-height: 1.5; margin-top: 2px; }

/* testimonial */
.side-quote { background: var(--cream-2); border-top: 1px solid var(--rule); }
.side-quote-body { padding: 20px 22px; }
.side-quote p { font-family: 'Newsreader', serif; font-style: italic; font-size: 15px; color: var(--ink); line-height: 1.6; }
.side-quote-author { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.sqa-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--green-v2); color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sqa-meta strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); }
.sqa-meta span { font-size: 12px; color: var(--ink-mute); }

/* phone card */
.side-phone p { font-size: 13px; color: var(--ink-soft); margin: 6px 0 12px; line-height: 1.55; }
.side-phone .tel-big { font-family: 'Bricolage Grotesque', sans-serif; font-size: 21px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; display: block; }
.side-phone .tel-hours { font-size: 12px; color: var(--ink-mute); margin-top: 4px; }

/* ─── SUCCESS ─────────────────────────────────── */
.success-state { display: none; padding: 44px 44px 40px; text-align: center; }
.success-state.show { display: block; animation: wzIn .5s ease; }
.success-icon { width: 74px; height: 74px; border-radius: 50%; background: var(--green-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.success-icon svg { width: 38px; height: 38px; color: var(--green-v2); }
.success-state h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(26px, 4vw, 38px); font-weight: 800; color: var(--ink); margin-bottom: 12px; letter-spacing: -0.03em; }
.success-state h3 em { font-family: 'Newsreader', serif; font-style: italic; font-weight: 500; color: var(--green-v2); }
.success-state > p { font-family: 'Newsreader', serif; font-style: italic; font-size: 17px; color: var(--ink-soft); line-height: 1.6; max-width: 480px; margin: 0 auto 24px; text-wrap: pretty; }
.success-ref { display: inline-flex; align-items: center; gap: 10px; background: var(--cream-2); border: 1px solid var(--rule); border-radius: 100px; padding: 9px 18px; font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-bottom: 30px; }
.success-ref strong { font-family: 'Bricolage Grotesque', sans-serif; color: var(--ink); font-weight: 800; letter-spacing: .3px; }
.success-steps { text-align: left; max-width: 460px; margin: 0 auto 30px; list-style: none; padding: 0; }
.success-steps li { display: flex; gap: 15px; align-items: flex-start; padding: 14px 0; border-top: 1px solid var(--rule-2); }
.success-steps li:first-child { border-top: none; }
.ss-num { width: 28px; height: 28px; border-radius: 50%; background: var(--green-v2); color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ss-txt { font-size: 14px; color: var(--ink-soft); line-height: 1.5; padding-top: 3px; }
.ss-txt strong { color: var(--ink); }
.success-ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* footer override */
.site-footer { background: var(--ink) !important; }

/* reveal */
.reveal-up { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal-up.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .wz-panel.active > * { animation: none !important; }
  .field-wrap, .field-wrap:focus-within { transform: none !important; }
  .field-wrap .field-ic, .field-wrap:focus-within .field-ic { transform: translateY(-50%) !important; }
}

/* ─── RESPONSIVE ──────────────────────────────── */
@media (max-width: 980px) {
  .devis-layout { grid-template-columns: 1fr; padding: 30px 22px 120px; gap: 22px; }
  .devis-sidebar { position: static; }
  /* On mobile show only the compact garantie + phone; recap lives inline in step 3 */
  .devis-sidebar .recap-card { display: none; }
}
@media (max-width: 640px) {
  .devis-hero { padding: 24px 18px 0; }
  .wz-head { padding: 22px 20px 20px; }
  .wz-body { padding: 26px 20px 8px; }
  .wz-nav { padding: 18px 20px 24px; }
  .success-state { padding: 34px 20px 30px; }
  .form-row { grid-template-columns: 1fr; }
  .products-grid-check { grid-template-columns: 1fr; }
  .intent-grid { grid-template-columns: 1fr; }
  .recap-inline-row { flex-direction: column; gap: 4px; }
  .recap-inline-row .rk { min-width: 0; }
  /* compact stepper: hide labels, keep numbered nodes */
  .wz-label { display: none; }
  .wz-bar { margin: 0 8px; }
  .wz-stepmeta .lbl { font-size: 16px; }
  .wz-nav .btn-ink, .wz-nav .btn-ghost { padding: 14px 22px; font-size: 14px; }
  .wz-nav .btn-ink { flex: 1; }
  .wz-savenote { display: none; }
}
@media (max-width: 400px) {
  .wz-nav { flex-wrap: wrap; }
  .wz-nav .spacer { display: none; }
  .wz-nav .btn-quiet { order: 2; }
}
