/* ==========================================================================
   WebFrance — accueil (sections). Dépend de wf.css.
   ========================================================================== */

/* ---------- HERO ---------- */
:root { --hero-h: clamp(560px, 43vw, 680px); }
.wf-hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: var(--hero-h); background: #030430; color: #c9cff0; overflow: hidden; }
.wf-hero__media { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #020222 0%, #010138 55%, #020135 100%); overflow: hidden; }
.wf-hero__img { position: absolute; top: 0; right: var(--hero-shift, 0px); height: 100%; width: auto; max-width: none; user-select: none; }
.wf-hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.1s var(--ease); pointer-events: none; }
.wf-hero__gl.is-on { opacity: 1; }
.wf-hero__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3, 4, 48, .97) 0%, rgba(3, 4, 48, .92) 27%, rgba(3, 4, 48, .62) 45%, rgba(3, 4, 48, .18) 58%, rgba(3, 4, 48, 0) 68%),
    linear-gradient(0deg, rgba(3, 4, 48, .7) 0%, rgba(3, 4, 48, 0) 26%);
}
.wf-hero__in { position: relative; padding-block: 56px 116px; }
.wf-hero__copy { max-width: 610px; }
.wf-hero__kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 15px 7px 11px; border-radius: 999px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .15); color: #e3e7ff; font-size: .86rem; font-weight: 600; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.wf-hero__t { margin-top: 20px; color: #fff; font-size: clamp(2.25rem, 1.05rem + 3vw, 3.85rem); line-height: 1.04; letter-spacing: -.024em; text-wrap: balance; }
.wf-hero__t .wf-em { color: #b8c4ff; font-size: 1.08em; }
.wf-hero__lead { margin-top: 20px; max-width: 50ch; font-size: clamp(1.03rem, .96rem + .32vw, 1.2rem); line-height: 1.6; color: #c2c9ea; }
.wf-hero__lead strong { color: #fff; }
.wf-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wf-hero__checks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 22px 0 0; padding: 0; list-style: none; font-size: .93rem; color: #b8c0e6; }
.wf-hero__checks li { display: inline-flex; align-items: center; gap: 8px; }
.wf-hero__checks svg { width: 17px; height: 17px; padding: 3px; border-radius: 50%; background: rgba(142, 160, 255, .18); color: #cfd7ff; stroke-width: 3; }

/* ---------- PREUVES (carte à cheval sur le hero) ---------- */
.wf-proof { position: relative; z-index: 4; margin-top: -60px; }
.wf-proof__card { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 8px; list-style: none; background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-3), 0 0 0 1px rgba(11, 16, 51, .05); }
.wf-proof__i { position: relative; display: flex; align-items: center; gap: 16px; padding: 18px 22px; }
.wf-proof__i + .wf-proof__i::before { content: ""; position: absolute; left: 0; top: 24%; bottom: 24%; width: 1px; background: var(--ligne); }
.wf-proof__n { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem, 1.3rem + 1vw, 2.45rem); line-height: 1; color: var(--encre); letter-spacing: -.03em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.wf-proof__n em { font-style: normal; margin-left: 2px; font-size: .56em; letter-spacing: -.01em; color: var(--bleu); }
.wf-proof__l { font-size: .9rem; line-height: 1.38; color: var(--gris); }
.wf-proof__l .wf-stars { display: flex; margin-bottom: 3px; }
.wf-stars { display: inline-flex; gap: 2px; color: #f4b20a; }
.wf-stars svg { width: 15px; height: 15px; }
.wf-stars--lg svg { width: 20px; height: 20px; }
.wf-sec--tight-top { padding-top: clamp(56px, 6.5vw, 96px); }

/* ---------- INCLUS (bento) ---------- */
.wf-bento { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 20px; align-items: stretch; }
.wf-bento__main {
  position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; gap: 16px;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 3vw, 40px) 0; border-radius: var(--r-xl); color: #c3caef;
  background: radial-gradient(110% 80% at 100% 0%, rgba(33, 64, 216, .75) 0%, rgba(33, 64, 216, 0) 58%), var(--nuit-900);
}
.wf-bento__glow { position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(225, 36, 59, .35), transparent 65%); z-index: -1; }
.wf-bento__main h3 { color: #fff; font-size: clamp(1.55rem, 1.1rem + 1.2vw, 2.2rem); line-height: 1.08; }
.wf-bento__main > p { font-size: 1rem; line-height: 1.6; max-width: 44ch; }
.wf-bento__price { display: flex; align-items: flex-end; gap: 12px; margin-top: 4px; }
.wf-bento__price strong { font-family: var(--f-display); font-size: clamp(2.8rem, 2rem + 2vw, 3.7rem); line-height: .86; color: #fff; letter-spacing: -.03em; font-weight: 800; }
.wf-bento__from { margin-bottom: 5px; font-size: .95rem; color: var(--bleu-300); }
.wf-bento__then { margin-bottom: 2px; font-size: .88rem; line-height: 1.35; color: #c3caef; }
.wf-bento__main .wf-btn { margin-top: 6px; }
.wf-bento__mock { width: 100%; margin-top: auto; padding-top: 26px; }
.wf-mock { position: relative; height: 150px; padding: 10px; border-radius: 16px 16px 0 0; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .13); border-bottom: 0; display: grid; grid-template-rows: auto 1fr auto; gap: 9px; }
.wf-mock__bar { display: flex; align-items: center; gap: 5px; height: 20px; }
.wf-mock__bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .25); }
.wf-mock__bar b { margin-left: 8px; padding: 1px 10px; border-radius: 6px; background: rgba(255, 255, 255, .08); font-size: .7rem; font-weight: 500; color: #c9d0f5; }
.wf-mock__hero { border-radius: 9px; background: linear-gradient(100deg, rgba(84, 112, 255, .55), rgba(84, 112, 255, .15) 60%, rgba(225, 36, 59, .35)); position: relative; }
.wf-mock__hero::before { content: ""; position: absolute; left: 12px; top: 14px; width: 44%; height: 9px; border-radius: 4px; background: rgba(255, 255, 255, .75); box-shadow: 0 16px 0 -1px rgba(255, 255, 255, .35); }
.wf-mock__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.wf-mock__row i { height: 26px; border-radius: 7px; background: rgba(255, 255, 255, .08); }

.wf-incl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.wf-incl__i { position: relative; display: flex; align-items: flex-start; gap: 14px; padding: 18px 46px 18px 18px; border-radius: var(--r); background: #fff; border: 1px solid var(--ligne); transition: border-color .25s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease); }
.wf-incl__i:hover { border-color: #cdd5f4; box-shadow: var(--sh-2); transform: translateY(-2px); }
.wf-incl__i h3 { font-size: 1.07rem; letter-spacing: -.018em; line-height: 1.25; padding-top: 2px; }
.wf-incl__i p { margin-top: 5px; font-size: .92rem; line-height: 1.45; color: var(--gris); }
.wf-incl__ok { position: absolute; top: 15px; right: 15px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--bleu-50); color: var(--bleu); }
.wf-incl__ok svg { width: 12px; height: 12px; stroke-width: 3; }

/* ---------- MÉTHODE ---------- */
.wf-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; margin: 0 0 44px; padding: 0; list-style: none; }
.wf-steps::before { content: ""; position: absolute; top: 60px; left: 12%; right: 12%; border-top: 2px dashed #c8d0ee; z-index: 0; }
.wf-step { position: relative; z-index: 1; padding: 26px 26px 28px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--ligne); border-top: 4px solid var(--bleu); box-shadow: var(--sh-1); }
.wf-step--2 { border-top-color: #d5dbf2; }
.wf-step--3 { border-top-color: var(--rouge); }
.wf-step:not(:last-child)::after { content: ""; position: absolute; top: 44px; right: -35px; width: 26px; height: 26px; border-radius: 50%; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231733c4' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / 14px no-repeat; box-shadow: 0 0 0 1px var(--ligne), var(--sh-1); }
.wf-step__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.wf-step__time { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.6rem, 2rem + 1.4vw, 3.4rem); line-height: 1; letter-spacing: -.04em; color: var(--bleu); }
.wf-step__time small { margin-left: 5px; font-size: .4em; letter-spacing: -.01em; }
.wf-step--2 .wf-step__time { color: var(--encre); }
.wf-step--3 .wf-step__time { color: var(--rouge); }
.wf-step__num { font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gris); white-space: nowrap; }
.wf-step__head { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.wf-step__head h3 { font-size: 1.24rem; }
.wf-step p { margin-top: 12px; font-size: .97rem; color: var(--gris); }
.wf-center { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.wf-note { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--gris); }
.wf-note svg { width: 16px; height: 16px; color: var(--bleu); }

/* ---------- TARIFS ---------- */
.wf-plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; padding-top: 14px; }
.wf-plan { position: relative; display: flex; flex-direction: column; gap: 18px; padding: 28px 24px 24px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--ligne); box-shadow: var(--sh-1); transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.wf-plan:hover { box-shadow: var(--sh-2); }
.wf-plan__head h3 { font-size: 1.38rem; }
.wf-plan__head p { margin-top: 2px; font-size: .93rem; color: var(--gris); }
.wf-plan__price { position: relative; display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 3px; padding-bottom: 18px; border-bottom: 1.5px dashed var(--ligne); }
.wf-plan__price::before, .wf-plan__price::after { content: ""; position: absolute; bottom: -10px; width: 20px; height: 20px; border-radius: 50%; background: var(--notch, #fff); box-shadow: inset 0 0 0 1px var(--ligne); }
.wf-plan__price::before { left: -35px; clip-path: inset(0 0 0 50%); }
.wf-plan__price::after { right: -35px; clip-path: inset(0 50% 0 0); }
.wf-plan__price strong { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.5rem, 2rem + 1.2vw, 3.1rem); line-height: 1; letter-spacing: -.028em; color: var(--encre); }
.wf-plan__price span { font-family: var(--f-display); font-weight: 800; font-size: 1.55rem; color: var(--encre); }
.wf-plan__price small { flex-basis: 100%; margin-top: 5px; font-size: .84rem; color: var(--gris); }
.wf-plan__price--quote strong { font-size: clamp(2rem, 1.6rem + 1vw, 2.4rem); }
.wf-plan__list { flex: 1; display: grid; align-content: start; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: .94rem; }
.wf-plan__list li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.wf-plan__list svg { width: 17px; height: 17px; margin-top: 1px; color: var(--bleu); stroke-width: 2.5; }
.wf-plan__txt { font-size: .94rem; color: var(--gris); }
.wf-plan--pop { background: var(--nuit-900); border-color: transparent; color: #c5ccf1; box-shadow: var(--sh-3); transform: translateY(-10px); }
.wf-plan--pop:hover { box-shadow: var(--sh-3); }
.wf-plan--pop h3, .wf-plan--pop .wf-plan__price strong, .wf-plan--pop .wf-plan__price span { color: #fff; }
.wf-plan--pop .wf-plan__head p, .wf-plan--pop .wf-plan__price small { color: #9aa5da; }
.wf-plan--pop .wf-plan__price { border-bottom-color: rgba(255, 255, 255, .16); }
.wf-plan--pop .wf-plan__price::before, .wf-plan--pop .wf-plan__price::after { box-shadow: none; }
.wf-plan--pop .wf-plan__list svg { color: var(--bleu-300); }
.wf-plan__flag { position: absolute; top: -13px; left: 22px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; background: var(--rouge); color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .02em; box-shadow: 0 10px 20px -10px rgba(225, 36, 59, .9); }
.wf-plan__flag svg { width: 13px; height: 13px; }
.wf-plan--sur { background: linear-gradient(165deg, var(--bleu-50) 0%, #fff 70%); }
.wf-plans__hint { display: none; align-items: center; gap: 8px; margin: -6px 0 -8px; font-size: .86rem; font-weight: 600; color: var(--gris); }
.wf-plans__hint svg { width: 16px; height: 16px; color: var(--bleu); animation: wfNudge 1.8s var(--ease) infinite; }
@keyframes wfNudge { 0%, 100% { transform: none; } 50% { transform: translateX(4px); } }

.wf-host { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.7fr) auto; align-items: center; gap: 28px; margin-top: 22px; padding: 22px 26px; border-radius: var(--r-lg); background: var(--papier); border: 1px solid var(--ligne); scroll-margin-top: 8px; }
.wf-host__head { display: flex; align-items: flex-start; gap: 14px; }
.wf-host__head h3 { font-size: 1.2rem; }
.wf-host__head p { margin-top: 3px; font-size: .92rem; color: var(--gris); }
.wf-host__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin: 0; padding: 0; list-style: none; font-size: .92rem; }
.wf-host__list li { display: flex; align-items: center; gap: 8px; }
.wf-host__list svg { width: 15px; height: 15px; color: var(--bleu); stroke-width: 2.6; }
.wf-host__price { text-align: right; }
.wf-host__price p { display: flex; align-items: baseline; justify-content: flex-end; gap: 2px; }
.wf-host__price strong { font-family: var(--f-display); font-size: 2.1rem; font-weight: 800; color: var(--encre); letter-spacing: -.03em; white-space: nowrap; }
.wf-host__price span { color: var(--gris); }
.wf-host__price small { display: inline-block; margin-top: 4px; padding: 3px 10px; border-radius: 999px; background: #e7f6ee; color: #0f6b3b; font-size: .78rem; font-weight: 700; }

.wf-opts { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 18px; scroll-margin-top: 8px; }
.wf-opts__t { font-size: .95rem; font-weight: 700; color: var(--encre); }
.wf-opts__list { flex: 1; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.wf-opts__list li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 12px; border: 1px solid var(--ligne); background: #fff; font-size: .9rem; }
.wf-opts__list svg { width: 16px; height: 16px; color: var(--bleu); }
.wf-opts__list b { font-weight: 700; color: var(--bleu); }

/* ---------- MÉTIERS ---------- */
.wf-trades { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.wf-trade { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--ligne); transition: border-color .25s var(--ease), box-shadow .3s var(--ease), transform .3s var(--ease); }
.wf-trade:hover { border-color: #c5cef3; box-shadow: var(--sh-2); transform: translateY(-2px); }
.wf-trade .wf-ico { width: 52px; height: 52px; border-radius: 15px; }
.wf-trade .wf-ico svg { width: 24px; height: 24px; }
.wf-trade__tx { flex: 1; display: grid; gap: 3px; min-width: 0; }
.wf-trade__tx strong { font-family: var(--f-display); font-size: 1.14rem; font-weight: 750; letter-spacing: -.02em; color: var(--encre); line-height: 1.25; }
.wf-trade__tx small { font-size: .9rem; line-height: 1.4; color: var(--gris); }
.wf-trade__go { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--papier); color: var(--encre); transition: background-color .2s, color .2s, transform .25s var(--ease); }
.wf-trade__go svg { width: 16px; height: 16px; }
.wf-trade:hover .wf-trade__go { background: var(--rouge); color: #fff; transform: translateX(2px); }
.wf-trades__more { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-top: 22px; font-size: .95rem; color: var(--gris); }
.wf-trades__more > svg { width: 18px; height: 18px; color: var(--bleu); }

/* ---------- RÉALISATIONS ---------- */
.wf-head__aside { display: grid; gap: 12px; justify-items: start; }
.wf-work { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 20px; }
.wf-work__card { position: relative; display: flex; flex-direction: column; border-radius: var(--r-xl); background: var(--papier); border: 1px solid var(--ligne); overflow: hidden; transition: box-shadow .35s var(--ease), transform .35s var(--ease), border-color .3s; }
.wf-work__card--big { grid-row: span 2; }
.wf-work__card--big .wf-work__phone { bottom: -26px; width: 21%; }
.wf-work__card:hover { box-shadow: var(--sh-3); transform: translateY(-3px); border-color: #d2d8f3; }
.wf-work__shot { position: relative; flex: 1; display: flex; flex-direction: column; min-height: 210px; margin: 22px 22px 0; border-radius: 14px 14px 0 0; background: #fff; box-shadow: 0 24px 48px -28px rgba(11, 16, 51, .45), 0 0 0 1px rgba(11, 16, 51, .06); }
.wf-work__browser { flex: none; display: flex; align-items: center; gap: 12px; height: 30px; padding: 0 12px; border-radius: 14px 14px 0 0; background: #eef0f8; border-bottom: 1px solid var(--ligne); }
.wf-work__dots { display: flex; gap: 5px; }
.wf-work__dots i { width: 8px; height: 8px; border-radius: 50%; background: #cdd2e6; }
.wf-work__url { padding: 2px 10px; border-radius: 6px; background: #fff; font-size: .74rem; color: var(--gris); }
.wf-work__img { position: relative; display: block; flex: 1; overflow: hidden; }
.wf-work__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform 6s var(--ease); }
.wf-work__card:hover .wf-work__img img { transform: translateY(-2%) scale(1.02); }
.wf-work__phone { display: block; position: absolute; right: 18px; bottom: -64px; z-index: 2; width: 20%; min-width: 80px; max-width: 150px; aspect-ratio: 390 / 780; border-radius: 18px; overflow: hidden; border: 5px solid #0b1033; background: #fff; box-shadow: 0 24px 40px -18px rgba(11, 16, 51, .6); }
.wf-work__phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.wf-work__meta { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 16px; padding: 18px 24px 20px; background: #fff; border-top: 1px solid var(--ligne); }
.wf-work__meta .wf-chip { justify-self: start; margin-bottom: 4px; }
.wf-work__meta h3 { font-size: 1.28rem; }
.wf-work__meta p { font-size: .93rem; color: var(--gris); }
.wf-work__go { grid-column: 2; grid-row: 1 / span 3; display: inline-flex; align-items: center; gap: 6px; font-size: .95rem; font-weight: 650; color: var(--bleu); white-space: nowrap; }
.wf-work__go svg { width: 17px; height: 17px; transition: transform .25s var(--ease); }
.wf-work__card:hover .wf-work__go svg { transform: translate(2px, -2px); }

/* ---------- AVIS ---------- */
.wf-reviews { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(28px, 4.5vw, 72px); align-items: start; }
.wf-reviews__side { position: sticky; top: calc(var(--bar-h) + 32px); display: grid; gap: 20px; justify-items: start; }
.wf-score { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--ligne); box-shadow: var(--sh-1); }
.wf-score .wf-score__n { margin: 0; font-family: var(--f-display); font-weight: 800; font-size: 3.4rem; line-height: .9; letter-spacing: -.03em; color: var(--encre); }
.wf-score .wf-score__n span { font-size: .4em; letter-spacing: 0; color: var(--gris); }
.wf-score p { margin-top: 4px; font-size: .9rem; color: var(--gris); }
.wf-score__facts { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; font-size: .96rem; }
.wf-score__facts li { display: flex; align-items: center; gap: 10px; }
.wf-score__facts svg { width: 20px; height: 20px; color: var(--rouge); }
.wf-reviews__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.wf-review { position: relative; display: flex; flex-direction: column; gap: 14px; padding: 24px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--ligne); box-shadow: var(--sh-1); }
.wf-review blockquote { margin: 0; }
.wf-review blockquote p { font-size: 1.02rem; line-height: 1.62; color: var(--texte); }
.wf-review figcaption { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--ligne); }
.wf-review figcaption strong { display: block; font-size: .98rem; }
.wf-review figcaption small { display: block; font-size: .86rem; color: var(--gris); }
.wf-review figcaption .wf-chip { margin-left: auto; }
.wf-review__av { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--bleu-100); color: var(--bleu); font-size: .88rem; font-weight: 700; }
.wf-review--fav { grid-column: 1 / -1; order: -1; padding: clamp(24px, 3vw, 34px); background: var(--nuit-900); border-color: transparent; color: #cfd5f5; box-shadow: var(--sh-3); overflow: hidden; isolation: isolate; }
.wf-review--fav::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(90% 120% at 100% 0%, rgba(33, 64, 216, .6), transparent 60%); }
.wf-review--fav blockquote p { font-family: var(--f-display); font-weight: 650; font-size: clamp(1.18rem, 1rem + .6vw, 1.5rem); line-height: 1.4; letter-spacing: -.02em; color: #e7ebff; }
.wf-review--fav blockquote strong { color: #fff; box-shadow: inset 0 -.38em 0 rgba(225, 36, 59, .45); }
.wf-review--fav figcaption { border-top-color: rgba(255, 255, 255, .12); }
.wf-review--fav figcaption strong { color: #fff; }
.wf-review--fav figcaption small { color: #9fa9dc; }
.wf-review--fav .wf-review__av { background: rgba(255, 255, 255, .1); color: #fff; }
.wf-review__fav { position: absolute; top: 22px; right: 22px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; background: var(--rouge); color: #fff; font-size: .76rem; font-weight: 700; }
.wf-review__fav svg { width: 13px; height: 13px; }

/* ---------- GARANTIES (fond nuit) ---------- */
.wf-guar { overflow: hidden; isolation: isolate; }
.wf-guar__bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(55% 75% at 10% 0%, rgba(33, 64, 216, .5), transparent 62%), radial-gradient(45% 60% at 100% 100%, rgba(225, 36, 59, .2), transparent 62%); }
.wf-guar__bg::after { content: ""; position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 24px 24px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); mask-image: linear-gradient(180deg, #000, transparent 70%); }
.wf-guar__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.wf-guar__i { padding: 24px; border-radius: var(--r-lg); background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .1); transition: background-color .3s var(--ease), border-color .3s var(--ease); }
.wf-guar__i:hover { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .2); }
.wf-guar__h { display: flex; align-items: center; gap: 12px; }
.wf-guar__h h3 { font-size: 1.14rem; color: #fff; }
.wf-guar__i p { margin-top: 12px; font-size: .94rem; color: #aab3e0; }
.wf-why { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); align-items: center; gap: 32px; margin-top: 42px; padding-top: 36px; border-top: 1px solid rgba(255, 255, 255, .1); }
.wf-why__t { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.4rem, 1rem + 1vw, 1.9rem); line-height: 1.12; letter-spacing: -.03em; color: #fff; }
.wf-why__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.wf-why__list li { display: flex; align-items: flex-start; gap: 12px; }
.wf-why__list h3 { font-size: 1.02rem; color: #fff; padding-top: 7px; }
.wf-why__list p { margin-top: 5px; font-size: .9rem; color: #a2abd8; }

/* ---------- VILLES (carte) ---------- */
.wf-geo { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); align-items: center; gap: clamp(28px, 4vw, 64px); }
.wf-geo__copy { display: grid; justify-items: start; gap: 18px; }
.wf-geo__copy .wf-head, .wf-geo__copy .wf-h2 { margin: 0; }
.wf-geo__copy .wf-city { width: 100%; }
.wf-city--lg .wf-city__input { height: 60px; font-size: 1.05rem; box-shadow: var(--sh-1); }
.wf-geo__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.wf-geo__chips a { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; border-radius: 999px; background: var(--papier); border: 1px solid var(--ligne); font-size: .9rem; font-weight: 550; color: var(--encre); transition: border-color .2s, color .2s, background-color .2s; }
.wf-geo__chips a:hover { border-color: var(--bleu); background: #fff; color: var(--bleu); }
.wf-geo__chips a.is-hq { background: var(--rouge-100); border-color: transparent; color: var(--rouge-600); font-weight: 650; }
.wf-geo__chips svg { width: 15px; height: 15px; }
.wf-geo__stats { display: flex; flex-wrap: wrap; gap: 14px 34px; margin: 8px 0 0; padding-top: 18px; border-top: 1px solid var(--ligne); width: 100%; }
.wf-geo__stats dt { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gris); }
.wf-geo__stats dd { margin: 5px 0 0; font-family: var(--f-display); font-weight: 800; font-size: 1.75rem; line-height: 1; letter-spacing: -.035em; color: var(--encre); }
.wf-geo__stats dd em { font-style: normal; font-size: .6em; color: var(--bleu); letter-spacing: -.01em; }
.wf-geo__map { display: grid; gap: 12px; width: 100%; }
.wf-geo__frame { position: relative; width: 100%; aspect-ratio: 1000 / 940; }
.wf-geo__base, .wf-geo__dots { position: absolute; inset: 0; width: 100%; height: 100%; }
.wf-geo__dots { cursor: default; touch-action: pan-y; }
.wf-geo__dots.is-hover { cursor: pointer; }
.wf-geo__tip { position: absolute; z-index: 3; left: 0; top: 0; transform: translate(-50%, calc(-100% - 14px)); padding: 8px 12px; border-radius: 11px; background: var(--encre); color: #fff; font-size: .86rem; font-weight: 650; white-space: nowrap; pointer-events: none; box-shadow: var(--sh-2); }
.wf-geo__tip small { margin-left: 6px; font-weight: 500; color: var(--bleu-300); }
.wf-geo__tip::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 10px; height: 10px; background: var(--encre); transform: translateX(-50%) rotate(45deg); border-radius: 2px; }
.wf-geo__legend { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 18px; font-size: .84rem; color: var(--gris); }
.wf-geo__legend > span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.wf-geo__pin { width: 10px; height: 10px; border-radius: 50%; background: var(--rouge); box-shadow: 0 0 0 4px var(--rouge-100); }
.wf-geo__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--bleu); }
.wf-geo__sep { width: 10px; }

/* ---------- FAQ ---------- */
.wf-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; align-items: start; }
.wf-faq__col { display: grid; gap: 12px; }
.wf-qa { border-radius: var(--r); background: #fff; border: 1px solid var(--ligne); transition: border-color .25s var(--ease), box-shadow .3s var(--ease); }
.wf-qa:hover { border-color: #d2d9f4; }
.wf-qa[open] { border-color: #c9d2f3; box-shadow: var(--sh-2); }
.wf-qa summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; padding: 14px 18px 14px 20px; cursor: pointer; list-style: none; font-size: 1.01rem; font-weight: 650; line-height: 1.4; color: var(--encre); border-radius: var(--r); }
.wf-qa summary::-webkit-details-marker { display: none; }
.wf-qa__ic { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--bleu-50); color: var(--bleu); transition: transform .35s var(--ease), background-color .2s, color .2s; }
.wf-qa__ic svg { width: 16px; height: 16px; stroke-width: 2.2; }
.wf-qa[open] .wf-qa__ic { transform: rotate(45deg); background: var(--bleu); color: #fff; }
.wf-qa__a { padding: 0 20px 20px; font-size: .97rem; color: var(--gris); }
.wf-qa__a a { color: var(--bleu); text-decoration: underline; text-decoration-color: rgba(23, 51, 196, .35); text-underline-offset: 2px; }
@supports (interpolate-size: allow-keywords) {
  .wf-faq { interpolate-size: allow-keywords; }
  .wf-qa::details-content { height: 0; overflow: clip; transition: height .35s var(--ease), content-visibility .35s allow-discrete; }
  .wf-qa[open]::details-content { height: auto; }
}

/* ---------- DEVIS ---------- */
.wf-devis { background: linear-gradient(180deg, #fff 0%, var(--papier) 100%); }
.wf-quote { display: grid; grid-template-columns: minmax(0, 4.1fr) minmax(0, 7.9fr); gap: clamp(28px, 4vw, 60px); align-items: start; }
.wf-quote__intro { position: sticky; top: calc(var(--bar-h) + 28px); display: grid; gap: 18px; }
.wf-quote__intro .wf-h2 { font-size: clamp(1.9rem, 1.2rem + 1.9vw, 2.75rem); }
.wf-quote__pts { display: grid; gap: 10px; margin: 2px 0 0; padding: 0; list-style: none; }
.wf-quote__pts li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--encre); }
.wf-est { position: relative; overflow: hidden; padding: 20px 22px; border-radius: var(--r-lg); background: var(--nuit-900); color: #b8c0ea; }
.wf-est::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--lisere); }
.wf-est__k { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--bleu-300); }
.wf-est__v { margin-top: 6px; font-family: var(--f-display); font-weight: 800; font-size: 2.6rem; line-height: 1.05; letter-spacing: -.03em; color: #fff; }
.wf-est__v span { display: inline-block; transition: transform .2s var(--ease), opacity .2s; }
.wf-est__v span.is-bump { transform: scale(.94); opacity: .6; }
.wf-est__s { font-size: .93rem; color: #dfe3ff; }
.wf-est__n { margin-top: 8px; font-size: .8rem; color: #8b95cb; }
.wf-quote__contact { display: grid; gap: 8px; font-size: .93rem; }
.wf-quote__contact a, .wf-quote__contact p { display: flex; align-items: center; gap: 10px; color: var(--texte); }
.wf-quote__contact svg { width: 18px; height: 18px; color: var(--bleu); }
.wf-quote__card { position: relative; padding: clamp(22px, 3vw, 36px); border-radius: var(--r-xl); background: #fff; border: 1px solid var(--ligne); box-shadow: var(--sh-3); scroll-margin-top: 8px; }

.wf-form__steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.wf-form__steps li { display: flex; align-items: center; gap: 9px; min-width: 0; font-size: .86rem; font-weight: 600; color: #6b7394; }
.wf-form__steps li span { width: 28px; height: 28px; flex: none; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--ligne); background: #fff; font-size: .8rem; font-weight: 700; color: var(--gris); transition: background-color .25s, border-color .25s, color .25s; }
.wf-form__steps li em { font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wf-form__steps li.is-on { color: var(--encre); }
.wf-form__steps li.is-on span { border-color: var(--bleu); background: var(--bleu); color: #fff; }
.wf-form__steps li.is-done { color: var(--gris); cursor: pointer; }
.wf-form__steps li.is-done span { border-color: var(--bleu-200); background: var(--bleu-50); color: var(--bleu); }
.wf-form__bar { height: 4px; margin: 16px 0 8px; border-radius: 4px; background: var(--papier); overflow: hidden; }
.wf-form__bar span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--bleu) 0%, #6d86ff 42%, #ffb3bd 62%, var(--rouge) 100%); clip-path: inset(0 calc(100% - var(--p, 20%)) 0 0 round 4px); transition: clip-path .45s var(--ease); }
.wf-form__count { margin-bottom: 18px; font-size: .8rem; color: var(--gris); text-align: right; }

.wf-fs { display: none; min-width: 0; }
.wf-fs.is-on { display: grid; gap: 18px; animation: wfIn .38s var(--ease-out); }
@keyframes wfIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.wf-fs__t { font-family: var(--f-display); font-weight: 750; color: var(--encre); letter-spacing: -.008em; line-height: 1.1; text-wrap: balance; font-size: clamp(1.3rem, 1.1rem + .6vw, 1.6rem); }
.wf-done__t { font-family: var(--f-display); font-weight: 750; color: var(--encre); letter-spacing: -.008em; line-height: 1.15; font-size: 1.4rem; }
.wf-fs__sub { margin-top: -12px; color: var(--gris); }
.wf-fs__hint { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--gris); }
.wf-fs__hint svg { width: 16px; height: 16px; color: var(--bleu); }
.wf-grid { display: grid; gap: 16px; }
.wf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wf-field { display: grid; align-content: start; gap: 8px; min-width: 0; }
.wf-field label, .wf-label { font-size: .9rem; font-weight: 650; color: var(--encre); }
.wf-field label span, .wf-label span { font-weight: 500; color: var(--gris); }
.wf-field abbr { color: var(--rouge); text-decoration: none; }
.wf-form input[type="text"], .wf-form input[type="email"], .wf-form input[type="tel"], .wf-form input[type="url"], .wf-form textarea {
  width: 100%; min-height: 52px; padding: 13px 15px; border-radius: 12px; border: 1.5px solid var(--ligne); background: #fbfcff;
  font-size: 1rem; color: var(--encre); transition: border-color .2s, box-shadow .2s, background-color .2s; -webkit-appearance: none; appearance: none;
}
.wf-form textarea { min-height: 100px; resize: vertical; line-height: 1.5; }
.wf-form input::placeholder, .wf-form textarea::placeholder { color: #9aa0bd; }
.wf-form input:focus, .wf-form textarea:focus { outline: none; border-color: var(--bleu); background: #fff; box-shadow: var(--ring); }
.wf-field__err { display: none; font-size: .84rem; font-weight: 600; color: var(--rouge-600); }
.wf-field.has-err .wf-field__err, .wf-captcha.has-err .wf-field__err { display: block; }
.wf-field.has-err input, .wf-field.has-err textarea { border-color: var(--rouge); box-shadow: 0 0 0 3px rgba(225, 36, 59, .12); }
.wf-field.has-err .wf-cards .wf-card > span, .wf-field.has-err .wf-seg { border-color: rgba(225, 36, 59, .55); }
.wf-shake { animation: wfShake .45s var(--ease); }
@keyframes wfShake { 20% { transform: translateX(-6px); } 40% { transform: translateX(6px); } 60% { transform: translateX(-4px); } 80% { transform: translateX(3px); } }

.wf-cards { display: grid; gap: 10px; }
.wf-cards--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wf-cards--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wf-card { position: relative; cursor: pointer; }
.wf-card input, .wf-seg input, .wf-feat input, .wf-lang input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.wf-card > span { display: flex; align-items: center; gap: 11px; min-height: 56px; padding: 0 14px; border-radius: 14px; border: 1.5px solid var(--ligne); background: #fbfcff; font-size: .95rem; font-weight: 650; color: var(--encre); transition: border-color .2s, background-color .2s, box-shadow .2s; }
.wf-card > span svg { width: 20px; height: 20px; color: var(--bleu); }
.wf-card:hover > span { border-color: #c2cbf1; background: #fff; }
.wf-card input:checked + span { border-color: var(--bleu); background: var(--bleu-50); box-shadow: 0 0 0 3px rgba(23, 51, 196, .1); }
.wf-card input:focus-visible + span, .wf-seg input:focus-visible + span, .wf-lang input:focus-visible + span { box-shadow: var(--ring); }
.wf-card--price > span { flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; min-height: 88px; padding: 12px 14px; }
.wf-card--price em { font-style: normal; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gris); }
.wf-card--price strong { font-size: .95rem; }
.wf-card--price b { font-family: var(--f-display); font-size: 1.25rem; font-weight: 800; color: var(--bleu); letter-spacing: -.02em; }
.wf-seg { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 6px; padding: 5px; border-radius: 14px; background: var(--papier); border: 1px solid var(--ligne); }
.wf-seg label { position: relative; cursor: pointer; }
.wf-seg span { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 10px; border-radius: 10px; font-size: .93rem; font-weight: 600; color: var(--gris); text-align: center; line-height: 1.2; transition: background-color .2s, color .2s, box-shadow .2s; }
.wf-seg label:hover span { color: var(--encre); }
.wf-seg input:checked + span { background: #fff; color: var(--bleu); box-shadow: var(--sh-1), 0 0 0 1px rgba(23, 51, 196, .16); }
.wf-notice { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: 14px; background: var(--rouge-100); font-size: .93rem; color: #7c1222; }
.wf-notice svg { width: 20px; height: 20px; margin-top: 1px; color: var(--rouge); }
.wf-notice strong { color: #7c1222; }
.wf-feats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.wf-feat { position: relative; display: flex; align-items: center; gap: 12px; min-height: 68px; padding: 12px 14px; border-radius: 14px; border: 1.5px solid var(--ligne); background: #fbfcff; cursor: pointer; transition: border-color .2s, background-color .2s, box-shadow .2s; }
.wf-feat:hover { border-color: #c2cbf1; background: #fff; }
.wf-feat__tx { flex: 1; display: grid; min-width: 0; }
.wf-feat__tx strong { font-size: .93rem; line-height: 1.3; }
.wf-feat__tx small { font-size: .84rem; font-weight: 700; color: var(--bleu); }
.wf-feat__box { width: 22px; height: 22px; flex: none; display: grid; place-items: center; border-radius: 7px; border: 1.5px solid #c7cee8; color: transparent; transition: background-color .2s, border-color .2s, color .2s; }
.wf-feat__box svg { width: 13px; height: 13px; stroke-width: 3.2; }
.wf-feat.is-checked, .wf-feat.is-incl { border-color: var(--bleu); background: var(--bleu-50); }
.wf-feat.is-checked .wf-feat__box, .wf-feat.is-incl .wf-feat__box { background: var(--bleu); border-color: var(--bleu); color: #fff; }
.wf-feat.is-incl { cursor: default; }
.wf-feat.is-incl .wf-feat__tx small { color: #0f6b3b; }
.wf-feat:focus-within { box-shadow: var(--ring); }
.wf-langs { display: flex; flex-wrap: wrap; gap: 8px; }
.wf-lang { position: relative; }
.wf-lang span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border-radius: 999px; border: 1.5px solid var(--ligne); background: #fff; font-size: .9rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.wf-lang input:checked + span { border-color: var(--bleu); background: var(--bleu); color: #fff; }
.wf-sites { display: grid; gap: 8px; }
.wf-site-row { display: flex; gap: 8px; }
.wf-site-row input { flex: 1; }
.wf-site-rm { width: 52px; flex: none; display: grid; place-items: center; border-radius: 12px; border: 1.5px solid var(--ligne); color: var(--gris); transition: color .2s, border-color .2s; }
.wf-site-rm:hover { color: var(--rouge); border-color: var(--rouge); }
.wf-site-rm svg { width: 18px; height: 18px; }
.wf-addsite { justify-self: start; display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-size: .9rem; font-weight: 650; color: var(--bleu); }
.wf-addsite svg { width: 16px; height: 16px; }
.wf-captcha { display: grid; gap: 8px; min-height: 78px; }
.wf-captcha > div { min-height: 78px; }
.wf-form__alert { margin-top: 18px; padding: 12px 14px; border-radius: 12px; background: var(--rouge-100); font-size: .93rem; font-weight: 600; color: #7c1222; }
.wf-form__nav { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--ligne); }
.wf-form__legal { flex: 1; font-size: .8rem; line-height: 1.45; color: var(--gris); }
.wf-form__legal a { text-decoration: underline; text-underline-offset: 2px; }
.wf-form__nav [data-submit][disabled] { opacity: .7; cursor: progress; }
.wf-spin { width: 18px; height: 18px; border-radius: 50%; border: 2.5px solid rgba(255, 255, 255, .35); border-top-color: #fff; animation: wfSpin .8s linear infinite; }
@keyframes wfSpin { to { transform: rotate(360deg); } }
.wf-done { display: grid; justify-items: center; gap: 14px; padding: 36px 10px; text-align: center; outline: none; }
.wf-done__ic { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: #e7f6ee; color: #0f6b3b; animation: wfPop .5s var(--ease-out); }
.wf-done__ic svg { width: 38px; height: 38px; stroke-width: 2.6; }
@keyframes wfPop { from { transform: scale(.6); opacity: 0; } to { transform: none; opacity: 1; } }
.wf-done h3 { font-size: 1.75rem; }
.wf-done p { max-width: 46ch; color: var(--gris); }

/* ==========================================================================
   RESPONSIVE (accueil)
   ========================================================================== */
@media (max-width: 1279px) {
  .wf-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
  .wf-plan--pop { transform: none; }
  .wf-host { grid-template-columns: minmax(0, 1fr) auto; }
  .wf-host__list { grid-column: 1 / -1; grid-row: 2; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wf-guar__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-why { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .wf-feats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1099px) {
  .wf-bento { grid-template-columns: minmax(0, 1fr); }
  .wf-bento__main { padding-bottom: 0; }
  .wf-trades { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-work { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-work__card--big { grid-column: 1 / -1; grid-row: auto; }
  .wf-work__card--big .wf-work__shot { min-height: 340px; }
  .wf-reviews { grid-template-columns: minmax(0, 1fr); }
  .wf-reviews__side { position: static; grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .wf-reviews__side .wf-kicker, .wf-reviews__side .wf-h2 { grid-column: 1 / -1; }
  .wf-quote { grid-template-columns: minmax(0, 1fr); }
  .wf-quote__intro { position: static; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 24px; }
  .wf-quote__intro > .wf-kicker, .wf-quote__intro > .wf-h2, .wf-quote__intro > .wf-lead { grid-column: 1 / -1; }
  .wf-geo { grid-template-columns: minmax(0, 1fr); }
  .wf-geo__map { max-width: 640px; justify-self: center; }
  .wf-steps { gap: 20px; }
  .wf-steps::before, .wf-step:not(:last-child)::after { display: none; }
}
@media (max-width: 899px) {
  .wf-hero { display: block; min-height: 0; background: var(--nuit-900); }
  .wf-hero__media { position: relative; inset: auto; height: clamp(230px, 64vw, 470px); background: #020135; }
  .wf-hero__img { inset: 0; right: auto; width: 100%; height: 100%; object-fit: cover; object-position: 56% 36%; }
  .wf-hero__media::after { background: linear-gradient(180deg, rgba(4, 6, 58, 0) 0%, rgba(4, 6, 58, 0) 52%, rgba(4, 6, 58, .75) 80%, var(--nuit-900) 100%); }
  .wf-hero__in { margin-top: -38px; padding-block: 0 92px; }
  .wf-hero__copy { max-width: none; }
  .wf-hero__kicker { font-size: .82rem; }
  .wf-hero__t { margin-top: 16px; font-size: clamp(2.02rem, 7.1vw + .25rem, 3.1rem); }
  .wf-hero__lead { margin-top: 16px; }
  .wf-hero__cta { margin-top: 24px; }
  .wf-proof { margin-top: -56px; }
  .wf-proof__card { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 6px; }
  .wf-proof__i { flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px 16px; }
  .wf-proof__l .wf-stars { margin-bottom: 4px; }
  .wf-proof__i:nth-child(3)::before { display: none; }
  .wf-proof__i:nth-child(n+3) { border-top: 1px solid var(--ligne); }
  .wf-steps { grid-template-columns: minmax(0, 1fr); }
  .wf-plans { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(272px, 82%); gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gut); margin-inline: calc(-1 * var(--gut)); padding: 20px var(--gut) 16px; scrollbar-width: none; }
  .wf-plans::-webkit-scrollbar { display: none; }
  .wf-plan { scroll-snap-align: start; }
  .wf-plans__hint { display: flex; }
  .wf-host { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .wf-host__list { grid-row: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-host__price { text-align: left; display: flex; align-items: center; gap: 12px; }
  .wf-host__price small { margin-top: 0; }
  .wf-trades { grid-template-columns: minmax(0, 1fr); }
  .wf-work { grid-template-columns: minmax(0, 1fr); }
  .wf-work__card--big .wf-work__shot, .wf-work__shot { min-height: 230px; }
  .wf-reviews__list { grid-template-columns: minmax(0, 1fr); }
  .wf-reviews__side { grid-template-columns: minmax(0, 1fr); }
  .wf-faq { grid-template-columns: minmax(0, 1fr); }
  .wf-quote__intro { grid-template-columns: minmax(0, 1fr); }
  .wf-grid--3, .wf-grid--2 { grid-template-columns: minmax(0, 1fr); }
  .wf-cards--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-form__steps li em { display: none; }
  .wf-form__steps { grid-template-columns: repeat(5, auto); justify-content: space-between; }
  .wf-form__steps li.is-on em { display: inline; }
}
@media (max-width: 599px) {
  .wf-incl { grid-template-columns: minmax(0, 1fr); gap: 0; background: #fff; border: 1px solid var(--ligne); border-radius: var(--r-lg); overflow: hidden; }
  .wf-incl__i { padding: 14px 46px 14px 14px; border: 0; border-radius: 0; box-shadow: none !important; transform: none !important; }
  .wf-incl__i + .wf-incl__i { border-top: 1px solid var(--ligne); }
  .wf-incl__i .wf-ico { width: 38px; height: 38px; border-radius: 11px; }
  .wf-incl__i .wf-ico svg { width: 19px; height: 19px; }
  .wf-incl__i p { margin-top: 3px; font-size: .88rem; }
  .wf-incl__ok { top: 50%; transform: translateY(-50%); }
  .wf-guar__i { padding: 18px; }
  .wf-guar__i p { margin-top: 8px; font-size: .9rem; }
  .wf-step { padding: 22px 20px 22px; }
  .wf-guar__list { grid-template-columns: minmax(0, 1fr); }
  .wf-why__list { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .wf-hero__cta .wf-btn { flex: 1 1 100%; }
  .wf-hero__checks { gap: 8px 16px; font-size: .88rem; }
  .wf-proof__l { font-size: .82rem; }
  .wf-cards--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wf-feats { grid-template-columns: minmax(0, 1fr); }
  .wf-host__list { grid-template-columns: minmax(0, 1fr); }
  .wf-form__nav { flex-wrap: wrap; }
  .wf-form__legal { order: 3; flex-basis: 100%; }
  .wf-form__nav [data-next], .wf-form__nav [data-submit] { flex: 1; }
  .wf-review figcaption .wf-chip { margin-left: 0; }
  .wf-work__meta { grid-template-columns: minmax(0, 1fr); }
  .wf-work__go { grid-column: 1; grid-row: auto; margin-top: 6px; }
  .wf-geo__stats { gap: 14px 24px; }
  .wf-geo__stats dd { font-size: 1.45rem; }
  .wf-bento__price strong { font-size: 2.9rem; }
}
@media (max-width: 379px) {
  .wf-proof__card { grid-template-columns: minmax(0, 1fr); }
  .wf-proof__i::before { display: none; }
  .wf-proof__i + .wf-proof__i { border-top: 1px solid var(--ligne); }
  .wf-cards--4, .wf-cards--6 { grid-template-columns: minmax(0, 1fr); }
}

/* ==========================================================================
   COMPOSANTS DES PAGES INTÉRIEURES
   ========================================================================== */
/* Hero de page (plus compact que l'accueil) */
.wf-hero--page { --hero-h: clamp(460px, 36vw, 560px); }
.wf-hero--page .wf-hero__in { padding-block: 40px 104px; }
.wf-hero--page .wf-hero__copy { max-width: 600px; }
.wf-hero--page .wf-hero__t { font-size: clamp(2.1rem, 1.05rem + 2.6vw, 3.45rem); }
.wf-hero--page .wf-hero__kicker { margin-top: 18px; }
.wf-hero--flat .wf-hero__in { padding-bottom: 64px; }
.wf-hero__aside { position: absolute; right: var(--gut); bottom: 96px; z-index: 2; width: min(340px, 30vw); }
.wf-crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 0; margin: 0; padding: 0; list-style: none; font-size: .86rem; }
.wf-crumbs li { display: inline-flex; align-items: center; color: var(--gris); }
.wf-crumbs li + li::before { content: ""; width: 6px; height: 6px; margin: 0 10px; border-right: 1.5px solid currentColor; border-top: 1.5px solid currentColor; transform: rotate(45deg); opacity: .55; }
.wf-crumbs a { position: relative; color: var(--bleu); font-weight: 600; border-radius: 4px; }
.wf-crumbs a::after { content: ""; position: absolute; inset: -12px -6px; }
.wf-crumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wf-crumbs [aria-current] { color: var(--encre); font-weight: 600; }
.wf-crumbs--light li { color: #aeb6e2; }
.wf-crumbs--light a { color: #dfe4ff; }
.wf-crumbs--light [aria-current] { color: #fff; }

/* Carte « ticket » du hero */
.wf-ticket { position: relative; padding: 20px 22px 18px; border-radius: 20px; background: rgba(255, 255, 255, .96); color: var(--texte); box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 255, 255, .6); }
.wf-ticket::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; border-radius: 0 0 3px 3px; background: var(--lisere); }
.wf-ticket__k { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--bleu); }
.wf-ticket__k .wf-chip { letter-spacing: 0; text-transform: none; }
.wf-ticket__p { display: flex; align-items: baseline; gap: 4px; margin-top: 8px; font-family: var(--f-display); font-weight: 800; color: var(--encre); letter-spacing: -.03em; }
.wf-ticket__p strong { font-size: 2.7rem; line-height: 1; }
.wf-ticket__p span { font-size: 1.4rem; }
.wf-ticket__s { margin-top: 4px; font-size: .92rem; color: var(--gris); }
.wf-ticket__l { display: grid; gap: 7px; margin: 14px 0 0; padding: 14px 0 0; list-style: none; border-top: 1.5px dashed var(--ligne); font-size: .9rem; }
.wf-ticket__l li { display: flex; align-items: center; gap: 9px; }
.wf-ticket__l svg { width: 16px; height: 16px; color: var(--bleu); stroke-width: 2.5; }
.wf-ticket .wf-btn { margin-top: 16px; width: 100%; }

/* Formules : ligne « idéal pour » */
.wf-plan__ideal { display: flex; align-items: flex-start; gap: 9px; margin-top: -4px; font-size: .88rem; line-height: 1.4; color: var(--gris); }
.wf-plan__ideal svg { width: 16px; height: 16px; margin-top: 2px; color: var(--bleu); }
.wf-plan--pop .wf-plan__ideal { color: #aab3df; }
.wf-plan--pop .wf-plan__ideal svg { color: var(--bleu-300); }

/* Métiers : ville */
.wf-trade__city { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--bleu); letter-spacing: 0; }

/* Carte : ville mise en avant */
.wf-geo__dot--me { background: var(--bleu); box-shadow: 0 0 0 3px rgba(23, 51, 196, .2); }
.wf-geo__dot--dept { width: 8px; height: 8px; background: var(--rouge); }
.wf-geo__more { display: flex; flex-wrap: wrap; gap: 0 24px; margin-top: -6px; }
.wf-geo__chips a small { font-size: .78rem; font-weight: 500; color: var(--gris); }

/* Bandeau d'appel à l'action */
.wf-ctab { padding: clamp(28px, 4vw, 48px) 0; }
.wf-ctab__in { position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; justify-content: space-between; gap: 24px 36px; flex-wrap: wrap; padding: clamp(26px, 3.2vw, 40px) clamp(24px, 3.2vw, 44px); border-radius: var(--r-xl); background: radial-gradient(90% 140% at 100% 0%, rgba(33, 64, 216, .75), transparent 60%), var(--nuit-900); color: #c3caef; }
.wf-ctab__in::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--lisere); }
.wf-ctab__t { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.45rem, 1.05rem + 1.3vw, 2.1rem); line-height: 1.12; letter-spacing: -.02em; color: #fff; max-width: 24ch; }
.wf-ctab__p { margin-top: 8px; color: #c3caef; }
.wf-ctab__a { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1099px) {
  .wf-hero__aside { position: static; width: auto; max-width: 420px; margin-top: 26px; }
}
@media (max-width: 899px) {
  .wf-hero--page .wf-hero__in { padding-block: 0 88px; }
  .wf-hero--page .wf-crumbs { margin-bottom: 4px; }
  .wf-hero--page .wf-hero__t { font-size: clamp(1.9rem, 6.6vw + .2rem, 2.7rem); }
  .wf-hero__aside { max-width: none; }
}
@media (max-width: 599px) {
  .wf-ctab__a .wf-btn { flex: 1 1 100%; }
  /* Pages ville : la fiche locale redirait le hero et la section suivante, on la garde pour les grands écrans. */
  .wf-hero__aside:has(> .wf-local) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .wf-hero__gl { display: none; }
}
