
.fpc{
  --fpc-ink:#1d1d1f; --fpc-ink-2:#424245; --fpc-ink-3:#636366;
  --fpc-bg:#fff; --fpc-mist:#f5f5f7; --fpc-line:#d2d2d7;
  --fpc-night:#000; --fpc-night-2:#1d1d1f; --fpc-night-3:#333336;
  --fpc-snow:#f5f5f7; --fpc-snow-2:#a1a1a6;
  --fpc-gold:#c7a14e; --fpc-gold-soft:rgba(199,161,78,.14);
  --fpc-accent:#86692a; /* doré assombri : lisible sur fond clair */ --fpc-accent-night:#c7a14e;
  --fpc-glow:rgba(199,161,78,.30);
  --fpc-r-xl:32px; --fpc-r-l:24px; --fpc-r-m:16px;
  --fpc-gap:clamp(16px,2.2vw,24px);
  --fpc-space:clamp(88px,11vw,160px);
  --fpc-sticky-top:0px; /* hauteur du header collant du thème, si besoin */
  --fpc-ease:cubic-bezier(.22,.8,.24,1);
  --fpc-font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue","Inter","Segoe UI",Roboto,Arial,sans-serif;
  position:relative; display:block; width:100%; margin:0 auto; padding:0 0 clamp(48px,6vw,80px);
  background:var(--fpc-bg); color:var(--fpc-ink);
  font-family:var(--fpc-font); font-size:17px; line-height:1.6; letter-spacing:-.011em; text-align:left;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
.fpc *,.fpc *::before,.fpc *::after{box-sizing:border-box}
.fpc h2,.fpc h3,.fpc h4,.fpc p,.fpc ul,.fpc ol,.fpc li,.fpc figure{margin:0;padding:0}
.fpc ul,.fpc ol{list-style:none}
.fpc h2,.fpc h3,.fpc h4{font-family:inherit;color:inherit;text-transform:none;font-style:normal;line-height:1.1}
.fpc img{display:block;max-width:100%;height:auto;border:0}
.fpc strong{font-weight:600;color:inherit}
.fpc a{color:var(--fpc-accent);text-decoration:none;transition:color .2s}
.fpc a:hover{text-decoration:underline;text-underline-offset:3px}
.fpc a:focus-visible,.fpc summary:focus-visible,.fpc button:focus-visible,.fpc [tabindex]:focus-visible{outline:2px solid var(--fpc-accent);outline-offset:3px;border-radius:6px}
.fpc button{font:inherit}
 
/* ---------- HERO ---------- */
.fpc .fpc-hero{position:relative;overflow:hidden;isolation:isolate;padding:clamp(48px,6vw,88px) clamp(24px,5vw,72px);background:var(--fpc-night);color:var(--fpc-snow);border-radius:var(--fpc-r-xl);text-align:left}
.fpc .fpc-hero::before{content:"";position:absolute;z-index:-1;left:72%;top:50%;width:90%;height:130%;pointer-events:none;
  transform:translate3d(calc(-50% + var(--fpc-gx,0px)),calc(-50% + var(--fpc-p,0) * 80px + var(--fpc-gy,0px)),0);
  background:radial-gradient(ellipse at center,var(--fpc-glow) 0%,rgba(199,161,78,.07) 40%,transparent 68%);transition:transform .9s var(--fpc-ease)}
.fpc .fpc-hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(24px,4vw,56px);min-height:clamp(420px,44vw,560px)}
.fpc .fpc-hero-text{max-width:600px}
.fpc .fpc-eyebrow{margin-bottom:14px;font-size:17px;font-weight:600;color:var(--fpc-snow-2)}
.fpc .fpc-hero-title{font-size:clamp(42px,6vw,84px);line-height:1.02;font-weight:700;letter-spacing:-.045em;color:var(--fpc-snow);text-wrap:balance}
.fpc .fpc-hero-lead{max-width:34em;margin:24px 0 0;font-size:clamp(17px,1.45vw,20px);line-height:1.55;color:var(--fpc-snow-2)}
.fpc .fpc-hero-lead a{color:var(--fpc-snow);text-decoration:underline;text-decoration-color:rgba(245,245,247,.35);text-underline-offset:3px}
.fpc .fpc-tags{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:28px}
.fpc .fpc-tags li{padding:9px 15px;font-size:14px;line-height:1;color:var(--fpc-snow);border:1px solid rgba(245,245,247,.18);border-radius:999px;transition:background-color .3s,border-color .3s}
.fpc .fpc-tags li:hover{background:rgba(245,245,247,.08);border-color:rgba(245,245,247,.35)}
.fpc .fpc-hero-media{width:100%;margin:0;perspective:1400px;will-change:transform}
.fpc .fpc-hero-float{transform:translate3d(var(--fpc-hx,0px),var(--fpc-hy,0px),0) rotateX(var(--fpc-rx,0deg)) rotateY(var(--fpc-ry,0deg));transition:transform .9s var(--fpc-ease)}
.fpc .fpc-hero-float img{width:100%;margin:0 auto;filter:drop-shadow(0 40px 60px rgba(0,0,0,.55))}
.fpc.fpc-js .fpc-hero-text>*{opacity:0;transform:translate3d(0,18px,0);transition:opacity 1s var(--fpc-ease),transform 1s var(--fpc-ease)}
.fpc.fpc-js .fpc-hero-text>:nth-child(2){transition-delay:.08s}
.fpc.fpc-js .fpc-hero-text>:nth-child(3){transition-delay:.16s}
.fpc.fpc-js .fpc-hero-text>:nth-child(4){transition-delay:.24s}
.fpc.fpc-js .fpc-hero-float img{opacity:0;transform:scale(.94);transition:opacity 1.4s var(--fpc-ease) .3s,transform 1.8s var(--fpc-ease) .3s}
.fpc.fpc-js.is-ready .fpc-hero-text>*,.fpc.fpc-js.is-ready .fpc-hero-float img{opacity:1;transform:none}
 
/* ---------- CHIFFRES ---------- */
.fpc .fpc-stats{display:grid;grid-template-columns:repeat(5,1fr);margin-top:clamp(40px,5vw,64px)}
.fpc .fpc-stat{padding:8px 20px;text-align:center;border-left:1px solid var(--fpc-line)}
.fpc .fpc-stat:first-child{border-left:0}
.fpc .fpc-stat-num{display:block;margin-top:6px;font-size:clamp(16px,1.35vw,18px);line-height:1.35;font-weight:600;letter-spacing:-.015em;color:var(--fpc-ink);text-wrap:balance}
.fpc .fpc-stat-label{display:block;font-size:14px;line-height:1.4;color:var(--fpc-ink-3)}
 
