@charset "UTF-8";
/* ApplicationMétier.fr — V3, d'après la maquette de référence « Inside Group » :
   dégradé marine → violet → rose avec globe de particules, sections blanches, Montserrat + Playfair Display italique,
   rose #F62566, marine #0E1E42, étiquettes « 01 — », cartes à grande ombre qui chevauchent les bandeaux. */

@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat.woff2") format("woff2"); font-weight: 400 800; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("../fonts/playfair-italic.woff2") format("woff2"); font-weight: 500 800; font-style: italic; font-display: swap; }

:root {
  --pink: #F62566;
  --pink-ink: #D8134F;   /* texte rose de petite taille sur blanc (contraste AA) */
  --navy: #0E1E42;
  --navy-2: #172A5C;
  --text: #414861;
  --mute: #6E7489;
  --line: #E7E8EF;
  --soft: #F7F7FB;
  --white: #FFFFFF;
  --grad: linear-gradient(128deg, #111D43 0%, #2E2253 30%, #6B2C66 58%, #B42A6D 80%, #EB286E 100%);
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --gut: clamp(16px, 4vw, 40px);
  --shadow: 0 30px 60px -20px rgba(14, 30, 66, .28), 0 12px 24px -12px rgba(14, 30, 66, .12);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-y: scroll; scrollbar-color: var(--pink) #EEF0F5; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: clip; }
body { margin: 0; background: var(--white); color: var(--text); font: 500 16px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
main { overflow-x: clip; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; color: var(--navy); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
h3 { font-size: 1.2rem; line-height: 1.3; letter-spacing: -.01em; }
em { font-family: var(--serif); font-style: italic; font-weight: 700; letter-spacing: -.01em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--pink); color: #fff; }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
.wrap { width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 var(--gut); }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 300; background: var(--pink); color: #fff; padding: 10px 16px; }
.skip:focus { left: 8px; }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.nw { white-space: nowrap; }

/* Fond « maquette » : dégradé + halos */
.grad { position: relative; background: var(--grad); color: #fff; overflow: hidden; isolation: isolate; }
.grad::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 70% at 70% 20%, rgba(160, 90, 190, .35), transparent 70%), radial-gradient(50% 60% at 100% 100%, rgba(246, 37, 102, .45), transparent 70%); }
.globe { position: absolute; z-index: -1; right: -6%; top: -18%; width: min(1000px, 90vw); height: auto; opacity: .55; pointer-events: none; }
.globe--left { right: auto; left: -24%; top: -30%; width: min(900px, 80vw); opacity: .35; }
.anim .globe { animation: spin 140s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Typo de la maquette ---------- */
.label { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.label b { color: var(--pink-ink); font-weight: 700; font-size: 14px; }
.label span { width: 24px; height: 2px; background: var(--pink); flex: none; }
.grad .label, .phead .label { color: #fff; }
.grad .label b { color: #FF5C8E; }
.big { font-size: clamp(2.8rem, 6vw, 4.6rem); line-height: .95; letter-spacing: -.035em; font-weight: 800; }
.big .pk { color: var(--pink); }
.big em { display: block; margin-top: -.02em; color: var(--navy); font-weight: 700; font-size: 1.02em; letter-spacing: -.02em; }
.big--light, .big--light em { color: #fff; }
.big--light em { display: inline; }

.ulink { display: inline-block; padding-bottom: 3px; border-bottom: 3px solid var(--pink); color: var(--pink-ink); font-weight: 700; font-size: 15px; text-decoration: none; transition: color .3s, border-color .3s; }
.ulink:hover { color: var(--navy); }
.ulink--light { color: #FF5C8E; }
.grad .ulink--light, .cta .ulink--light { color: #fff; border-color: #fff; }
.grad .ulink--light:hover { color: #FFD1DF; }
.hero .ulink--light { color: #fff; border-color: var(--pink); }
.link { display: inline-flex; align-items: center; gap: .5em; color: var(--pink-ink); font-weight: 700; text-decoration: none; border-bottom: 3px solid var(--pink); padding-bottom: 3px; }
.link:hover { color: var(--navy); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; min-height: 54px; padding: 0 28px; border: 2px solid transparent; font: 700 15px/1 var(--sans); text-decoration: none; cursor: pointer; white-space: nowrap; transition: background .3s, color .3s, border-color .3s, box-shadow .3s, transform .3s var(--ease); }
.btn .ico { transition: transform .3s var(--ease); }
.btn:hover .ico { transform: translateX(4px); }
.btn--pink, .btn--lime, .btn--solid { background: var(--pink); color: #fff; box-shadow: 0 14px 30px -12px rgba(246, 37, 102, .7); }
.btn--pink:hover, .btn--lime:hover, .btn--solid:hover { background: var(--navy); box-shadow: 0 14px 30px -12px rgba(14, 30, 66, .6); }
.grad .btn--pink:hover, .phead .btn--solid:hover, .phead .btn--lime:hover { background: #fff; color: var(--navy); }
.btn--ghost { border-color: var(--navy); color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.phead .btn--ghost { border-color: #fff; color: #fff; }
.btn--lg, .btn--xl { min-height: 58px; }
.btn--sm { min-height: 42px; padding: 0 18px; }
.btn:disabled { opacity: .6; cursor: wait; }

/* ---------- En-tête ---------- */
.hd { position: fixed; top: 0; left: 0; right: 0; z-index: 100; color: #fff; transition: background .4s, box-shadow .4s; }
.hd.is-scrolled { background: rgba(14, 30, 66, .96); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .35); }
.hd__in { display: flex; align-items: center; gap: 20px; max-width: 1300px; margin: 0 auto; padding: 32px var(--gut); transition: padding .4s; }
.hd.is-scrolled .hd__in { padding-top: 12px; padding-bottom: 12px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.brand__name b { font-weight: 800; }
.brand__name i { font-style: normal; font-weight: 800; color: var(--pink); }
.brand__tag { margin-top: 5px; font-size: 11px; font-weight: 600; letter-spacing: .01em; opacity: .9; }
.mk-f { fill: #fff; }
.mk-l { fill: #C7CBE0; }
.mk-a { fill: var(--pink); }
.mk-c { fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hd__acts { display: flex; align-items: center; gap: 12px; }
.hd__cta { margin-right: 18px; padding-bottom: 3px; border-bottom: 2px solid var(--pink); font-size: 14px; font-weight: 700; text-decoration: none; }
.hd__cta:hover { color: #FFD1DF; }
.hd__menu { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hd__menu::after { content: ""; width: 40px; height: 1px; background: rgba(255, 255, 255, .5); }
.burger { position: relative; width: 50px; height: 50px; border: 0; border-radius: 50%; background: var(--pink); cursor: pointer; box-shadow: 0 10px 24px -8px rgba(246, 37, 102, .8); transition: transform .3s var(--ease); }
.burger:hover { transform: scale(1.06); }
.burger span { position: absolute; left: 16px; right: 16px; height: 2px; border-radius: 2px; background: #fff; transition: transform .4s var(--ease), opacity .3s, top .4s var(--ease); }
.burger span:nth-child(1) { top: 18px; }
.burger span:nth-child(2) { top: 24px; }
.burger span:nth-child(3) { top: 30px; }
.nav-open .burger span:nth-child(1) { top: 24px; transform: rotate(45deg); }
.nav-open .burger span:nth-child(2) { opacity: 0; }
.nav-open .burger span:nth-child(3) { top: 24px; transform: rotate(-45deg); }
.hd__tel { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--pink); transition: background .3s; }
.hd__tel:hover { background: var(--pink); }
.hd__tel .ico { width: 20px; height: 20px; }

/* Menu plein écran */
.nav { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; background: var(--grad); color: #fff; overflow-y: auto; visibility: hidden; opacity: 0; transition: opacity .45s, visibility 0s .45s; }
.nav-open .nav { visibility: visible; opacity: 1; transition: opacity .45s; }
.nav__in { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 60px; align-items: center; padding-top: 130px; padding-bottom: 60px; }
.nav__list a { display: flex; align-items: baseline; gap: 18px; padding: 8px 0; font-size: clamp(28px, 4vw, 46px); font-weight: 800; letter-spacing: -.03em; line-height: 1.15; text-decoration: none; transform: translateY(20px); opacity: 0; transition: transform .7s var(--ease), opacity .7s, color .3s; }
.nav-open .nav__list a { transform: none; opacity: 1; }
.nav__list li:nth-child(2) a { transition-delay: .04s; } .nav__list li:nth-child(3) a { transition-delay: .08s; } .nav__list li:nth-child(4) a { transition-delay: .12s; } .nav__list li:nth-child(5) a { transition-delay: .16s; } .nav__list li:nth-child(6) a { transition-delay: .2s; } .nav__list li:nth-child(7) a { transition-delay: .24s; }
.nav__list small { font-size: 14px; color: #FF5C8E; font-weight: 700; letter-spacing: 0; }
.nav__list a:hover, .nav__list a[aria-current] { color: #FFB8CE; }
.nav__side { padding-left: 40px; border-left: 1px solid rgba(255, 255, 255, .2); }
.nav__h { font-size: 26px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.nav__tel { display: block; font-size: 24px; font-weight: 800; text-decoration: none; }
.nav__mail { display: block; margin: 6px 0 28px; text-decoration: none; opacity: .9; }

/* Points de navigation verticaux (accueil) */
.dots { position: fixed; left: 28px; top: 50%; z-index: 80; display: grid; gap: 10px; transform: translateY(-50%); }
.dots a { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--navy); transition: background .3s, transform .3s; }
.dots.is-light a { background: #fff; }
.dots a.is-on { background: var(--pink); transform: scale(1.35); }
.dots.on-pink a.is-on { background: var(--navy); }
@media (max-width: 1240px) { .dots { display: none; } }

/* ---------- Hero ---------- */
.hero { padding: clamp(150px, 16vw, 200px) 0 150px; min-height: min(100svh, 860px); }
.hero__in { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 40px; align-items: center; }
.hero__txt { position: relative; z-index: 2; }
.hero__t { color: #fff; font-size: clamp(2.8rem, 6.2vw, 5.2rem); line-height: 1; letter-spacing: -.035em; margin-right: -120px; }
.hero__t em { font-weight: 700; font-size: 1.04em; }
.hero__lede { max-width: 470px; margin: 26px 0 34px; color: rgba(255, 255, 255, .88); font-size: 17px; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.hero__disc { position: relative; justify-self: end; width: min(440px, 100%); }
.disc { position: relative; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: #fff; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .55); }
.disc .win { position: absolute; left: 6%; top: 12%; width: 150%; font-size: 13px; box-shadow: none; border: 0; border-radius: 0; }
.disc__btn { position: absolute; left: 24%; top: 50%; display: grid; place-items: center; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%; background: var(--pink); color: #fff; box-shadow: 0 16px 34px -10px rgba(246, 37, 102, .9); transition: transform .4s var(--ease); z-index: 3; }
.disc__btn:hover { transform: scale(1.08); }
.disc__btn .ico { width: 26px; height: 26px; }
.anim .disc__btn::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--pink); animation: ping 2.4s var(--ease) infinite; }
@keyframes ping { from { transform: scale(1); opacity: .9; } to { transform: scale(1.7); opacity: 0; } }
.scrolldown { position: absolute; left: 50%; bottom: 36px; display: grid; justify-items: center; gap: 14px; transform: translateX(-50%); text-decoration: none; }
.scrolldown span { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.scrolldown i { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--pink); }
.scrolldown .ico { transform: rotate(90deg); width: 20px; height: 20px; }
.anim .scrolldown i { animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

/* ---------- Fenêtres d'application (claires, pour trancher sur les dégradés) ---------- */
.win { position: relative; border-radius: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); font-size: 12.5px; line-height: 1.35; color: var(--navy); overflow: hidden; }
.win__bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 14px; background: var(--soft); border-bottom: 1px solid var(--line); }
.win__bar i { width: 9px; height: 9px; border-radius: 50%; background: #D5D8E3; }
.win__bar i:first-child { background: var(--pink); }
.win__url { margin-left: 12px; padding: 4px 10px; border-radius: 5px; background: #fff; border: 1px solid var(--line); color: var(--mute); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.win__body { display: grid; grid-template-columns: 50px minmax(0, 1fr); }
.win__side { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 14px 0; background: var(--navy); }
.win__side span { width: 20px; height: 20px; border-radius: 6px; background: #22356A; }
.win__side .win__logo { background: var(--pink); margin-bottom: 8px; }
.win__side .is-on { background: #3A4F8F; }
.win__main { padding: 16px; min-width: 0; }
.win__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.win__h { margin: 0; font-weight: 800; font-size: 15px; }
.win__sub { margin: 2px 0 0; color: var(--mute); font-size: 11px; }
.win__btn { display: inline-flex; align-items: center; height: 28px; padding: 0 11px; background: var(--pink); color: #fff; font-weight: 700; font-size: 11px; white-space: nowrap; }
.kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 14px 0; }
.kpis div { padding: 9px 10px; border: 1px solid var(--line); }
.kpis small { display: block; color: var(--mute); font-size: 10px; }
.kpis b { font-size: 15px; }
.t-warn { color: #C2410C; }
.board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.col { padding: 8px; background: var(--soft); min-width: 0; }
.col__h { display: flex; justify-content: space-between; margin: 2px 2px 8px; font-weight: 700; font-size: 11px; color: var(--text); }
.col__h i { font-style: normal; color: var(--mute); }
.kard { position: relative; min-height: 56px; padding: 9px 10px; background: #fff; border: 1px solid var(--line); box-shadow: 0 2px 6px -3px rgba(14, 30, 66, .15); }
.kard + .kard { margin-top: 7px; }
.kard b { display: block; font-size: 11.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kard small { display: block; color: var(--mute); font-size: 10px; margin-top: 3px; }
.kard__st { display: grid; justify-items: start; margin-top: 5px; }
.kard__st .chip { grid-area: 1 / 1; }
.kard--move { z-index: 2; }
.kard--move .chip { display: none; }
.kard--ghost { background: transparent; border: 1.5px dashed #CDD1DD; box-shadow: none; }
.chip { display: inline-flex; align-items: center; height: 19px; padding: 0 7px; font-weight: 700; font-size: 10px; }
.chip--ok { background: #FDE3EB; color: #B0103F; }
.chip--wait { background: #EEF0F7; color: var(--navy-2); }
.chip--bad { background: var(--navy); color: #fff; }
.chip--na { background: var(--soft); color: var(--mute); }
.toast { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 10px; padding: 11px 14px 11px 11px; background: var(--navy); color: #fff; box-shadow: 0 18px 36px -12px rgba(14, 30, 66, .6); }
.toast b { display: block; font-size: 12px; }
.toast small { display: block; opacity: .75; font-size: 10.5px; }
.toast__ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--pink); }
.toast__ico .ico { width: 14px; height: 14px; stroke-width: 2.6; }
.disc .toast { right: auto; left: 16%; bottom: 13%; max-width: 62%; }
.anim .kard--move { animation: km 9s var(--ease) infinite; }
.anim .kard--move .chip { display: inline-flex; }
.anim .kard--move .chip--wait { animation: kw 9s steps(1) infinite; }
.anim .kard--move .chip--ok { animation: ko 9s steps(1) infinite; }
.anim .win--hero .toast { animation: kt 9s var(--ease) infinite; }
.js:not(.anim) .kard--move .chip--wait { display: inline-flex; }
@keyframes km { 0%, 22% { transform: none; } 28% { transform: translateY(-4px) rotate(-1.5deg); } 44% { transform: translateX(calc(100% + 10px)) translateY(-4px) rotate(1deg); } 50%, 90% { transform: translateX(calc(100% + 10px)); opacity: 1; } 95% { transform: translateX(calc(100% + 10px)); opacity: 0; } 96% { transform: none; opacity: 0; } 100% { transform: none; opacity: 1; } }
@keyframes kw { 0% { opacity: 1; } 47% { opacity: 0; } }
@keyframes ko { 0% { opacity: 0; } 47% { opacity: 1; } }
@keyframes kt { 0%, 50% { opacity: 0; transform: translateY(14px); } 56%, 88% { opacity: 1; transform: none; } 94%, 100% { opacity: 0; transform: translateY(8px); } }
.shot { padding: 14px; }
.shot__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 4px; border-bottom: 1px solid var(--line); }
.shot__row--head { color: var(--mute); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; }
.shot__row--head b { font-weight: 700; }
.shot__foot { display: flex; align-items: center; gap: 8px; padding-top: 12px; }
.shot__foot .win__btn { margin-left: auto; }
.shot__ph { width: 34px; height: 28px; background: linear-gradient(135deg, #C9D3F5, #7F8FD6); }
.shot__ph + .shot__ph { background: linear-gradient(135deg, #F8C6D6, #F62566); }
.shot__ph + .shot__ph + .shot__ph { background: linear-gradient(135deg, #B8BDD0, #0E1E42); }
.diff { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 10px 4px; border-bottom: 1px solid var(--line); }
.diff p { margin: 0; }
.diff b { display: block; }
.diff small { color: var(--mute); font-size: 10.5px; }
.diff__v { font-size: 12px; white-space: nowrap; }
.diff__v s { color: var(--mute); margin-right: 4px; }
.diff__v span { padding: 2px 6px; background: #FDE3EB; color: #B0103F; font-weight: 700; }
.diff__acts { display: flex; gap: 5px; }
.diff__acts i { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--line); color: var(--mute); }
.diff__acts i.is-ok { background: var(--pink); border-color: var(--pink); color: #fff; }
.diff__acts .ico { width: 13px; height: 13px; stroke-width: 2.4; }
.plan { font-size: 11px; color: var(--mute); }
.plan b { color: var(--navy); }

/* ---------- 02 : applications + illustration isométrique ---------- */
.sec2 { padding: clamp(100px, 12vw, 150px) 0; }
.sec2__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 60px; align-items: center; }
.skills { margin: 34px 0 26px; }
.skills a { display: inline-block; padding: 5px 0; color: var(--pink); font-size: 21px; font-weight: 700; letter-spacing: -.01em; text-decoration: none; transition: color .3s, transform .4s var(--ease); }
.skills a::after { content: " \2192"; font-family: var(--sans); opacity: 0; transition: opacity .3s; }
.skills a:hover { color: var(--navy); transform: translateX(6px); }
.skills a:hover::after { opacity: 1; }
.sec2__txt > p { max-width: 380px; }
.sec2__vis img { width: 118%; max-width: none; margin-left: -6%; }
.anim [data-float] { animation: float 7s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-14px); } }

/* ---------- 03 / 07 : bandeaux en dégradé ---------- */
.band { padding: clamp(110px, 12vw, 150px) 0; }
.band__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.band__media { position: relative; margin-left: calc(-1 * clamp(0px, 6vw, 80px)); }
.band__frame { box-shadow: 0 50px 90px -30px rgba(0, 0, 0, .6); }
.band__frame .win { border-radius: 0; font-size: clamp(11.5px, 1.2vw, 14.5px); box-shadow: none; }
.disc__btn--center { left: 50%; top: 50%; }
.band__txt { text-align: right; }
.band__txt .label { justify-content: flex-end; }
.band__txt p { color: rgba(255, 255, 255, .88); max-width: 360px; margin: 22px 0 26px auto; }
.band__txt a:not(.ulink) { color: #fff; font-weight: 700; }
.band--faq .band__txt { text-align: left; align-self: start; }
.band--faq .band__txt .label { justify-content: flex-start; }
.band--faq .band__txt p { margin-left: 0; }
.band__grid--faq { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; }
.band--faq { padding-bottom: 220px; }
.faqcard { padding: 12px 36px; background: #fff; color: var(--text); box-shadow: 0 50px 90px -30px rgba(0, 0, 0, .55); }

/* ---------- 04 : chiffres en cartes, rail horizontal ---------- */
.figs { padding: clamp(100px, 12vw, 140px) 0 60px; }
.figs__rail { display: flex; gap: 60px; margin-top: 30px; padding: 20px max(var(--gut), calc((100vw - 1060px) / 2 + var(--gut))) 60px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: max(var(--gut), calc((100vw - 1060px) / 2 + var(--gut))); scrollbar-width: none; }
.figs__rail::-webkit-scrollbar { display: none; }
.figs__rail:focus-visible { outline-offset: -4px; }
.fig { flex: 0 0 min(500px, 82vw); min-height: 320px; padding: 50px 58px; background: var(--pink); color: #fff; scroll-snap-align: start; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.fig--navy { background: var(--navy); }
.fig__ico { width: 64px; height: 64px; stroke-width: 1.2; margin-bottom: auto; }
.fig__n { margin: 36px 0 6px; font-size: clamp(34px, 3.6vw, 46px); font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.fig__n span { font-size: .72em; }
.fig--navy .fig__n { color: var(--pink); }
.fig--navy .fig__n span { color: #FF5C8E; }
.fig__sub { margin: 0; font-weight: 700; color: var(--navy); }
.fig--navy .fig__sub { color: #fff; }
.figs__nav { display: flex; align-items: center; gap: 22px; }
.figs__nav .ulink { margin-left: auto; }
.arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 0; background: none; color: var(--navy); cursor: pointer; transition: color .3s, transform .3s var(--ease); }
.arrow .ico { width: 34px; height: 34px; stroke-width: 1.2; }
.arrow[data-rail="-1"] .ico { transform: rotate(180deg); }
.arrow:hover { color: var(--pink); transform: scale(1.1); }

/* ---------- 05 : réalisations façon « actualités » ---------- */
.news { padding: clamp(80px, 10vw, 120px) 0; }
.news__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: start; }
.quotes { margin-top: 44px; display: grid; gap: 30px; }
.quotes li { position: relative; padding-left: 50px; }
.quotes li::before, .news__h .q { content: "\201C"; position: absolute; left: 0; top: -12px; font: italic 700 64px/1 var(--serif); color: var(--pink); }
.quotes a { display: block; font: italic 700 26px/1.2 var(--serif); color: var(--navy); text-decoration: none; transition: color .3s; }
.quotes a:hover { color: var(--pink); }
.quotes small { display: block; margin-top: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--mute); }
.news__shot { margin-bottom: 40px; box-shadow: var(--shadow); }
.news__shot .win { border-radius: 0; box-shadow: none; }
.news__h { position: relative; padding-left: 50px; margin-bottom: 16px; }
.news__h a { font: italic 700 30px/1.15 var(--serif); color: var(--navy); text-decoration: none; }
.news__h a:hover { color: var(--pink); }
.news__side > p:not(.news__h) { padding-left: 50px; }
.news__side > .ulink { margin-left: 50px; }

/* ---------- 06 : méthode, cartes flottantes ---------- */
.live { padding: clamp(80px, 10vw, 120px) 0 clamp(100px, 12vw, 160px); }
.live__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 40px; max-width: 1180px; }
.live__head { grid-area: 1 / 2 / 2 / 4; align-self: end; padding-bottom: 10px; }
.live__head p:last-child { max-width: 360px; margin: 18px 0 0; }
.card { position: relative; display: flex; flex-direction: column; padding: 44px 46px; background: #fff; box-shadow: 0 40px 70px -30px rgba(14, 30, 66, .3); transition: transform .5s var(--ease), box-shadow .5s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 50px 80px -30px rgba(14, 30, 66, .4); }
.card__n { margin: 0 0 18px; font: italic 700 44px/1 var(--serif); color: var(--pink); }
.card h3 { margin-bottom: 14px; font-size: 1.25rem; }
.card p { font-size: 15px; }
.card__foot { display: flex; align-items: center; gap: 8px; margin: auto 0 0; padding-top: 18px; font-size: 13px !important; font-weight: 800; color: var(--navy); }
.card__foot .ico { color: var(--pink); }
.card--pink { background: var(--pink); color: #fff; }
.card--pink h3, .card--pink .card__n, .card--pink .card__foot, .card--pink .card__foot .ico { color: #fff; }
.card--1 { grid-area: 1 / 1 / 3 / 2; margin-top: 30px; align-self: start; }
.card--2 { grid-area: 3 / 1 / 4 / 2; align-self: start; }
.card--3 { grid-area: 2 / 2 / 4 / 3; align-self: start; }
.card--4 { grid-area: 2 / 3 / 4 / 4; margin-top: 70px; align-self: start; }

/* ---------- Encadré rose final ---------- */
.cta { position: relative; z-index: 3; padding: 0 0 clamp(90px, 10vw, 130px); }
.band--faq + .cta { margin-top: -140px; }
.cta__box { max-width: 600px; margin: 0 auto; padding: 56px 40px; background: var(--pink); color: #fff; text-align: center; box-shadow: 0 50px 80px -30px rgba(246, 37, 102, .6), 0 30px 60px -30px rgba(14, 30, 66, .4); }
.cta__pre { margin: 0 0 8px; font-weight: 700; font-size: 15px; }
.cta__t { color: #fff; font-size: clamp(32px, 4vw, 46px); letter-spacing: -.03em; }
.cta__t em { font-weight: 700; }
.cta__sub { max-width: 440px; margin: 16px auto 22px; font-size: 15px; opacity: .92; }
.cta__acts { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; }
main > .cta:first-child, .sec + .cta, .sec--tight + .cta, section:not(.grad) + .cta { padding-top: 20px; }

/* ---------- Pied de page ---------- */
.ft { background: var(--navy); color: #fff; padding: 80px 0 40px; font-size: 14px; }
.ft .brand { margin-bottom: 44px; }
.ft__top { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr); gap: 60px; }
.ft__quote { position: relative; margin: 0; padding-left: 46px; }
.ft__quote::before { content: "\201C"; position: absolute; left: 0; top: -14px; font: italic 700 60px/1 var(--serif); color: var(--pink); }
.ft__quote p { margin: 0; line-height: 1.8; max-width: 380px; }
.ft__h { margin: 0 0 12px; color: var(--pink); font-size: 23px; font-weight: 800; line-height: 1; }
.ft__h em { display: block; color: #fff; font-size: .95em; }
.ft__col p:not(.ft__h) { line-height: 1.7; }
.ft__col a:not(.ulink) { text-decoration: none; }
.ft__col a:not(.ulink):hover { color: #FF5C8E; }
.ft .ulink { color: #FF5C8E; }
.ft .ulink:hover { color: #fff; }
.ft__sub { margin: 64px 0 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .15); color: var(--pink); font-size: 23px; font-weight: 800; }
.ft__sub em { color: #fff; }
.ft__apps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px 24px; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.ft__apps a { text-decoration: none; font-weight: 600; }
.ft__apps a:hover { color: #FF5C8E; }
.ft__bot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 28px; }
.ft__bot ul { display: flex; flex-wrap: wrap; gap: 32px; }
.ft__bot li { position: relative; padding-left: 14px; }
.ft__bot li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.ft__bot a { text-decoration: none; }
.ft__bot a:hover { color: #FF5C8E; }
.ft__bot p { margin: 0; }
.ft__bot b { color: #FF5C8E; }

.dock { display: none; }
@media (max-width: 720px) {
  .dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; display: grid; grid-template-columns: auto minmax(0, 1fr); transform: translateY(100%); transition: transform .4s var(--ease); box-shadow: 0 -10px 30px -10px rgba(14, 30, 66, .35); }
  .dock.is-on { transform: none; }
  .nav-open .dock, .page-contact .dock { display: none; }
  .dock__btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 58px; padding: 0 22px; background: var(--navy); color: #fff; font-weight: 700; text-decoration: none; }
  .dock__btn--solid { background: var(--pink); }
  .ft { padding-bottom: 100px; }
}

/* ================= Pages intérieures ================= */
.phead { position: relative; overflow: hidden; isolation: isolate; padding: clamp(140px, 14vw, 170px) 0 clamp(80px, 9vw, 110px); background: var(--grad); color: #fff; }
.phead::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("../img/globe.svg") no-repeat right -12% top -60% / min(900px, 80vw) auto, radial-gradient(50% 60% at 100% 100%, rgba(246, 37, 102, .45), transparent 70%); opacity: .9; }
.crumbs { margin-bottom: 30px; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12.5px; font-weight: 600; color: rgba(255, 255, 255, .75); }
.crumbs li + li::before { content: "\2014"; margin-right: 8px; color: #FF5C8E; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #fff; }
.phead__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 60px; align-items: end; }
.phead__t { color: #fff; font-size: clamp(2.5rem, 5.4vw, 4.4rem); line-height: 1; letter-spacing: -.035em; max-width: 900px; }
.phead__t em { color: #fff; }
.phead__lede { max-width: 620px; margin: 24px 0 34px; color: rgba(255, 255, 255, .9); font-size: 17.5px; }
.phead--center { text-align: center; padding-bottom: 140px; }
.phead--center .phead__t, .phead--center .phead__lede { margin-left: auto; margin-right: auto; }
.phead__acts { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.bigcheck { display: inline-grid; place-items: center; width: 90px; height: 90px; margin-bottom: 30px; border-radius: 50%; background: var(--pink); box-shadow: 0 16px 34px -10px rgba(246, 37, 102, .9); }
.bigcheck .ico { width: 40px; height: 40px; stroke-width: 2.4; }
.for { padding: 36px; background: #fff; color: var(--text); box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .5); }
.for__h { margin: 0 0 10px; color: var(--pink-ink); font-weight: 800; font-size: 18px; }
.for p:last-child { margin: 0; }
.app__ico { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #FDE3EB; color: var(--pink-ink); flex: none; transition: background .3s, color .3s; }
.app__ico .ico { width: 24px; height: 24px; }
.app__ico--lg { width: 64px; height: 64px; margin-bottom: 20px; background: var(--pink); color: #fff; }
.phead .verdict { background: #fff; box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .5); }

.sec { padding: clamp(90px, 10vw, 130px) 0; }
.sec--tight { padding: clamp(60px, 7vw, 90px) 0 clamp(90px, 10vw, 130px); }
.sec__head { max-width: 760px; margin-bottom: 56px; }
.sec__t { font-size: clamp(2.2rem, 4.4vw, 3.6rem); letter-spacing: -.03em; line-height: 1; }
.sec__t em { color: var(--pink); }
.sec__lede { max-width: 600px; margin: 22px 0 0; font-size: 17px; }

.apps__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.app { display: flex; flex-direction: column; height: 100%; padding: 40px 36px; background: #fff; box-shadow: 0 30px 60px -30px rgba(14, 30, 66, .3); text-decoration: none; transition: transform .5s var(--ease), box-shadow .5s, background .4s; }
.app:hover { transform: translateY(-6px); box-shadow: 0 40px 70px -30px rgba(14, 30, 66, .45); }
.app:hover .app__ico { background: var(--pink); color: #fff; }
.app__t { margin: 26px 0 10px; font-size: 1.3rem; }
.app p { margin: 0 0 24px; font-size: 15px; }
.app__go { margin-top: auto; color: var(--pink); }
.app__go .ico { width: 30px; height: 30px; stroke-width: 1.4; transition: transform .4s var(--ease); }
.app:hover .app__go .ico { transform: translateX(8px); }

.feats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.feat { padding: 38px 34px; background: #fff; box-shadow: 0 30px 60px -30px rgba(14, 30, 66, .28); }
.feat__ok { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border-radius: 50%; background: var(--pink); color: #fff; }
.feat__ok .ico { width: 18px; height: 18px; stroke-width: 2.6; }
.feat h3 { margin-bottom: 10px; }
.feat p { margin: 0; font-size: 15px; }

.day { background: var(--grad); color: #fff; position: relative; overflow: hidden; }
.day .sec__t, .day .sec__t em { color: #fff; }
.day__in { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 48px; align-items: end; }
.day p { margin: 0; color: rgba(255, 255, 255, .88); }
.day .day__ex { margin: 26px 0 16px; padding: 24px 28px; background: #fff; color: var(--navy); font-weight: 700; font-size: 17px; box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .5); border-left: 5px solid var(--pink); }

.others__t { margin: 0 0 18px; font-weight: 800; color: var(--navy); font-size: 20px; }
.others__list { display: flex; flex-wrap: wrap; gap: 10px; }
.others__list a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid var(--line); font-weight: 600; font-size: 14.5px; text-decoration: none; transition: border-color .3s, color .3s; }
.others__list a:hover { border-color: var(--pink); color: var(--pink-ink); }

.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.cards .card { padding: 36px 30px; }
.rules { background: var(--soft); }
.rules__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.rules__box { padding: 44px; background: #fff; box-shadow: 0 30px 60px -30px rgba(14, 30, 66, .28); }
.rules__box--yes { background: var(--navy); color: rgba(255, 255, 255, .88); }
.rules__box--yes h3, .rules__box--yes b { color: #fff; }
.rules__box h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-size: 1.4rem; }
.rules__box h3 .ico { color: var(--pink); }
.rules__box li { position: relative; padding: 13px 0 13px 22px; border-top: 1px solid var(--line); font-size: 15px; }
.rules__box--yes li { border-color: rgba(255, 255, 255, .14); }
.rules__box li::before { content: ""; position: absolute; left: 2px; top: 24px; width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.rules__box b { color: var(--navy); }
.examples__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.examples__list a { display: flex; gap: 18px; height: 100%; padding: 28px; background: #fff; box-shadow: 0 24px 50px -28px rgba(14, 30, 66, .28); text-decoration: none; font-size: 14.5px; transition: transform .4s var(--ease); }
.examples__list a:hover { transform: translateY(-4px); }
.examples__list a:hover .app__ico { background: var(--pink); color: #fff; }
.examples__list b { display: block; margin-bottom: 4px; color: var(--navy); font-size: 16px; }

.work__list { display: grid; gap: 90px; }
.show { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.show:nth-child(even) .show__vis { order: 2; }
.show__vis { display: block; box-shadow: var(--shadow); text-decoration: none; transition: transform .6s var(--ease); }
.show__vis:hover { transform: translateY(-6px); }
.show__vis .win { border-radius: 0; box-shadow: none; }
.show__kind { margin: 0 0 10px; font-size: 13px; font-weight: 700; color: var(--pink-ink); }
.show__t { font-size: clamp(2rem, 3.4vw, 2.8rem); margin-bottom: 16px; }
.show__t a { text-decoration: none; }
.show__t a:hover { color: var(--pink); }
.show__figs { margin: 20px 0 26px; }
.show__figs li { display: flex; align-items: baseline; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.show__figs b { min-width: 70px; color: var(--pink); font-size: 26px; font-weight: 800; letter-spacing: -.02em; }
.casev { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.casev > .win { box-shadow: var(--shadow); font-size: clamp(11px, 1.05vw, 14px); }
.casev__figs li { padding: 20px 0; border-bottom: 1px solid var(--line); }
.figures__n { display: block; color: var(--pink); font-size: clamp(2.6rem, 4.4vw, 3.6rem); font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.figures__l { display: block; margin-top: 6px; font-weight: 600; }
.story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; }
.story h2 { margin: 0 0 14px; font-size: clamp(1.6rem, 2.4vw, 2rem); }
.story__txt p { margin: 0 0 40px; }
.story__built { align-self: start; padding: 44px; background: var(--navy); color: rgba(255, 255, 255, .88); box-shadow: var(--shadow); }
.story__built h2 { color: #fff; }
.story__built li { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 15px; }
.story__built .ico { margin-top: 5px; color: var(--pink); stroke-width: 2.4; }
.story__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.story__tags a { padding: 8px 14px; background: var(--pink); color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.story__tags a:hover { background: #fff; color: var(--navy); }

.faq__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 60px; align-items: start; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 0; }
.faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; color: var(--navy); font-weight: 700; font-size: 16.5px; transition: color .3s; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--pink-ink); }
.faq__ico { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: #FDE3EB; color: var(--pink-ink); transition: transform .4s var(--ease), background .3s, color .3s; }
.faq__item[open] .faq__ico { transform: rotate(45deg); background: var(--pink); color: #fff; }
.faq__a { padding: 0 50px 22px 0; font-size: 15px; }
.faq__a p { margin: 0; }
.sec.faq .faq__list { padding: 8px 36px; background: #fff; box-shadow: 0 30px 60px -30px rgba(14, 30, 66, .28); }

.contact { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 50px; align-items: start; }
.form { padding: clamp(28px, 4vw, 50px); background: #fff; box-shadow: var(--shadow); }
.form__alert { padding: 14px 16px; background: #FDE3EB; color: #8E0C33; font-weight: 600; }
.form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { margin: 0 0 22px; padding: 0; border: 0; min-width: 0; }
.field > label, .field legend { display: block; margin-bottom: 10px; padding: 0; color: var(--navy); font-weight: 700; font-size: 15px; }
.field small { margin-left: 4px; font-weight: 500; color: var(--mute); }
.field input, .field textarea, .field select { width: 100%; padding: 14px 16px; border: 0; border-bottom: 2px solid var(--line); background: var(--soft); color: var(--navy); transition: border-color .3s, background .3s; }
.field textarea { resize: vertical; min-height: 150px; line-height: 1.6; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--pink); background: #fff; }
.field [aria-invalid="true"] { border-color: var(--pink); }
.field__err { margin: 8px 0 0; color: var(--pink-ink); font-size: 14px; font-weight: 600; }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.choices { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.choice span { display: inline-block; padding: 10px 16px; border: 1px solid var(--line); font-size: 14px; font-weight: 600; transition: background .2s, border-color .2s, color .2s; }
.choice:hover span { border-color: var(--navy); }
.choice input:checked + span { background: var(--pink); border-color: var(--pink); color: #fff; }
.choice input:focus-visible + span { outline: 2px solid var(--pink); outline-offset: 2px; }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 8px; }
.form__legal { flex: 1 1 220px; margin: 0; color: var(--mute); font-size: 13px; }
.contact__side { display: grid; gap: 26px; }
.contact__card { padding: 34px; background: var(--navy); color: rgba(255, 255, 255, .88); box-shadow: var(--shadow); }
.contact__card .for__h { color: #FF5C8E; }
.contact__tel { display: flex; align-items: center; gap: 10px; margin: 4px 0 10px; color: #fff; font-size: 26px; font-weight: 800; text-decoration: none; }
.contact__mail { display: flex; align-items: center; gap: 10px; text-decoration: none; word-break: break-all; }
.contact__tel:hover, .contact__mail:hover { color: #FF5C8E; }
.contact__next { counter-reset: n; }
.contact__next li { counter-increment: n; position: relative; padding: 12px 0 12px 38px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 15px; }
.contact__next li::before { content: counter(n, decimal-leading-zero); position: absolute; left: 0; top: 10px; font: italic 700 20px/1.2 var(--serif); color: var(--pink); }

.verdict { display: grid; margin: 0; }
.verdict p { display: flex; align-items: center; gap: 14px; margin: 0; padding: 18px 22px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.verdict p:last-child { border-bottom: 0; }
.verdict b { margin-left: auto; font-size: 22px; font-weight: 800; }
.verdict__ok, .verdict__ko { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; }
.verdict__ok { background: var(--pink); color: #fff; }
.verdict__ko { background: var(--soft); color: var(--mute); }
.verdict .ico { width: 15px; height: 15px; stroke-width: 2.6; }
.contact__side .verdict { box-shadow: var(--shadow); background: #fff; }

.prose { max-width: 760px; }
.prose h2 { margin: 44px 0 12px; font-size: 1.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--pink-ink); font-weight: 700; }

/* ---------- Apparitions ---------- */
.anim [data-intro] { opacity: 0; animation: introSafe 0s 3s forwards; }
@keyframes introSafe { to { opacity: 1; } }
.gsap-on [data-intro] { animation: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hd__cta { display: none; }
  .hero__in, .sec2__grid, .band__grid, .band__grid--faq, .news__grid, .phead__grid, .casev, .story, .contact, .faq__grid, .show, .nav__in { grid-template-columns: minmax(0, 1fr); }
  .hero__t { margin-right: 0; }
  .hero__disc { justify-self: start; width: min(380px, 80%); margin-top: 20px; }
  .band__media { margin-left: 0; }
  .band__txt { text-align: left; }
  .band__txt .label { justify-content: flex-start; }
  .band__txt p { margin-left: 0; }
  .live__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .live__head { grid-area: auto; grid-column: 1 / -1; order: -1; }
  .card--1, .card--2, .card--3, .card--4 { grid-area: auto; margin-top: 0; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .apps__grid, .feats, .examples__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ft__top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ft__quote { grid-column: 1 / -1; }
  .ft__apps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .show:nth-child(even) .show__vis { order: 0; }
  .day__in { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .nav__side { padding-left: 0; border-left: 0; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, .2); }
  .nav { align-items: flex-start; }
}
@media (max-width: 720px) {
  body { font-size: 15.5px; }
  .hd__in { padding-top: 18px; padding-bottom: 18px; }
  .hd__menu, .brand__tag { display: none; }
  .brand__name { font-size: 18.5px; }
  .brand__mark { width: 32px; height: 32px; }
  .burger, .hd__tel { width: 46px; height: 46px; }
  .burger span { left: 14px; right: 14px; }
  .burger span:nth-child(1) { top: 16px; } .burger span:nth-child(2) { top: 22px; } .burger span:nth-child(3) { top: 28px; }
  .nav-open .burger span:nth-child(1), .nav-open .burger span:nth-child(3) { top: 22px; }
  .hero { padding-bottom: 130px; }
  .hero__t { font-size: clamp(2.5rem, 12vw, 3.2rem); }
  .hero__disc { width: 88%; justify-self: center; }
  .live__grid, .cards, .apps__grid, .feats, .examples__list, .rules__cols, .form__row { grid-template-columns: minmax(0, 1fr); }
  .card, .cards .card { padding: 34px 28px; }
  .fig { padding: 40px 34px; min-height: 280px; }
  .figs__rail { gap: 20px; }
  .faqcard { padding: 6px 22px; }
  .faq__a { padding-right: 0; }
  .quotes a { font-size: 22px; }
  .news__h a { font-size: 24px; }
  .ft__top, .ft__apps { grid-template-columns: minmax(0, 1fr); }
  .win { font-size: 11.5px; }
  .win__body { grid-template-columns: 40px minmax(0, 1fr); }
  .win__side span { width: 16px; height: 16px; }
  .win__main { padding: 12px; }
  .board { gap: 6px; }
  .toast { left: 10px; right: 10px; bottom: 10px; }
  .disc .toast { display: none; }
  .anim .kard--move { animation-name: km-sm; }
  .rules__box, .story__built { padding: 30px 24px; }
  .cta__box { padding: 44px 24px; }
}
@keyframes km-sm { 0%, 22% { transform: none; } 28% { transform: translateY(-4px) rotate(-1.5deg); } 44% { transform: translateX(calc(100% + 6px)) translateY(-4px) rotate(1deg); } 50%, 90% { transform: translateX(calc(100% + 6px)); opacity: 1; } 95% { transform: translateX(calc(100% + 6px)); opacity: 0; } 96% { transform: none; opacity: 0; } 100% { transform: none; opacity: 1; } }
@media (max-width: 420px) {
  .kard small { display: none; }
  .kard { min-height: 44px; }
  .win__head .win__btn { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- Plan du site ---------- */
.plan { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.plan__col { padding: 40px 36px; background: #fff; box-shadow: 0 30px 60px -30px rgba(14, 30, 66, .28); }
.plan__h { margin-bottom: 18px; color: var(--pink); font-size: 1.35rem; }
.plan__h a { text-decoration: none; }
.plan__h a:hover { color: var(--navy); }
.plan li { position: relative; padding: 10px 0 10px 16px; border-top: 1px solid var(--line); }
.plan li::before { content: ""; position: absolute; left: 0; top: 1.3em; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.plan li a { color: var(--navy); font-weight: 600; text-decoration: none; }
.plan li a:hover { color: var(--pink-ink); }
@media (max-width: 1080px) { .plan { grid-template-columns: minmax(0, 1fr); } }

/* Mention « offre soumise à acceptation » */
.fine { display: inline-block; margin-top: 6px; font-size: 13px; font-weight: 600; opacity: .85; }
.figs__nav .fine { margin: 0; color: var(--mute); }
.verdict .verdict__fine { display: block; padding: 12px 22px 14px; border-bottom: 0; color: var(--mute); font-size: 12.5px; font-weight: 600; }
.verdict__fine a { color: var(--pink-ink); }

/* ---------- Retour en haut (repris de siteprotect.fr) ----------
   L'anneau rose se remplit avec la progression dans la page : le même bouton dit où l'on en est et permet d'en revenir.
   Il passe SOUS le menu plein écran (z-index 70 contre 90). */
.haut { position: fixed; right: clamp(14px, 2.2vw, 26px); bottom: clamp(14px, 2.2vw, 26px); z-index: 70; width: 52px; height: 52px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: conic-gradient(var(--pink) calc(var(--haut-p, 0) * 1%), rgba(14, 30, 66, .18) 0); color: #fff; cursor: pointer; box-shadow: 0 14px 30px -12px rgba(14, 30, 66, .55); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .35s cubic-bezier(.4, 0, .2, 1), transform .45s cubic-bezier(.22, 1, .36, 1), visibility .35s; }
.haut.est-visible { opacity: 1; visibility: visible; transform: none; }
.haut__fond { position: absolute; inset: 3px; border-radius: 50%; background: var(--navy); transition: background-color .3s; }
.haut__fleche { position: relative; width: 20px; height: 20px; transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.haut__fleche path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: butt; stroke-linejoin: miter; }
.haut:hover .haut__fond { background: var(--pink); }
.haut:hover .haut__fleche { transform: translateY(-2px); }
.haut:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
.nav-open .haut { opacity: 0; visibility: hidden; }
@media (max-width: 720px) { .haut { bottom: 72px; right: 12px; width: 48px; height: 48px; } }
@media (prefers-reduced-motion: reduce) { .haut { transform: none; transition: opacity .2s linear, visibility .2s; } .haut:hover .haut__fleche { transform: none; } }

/* Écran One Reputation (avis) */
.rate { display: flex; align-items: center; gap: 18px; padding: 6px 4px 14px; border-bottom: 1px solid var(--line); }
.rate__n { margin: 0; font-size: 30px; font-weight: 800; line-height: 1; }
.rate__n small { font-size: 12px; color: var(--mute); }
.rate__bars { flex: 1; display: grid; gap: 4px; }
.rate__bars p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 10.5px; color: var(--mute); }
.rate__bars span { width: 18px; }
.rate__bars i { flex: 1; height: 6px; background: var(--soft); border-radius: 3px; overflow: hidden; }
.rate__bars b { display: block; height: 100%; background: var(--pink); border-radius: 3px; }
.rev { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2px 10px; padding: 10px 4px; border-bottom: 1px solid var(--line); }
.rev:last-child { border-bottom: 0; }
.rev p { display: flex; align-items: center; gap: 8px; margin: 0; }
.rev small { grid-column: 1; color: var(--mute); font-size: 11px; }
.rev .chip, .rev .win__btn { grid-column: 2; grid-row: 1 / 3; }
.stars { color: #F5A623; letter-spacing: 1px; font-size: 11px; }
/* Largeurs posées ici et non en style="" : la CSP (style-src 'self') bloque les styles en ligne. Note 4,8 ⇒ 5★ domine. */
.rate__bars p:nth-child(1) b { width: 84%; }
.rate__bars p:nth-child(2) b { width: 11%; }
.rate__bars p:nth-child(3) b { width: 3%; }
.rate__bars p:nth-child(4) b { width: 1.5%; }
.rate__bars p:nth-child(5) b { width: 1%; }

/* Écran Les clés de la gestion (catalogue PDF) — aucune règle en style="" (CSP). */
.shot--pdf { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 18px; background: var(--soft); }
.pdfp { position: relative; display: flex; flex-direction: column; gap: 6px; aspect-ratio: 1 / 1.41; padding: 12px 10px; background: #fff; box-shadow: 0 8px 18px -10px rgba(14, 30, 66, .35); overflow: hidden; }
.pdfp--cover { justify-content: flex-end; background: var(--navy); color: #fff; }
.pdfp--cover b { font-size: 15px; font-weight: 800; }
.pdfp--cover small { font-size: 10px; opacity: .8; }
.pdfp__logo { position: absolute; top: 12px; left: 10px; width: 26px; height: 26px; border-radius: 50%; border: 3px solid var(--pink); }
.pdfp__band { height: 6px; margin-top: 8px; background: var(--pink); }
.pdfp__dom { display: flex; align-items: center; gap: 6px; margin: 0 0 4px; font-size: 9.5px; color: var(--pink-ink); }
.pdfp__ico { width: 14px; height: 14px; border-radius: 4px; background: var(--pink); }
.pdfp__h { height: 8px; width: 80%; background: var(--navy); }
.pdfp__l { height: 4px; background: #DADDE7; }
.pdfp__l--s { width: 60%; }
.pdfp__box { display: grid; gap: 4px; margin: 4px 0; padding: 6px; background: #FDE3EB; }
.pdfp__box i { height: 3px; background: #F4A7BF; }
.pdfp__n { position: absolute; right: 8px; bottom: 6px; font-size: 9px; color: var(--mute); }
.pdfp--sync { align-items: center; justify-content: center; text-align: center; gap: 4px; }
.pdfp--sync b { font-size: 12px; }
.pdfp--sync small { font-size: 10px; color: var(--mute); }
.pdfp--sync .win__btn { margin-top: 10px; }
.sync { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pink); color: #fff; }
.sync .ico { width: 16px; height: 16px; stroke-width: 2.6; }
