/* SpinBoost — theme-exemples.css (Phase 2b : EXTRAS exemples UNIQUEMENT).
   Design partagé : theme-commercial.css. Couleurs : theme-tokens.css. */

/* ===== Témoignages clients ===== */
.testi{scroll-margin-top:104px}
.testi-row{display:flex;align-items:center;justify-content:center;gap:60px;max-width:760px;margin:0 auto 34px}
.testi-row:last-child{margin-bottom:0}
.testi-row.reverse{flex-direction:row-reverse}
/* cadre média (validé) : arrondi, bordure fine --line, ombre douce, sur fond clair */
.testi-media{flex:0 0 clamp(232px,23vw,278px);position:relative;aspect-ratio:9/16;border-radius:20px;overflow:hidden;background:var(--surface-hi);border:1px solid var(--line);box-shadow:0 18px 40px -24px var(--shadow-card-lg)}
.testi-facade{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:none;cursor:pointer;display:block}
.testi-facade img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.testi-facade::after{content:"";position:absolute;inset:auto 0 0 0;height:36%;background:linear-gradient(to top,var(--scrim),transparent);pointer-events:none}
.testi-play{position:absolute;inset:0;margin:auto;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--action);color:var(--surface-hi);box-shadow:0 8px 30px var(--shadow-deep);transition:transform .15s,background .15s}
.testi-play svg{margin-left:3px}
.testi-facade:hover .testi-play,.testi-facade:focus-visible .testi-play{transform:scale(1.08);background:var(--action-deep)}
.testi-facade:focus-visible{outline:2px solid var(--action);outline-offset:3px}
.testi-iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.testi-stat{flex:0 1 auto;position:relative}
.testi-row .testi-stat{text-align:left}
.testi-row.reverse .testi-stat{text-align:right}
.testi-num{font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.02;color:var(--action);letter-spacing:-.02em;white-space:nowrap}
.testi-num span{display:block;font-size:.4em;font-weight:700;color:var(--ink-soft);margin-top:8px;letter-spacing:0;white-space:normal}
.testi-sub{margin-top:14px;font-size:15.5px;color:var(--ink-soft)}
.testi-arrow{position:absolute;width:52px;height:auto;top:15px;filter:drop-shadow(0 1px 3px var(--shadow-card-lg))}
.testi-row .testi-arrow{right:100%;margin-right:10px}
.testi-row.reverse .testi-arrow{left:100%;margin-left:10px;transform:scaleX(-1)}
@media(max-width:899px){.testi-row,.testi-row.reverse{flex-direction:column;gap:16px;max-width:300px}.testi-media{flex:none;width:100%}.testi-row .testi-stat,.testi-row.reverse .testi-stat{order:-1;text-align:center}.testi-arrow{display:none}}

/* ===== HERO exemples ===== */
.ex-hero{padding:84px 0 4px;text-align:center}
.ex-hero .eyebrow{letter-spacing:.16em}
.ex-hero h1{font-size:clamp(30px,4.6vw,50px);line-height:1.08;letter-spacing:-.025em;max-width:19ch;margin:16px auto 0;color:var(--ink)}
.ex-hero p.lead{max-width:60ch;margin:22px auto 0;color:var(--ink-soft);font-size:18px;line-height:1.75;font-weight:400}

/* ===== ETAPES ===== */
.ex-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:64px auto 0;max-width:1000px;background:var(--line);border:1px solid var(--line);border-radius:24px;overflow:hidden}
.ex-step{background:var(--surface-hi);padding:34px 30px;text-align:left}
.ex-step .n{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--action);margin-bottom:16px}
.ex-step h3{font-size:17.5px;line-height:1.3;margin-bottom:10px;letter-spacing:-.01em;color:var(--ink)}
.ex-step p{color:var(--ink-soft);font-size:14.5px;line-height:1.68}
.ex-step p b{color:var(--ink);font-weight:600}
@media(max-width:860px){.ex-steps{grid-template-columns:1fr;max-width:520px}}
.ex-punch{margin:52px auto 0;text-align:center;font-size:clamp(19px,2.5vw,25px);font-weight:700;max-width:28ch;line-height:1.4;letter-spacing:-.01em;color:var(--ink-soft)}
.ex-punch span{color:var(--ink);font-weight:800}

/* ===== TITRE DE SECTION ===== */
.ex-h2{text-align:center;padding:104px 0 0}
.ex-h2 h2{font-size:clamp(27px,3.6vw,40px);letter-spacing:-.025em;color:var(--ink)}
.ex-h2 p{color:var(--ink-soft);margin-top:14px;font-size:16.5px}

/* ===== CTA ===== */
.ex-cta{margin:0 auto;padding:96px 0 24px;text-align:center;border-top:1px solid var(--line)}
.ex-cta h3{font-size:clamp(24px,3vw,32px);letter-spacing:-.02em;color:var(--ink)}
.ex-cta p{color:var(--ink-soft);margin:14px auto 28px;max-width:56ch;font-size:16.5px;line-height:1.7}