/* ---------- SECTIONS ---------- */
.fpc .fpc-section{padding-top:var(--fpc-space)}
.fpc .fpc-head{max-width:900px;margin:0 auto clamp(48px,6vw,80px);text-align:center}
.fpc .fpc-section-eyebrow{display:block;margin-bottom:12px;font-size:17px;font-weight:600;color:var(--fpc-accent)}
.fpc .fpc-section-title{font-size:clamp(34px,5.2vw,60px);line-height:1.06;font-weight:700;letter-spacing:-.035em;color:var(--fpc-ink);text-wrap:balance}
.fpc .fpc-section-sub{margin-top:20px;font-size:clamp(18px,1.6vw,21px);line-height:1.55;color:var(--fpc-ink-2)}
 
/* ---------- IMAGES ---------- */
.fpc .fpc-media{position:relative;overflow:hidden;isolation:isolate;background:#0b0b0e;border-radius:var(--fpc-r-l)}
.fpc .fpc-media>img{position:absolute;left:0;top:-10%;width:100%;height:120%;max-width:none;object-fit:cover;
  transform:translate3d(var(--fpc-hx,0px),calc(var(--fpc-py,0px) + var(--fpc-hy,0px)),0) scale(var(--fpc-zoom,1));
  transition:transform .35s cubic-bezier(.2,.7,.2,1)}
 
/* ---------- EFFET 3D AU SURVOL (.fpc-tilt) ---------- */
.fpc .fpc-tilt{position:relative;transition:transform .7s var(--fpc-ease),box-shadow .7s var(--fpc-ease)}
.fpc .fpc-tilt.is-hover{transition:transform .12s linear,box-shadow .5s var(--fpc-ease)}
.fpc .fpc-tilt>*{position:relative;z-index:1}
.fpc .fpc-tilt>.fpc-glare{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .4s;
  background:radial-gradient(420px circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.95),rgba(255,255,255,0) 55%)}
.fpc .fpc-tilt.is-hover>.fpc-glare{opacity:1}
.fpc .fpc-tilt--soft>.fpc-glare{z-index:2;background:radial-gradient(520px circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.16),rgba(255,255,255,0) 60%)}
.fpc .fpc-card.is-hover{box-shadow:0 40px 80px -36px rgba(0,0,0,.28)}
 
/* ---------- LE DUO ---------- */
.fpc .fpc-parts{display:grid;gap:clamp(72px,10vw,136px)}
.fpc .fpc-part{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-template-rows:1fr auto auto 1fr;column-gap:clamp(32px,5vw,80px)}
.fpc .fpc-part>.fpc-media{grid-column:1;grid-row:1/5;align-self:center;aspect-ratio:4/3;background:var(--fpc-mist);border-radius:var(--fpc-r-xl)}
.fpc .fpc-part>.fpc-media>img{top:-5%;height:110%}
.fpc .fpc-part-head{grid-column:2;grid-row:2;display:flex;align-items:center;gap:16px;margin-bottom:24px}
.fpc .fpc-part-body{grid-column:2;grid-row:3}
.fpc .fpc-part:nth-child(even){grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}
.fpc .fpc-part:nth-child(even)>.fpc-media{grid-column:2}
.fpc .fpc-part:nth-child(even) .fpc-part-head,.fpc .fpc-part:nth-child(even) .fpc-part-body{grid-column:1}
.fpc .fpc-part-logo{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:56px;height:56px;padding:10px;background:var(--fpc-mist);border-radius:14px}
.fpc .fpc-part-logo img{width:auto;max-height:100%;object-fit:contain}
.fpc .fpc-part-id{min-width:0}
.fpc .fpc-part-role{font-size:15px;font-weight:600;color:var(--fpc-ink-3)}
.fpc .fpc-part-name{font-size:clamp(24px,2.6vw,32px);line-height:1.15;font-weight:700;letter-spacing:-.025em;color:var(--fpc-ink)}
.fpc .fpc-part-body>p{max-width:62ch;color:var(--fpc-ink-2)}
.fpc .fpc-part-body>p+p{margin-top:16px}
.fpc .fpc-part-body>.fpc-part-lead{margin-bottom:16px;font-size:clamp(19px,1.7vw,22px);line-height:1.45;font-weight:600;letter-spacing:-.02em;color:var(--fpc-ink)}
.fpc .fpc-part-body strong{color:var(--fpc-ink)}
.fpc .fpc-part-tech{margin-top:28px;border-top:1px solid var(--fpc-line)}
.fpc .fpc-part-tech li{padding:14px 0;font-size:16px;line-height:1.5;color:var(--fpc-ink-2);border-bottom:1px solid var(--fpc-line);transition:padding-left .4s var(--fpc-ease),color .3s}
.fpc .fpc-part-tech li:hover{padding-left:8px;color:var(--fpc-ink)}
.fpc .fpc-part-tech li:last-child{border-bottom:0}
 
/* ---------- RÉSULTAT 4K : image alignée sur « Résolution visée », textes alignés ---------- */
.fpc .fpc-outcome{position:relative;overflow:hidden;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"img label" "img value" "title ." "text desc";column-gap:clamp(32px,5vw,72px);row-gap:0;align-items:start;margin-top:clamp(72px,10vw,136px);padding:clamp(40px,7vw,96px);background:var(--fpc-night);color:var(--fpc-snow);border-radius:var(--fpc-r-xl)}
.fpc .fpc-outcome::before{content:"";position:absolute;z-index:-1;right:-20%;top:-40%;width:90%;height:120%;pointer-events:none;
  background:radial-gradient(ellipse at center,var(--fpc-glow) 0%,transparent 62%);opacity:calc(.4 + var(--fpc-p,1) * .6);
  transform:translate3d(var(--fpc-gx,0px),var(--fpc-gy,0px),0);transition:transform .9s var(--fpc-ease)}
.fpc .fpc-outcome-text,.fpc .fpc-outcome-res{display:contents}
.fpc .fpc-outcome>img{grid-area:img;align-self:stretch;width:100%;height:100%;min-height:220px;object-fit:cover;background:#1d1d1f;border-radius:var(--fpc-r-m)}
.fpc .fpc-outcome-res-label{grid-area:label;font-size:17px;font-weight:600;color:var(--fpc-snow-2)}
.fpc .fpc-outcome-res-value{grid-area:value;align-self:end;margin:8px 0 0;font-size:clamp(96px,17vw,212px);line-height:.9;font-weight:700;letter-spacing:-.06em;white-space:nowrap;color:var(--fpc-snow);
  transform-origin:left bottom;transform:scale(calc(.82 + var(--fpc-p,1) * .18));opacity:calc(.3 + var(--fpc-p,1) * .7)}
@supports ((-webkit-background-clip:text) or (background-clip:text)){
  .fpc .fpc-outcome-res-value{background:linear-gradient(180deg,#fff 30%,#86868b 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
}
.fpc .fpc-outcome-text h3{grid-area:title;margin-top:clamp(36px,4vw,56px);font-size:clamp(26px,3vw,36px);line-height:1.12;font-weight:700;letter-spacing:-.03em;color:var(--fpc-snow)}
.fpc .fpc-outcome-text p{grid-area:text;max-width:46ch;margin-top:16px;color:var(--fpc-snow-2)}
.fpc .fpc-outcome-res-desc{grid-area:desc;max-width:46ch;margin-top:16px;color:var(--fpc-snow-2)}
 
/* ---------- BENTO ---------- */
.fpc .fpc-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--fpc-gap)}
.fpc .fpc-card{display:flex;flex-direction:column;padding:clamp(28px,3vw,40px);background:var(--fpc-mist);border-radius:var(--fpc-r-l);overflow:hidden}
.fpc .fpc-card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:24px;color:var(--fpc-ink);background:#fff;border-radius:14px}
.fpc .fpc-card-icon svg,.fpc .fpc-usage-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.fpc .fpc-card-kicker{margin-bottom:6px;font-size:14px;font-weight:600;color:var(--fpc-accent)}
.fpc .fpc-card h3{margin-bottom:14px;font-size:21px;line-height:1.25;font-weight:700;letter-spacing:-.02em;color:var(--fpc-ink)}
.fpc .fpc-card p{font-size:16px;color:var(--fpc-ink-2)}
 
/* ---------- SLIDER USAGES ---------- */
.fpc .fpc-slider{position:relative}
.fpc .fpc-slider-track{position:relative;display:flex;gap:24px;overflow:hidden;padding:12px 19% 28px}
.fpc .fpc-slide{display:flex;flex-direction:column;flex:0 0 62%;overflow:hidden;background:var(--fpc-mist);border-radius:var(--fpc-r-xl);
  transform:scale(var(--fpc-s,1));opacity:var(--fpc-o,1);transition:transform .25s linear,opacity .25s linear}
.fpc .fpc-slide{flex-direction:row}
.fpc .fpc-slide-media{flex:0 0 46%;min-height:360px;border-radius:0}
.fpc .fpc-slide-media>img{top:0;left:-12%;width:124%;height:100%;transition:none}
.fpc .fpc-slide-body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,3vw,44px)}
.fpc .fpc-usage-icon{width:44px;height:44px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;color:var(--fpc-ink)}
.fpc .fpc-slide h3{margin-bottom:10px;font-size:clamp(22px,2vw,26px);line-height:1.15;font-weight:700;letter-spacing:-.025em;color:var(--fpc-ink)}
.fpc .fpc-slide p{max-width:40ch;font-size:17px;color:var(--fpc-ink-2)}
.fpc .fpc-slider-ui{display:flex;align-items:center;justify-content:center;gap:16px}
.fpc .fpc-slider-dots{display:flex;gap:8px}
.fpc .fpc-dot{display:block;width:8px;height:8px;border-radius:999px;background:#c7c7cc;transition:width .45s var(--fpc-ease),background-color .3s}
.fpc .fpc-dot.is-active{width:28px;background:var(--fpc-ink)}
.fpc .fpc-arrow{position:absolute;z-index:3;top:calc(50% - 46px);display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0;padding:0;border:0;border-radius:50%;cursor:pointer;
  color:var(--fpc-ink);background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);box-shadow:0 10px 30px -8px rgba(0,0,0,.28),inset 0 0 0 1px rgba(0,0,0,.06);
  transition:background-color .2s,opacity .3s,transform .3s var(--fpc-ease),box-shadow .3s}
.fpc .fpc-arrow--prev{left:calc(19% - 40px)}
.fpc .fpc-arrow--next{right:calc(19% - 40px)}
.fpc .fpc-arrow:hover{background:#fff;box-shadow:0 16px 40px -10px rgba(0,0,0,.35),inset 0 0 0 1px rgba(0,0,0,.06)}
.fpc .fpc-arrow[disabled]{opacity:0;pointer-events:none}
 
/* ---------- CONFIGURATION ---------- */
.fpc .fpc-config{border-top:1px solid var(--fpc-line)}
.fpc .fpc-config-group{display:grid;grid-template-columns:minmax(200px,280px) 1fr;column-gap:clamp(32px,5vw,72px);padding:clamp(32px,4vw,48px) 0;border-bottom:1px solid var(--fpc-line)}
.fpc .fpc-config-group>.fpc-config-row{grid-column:2}
.fpc .fpc-config-group-head{grid-column:1;grid-row:1/span 40;position:sticky;top:calc(var(--fpc-sticky-top) + 24px);align-self:start;display:flex;flex-direction:column;gap:6px}
.fpc .fpc-config-group-title{font-size:21px;line-height:1.25;font-weight:700;letter-spacing:-.02em;color:var(--fpc-ink)}
.fpc .fpc-config-group-note{font-size:15px;line-height:1.45;color:var(--fpc-ink-3)}
.fpc .fpc-config-row{border-bottom:1px solid var(--fpc-line)}
.fpc .fpc-config-row:last-child{border-bottom:0}
.fpc .fpc-config-line,.fpc .fpc-config-sum{display:grid;grid-template-columns:minmax(120px,180px) 1fr;column-gap:24px;align-items:baseline;padding:18px 0}
.fpc .fpc-config-group-head+.fpc-config-row .fpc-config-line,.fpc .fpc-config-group-head+.fpc-config-row .fpc-config-sum{padding-top:4px}
.fpc .fpc-config-sum{position:relative;padding-right:200px;cursor:pointer;list-style:none}
.fpc .fpc-config-sum::-webkit-details-marker{display:none}
.fpc .fpc-config-sum::marker{content:""}
.fpc .fpc-config-label{font-size:15px;font-weight:500;color:var(--fpc-ink-3)}
.fpc .fpc-config-value{font-size:17px;font-weight:500;color:var(--fpc-ink)}
.fpc .fpc-config-cue{position:absolute;right:0;top:50%;display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 14px;font-size:14px;font-weight:600;line-height:1.2;color:var(--fpc-accent);background:var(--fpc-gold-soft);border-radius:999px;transform:translateY(-50%);transition:background-color .2s}
.fpc .fpc-config-cue::after{content:"+";font-size:18px;line-height:1;font-weight:400;transition:transform .35s var(--fpc-ease)}
.fpc .fpc-config-sum:hover .fpc-config-cue{background:rgba(199,161,78,.24)}
.fpc .fpc-config-cue-close{display:none}
.fpc details[open]:not(.is-closing) .fpc-config-cue-open{display:none}
.fpc details[open]:not(.is-closing) .fpc-config-cue-close{display:inline}
.fpc details[open]:not(.is-closing) .fpc-config-cue::after{transform:rotate(45deg)}
.fpc .fpc-config-panel{max-width:68ch;margin:0 0 22px 204px;padding:20px 24px;background:var(--fpc-mist);border-radius:var(--fpc-r-m)}
.fpc .fpc-config-panel-title{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.fpc .fpc-config-panel p{font-size:16px;line-height:1.6;color:var(--fpc-ink-2)}
.fpc .fpc-config-panel p strong{display:block;margin-bottom:6px;font-size:17px;color:var(--fpc-ink)}
 /* ---------- COLLECTION : grille bento (Edition 20) ---------- */
.fpc .fpc-bento{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:var(--fpc-gap)}
.fpc .fpc-bento-card{position:relative;overflow:hidden;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:clamp(16px,2vw,28px);min-height:clamp(220px,20vw,280px);padding:clamp(24px,3vw,40px);background:#121214;border:1px solid rgba(255,255,255,.08);border-radius:var(--fpc-r-l)}
.fpc .fpc-bento-card::before{content:"";position:absolute;top:0;left:0;width:56px;height:56px;border-top:2px solid var(--fpc-accent-night);border-left:2px solid var(--fpc-accent-night);border-top-left-radius:inherit;opacity:.7;pointer-events:none}
.fpc .fpc-bento-card--lead{grid-column:1;grid-row:1/3;grid-template-columns:1fr;grid-template-rows:auto 1fr;align-items:start;text-align:center}
.fpc .fpc-bento-card--wide{grid-column:1/-1}
.fpc .fpc-bento-kicker{margin-bottom:10px;font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--fpc-accent-night)}
.fpc .fpc-bento-title{margin-bottom:12px;font-size:clamp(22px,2.2vw,30px);line-height:1.12;font-weight:700;letter-spacing:-.03em;color:var(--fpc-snow);text-wrap:balance}
.fpc .fpc-bento-card--lead .fpc-bento-title{font-size:clamp(28px,3.2vw,44px)}
.fpc .fpc-bento-text{font-size:15px;line-height:1.55;color:var(--fpc-snow-2)}
.fpc .fpc-bento-card--lead .fpc-bento-text{max-width:46ch;margin:0 auto}
.fpc .fpc-bento a{color:var(--fpc-accent-night)}
.fpc .fpc-bento-media{display:flex;align-items:center;justify-content:center;min-width:0}
.fpc .fpc-bento-media img{display:block;width:100%;height:auto;max-height:260px;object-fit:contain;transition:transform .7s var(--fpc-ease)}
.fpc .fpc-bento-card--lead .fpc-bento-media{align-self:end}
.fpc .fpc-bento-card--lead .fpc-bento-media img{max-height:400px}
.fpc .fpc-bento-card:hover .fpc-bento-media img{transform:scale(1.03)}
@media (max-width:900px){
  .fpc .fpc-bento{grid-template-columns:1fr}
  .fpc .fpc-bento-card--lead,.fpc .fpc-bento-card--wide{grid-column:auto;grid-row:auto}
  .fpc .fpc-bento-card{grid-template-columns:1fr;min-height:0}
  .fpc .fpc-bento-media img,.fpc .fpc-bento-card--lead .fpc-bento-media img{max-height:220px}
}
@media (prefers-reduced-motion:reduce){.fpc .fpc-bento-media img{transition:none}}
/* ---------- PARCOURS : fil d'Ariane horizontal + cartes épinglées ---------- */
.fpc .fpc-process{margin-top:var(--fpc-space);padding:clamp(56px,8vw,112px) clamp(20px,5vw,72px);background:var(--fpc-night);color:var(--fpc-snow);border-radius:var(--fpc-r-xl)}
.fpc .fpc-process .fpc-section-eyebrow{color:var(--fpc-accent-night)}
.fpc .fpc-process .fpc-section-title{color:var(--fpc-snow)}
.fpc .fpc-process .fpc-section-sub{color:var(--fpc-snow-2)}
.fpc .fpc-process .fpc-head{margin-bottom:clamp(24px,4vw,48px)}
.fpc .fpc-journey{position:relative}
.fpc .fpc-journey-pin{display:flex;flex-direction:column;gap:clamp(24px,4vh,44px)}
 
.fpc .fpc-trail{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:1fr}
.fpc .fpc-trail::before,.fpc .fpc-trail::after{content:"";position:absolute;top:15px;left:calc(50% / var(--fpc-n,8));right:calc(50% / var(--fpc-n,8));height:2px;border-radius:2px;background:var(--fpc-night-3)}
.fpc .fpc-trail::after{background:var(--fpc-grad,linear-gradient(90deg,var(--fpc-accent-night),var(--fpc-snow)));-webkit-clip-path:inset(0 calc((1 - var(--fpc-p,0)) * 100%) 0 0);clip-path:inset(0 calc((1 - var(--fpc-p,0)) * 100%) 0 0)}
.fpc .fpc-trail li{position:relative;z-index:1;display:flex;justify-content:center}
.fpc .fpc-trail a{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--fpc-snow-2);text-decoration:none;text-align:center}
.fpc .fpc-trail a:hover{text-decoration:none;color:var(--fpc-snow)}
.fpc .fpc-trail-dot{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:13px;font-weight:600;color:var(--fpc-snow-2);background:var(--fpc-night-2);border:1px solid #48484d;border-radius:50%;
  transition:background-color .4s,color .4s,border-color .4s,transform .5s var(--fpc-ease),box-shadow .5s}
.fpc .fpc-trail-label{font-size:13px;font-weight:500;line-height:1.2;transition:color .4s}
.fpc .fpc-trail li.is-done .fpc-trail-dot{color:#000;background:var(--fpc-snow-2);border-color:var(--fpc-snow-2)}
.fpc .fpc-trail li.is-done .fpc-trail-label{color:var(--fpc-snow)}
.fpc .fpc-trail li.is-current .fpc-trail-dot{color:#000;background:var(--fpc-snow);border-color:var(--fpc-st,var(--fpc-snow));transform:scale(1.15);box-shadow:0 0 0 7px var(--fpc-st-soft,rgba(199,161,78,.2))}
.fpc .fpc-trail li.is-current .fpc-trail-label{color:var(--fpc-snow);font-weight:600}
 
.fpc .fpc-stage{position:relative}
.fpc .fpc-scene{display:grid;grid-template-columns:1.2fr 1fr;overflow:hidden;background:#161617;border:1px solid rgba(255,255,255,.07);border-radius:var(--fpc-r-xl)}
.fpc .fpc-scene+.fpc-scene{margin-top:24px}
.fpc .fpc-scene-media{min-height:280px;border-radius:0}
.fpc .fpc-scene-media>img{top:0;left:-12%;width:124%;height:100%;transition:none}
.fpc.fpc-js .fpc-scene{box-shadow:-30px 0 60px -20px rgba(0,0,0,.8)}
.fpc .fpc-scene-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,56px)}
.fpc .fpc-scene-num{font-size:13px;font-weight:500;color:#8e8e93}
.fpc .fpc-scene-title{margin-bottom:16px;font-size:clamp(24px,2.8vw,36px);line-height:1.12;font-weight:700;letter-spacing:-.03em;color:var(--fpc-snow);text-wrap:balance}
.fpc .fpc-scene-body p{max-width:42ch;font-size:17px;color:var(--fpc-snow-2)}
.fpc .fpc-journey-hint{display:none;align-items:center;justify-content:center;gap:10px;font-size:14px;color:var(--fpc-snow-2);transition:opacity .5s}
.fpc .fpc-journey-hint::before{content:"";width:18px;height:28px;border:2px solid var(--fpc-snow-2);border-radius:10px;background:radial-gradient(circle at 50% 30%,var(--fpc-snow-2) 2.5px,transparent 3px)}
 
/* Version animée (JS actif) : la section reste en place, les cartes défilent */
.fpc.fpc-js .fpc-journey-pin{position:-webkit-sticky;position:sticky;top:var(--fpc-sticky-top);overflow:hidden;padding:8px 0}
.fpc.fpc-js .fpc-stage{height:min(60vh,560px)}
.fpc.fpc-js .fpc-scene{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;opacity:0;visibility:hidden;will-change:transform,opacity}
.fpc.fpc-js .fpc-scene:first-child{opacity:1;visibility:visible}
.fpc.fpc-js .fpc-scene-media{min-height:0}
.fpc.fpc-js .fpc-journey-hint{display:flex;position:absolute;z-index:7;left:50%;bottom:26px;padding:8px 14px;white-space:nowrap;color:var(--fpc-snow);background:rgba(29,29,31,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:999px;transform:translateX(-50%);pointer-events:none}
.fpc.fpc-js .fpc-journey-hint::before{width:14px;height:22px;border-radius:8px}
.fpc.fpc-js .fpc-journey-hint.is-hidden{opacity:0}
 
.fpc .fpc-process-note{max-width:52ch;margin:clamp(32px,5vw,56px) auto 0;font-size:17px;text-align:center;color:var(--fpc-snow-2)}
.fpc .fpc-process-note strong{color:var(--fpc-snow)}
 
/* ---------- APPARITIONS ---------- */
.fpc.fpc-js .fpc-rv{opacity:0;transform:translate3d(0,28px,0);transition:opacity .9s var(--fpc-ease),transform .9s var(--fpc-ease)}
.fpc.fpc-js .fpc-rv.is-in{opacity:1;transform:none}
.fpc.fpc-js .fpc-tilt.fpc-rv.is-in{transition:transform .7s var(--fpc-ease),box-shadow .7s var(--fpc-ease),opacity .9s var(--fpc-ease)}
 
/* ---------- RESPONSIVE ---------- */
@media (max-width:900px){
  .fpc .fpc-stats{grid-template-columns:repeat(2,1fr)}
  .fpc .fpc-stat{padding:20px 12px;border-left:0;border-top:1px solid var(--fpc-line)}
  .fpc .fpc-stat:nth-child(-n+2){border-top:0}
  .fpc .fpc-stat:nth-child(even){border-left:1px solid var(--fpc-line)}
  .fpc .fpc-stat:last-child:nth-child(odd){grid-column:1/-1}
  .fpc .fpc-part,.fpc .fpc-part:nth-child(even){grid-template-columns:1fr;grid-template-rows:auto}
  .fpc .fpc-part>.fpc-media,.fpc .fpc-part:nth-child(even)>.fpc-media{grid-column:1;grid-row:1;aspect-ratio:4/3;margin-bottom:32px}
  .fpc .fpc-part-head,.fpc .fpc-part:nth-child(even) .fpc-part-head{grid-column:1;grid-row:2}
  .fpc .fpc-part-body,.fpc .fpc-part:nth-child(even) .fpc-part-body{grid-column:1;grid-row:3}
  .fpc .fpc-outcome{grid-template-columns:1fr;grid-template-areas:"label" "value" "img" "title" "text" "desc"}
  .fpc .fpc-outcome>img{height:auto;min-height:0;aspect-ratio:16/10;margin-top:24px}
  .fpc .fpc-outcome-text h3{margin-top:32px}
  .fpc .fpc-cards{grid-template-columns:1fr}
  .fpc .fpc-slider-track{padding:8px 7% 24px;gap:12px}
  .fpc .fpc-slide{flex-basis:86%;flex-direction:column}
  .fpc .fpc-slide-media{flex:0 0 auto;min-height:0;aspect-ratio:16/10}
  .fpc .fpc-slider-ui{padding:0 6%}
  .fpc .fpc-scene{grid-template-columns:1fr;grid-template-rows:42% 1fr}
  .fpc:not(.fpc-js) .fpc-scene{grid-template-rows:auto auto}
  .fpc:not(.fpc-js) .fpc-scene-media{aspect-ratio:3/2}
  .fpc.fpc-js .fpc-stage{height:min(66vh,620px)}
  .fpc .fpc-scene-body{justify-content:flex-start;padding:22px 22px 24px}
  .fpc .fpc-scene-title{font-size:22px;margin-bottom:10px}
  .fpc .fpc-scene-body p{font-size:15.5px;line-height:1.55}
  .fpc .fpc-trail-label{display:none}
  .fpc .fpc-trail-dot{width:28px;height:28px;font-size:12px}
  .fpc .fpc-trail::before,.fpc .fpc-trail::after{top:13px}
}
@media (max-width:760px){
  .fpc .fpc-config-group{grid-template-columns:1fr}
  .fpc .fpc-config-group-head{position:static;grid-row:auto;margin-bottom:12px}
  .fpc .fpc-config-group>.fpc-config-row{grid-column:1}
  .fpc .fpc-config-line,.fpc .fpc-config-sum{grid-template-columns:1fr;row-gap:2px}
  .fpc .fpc-config-sum{padding-right:0}
  .fpc .fpc-config-cue{position:static;display:flex;width:-webkit-max-content;width:max-content;margin-top:10px;transform:none}
  .fpc .fpc-config-panel{margin-left:0}
}
@media (max-width:560px){
  .fpc{font-size:16px}
  .fpc .fpc-hero,.fpc .fpc-outcome,.fpc .fpc-process{border-radius:var(--fpc-r-l)}
  .fpc .fpc-process{padding-left:14px;padding-right:14px}
}
/* ---------- STATUTS DE COMMANDE ---------- */
.fpc [data-status="paid"]{--fpc-st:#c7a14e;--fpc-st-soft:rgba(199,161,78,.2)}
.fpc [data-status="prep"]{--fpc-st:#ff9f0a;--fpc-st-soft:rgba(255,159,10,.18)}
.fpc [data-status="shipped"]{--fpc-st:#bf5af2;--fpc-st-soft:rgba(191,90,242,.2)}
.fpc [data-status="delivered"]{--fpc-st:#30d158;--fpc-st-soft:rgba(48,209,88,.18)}
.fpc .fpc-track{display:flex;flex-direction:column;gap:18px}
.fpc .fpc-statuses{display:grid;grid-template-columns:repeat(var(--fpc-n,7),minmax(0,1fr));gap:8px}
.fpc .fpc-statuses li{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;height:36px;padding:0 8px;font-size:13px;font-weight:600;line-height:1;color:var(--fpc-snow-2);border:1px solid var(--fpc-night-3);border-radius:999px;
  transition:background-color .5s var(--fpc-ease),color .4s,border-color .4s,box-shadow .6s var(--fpc-ease)}
.fpc .fpc-st-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.fpc .fpc-st-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--fpc-st);opacity:.55}
.fpc .fpc-statuses li.is-done{color:var(--fpc-snow);background:rgba(255,255,255,.06);border-color:transparent}
.fpc .fpc-statuses li.is-done .fpc-st-dot{width:14px;height:14px;opacity:1;background:var(--fpc-st) no-repeat center/9px 9px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 5.2l2.2 2.2L8.5 2.6' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.fpc .fpc-statuses li.is-current{color:#000;background:var(--fpc-st);border-color:var(--fpc-st);box-shadow:0 0 0 6px var(--fpc-st-soft),0 14px 40px -12px var(--fpc-st)}
.fpc .fpc-statuses li.is-current .fpc-st-dot{background:#000;opacity:1;animation:fpcBlink 1.6s ease-in-out infinite}
.fpc .fpc-statuses li::after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid var(--fpc-st);border-radius:inherit;opacity:0;pointer-events:none}
.fpc .fpc-statuses li.is-pulse{animation:fpcPop .7s var(--fpc-ease)}
.fpc .fpc-statuses li.is-pulse::after{animation:fpcRing 1.1s var(--fpc-ease)}
@keyframes fpcBlink{0%,100%{opacity:1}50%{opacity:.3}}
@keyframes fpcPop{0%{transform:scale(1)}35%{transform:scale(1.06)}100%{transform:scale(1)}}
@keyframes fpcRing{0%{opacity:.9;transform:scale(1)}100%{opacity:0;transform:scale(1.25,1.9)}}
.fpc .fpc-status-now{display:none;align-items:center;justify-content:center;gap:10px;font-size:14px;white-space:nowrap;color:var(--fpc-snow-2)}
 
.fpc .fpc-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 10px;font-size:13px;font-weight:600;line-height:1.2;color:var(--fpc-st);background:var(--fpc-st-soft);border-radius:999px;white-space:nowrap}
.fpc .fpc-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px var(--fpc-st-soft)}
.fpc .fpc-scene-status{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-bottom:18px}
.fpc .fpc-substeps{display:inline-flex;gap:4px}
.fpc .fpc-substeps i{display:block;width:16px;height:4px;border-radius:2px;background:#3a3a3c}
.fpc .fpc-substeps i.is-on{background:var(--fpc-st)}
 
.fpc .fpc-toast{position:absolute;z-index:6;top:18px;right:18px;display:flex;align-items:center;gap:12px;padding:12px 20px 12px 12px;pointer-events:none;
  background:rgba(29,29,31,.88);-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 24px 60px -12px rgba(0,0,0,.7);
  opacity:0;transform:translate3d(0,-16px,0) scale(.96);transition:opacity .45s var(--fpc-ease),transform .6s var(--fpc-ease)}
.fpc .fpc-toast.is-show{opacity:1;transform:none}
.fpc .fpc-toast-icon{position:relative;flex:0 0 auto;width:38px;height:38px;border-radius:11px;background:var(--fpc-st,#c7a14e);box-shadow:0 8px 24px -6px var(--fpc-st,#c7a14e)}
.fpc .fpc-toast-icon::after{content:"";position:absolute;left:14px;top:9px;width:8px;height:15px;border:solid #000;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}
.fpc .fpc-toast-kicker{display:block;font-size:12px;line-height:1.3;color:var(--fpc-snow-2)}
.fpc .fpc-toast-text{display:block;font-size:16px;line-height:1.3;font-weight:600;color:var(--fpc-snow)}
 
.fpc .fpc-tilt--dark>.fpc-glare{background:radial-gradient(360px circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.09),rgba(255,255,255,0) 60%)}
 
@media (max-width:1180px){.fpc .fpc-statuses li{font-size:12px;padding:0 6px}}
@media (max-width:900px){
  .fpc .fpc-statuses{gap:4px}
  .fpc .fpc-statuses li{height:6px;padding:0;border:0;background:var(--fpc-night-3)}
  .fpc .fpc-statuses li .fpc-st-label,.fpc .fpc-statuses li .fpc-st-dot{display:none}
  .fpc .fpc-statuses li.is-done{background:var(--fpc-st);opacity:.5}
  .fpc .fpc-statuses li.is-current{box-shadow:0 0 0 3px var(--fpc-st-soft)}
  .fpc .fpc-status-now{display:flex}
  .fpc .fpc-track{gap:14px}
  .fpc .fpc-scene-status{margin-bottom:10px}
  .fpc .fpc-toast{top:10px;left:10px;right:10px;padding:10px 14px 10px 10px}
  .fpc .fpc-toast-icon{width:32px;height:32px}
  .fpc .fpc-toast-icon::after{left:11px;top:7px;width:7px;height:13px}
}
/* ---------- ACHETER CHEZ POWERLAB (même langage que les sections claires) ---------- */
.fpc .fpc-trust-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(32px,5vw,80px)}
.fpc .fpc-trust-media{aspect-ratio:4/3;background:var(--fpc-mist);border-radius:var(--fpc-r-xl)}
.fpc .fpc-trust-media>img{top:-5%;height:110%}
.fpc .fpc-trust-text{max-width:46ch;font-size:clamp(17px,1.4vw,19px);line-height:1.55;color:var(--fpc-ink-2)}
.fpc .fpc-trust-stats{display:grid;grid-template-columns:1fr 1fr;margin-top:28px;border-top:1px solid var(--fpc-line)}
.fpc .fpc-trust-stat{padding:18px 0;border-bottom:1px solid var(--fpc-line)}
.fpc .fpc-trust-stat:nth-child(even){padding-left:24px;border-left:1px solid var(--fpc-line)}
.fpc .fpc-trust-num{display:block;font-size:clamp(28px,2.8vw,36px);line-height:1.05;font-weight:700;letter-spacing:-.03em;color:var(--fpc-ink);font-variant-numeric:tabular-nums}
.fpc .fpc-trust-lab{display:block;margin-top:4px;font-size:14px;color:var(--fpc-ink-3)}
.fpc .fpc-trust-place{display:flex;align-items:center;gap:14px;margin-top:24px;padding:14px 16px;color:var(--fpc-ink);text-decoration:none;background:var(--fpc-mist);border-radius:18px;transition:background-color .25s,transform .35s var(--fpc-ease)}
.fpc .fpc-trust-place:hover{text-decoration:none;color:var(--fpc-ink);background:#ededf0;transform:translateY(-2px)}
.fpc .fpc-trust-addr{min-width:0}
.fpc .fpc-trust-addr strong{display:block;font-size:15px;color:var(--fpc-ink)}
.fpc .fpc-trust-addr span{display:block;font-size:14px;color:var(--fpc-ink-3)}
.fpc .fpc-trust-pin{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:40px;height:40px;color:#000;background:var(--fpc-gold);border-radius:12px}
.fpc .fpc-trust-pin svg,.fpc .fpc-card-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.fpc .fpc-trust-go{margin-left:auto;font-size:14px;font-weight:600;color:var(--fpc-accent);white-space:nowrap}
.fpc .fpc-trust-go::after{content:"";display:inline-block;width:7px;height:7px;margin-left:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:transform .3s var(--fpc-ease)}
.fpc .fpc-trust-place:hover .fpc-trust-go::after{transform:translateX(3px) rotate(45deg)}
.fpc .fpc-trust-cards{display:grid;grid-template-columns:1fr 1fr;gap:var(--fpc-gap);margin-top:var(--fpc-gap)}
.fpc .fpc-trust-card h3{margin-bottom:10px}
.fpc .fpc-trust-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:22px}
.fpc .fpc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;font-size:15px;font-weight:600;color:var(--fpc-snow);text-decoration:none;border:1px solid rgba(255,255,255,.22);border-radius:999px;transition:background-color .25s,color .25s,transform .35s var(--fpc-ease),border-color .25s}
.fpc .fpc-btn:hover{text-decoration:none;color:var(--fpc-snow);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.4);transform:translateY(-2px)}
.fpc .fpc-btn--primary{color:#000;background:var(--fpc-snow);border-color:var(--fpc-snow)}
.fpc .fpc-btn--primary:hover{color:#000;background:#fff}
.fpc .fpc-btn--ink{color:#fff;background:var(--fpc-ink);border-color:var(--fpc-ink)}
.fpc .fpc-btn--ink:hover{color:#fff;background:#000;border-color:#000}
.fpc .fpc-btn--line{color:var(--fpc-ink);background:transparent;border-color:var(--fpc-line)}
.fpc .fpc-btn--line:hover{color:var(--fpc-ink);background:#fff;border-color:var(--fpc-ink)}
.fpc .fpc-process .fpc-btn:focus-visible,.fpc .fpc-trust-place:focus-visible{outline-color:var(--fpc-accent-night)}
@media (max-width:900px){
  .fpc .fpc-hero-inner{grid-template-columns:1fr;min-height:0}
  .fpc .fpc-hero-media{max-width:560px;margin:0 auto}
  .fpc .fpc-hero::before{left:50%;top:70%}
  .fpc .fpc-trust-main{grid-template-columns:1fr}
  .fpc .fpc-trust-cards{grid-template-columns:1fr}
  .fpc .fpc-slider-ui{gap:20px;margin-top:4px}
  .fpc .fpc-arrow{position:static;width:46px;height:46px}
  .fpc .fpc-arrow[disabled]{opacity:.3}
}
@media (max-width:640px){
  .fpc .fpc-hero-media{display:none}
  .fpc .fpc-trust-go{font-size:0}
  .fpc .fpc-trust-go::after{width:9px;height:9px}
}
/* ---------- FAQ ---------- */
.fpc .fpc-faq-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:clamp(32px,5vw,72px);align-items:start}
.fpc .fpc-faq-list{border-top:1px solid var(--fpc-line)}
.fpc .fpc-faq-item{border-bottom:1px solid var(--fpc-line)}
.fpc .fpc-faq-q{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;cursor:pointer;list-style:none;font-size:clamp(17px,1.5vw,19px);line-height:1.4;font-weight:600;letter-spacing:-.015em;color:var(--fpc-ink);transition:color .2s}
.fpc .fpc-faq-q::-webkit-details-marker{display:none}
.fpc .fpc-faq-q::marker{content:""}
.fpc .fpc-faq-q::after{content:"";flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--fpc-mist) no-repeat center/12px 12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10M1 6h10' stroke='%231d1d1f' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");transition:transform .4s var(--fpc-ease),background-color .25s}
.fpc .fpc-faq-q:hover{color:var(--fpc-accent)}
.fpc .fpc-faq-q:hover::after{background-color:#e8e8ed}
.fpc details.fpc-faq-item[open]:not(.is-closing) .fpc-faq-q::after{transform:rotate(45deg)}
.fpc .fpc-faq-a{padding:0 56px 24px 0}
.fpc .fpc-faq-a p{max-width:68ch;font-size:16px;line-height:1.65;color:var(--fpc-ink-2)}
.fpc .fpc-faq-help{position:sticky;top:calc(var(--fpc-sticky-top) + 24px);padding:32px;background:var(--fpc-mist);border-radius:var(--fpc-r-l)}
.fpc .fpc-faq-help-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:18px;color:var(--fpc-ink);background:#fff;border-radius:12px}
.fpc .fpc-faq-help-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.fpc .fpc-faq-help-title{margin-bottom:8px;font-size:21px;line-height:1.25;font-weight:700;letter-spacing:-.02em;color:var(--fpc-ink)}
.fpc .fpc-faq-help p{font-size:16px;color:var(--fpc-ink-2)}
.fpc .fpc-faq-help-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.fpc .fpc-faq-help-actions .fpc-btn{width:100%}
 
/* ---------- UNIVERS ---------- */
.fpc .fpc-universe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--fpc-gap)}
.fpc .fpc-universe{position:relative;display:block;overflow:hidden;aspect-ratio:4/5;color:#fff;text-decoration:none;border-radius:var(--fpc-r-l);isolation:isolate}
.fpc .fpc-universe:hover{text-decoration:none;color:#fff;--fpc-zoom:1.06}
.fpc .fpc-universe>.fpc-universe-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-radius:inherit}
.fpc .fpc-universe-media>img{top:0;height:100%;transition:transform .7s var(--fpc-ease)}
.fpc .fpc-universe-media::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,0,0,.78) 100%)}
.fpc .fpc-universe>.fpc-universe-body{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;padding:28px}
.fpc .fpc-universe-title{font-size:clamp(22px,2.2vw,28px);line-height:1.15;font-weight:700;letter-spacing:-.025em}
.fpc .fpc-universe-text{margin-top:6px;font-size:15px;line-height:1.45;color:rgba(255,255,255,.8)}
.fpc .fpc-universe-cta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:9px 16px;font-size:14px;font-weight:600;line-height:1;color:#000;background:rgba(255,255,255,.92);border-radius:999px;transition:background-color .25s,transform .35s var(--fpc-ease)}
.fpc .fpc-universe-cta::after{content:"";width:6px;height:6px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.fpc .fpc-universe:hover .fpc-universe-cta{background:#fff;transform:translateX(4px)}
.fpc .fpc-universe:focus-visible{outline:2px solid var(--fpc-accent);outline-offset:4px}
 
@media (max-width:900px){
  .fpc .fpc-faq-layout{grid-template-columns:1fr}
  .fpc .fpc-faq-help{position:static}
  .fpc .fpc-faq-a{padding-right:0}
  .fpc .fpc-universe-grid{grid-template-columns:1fr}
  .fpc .fpc-universe{aspect-ratio:16/10}
}
/* ---------- MOBILE : finitions ---------- */
@media (max-width:1100px) and (min-width:901px){
  .fpc .fpc-slide{flex-direction:column}
  .fpc .fpc-slide-media{flex:0 0 auto;min-height:0;aspect-ratio:16/10}
}
@media (max-width:560px){
  .fpc{--fpc-space:64px;font-size:16px}
  .fpc .fpc-head{margin-bottom:36px}
  .fpc .fpc-section-title{font-size:32px}
  .fpc .fpc-section-sub{margin-top:14px;font-size:17px}
  .fpc .fpc-hero{padding:40px 22px 36px}
  .fpc .fpc-hero-title{font-size:40px}
  .fpc .fpc-hero-lead{font-size:16px}
  .fpc .fpc-tags li{padding:8px 12px;font-size:13px}
  /* chiffres clés : une ligne par composant, libellé à gauche */
  .fpc .fpc-stats{grid-template-columns:1fr;margin-top:28px;border-top:1px solid var(--fpc-line)}
  .fpc .fpc-stat,.fpc .fpc-stat:nth-child(even),.fpc .fpc-stat:nth-child(-n+2){display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:baseline;padding:14px 2px;text-align:left;border-left:0;border-top:0;border-bottom:1px solid var(--fpc-line)}
  .fpc .fpc-stat:last-child:nth-child(odd){grid-column:auto}
  .fpc .fpc-stat-num{margin-top:0;font-size:15px}
  .fpc .fpc-stat-label{font-size:13px}
  .fpc .fpc-parts{gap:56px}
  .fpc .fpc-part>.fpc-media,.fpc .fpc-part:nth-child(even)>.fpc-media{margin-bottom:24px;border-radius:var(--fpc-r-l)}
  .fpc .fpc-part-head{gap:12px;margin-bottom:18px}
  .fpc .fpc-part-logo{width:46px;height:46px;border-radius:12px}
  .fpc .fpc-part-name{font-size:22px}
  .fpc .fpc-part-body>.fpc-part-lead{font-size:18px}
  .fpc .fpc-outcome{margin-top:56px;padding:32px 22px}
  .fpc .fpc-outcome-res-value{font-size:88px}
  .fpc .fpc-card{padding:24px}
  .fpc .fpc-card-icon{margin-bottom:18px}
  .fpc .fpc-slide-body{padding:22px}
  .fpc .fpc-slide p{font-size:16px}
  .fpc .fpc-config-line,.fpc .fpc-config-sum{padding:14px 0}
  .fpc .fpc-config-value{font-size:16px}
  .fpc .fpc-config-panel{padding:16px 18px}
  /* parcours épinglé : tout tient dans l'écran d'un téléphone */
  .fpc .fpc-process{padding:44px 12px}
  .fpc.fpc-js .fpc-journey-pin{gap:14px}
  .fpc.fpc-js .fpc-stage{height:calc(100vh - var(--fpc-sticky-top) - 190px);max-height:600px;min-height:400px}
  .fpc .fpc-scene{grid-template-rows:34% 1fr;border-radius:var(--fpc-r-l)}
  .fpc .fpc-scene-body{padding:18px 18px 20px}
  .fpc .fpc-scene-status{gap:8px;margin-bottom:8px}
  .fpc .fpc-badge{padding:5px 10px 5px 8px;font-size:12px}
  .fpc .fpc-scene-title{font-size:20px;margin-bottom:8px}
  .fpc .fpc-scene-body p{font-size:14.5px;line-height:1.5}
  .fpc .fpc-journey-hint{font-size:13px}
  .fpc .fpc-trail-dot{width:26px;height:26px;font-size:11px}
  .fpc .fpc-trail::before,.fpc .fpc-trail::after{top:12px}
  .fpc .fpc-trust-media{border-radius:var(--fpc-r-l)}
  .fpc .fpc-trust-num{font-size:28px}
  .fpc .fpc-trust-stat:nth-child(even){padding-left:16px}
  .fpc .fpc-trust-actions .fpc-btn{flex:1 1 100%}
  .fpc .fpc-process-note{font-size:15px}
  .fpc .fpc-faq-q{gap:14px;padding:18px 0;font-size:16px}
  .fpc .fpc-faq-q::after{width:28px;height:28px}
  .fpc .fpc-faq-a p{font-size:15px}
  .fpc .fpc-faq-help{padding:24px}
  .fpc .fpc-universe>.fpc-universe-body{padding:20px}
}
@supports (height:100svh){
  @media (max-width:560px){.fpc.fpc-js .fpc-stage{height:calc(100svh - var(--fpc-sticky-top) - 190px)}}
}
@media (prefers-reduced-motion:reduce){
  .fpc *,.fpc *::before,.fpc *::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}
  .fpc.fpc-js .fpc-rv,.fpc.fpc-js .fpc-hero-text>*,.fpc.fpc-js .fpc-hero-float img{opacity:1;transform:none}
  .fpc .fpc-outcome-res-value{transform:none;opacity:1}
}
.fpc.fpc-js .fpc-tilt.fpc-rv.is-in.is-hover{transition:transform .12s linear,box-shadow .5s var(--fpc-ease),opacity .9s var(--fpc-ease)}
 