/* ==========================================================================
   Centurion Territory — feuille de style
   Points de rupture (repris du design) : 760px · 900px · 1080px · 1110px
   ========================================================================== */

:root {
  --yellow: #FCE404;
  --yellow-hover: #FFEE3A;
  --text: #B4B4B4;
  --muted: #8C8C8C;
  --dim: #7C7C7C;
  --card: #0A0A0A;
  --line: #1F1F1F;
  --line-soft: #1A1A1A;
  --section-line: #141414;

  --font-sans: 'Switzer', system-ui, -apple-system, sans-serif;
  --font-display: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
  --font-stat: 'Barlow Condensed', Impact, sans-serif;
  --font-hand: 'Nanum Pen Script', cursive;
  --font-ios: -apple-system, BlinkMacSystemFont, 'Switzer', sans-serif;
  --ease-out: cubic-bezier(.2, .8, .2, 1);

  --i-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8.5l3.5 3.5 7.5-8' fill='none' stroke='%23FCE404' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --i-cross: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' fill='none' stroke='%23555555' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  --i-arrow-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8h11M9 3.5 13.5 8 9 12.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --i-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M3 10h13M11 5l5 5-5 5' fill='none' stroke='%23FCE404' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
*, *::before, *::after { box-sizing: border-box; }
a { color: var(--yellow); text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: var(--yellow); color: #000; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }

.yellow { color: var(--yellow); }
.white { color: #fff; font-weight: 600; }
.nowrap { white-space: nowrap; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Animations ---------- */

@keyframes ctSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes ctCursor { 0% { transform: translate(-170px, -90px); opacity: 0; } 10% { opacity: 1; } 60% { transform: translate(0, 0) scale(1); } 68% { transform: translate(0, 0) scale(.86); } 76% { transform: translate(0, 0) scale(1); opacity: 1; } 88% { transform: translate(26px, 18px); opacity: 0; } 100% { transform: translate(26px, 18px); opacity: 0; } }
@keyframes ctRipple { 0%, 66% { transform: scale(.3); opacity: 0; } 70% { opacity: .9; } 86%, 100% { transform: scale(2.2); opacity: 0; } }
@keyframes ctBtn { 0%, 66% { background: transparent; color: #fff; border-color: #3A3A3A; } 72%, 84% { background: #fff; color: #000; border-color: #fff; } 96%, 100% { background: transparent; color: #fff; border-color: #3A3A3A; } }
@keyframes ctSign { 0% { stroke-dashoffset: 700; opacity: 1; } 78%, 100% { stroke-dashoffset: 0; opacity: 1; } }
@keyframes ctSign2 { 0%, 72% { stroke-dashoffset: 300; opacity: 1; } 96%, 100% { stroke-dashoffset: 0; opacity: 1; } }
@keyframes ctB1 { 0% { opacity: 0; transform: translateY(8px) scale(.96); } 10%, 100% { opacity: 1; transform: none; } }
@keyframes ctRead { 0%, 28% { opacity: 0; } 34%, 100% { opacity: 1; } }
@keyframes ctTyping { 0%, 38% { opacity: 0; transform: translateY(6px); } 44%, 70% { opacity: 1; transform: none; } 76%, 100% { opacity: 0; transform: none; } }
@keyframes ctB2 { 0%, 74% { opacity: 0; transform: translateY(8px) scale(.96); } 82%, 100% { opacity: 1; transform: none; } }
@keyframes ctDot { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-3px); opacity: 1; } }
@keyframes ctLeadCard {
  0% { transform: translate(0, 6px); opacity: 0; background: #1C1C1C; color: #fff; border-color: #333; }
  8% { transform: translate(0, 0); opacity: 1; }
  26% { transform: translate(0, 0) rotate(0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  34% { transform: translate(calc(50% + 9px), -8px) rotate(-3deg); box-shadow: 0 18px 30px -12px rgba(0, 0, 0, .9); }
  42% { transform: translate(calc(100% + 18px), 0) rotate(0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  62% { transform: translate(calc(100% + 18px), 0) rotate(0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
  70% { transform: translate(calc(150% + 27px), -8px) rotate(-3deg); box-shadow: 0 18px 30px -12px rgba(0, 0, 0, .9); background: #1C1C1C; color: #fff; border-color: #333; }
  78%, 100% { transform: translate(calc(200% + 36px), 0) rotate(0); opacity: 1; box-shadow: 0 10px 26px -10px rgba(252, 228, 4, .55); background: #FCE404; color: #000; border-color: #FCE404; }
}
@keyframes ctTagA { 0%, 32% { opacity: 1; } 36%, 100% { opacity: 0; } }
@keyframes ctTagQ { 0%, 36% { opacity: 0; } 42%, 66% { opacity: 1; } 70%, 100% { opacity: 0; } }
@keyframes ctTagB { 0%, 72% { opacity: 0; } 78%, 100% { opacity: 1; } }
@keyframes ctColHit { 0%, 74% { border-color: #1F1F1F; background: #101010; } 80% { border-color: rgba(252, 228, 4, .5); background: #15140A; } 100% { border-color: rgba(252, 228, 4, .3); background: #121209; } }
@keyframes ctAgSlide { 0%, 16% { transform: translateX(0); } 20%, 36% { transform: translateX(-20%); } 40%, 56% { transform: translateX(-40%); } 60%, 76% { transform: translateX(-60%); } 80%, 96% { transform: translateX(-80%); } 100% { transform: translateX(0); } }
@keyframes ctAgDay0 { 0%, 17% { background: #4E8DF5; color: #0B1220; } 19%, 97% { background: rgba(78, 141, 245, 0); color: #E8EAED; } 99%, 100% { background: #4E8DF5; color: #0B1220; } }
@keyframes ctAgLab0 { 0%, 17% { color: #4E8DF5; } 19%, 97% { color: #9AA0A6; } 99%, 100% { color: #4E8DF5; } }
@keyframes ctAgDay1 { 0%, 17% { background: rgba(78, 141, 245, 0); color: #E8EAED; } 19%, 37% { background: #4E8DF5; color: #0B1220; } 39%, 100% { background: rgba(78, 141, 245, 0); color: #E8EAED; } }
@keyframes ctAgLab1 { 0%, 17% { color: #9AA0A6; } 19%, 37% { color: #4E8DF5; } 39%, 100% { color: #9AA0A6; } }
@keyframes ctAgDay2 { 0%, 37% { background: rgba(78, 141, 245, 0); color: #E8EAED; } 39%, 57% { background: #4E8DF5; color: #0B1220; } 59%, 100% { background: rgba(78, 141, 245, 0); color: #E8EAED; } }
@keyframes ctAgLab2 { 0%, 37% { color: #9AA0A6; } 39%, 57% { color: #4E8DF5; } 59%, 100% { color: #9AA0A6; } }
@keyframes ctAgDay3 { 0%, 57% { background: rgba(78, 141, 245, 0); color: #E8EAED; } 59%, 77% { background: #4E8DF5; color: #0B1220; } 79%, 100% { background: rgba(78, 141, 245, 0); color: #E8EAED; } }
@keyframes ctAgLab3 { 0%, 57% { color: #9AA0A6; } 59%, 77% { color: #4E8DF5; } 79%, 100% { color: #9AA0A6; } }
@keyframes ctAgDay4 { 0%, 77% { background: rgba(78, 141, 245, 0); color: #E8EAED; } 79%, 97% { background: #4E8DF5; color: #0B1220; } 99%, 100% { background: rgba(78, 141, 245, 0); color: #E8EAED; } }
@keyframes ctAgLab4 { 0%, 77% { color: #9AA0A6; } 79%, 97% { color: #4E8DF5; } 99%, 100% { color: #9AA0A6; } }
@keyframes ctFidScan { 0% { opacity: .55; transform: scale(1); } 25% { opacity: 1; transform: scale(1.06); } 50% { opacity: .7; transform: scale(1); } 75% { opacity: 1; transform: scale(1.06); } 88% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(.9); } }
@keyframes ctFidCheck { 0% { stroke-dashoffset: 50; } 100% { stroke-dashoffset: 0; } }
@keyframes ctFidLock { 0% { transform: translateY(0) rotate(0); } 100% { transform: translateY(-3px) rotate(28deg); } }
@keyframes ctFidUp { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-104%); opacity: .6; } }
@keyframes irShine { 0% { background-position: 100% 0; } 55%, 100% { background-position: 0% 0; } }
@keyframes irGlowMove { 0% { -webkit-mask-position: 100% 0; mask-position: 100% 0; } 55%, 100% { -webkit-mask-position: 0% 0; mask-position: 0% 0; } }

/* Les illustrations animées attendent d'être visibles (voir main.js). */
.js [data-anim]:not(.is-playing),
.js [data-anim]:not(.is-playing) * { animation-play-state: paused !important; }

/* ---------- Barres collantes ---------- */

.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: rgba(0, 0, 0, .84);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid #161616;
  transform: translateY(-105%);
  visibility: hidden;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), visibility 0s .5s;
}
.topbar__inner {
  max-width: 1180px; height: 64px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.topbar__right { display: flex; align-items: center; gap: 24px; min-width: 0; }
.topbar__tagline {
  font-size: 10.5px; font-weight: 650; letter-spacing: .24em; text-transform: uppercase;
  color: var(--dim); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.topbar__cta {
  flex: 0 0 auto; display: inline-flex; align-items: center; height: 42px; padding: 0 22px;
  border-radius: 3px; background: var(--yellow); color: #000;
  font-size: 12px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap;
  transition: background .2s ease, box-shadow .25s ease, scale .2s var(--ease-out);
}
.topbar__cta:hover { background: var(--yellow-hover); color: #000; box-shadow: 0 0 0 5px rgba(252, 228, 4, .14); }

.mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  background: #000; border-top: 1px solid #161616;
  transform: translateY(110%);
  visibility: hidden;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), visibility 0s .5s;
}
.mobilebar__cta {
  display: flex; align-items: center; justify-content: center; height: 56px; border-radius: 4px;
  background: var(--yellow); color: #000;
  font-size: 13px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase;
}

@media (min-width: 760px) {
  .show-bars .topbar { transform: translateY(0); visibility: visible; transition: transform .5s cubic-bezier(.2, .8, .2, 1), visibility 0s; }
}
@media (max-width: 759.98px) {
  .show-bars .mobilebar { transform: translateY(0); visibility: visible; transition: transform .5s cubic-bezier(.2, .8, .2, 1), visibility 0s; }
}

/* ---------- Logo ---------- */

.lockup { display: flex; align-items: center; flex: none; }
.lockup img { width: auto; display: block; }
.lockup__badge {
  font-family: var(--font-display); line-height: 1; background: var(--yellow); color: #000;
  border-radius: 2px; position: relative; top: .16em; padding: .1em .22em 0;
}
.lockup--bar { gap: 9px; }
.lockup--bar img { height: 18px; }
.lockup--bar .lockup__badge { font-size: 18px; padding: 3px 5px 1px; }
.lockup--hero { gap: 14px; }
.lockup--hero img { height: clamp(28px, 4.2vw, 46px); }
.lockup--hero .lockup__badge { font-size: clamp(24px, 3.4vw, 38px); }
.lockup--footer { gap: 12px; }
.lockup--footer img { height: 30px; }
.lockup--footer .lockup__badge { font-size: 26px; }

/* ---------- Sections & titres ---------- */

.section { border-top: 1px solid var(--section-line); padding: clamp(60px, 6.7vw, 88px) 20px; }

.h2 {
  margin: 0 auto; max-width: 1000px;
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(40px, 7vw, 3.75rem); line-height: .95; letter-spacing: .005em;
  text-align: center; text-wrap: balance; color: #fff;
}
.kicker {
  margin: 20px auto 0; font-size: 12px; font-weight: 650; letter-spacing: .3em;
  text-transform: uppercase; color: var(--muted); text-align: center; line-height: 1.6;
}
.lede {
  margin: 26px auto 0; max-width: 640px; font-size: 17px; line-height: 1.7;
  color: var(--text); text-align: center; text-wrap: pretty;
}
.bar { width: 56px; height: 3px; background: var(--yellow); margin-top: 16px; }
.bar--sm { position: relative; width: 40px; margin-top: 0; }

/* ---------- Bouton principal (bordure lumineuse animée) ---------- */

.cta { width: 100%; display: flex; flex-direction: column; align-items: center; }
.cta__frame {
  position: relative; display: flex; width: 100%; max-width: 392px; padding: 5px;
  border-radius: 9px; background: #0E0E0B; overflow: hidden; box-shadow: 0 0 0 1px #1F1F1A;
}
.cta__frame::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: 720px; height: 720px; margin: -360px 0 0 -360px;
  background: conic-gradient(from 0deg, rgba(252, 228, 4, 0) 0deg, rgba(252, 228, 4, 0) 250deg, rgba(252, 228, 4, .9) 320deg, rgba(252, 228, 4, 0) 360deg);
  animation: ctSpin 4s linear infinite; pointer-events: none;
}
.cta__frame::after {
  content: ""; position: absolute; inset: 1px; border-radius: 8px; background: #0E0E0B; pointer-events: none;
}
.cta__btn {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: center;
  width: 100%; height: 60px; padding: 0 24px; border-radius: 3px;
  background: var(--yellow); color: #000;
  font-size: 14px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; text-align: center;
  transition: background .2s ease, box-shadow .25s ease, scale .2s var(--ease-out);
}
.cta__btn:hover { background: var(--yellow-hover); color: #000; box-shadow: 0 0 0 5px rgba(252, 228, 4, .14); }
.cta__note {
  margin: 18px 0 0; font-size: 10.5px; font-weight: 650; letter-spacing: .26em;
  text-transform: uppercase; color: var(--dim); text-align: center; line-height: 1.7;
}

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; height: 54px; padding: 0 34px;
  border: 1.5px solid var(--yellow); border-radius: 3px; color: var(--yellow);
  font-size: 12.5px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase;
  transition: background .2s, scale .2s var(--ease-out);
}
.btn-outline:hover { background: rgba(252, 228, 4, .08); color: var(--yellow); }

/* Flèche à droite des boutons « Réserver un appel » (couleur du texte) */
.cta__btn, .topbar__cta, .mobilebar__cta, .btn-outline { gap: 10px; }
.cta__btn::after, .topbar__cta::after, .mobilebar__cta::after, .btn-outline::after {
  content: ""; flex: none; width: 16px; height: 16px; background-color: currentColor;
  -webkit-mask: var(--i-arrow-btn) center / contain no-repeat; mask: var(--i-arrow-btn) center / contain no-repeat;
  transition: translate .25s var(--ease-out);
}
.topbar__cta::after { width: 14px; height: 14px; }
@media (hover: hover) and (pointer: fine) {
  .cta__btn:hover::after, .topbar__cta:hover::after, .btn-outline:hover::after { translate: 3px 0; }
}

/* ---------- Listes à puces (coches / croix) ---------- */

.list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.list li { display: flex; gap: 14px; align-items: flex-start; padding: 17px 0; font-size: 16px; line-height: 1.5; }
.list li + li { border-top: 1px solid var(--list-line, var(--line-soft)); }
.list li::before { content: ""; flex: none; width: 16px; height: 16px; margin-top: 4px; background: no-repeat center / 16px 16px; }
.list--check li { color: var(--yellow); }
.list--check li::before { background-image: var(--i-check); }
.list--cross li { color: var(--dim); }
.list--cross li::before { background-image: var(--i-cross); }

/* ---------- Avatars de l'équipe ---------- */

.avatars { position: relative; display: flex; align-items: center; align-self: flex-start; }
.avatars__item {
  position: relative; width: 38px; height: 38px; border-radius: 50%;
  background: #2A2A2A; box-shadow: 0 0 0 2px var(--ring, var(--card));
}
.avatars__item + .avatars__item { margin-left: -11px; }
.avatars__item img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; display: block; }
.avatars__online {
  position: absolute; right: -1px; bottom: -1px; width: 11px; height: 11px; border-radius: 50%;
  background: #34C759; border: 2px solid var(--ring, var(--card)); pointer-events: none;
}

/* ==========================================================================
   01 · Hero
   ========================================================================== */

.hero { padding: 48px 20px clamp(60px, 6.7vw, 88px); display: flex; flex-direction: column; align-items: center; }
.hero__kicker {
  margin: 0; font-size: 11px; font-weight: 650; letter-spacing: .32em; text-transform: uppercase;
  color: var(--muted); text-align: center; line-height: 1.6;
}

.hero__visual {
  position: relative; width: 100%; max-width: 1000px; margin-top: 16px;
  aspect-ratio: 2 / 1; min-height: 440px; zoom: .87;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden; background: #000; isolation: isolate;
}
.hero__panel { position: absolute; inset: 0; }
.hero__panel--agenda { clip-path: polygon(0 0, 27.7% 0, 21.7% 100%, 0 100%); background: #070707; }
.hero__panel--photo { clip-path: polygon(28.3% 0, 52.7% 0, 46.7% 100%, 22.3% 100%); background: #262626; }
.hero__panel--site { clip-path: polygon(78.3% 0, 100% 0, 100% 100%, 72.3% 100%); background: #141414; }
.hero__panel--map { clip-path: polygon(53.3% 0, 77.7% 0, 71.7% 100%, 47.3% 100%); background: #070707; }

.hero__photo {
  position: absolute; left: 37.5%; top: 22%; height: 78%; width: auto; max-width: none;
  aspect-ratio: 1 / 1; object-fit: cover; transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%);
}
.hero__site {
  position: absolute; left: 72%; top: 0; width: 28%; height: 100%;
  object-fit: cover; object-position: 72% 50%; filter: saturate(.9) brightness(.85);
}
.hero__map { position: absolute; left: 45%; width: 36%; top: 11%; height: 80%; overflow: visible; }

/* Agenda miniature (panneau de gauche) */
.mini-agenda {
  position: absolute; left: 0; top: 0; width: 360px; height: 143%;
  transform: scale(.7); transform-origin: 0 0;
}
.mini-agenda__rows {
  position: absolute; left: 0; top: 0; bottom: 0; width: 34%;
  background-image: linear-gradient(#161616 1px, transparent 1px);
  background-size: 100% 46px; background-position: 0 150px;
}
.mini-agenda__col { position: absolute; top: 104px; bottom: 0; width: 1px; background: #161616; }
.mini-agenda__day { position: absolute; top: 118px; font-size: 10px; font-weight: 700; letter-spacing: .18em; color: #666; }
.mini-agenda__hours {
  position: absolute; left: 10px; top: 144px; margin: 0; padding: 0; list-style: none;
  font-size: 10px; color: #474747; font-variant-numeric: tabular-nums;
}
.mini-agenda__hours li { height: 46px; }
.mini-agenda__event {
  position: absolute; width: 120px; border-radius: 6px; padding: 8px 10px;
  display: flex; flex-direction: column; gap: 3px;
  background: rgba(10, 132, 255, .12); border: 1px solid rgba(10, 132, 255, .4);
}
.mini-agenda__event span:first-child { font-size: 10px; color: #6CB6FF; font-variant-numeric: tabular-nums; }
.mini-agenda__event span:last-child { font-size: 12px; font-weight: 600; line-height: 1.2; color: #fff; }
.mini-agenda__event--active { background: #0A84FF; border: 0; box-shadow: 0 12px 30px -8px rgba(10, 132, 255, .55); }
.mini-agenda__event--active span:first-child { color: rgba(255, 255, 255, .8); }
.mini-agenda__event--active span:last-child { font-weight: 700; }

.hero__shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .5) 21%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .74) 73%, #000 95%);
}
.hero__vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(64% 80% at 50% 42%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .6) 100%);
}

.hero__brand { position: relative; padding: 14px 20px 0; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.hero__tagline {
  margin: 0; font-size: clamp(10px, 1.1vw, 12.5px); font-weight: 650; letter-spacing: .34em;
  text-transform: uppercase; color: #fff; text-align: center; line-height: 1.5;
}

.hero__stats {
  position: relative; margin: 0; padding: 0 12px 20px; list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center; row-gap: 20px;
}
.hero-stat { flex: 1 1 150px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
/* Mobile : pas de chiffres dans le visuel d'accueil */
@media (max-width: 759.98px) {
  .hero__stats { display: none; }
  .hero { padding-top: 20px; }
  /* Visuel moins haut : les deux chiffres remontent */
  .hero__visual { min-height: 225px; }
}
.hero-stat__value {
  font-family: var(--font-stat); font-style: italic; font-weight: 800;
  font-size: clamp(38px, 4.8vw, 60px); line-height: .9; letter-spacing: -.01em;
  white-space: nowrap; padding: 0 .08em; color: #B8B8B8;
}
.hero-stat__label {
  font-family: var(--font-stat); font-style: italic; font-weight: 800;
  font-size: clamp(11px, 1.15vw, 13.5px); letter-spacing: .06em; text-transform: uppercase;
  color: #BDBDBD; line-height: 1.2; max-width: 170px;
}

.hero__title {
  margin: clamp(28px, 3.7vw, 44px) auto 0; max-width: 1060px;
  font-size: clamp(30px, 4.2vw, 56px); font-weight: 600; line-height: 1.06; letter-spacing: -.035em;
  text-align: center; text-wrap: balance;
}
@media (max-width: 759.98px) { .hero__title { margin-top: 4px; font-size: clamp(32px, 9vw, 35px); } }
.highlight {
  position: relative; display: inline-block; isolation: isolate; white-space: nowrap;
  padding: .02em .18em .06em; color: #000; font-weight: 700;
}
.highlight::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--yellow); border-radius: .08em; transform: rotate(-1deg);
}
.hero__lede {
  margin: 26px auto 0; max-width: 680px; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65;
  color: var(--text); text-align: center; text-wrap: pretty;
}
.hero__meta {
  margin: 34px 0 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px 0;
}
.hero__meta li {
  position: relative; padding: 0 22px; font-size: 12px; font-weight: 650; letter-spacing: .24em;
  text-transform: uppercase; color: #fff; line-height: 1.5; text-align: center;
}
@media (min-width: 1110px) {
  .hero__meta { flex-direction: row; min-height: 22px; }
  .hero__meta li + li::before {
    content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 22px; margin-top: -11px; background: #3A3A3A;
  }
}
.hero .cta { margin-top: 40px; }
.hero .cta__note { max-width: 460px; }

/* ==========================================================================
   02 · Résultats
   ========================================================================== */

.intro { margin: 26px auto 0; max-width: 600px; font-size: 17px; line-height: 1.7; color: var(--text); text-align: center; text-wrap: pretty; }
.intro p { margin: 1em 0; }

.results { max-width: 1000px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: flex; flex-wrap: wrap; gap: 28px; align-items: stretch; }
.result {
  flex: 1 1 400px; min-width: 0; position: relative; display: flex; flex-direction: column;
  border-radius: 14px; border: 1px solid var(--line); background: var(--card); overflow: hidden;
}
.result__head { position: relative; padding: 40px 30px 34px; border-bottom: 1px solid var(--line-soft); min-height: 260px; }
.result__photo {
  position: absolute; top: 0; right: 0; width: 58%; height: 100%; object-fit: cover; object-position: 50% 22%; opacity: .55;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 78%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 78%);
}
.result__body { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.result__name { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: .01em; }
.result__figure { margin: 20px 0 0; font-family: var(--font-display); font-size: clamp(64px, 7vw, 92px); line-height: .86; white-space: nowrap; }
.result__label { margin: 18px 0 0; font-size: 11.5px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; color: var(--yellow); }
.result__sector { margin: 8px 0 0; font-size: 11.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.result .list { flex: 1; padding: 8px 30px 30px; }

.result--featured { border-color: rgba(252, 228, 4, .55); background: #0B0B07; box-shadow: 0 0 110px -14px rgba(252, 228, 4, .24); --list-line: rgba(252, 228, 4, .12); }
.result--featured .result__head {
  border-bottom-color: rgba(252, 228, 4, .14); border-radius: 14px 14px 0 0;
  background: radial-gradient(90% 100% at 100% 0%, rgba(252, 228, 4, .13), rgba(252, 228, 4, 0) 70%);
}
.result--featured .result__photo { width: 62%; opacity: .6; object-position: 76% 25%; }
.result--featured .result__figure { color: var(--yellow); }

.tab {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%); z-index: 2;
  padding: 7px 16px 6px; background: var(--yellow); color: #000; border-radius: 0 0 6px 6px;
  font-size: 10.5px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; white-space: nowrap;
}

.section-cta { margin: clamp(48px, 5.2vw, 64px) auto 0; max-width: 900px; }

/* ==========================================================================
   03 · Le problème
   ========================================================================== */

.problem { position: relative; overflow: hidden; padding-bottom: clamp(28px, 3.3vw, 44px); }
.problem__bg { position: absolute; inset: 0; pointer-events: none; }
.problem__bg img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 28%; opacity: .17; filter: grayscale(1);
}
.problem__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .3) 78%, #000 100%);
}
.problem__inner { position: relative; max-width: 980px; margin: 0 auto; }

.panel {
  max-width: 760px; margin: 0 auto; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(10, 10, 10, .94); padding: clamp(28px, 4.5vw, 56px);
}
.panel--accent { border-color: rgba(252, 228, 4, .5); background: rgba(11, 11, 7, .95); }
.panel__title { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 3.2vw, 44px); line-height: 1; letter-spacing: .01em; color: #fff; }
.panel__lead { margin: 30px 0 0; font-size: clamp(20px, 2vw, 24px); font-weight: 600; line-height: 1.3; letter-spacing: -.02em; text-wrap: pretty; }
.panel__text { margin: 16px 0 0; font-size: 16px; line-height: 1.75; color: var(--text); text-wrap: pretty; }
.panel__conclusion {
  margin: 36px 0 0; padding-top: 26px; border-top: 1px solid rgba(252, 228, 4, .18);
  font-size: 17.5px; font-weight: 600; line-height: 1.45; color: #fff;
}

.points { margin-top: 40px; display: flex; flex-direction: column; gap: 34px; }
.points--tight { margin-top: 36px; gap: 30px; }
.point { display: flex; gap: 16px; }
.point::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 3px; background: var(--i-arrow) no-repeat center / 20px 20px; }
.point__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.point__title { margin: 0; font-size: 17.5px; font-weight: 600; line-height: 1.45; color: #fff; }
.point__title strong { color: var(--yellow); font-weight: 700; }
.point__text { margin: 0; font-size: 16px; line-height: 1.75; color: var(--text); text-wrap: pretty; }
.underline { color: #E6E6E6; text-decoration: underline 1px rgba(255, 255, 255, .4); text-underline-offset: 5px; }

.arrow-down { display: flex; justify-content: center; padding: 40px 0; }

/* ==========================================================================
   04 · Le fondateur
   ========================================================================== */

.founder-section { padding: clamp(60px, 6.7vw, 88px) 20px; }
.founder { max-width: 1100px; margin: clamp(28px, 3vw, 40px) auto 0; display: flex; flex-wrap: wrap; gap: 36px 28px; align-items: flex-end; }
.founder__visual {
  flex: 1 1 340px; max-width: 440px; width: 100%; margin: 0 auto;
  position: relative; aspect-ratio: 10 / 12; isolation: isolate; overflow: hidden;
}
.founder__plate { position: absolute; left: 0; right: 0; top: 9%; bottom: 0; background: var(--yellow); clip-path: polygon(20% 0, 100% 0, 89% 100%, 6% 100%); }
.founder__photo { position: absolute; left: -15%; width: 130%; bottom: 0; aspect-ratio: 1 / 1; }
.founder__photo img { display: block; width: 100%; max-width: none; height: auto; }
.founder__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 40%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 50%, #000 100%); }

.founder__card { flex: 1.3 1 460px; min-width: 0; border-radius: 12px; border: 1px solid var(--line); background: var(--card); padding: clamp(28px, 4.5vw, 48px); }
.founder__head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.founder__name { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 4.2vw, 56px); line-height: .95; letter-spacing: .01em; }
.linkedin {
  width: 32px; height: 32px; border-radius: 6px; background: #0A66C2;
  display: grid; place-items: center; flex: none; transition: transform .2s, box-shadow .25s;
}
.linkedin:hover { transform: translateY(-1px); box-shadow: 0 8px 18px -8px rgba(10, 102, 194, .9); }
.founder__role { margin: 14px 0 0; font-size: 11.5px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; color: var(--yellow); line-height: 1.6; }
.founder__bio { margin: 24px 0 0; font-size: 16.5px; line-height: 1.65; color: var(--text); text-wrap: pretty; }
.founder__note { margin: 12px 0 0; font-size: 15px; line-height: 1.7; color: var(--muted); text-wrap: pretty; }
.founder__logos { margin-top: 28px; display: flex; align-items: center; gap: 18px; opacity: .55; }
.founder__logos img { width: auto; display: block; filter: grayscale(1); }
.founder__logos img:first-child { height: 16px; }
.founder__logos img:last-child { height: 12px; position: relative; top: 2px; }
.founder__logos span { width: 1px; height: 18px; background: #5A5A5A; }
.founder__rule { height: 1px; background: var(--line-soft); margin: 30px 0 28px; }
/* Les deux chiffres restent côte à côte, séparés par le filet vertical, à toutes les tailles */
.founder__stats { display: flex; }
.founder__stat { flex: 1 1 0; min-width: 0; padding-right: 24px; display: flex; flex-direction: column; gap: 12px; }
.founder__stat + .founder__stat { padding: 0 24px; border-left: 1px solid #262626; }
.founder__stat-value { font-family: var(--font-display); font-size: clamp(46px, 4.2vw, 58px); line-height: .85; white-space: nowrap; }
.founder__stat-label { font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 759.98px) {
  .founder__stat { padding-right: 18px; }
  .founder__stat-label { line-height: 1.6; }
  .founder__stat + .founder__stat { padding: 0 0 0 18px; }
  .founder__stat-value { font-size: clamp(34px, 11vw, 40px); }
}
.founder-section .cta { margin-top: clamp(36px, 3.7vw, 48px); }

/* ==========================================================================
   05 · On remplit vos agendas
   ========================================================================== */

.agendas { overflow: hidden; }
.agendas .h2 { position: relative; z-index: 1; max-width: 1040px; }
.agenda-grid {
  max-width: 1120px; margin: clamp(64px, 7vw, 92px) auto 0;
  display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; justify-items: center;
  column-gap: clamp(28px, 4vw, 56px); row-gap: 52px;
}
@media (min-width: 900px) {
  .agenda-grid { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
}
.agenda-text { max-width: 340px; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { font-size: 11px; font-weight: 750; letter-spacing: .26em; text-transform: uppercase; color: var(--yellow); }
.agenda-text__big { margin: 18px 0 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(64px, 6.4vw, 92px); line-height: .82; white-space: nowrap; }
.agenda-text .bar { margin-top: 22px; }
.agenda-text__desc { margin: 26px 0 0; font-size: 17px; line-height: 1.7; color: var(--text); text-wrap: pretty; }

/* Sous 900px, même largeur que le texte « Imaginez » pour aligner les bords gauches */
.agenda-stats { width: 100%; max-width: 340px; margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; }
@media (min-width: 900px) { .agenda-stats { width: auto; max-width: 280px; } }
.agenda-stat { min-width: 0; padding: 26px 0; border-bottom: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 10px; }
.agenda-stat:first-child { padding-top: 0; }
.agenda-stat:last-child { padding-bottom: 0; border-bottom: 0; }
.agenda-stat__value { font-family: var(--font-display); font-size: 64px; line-height: .85; font-variant-numeric: tabular-nums; }
.agenda-stat__value--live { color: var(--yellow); }
.agenda-stat__label { font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); line-height: 1.6; }
.agendas__closing {
  margin: clamp(48px, 5.2vw, 64px) auto 0; max-width: 760px; text-align: center;
  font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; color: var(--text); text-wrap: balance;
}
.agendas__closing strong { color: #fff; font-weight: 650; }

/* Téléphone */
.phone-wrap { position: relative; width: min(480px, 100%); display: flex; justify-content: center; }
.phone { position: relative; width: 340px; height: 517px; flex: none; }
.phone__body {
  position: absolute; left: 0; right: 0; top: 0; height: 517px; border-radius: 52px 52px 0 0;
  background: #0A0A0A; box-shadow: 0 0 0 3px #38393B, 0 0 0 4.5px #0A0A0A; padding: 11px 11px 0;
  -webkit-mask-image: linear-gradient(180deg, #000 82%, transparent 99%);
  mask-image: linear-gradient(180deg, #000 82%, transparent 99%);
}
.phone__screen {
  position: relative; height: 100%; border-radius: 42px 42px 0 0; overflow: hidden;
  background: #1B1C1E; font-family: var(--font-ios); color: #E8EAED;
}
.phone__island { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 100px; height: 28px; border-radius: 14px; background: #000; z-index: 3; }
.phone__glare { position: absolute; inset: 0; pointer-events: none; z-index: 4; background: linear-gradient(118deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, 0) 26%); }

.lock { position: absolute; inset: 0; z-index: 6; overflow: hidden; border-radius: 42px 42px 0 0; animation: ctFidUp .45s cubic-bezier(.6, 0, .25, 1) 1.05s both; }
.lock__wall {
  position: absolute; inset: -30px;
  background:
    radial-gradient(55% 38% at 24% 18%, rgba(252, 228, 4, .55) 0%, rgba(252, 228, 4, 0) 72%),
    radial-gradient(60% 42% at 92% 44%, rgba(255, 138, 31, .45) 0%, rgba(255, 138, 31, 0) 72%),
    radial-gradient(85% 50% at 10% 84%, rgba(29, 78, 216, .7) 0%, rgba(29, 78, 216, 0) 72%),
    #0B0F1A;
  filter: blur(24px) saturate(120%);
}
.lock__dim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .5)); }
.lock__padlock { position: absolute; top: 50px; left: 50%; margin-left: -8px; overflow: visible; }
.lock__shackle { transform-origin: 12px 10px; animation: ctFidLock .3s ease-out .7s both; }
.lock__clock { position: absolute; top: 82px; left: 0; right: 0; display: flex; flex-direction: column; align-items: center; color: #fff; }
.lock__date { font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, .85); }
.lock__time { font-size: 78px; font-weight: 500; letter-spacing: -.03em; line-height: 1; margin-top: 2px; }
.faceid { position: absolute; left: 50%; top: 268px; width: 78px; height: 78px; margin-left: -39px; }
.faceid svg { position: absolute; inset: 0; }
.faceid__scan { animation: ctFidScan .8s ease-in-out .05s both; }
.faceid__check { stroke-dasharray: 50; stroke-dashoffset: 50; animation: ctFidCheck .3s ease-out .68s both; }
.faceid__label { position: absolute; left: 0; right: 0; top: 360px; text-align: center; font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, .8); }
.lock__home { position: absolute; left: 50%; bottom: 10px; width: 120px; height: 5px; margin-left: -60px; border-radius: 3px; background: rgba(255, 255, 255, .85); }

.statusbar { display: flex; justify-content: space-between; align-items: center; padding: 16px 26px 6px; font-size: 13.5px; font-weight: 650; color: #E8EAED; }
.statusbar span:first-child { font-variant-numeric: tabular-nums; }
.statusbar__icons { display: flex; gap: 5px; align-items: center; }
.cal-head { display: flex; align-items: center; gap: 12px; padding: 12px 16px 10px; }
.cal-head__menu { display: flex; flex-direction: column; gap: 3.5px; padding: 2px; }
.cal-head__menu span { width: 16px; height: 1.6px; background: #9AA0A6; }
.cal-head__month { font-size: 17px; font-weight: 550; color: #E8EAED; }
.cal-head__search { margin-left: auto; display: flex; }

.cal-days {
  display: flex; justify-content: space-between; padding: 14px 22px 12px;
  border-bottom: 1px solid rgba(232, 234, 237, .12);
  background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0));
}
.cal-day { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.cal-day__name { font-size: 9px; font-weight: 700; letter-spacing: .1em; color: #9AA0A6; }
.cal-day__num {
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  font-size: 14px; font-weight: 650; font-variant-numeric: tabular-nums; color: #E8EAED;
}
.cal-day:nth-child(1) .cal-day__name { animation: ctAgLab0 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(1) .cal-day__num { animation: ctAgDay0 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(2) .cal-day__name { animation: ctAgLab1 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(2) .cal-day__num { animation: ctAgDay1 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(3) .cal-day__name { animation: ctAgLab2 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(3) .cal-day__num { animation: ctAgDay2 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(4) .cal-day__name { animation: ctAgLab3 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(4) .cal-day__num { animation: ctAgDay3 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(5) .cal-day__name { animation: ctAgLab4 12.5s ease 1.5s infinite both; }
.cal-day:nth-child(5) .cal-day__num { animation: ctAgDay4 12.5s ease 1.5s infinite both; }

.cal-view { position: relative; overflow: hidden; height: 357px; margin-top: 10px; }
.cal-track { position: absolute; top: 0; bottom: 0; left: 0; width: 500%; display: flex; animation: ctAgSlide 12.5s cubic-bezier(.55, 0, .2, 1) 1.5s infinite both; }
.cal-page { position: relative; width: 20%; height: 100%; flex: none; }
.cal-page::before {
  content: ""; position: absolute; left: 64px; right: 0; top: 26px; bottom: 0;
  background-image: linear-gradient(rgba(232, 234, 237, .12) 1px, transparent 1px);
  background-size: 100% 60px;
}
.cal-hours { position: absolute; left: 14px; top: 21px; width: 40px; margin: 0; padding: 0; list-style: none; font-size: 10px; color: #9AA0A6; font-variant-numeric: tabular-nums; text-align: right; }
.cal-hours li { height: 60px; }
.cal-event {
  position: absolute; left: 68px; right: 14px; border-radius: 8px; padding: 7px 11px;
  display: flex; flex-direction: column; gap: 2px; overflow: hidden;
  box-shadow: 0 6px 16px -6px rgba(0, 0, 0, .55);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 55%), var(--c);
}
.cal-event b { font-size: 13px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cal-event span { font-size: 10.5px; opacity: .9; white-space: nowrap; font-variant-numeric: tabular-nums; }
.cal-event span.cal-event__note { margin-top: auto; display: flex; align-items: center; gap: 5px; font-size: 10px; opacity: .92; }
.cal-event--blue { --c: #4E8DF5; color: #0B1220; }
.cal-event--green { --c: #1E8E3E; color: #F2FBF4; }
.cal-event--amber { --c: #F9AB00; color: #231A00; }
.cal-now { position: absolute; left: 64px; right: 0; top: 26px; height: 1.5px; background: #EA4335; z-index: 2; }
.cal-now::before { content: ""; position: absolute; left: -4px; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: #EA4335; }

/* ==========================================================================
   06 · Pourquoi ça fonctionne
   ========================================================================== */

.compare { max-width: 980px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
/* Quand les deux offres s'empilent (< 828px), « Irremplaçable » passe en premier */
@media (max-width: 827.98px) { .offer--featured { order: -1; } }
.offer {
  flex: 1 1 380px; min-width: 0; position: relative; display: flex; flex-direction: column;
  border-radius: 14px; border: 1px solid var(--line-soft); background: #080808; opacity: .72;
}
.offer__head { padding: 44px 36px 30px; border-bottom: 1px solid var(--line-soft); }
.offer__title { position: relative; margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(44px, 4.4vw, 56px); line-height: .9; color: #9A9A9A; }
.offer__price { margin-top: 28px; display: flex; align-items: baseline; gap: 10px; }
.offer__amount { font-family: var(--font-display); font-size: clamp(60px, 6vw, 76px); line-height: .85; color: #9A9A9A; white-space: nowrap; }
.offer__unit { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); }
.offer__who { margin: 14px 0 0; font-size: 11px; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; color: var(--dim); line-height: 1.6; }
.offer .list { flex: 1; padding: 8px 36px 32px; }
.offer .list li { font-size: 15.5px; }

.offer--featured {
  opacity: 1; border-radius: 16px; border: 1.5px solid var(--yellow); padding: 0 0 10px;
  background: radial-gradient(70% 45% at 100% 0%, rgba(252, 228, 4, .2), rgba(252, 228, 4, 0) 75%), linear-gradient(180deg, #14130A 0%, #0B0B07 60%);
  box-shadow: 0 0 0 6px rgba(252, 228, 4, .07), 0 0 140px -10px rgba(252, 228, 4, .38), 0 40px 80px -40px rgba(0, 0, 0, .9);
  --list-line: rgba(252, 228, 4, .12);
}
.offer--featured .tab { padding: 8px 18px 7px; border-radius: 0 0 8px 8px; font-size: 11px; font-weight: 800; }
.offer--featured .offer__head { padding: 62px 36px 30px; border-bottom-color: rgba(252, 228, 4, .14); }
.offer--featured .offer__amount { color: var(--yellow); }
.offer--featured .offer__who { color: var(--text); }
.offer--featured .list li { color: var(--text); }
/* Très petits écrans : « Irremplaçable » tient sur la carte */
@media (max-width: 399.98px) {
  .offer__head, .offer--featured .offer__head, .offer .list { padding-left: 24px; padding-right: 24px; }
  .offer__title { font-size: 40px; }
}

.shine {
  color: transparent;
  background: linear-gradient(100deg, #FCE404 0%, #FCE404 42%, #FFF4A3 50%, #FCE404 58%, #FCE404 100%);
  background-size: 260% 100%; background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text;
  animation: irShine 3.8s cubic-bezier(.45, 0, .35, 1) .6s infinite;
}
.shine::after {
  content: attr(data-text); position: absolute; inset: 0; pointer-events: none;
  color: #FFE94D; -webkit-text-fill-color: #FFE94D; filter: blur(7px); opacity: .55;
  -webkit-mask-image: linear-gradient(100deg, transparent 40%, #000 50%, transparent 60%);
  mask-image: linear-gradient(100deg, transparent 40%, #000 50%, transparent 60%);
  -webkit-mask-size: 260% 100%; mask-size: 260% 100%;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0; mask-position: 100% 0;
  animation: irGlowMove 3.8s cubic-bezier(.45, 0, .35, 1) .6s infinite;
}

/* ==========================================================================
   07 · La méthode
   ========================================================================== */

.methode .lede { margin-top: 30px; max-width: 600px; color: var(--muted); }

.features { max-width: 980px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
@media (min-width: 900px) { .features { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.feature {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px;
  padding: 32px 28px 30px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); min-width: 0;
}
.feature .avatars__item { overflow: hidden; }
.icon-tile { position: relative; align-self: flex-start; width: 42px; height: 42px; border-radius: 11px; background: rgba(252, 228, 4, .1); display: grid; place-items: center; }
.feature__title { position: relative; margin: 10px 0 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(28px, 2.6vw, 34px); line-height: .98; color: #fff; }
.feature__text { position: relative; margin: 4px 0 0; font-size: 15px; line-height: 1.7; color: var(--text); text-wrap: pretty; }

.steps { position: relative; max-width: 980px; margin: clamp(56px, 6vw, 80px) auto 0; display: flex; flex-direction: column; gap: clamp(72px, 8.4vw, 112px); }
.steps::before {
  content: ""; display: none; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; margin-left: -.5px;
  background: linear-gradient(180deg, rgba(252, 228, 4, 0), var(--yellow) 10%, var(--yellow) 90%, rgba(252, 228, 4, 0));
}
.step { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); column-gap: 0; row-gap: 24px; align-items: center; }
.step__text { min-width: 0; order: 0; display: flex; flex-direction: column; gap: 12px; }
.step__visual { min-width: 0; order: 1; display: flex; justify-content: flex-start; }
@media (min-width: 760px) {
  .steps::before { display: block; }
  .step { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 112px; }
  .step .step__visual { justify-content: flex-end; }
  .step--reverse .step__text { order: 2; }
  .step--reverse .step__visual { justify-content: flex-start; }
}
/* Mobile : la ligne passe à gauche, textes et cartes à sa droite */
@media (max-width: 759.98px) {
  .steps { padding-left: 48px; }
  .steps::before { display: block; left: 18px; width: 2px; margin-left: 0; }
  /* La carte « Vous signez plus » garde toute la largeur et passe par-dessus la ligne */
  .steps .moment-wrap { margin-left: -48px; }
  .steps .visual-box { padding: 32px 14px; }
}
.step__label { margin: 0 0 4px; font-size: 10.5px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.step__label span { color: var(--yellow); }
.step__title { margin: 0; font-family: var(--font-hand); font-size: 36px; font-weight: 650; line-height: 1.3; letter-spacing: -.015em; }
.step__desc { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.step__result { margin: 4px 0 0; font-size: 15.5px; font-weight: 500; color: var(--yellow); }

.visual-box {
  width: 100%; max-width: 420px; min-height: 330px; border-radius: 14px; border: 1px solid var(--line);
  padding: 40px 28px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .9); overflow: hidden; background-color: rgba(0, 0, 0, .92);
}

/* Visuel 1 : publicité */
.ad { position: relative; width: 100%; max-width: 270px; margin: 6px 0; font-family: var(--font-sans); }
.ad__card {
  background: linear-gradient(180deg, #151515, #0F0F0F); border: 1px solid #262626; border-radius: 14px;
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .9), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.ad__media { position: relative; aspect-ratio: 270 / 131; background: #101010; border-radius: 13px 13px 0 0; overflow: hidden; }
.ad__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ad__row { display: flex; align-items: center; gap: 10px; padding: 10px 12px 12px; }
.ad__copy { flex: 1; min-width: 0; font-size: 11.5px; line-height: 1.4; color: #E6E6E6; }
.ad__action { position: relative; flex: none; display: inline-flex; }
.ad__btn {
  height: 30px; padding: 0 12px; border-radius: 4px; border: 1px solid #3A3A3A;
  display: inline-flex; align-items: center; font-size: 10px; font-weight: 700; letter-spacing: .04em;
  color: #fff; white-space: nowrap; animation: ctBtn 2.8s ease-in-out 1 both;
}
.ad__ripple {
  position: absolute; left: 50%; top: 50%; width: 30px; height: 30px; margin: -15px 0 0 -15px;
  border-radius: 50%; border: 2px solid var(--yellow); pointer-events: none; animation: ctRipple 2.8s ease-out 1 both;
}
.ad__cursor {
  position: absolute; left: 50%; top: 50%; margin: -6px 0 0 -7px; width: 34px; height: 34px; pointer-events: none;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .7)); animation: ctCursor 2.8s ease-in-out 1 both;
}

/* Visuel 2 : pipeline de prospects */
.kanban { position: relative; width: 100%; max-width: 300px; font-family: var(--font-sans); }
.kanban__cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.kanban__col { display: flex; flex-direction: column; gap: 6px; padding: 8px 6px 10px; border-radius: 10px; background: #101010; border: 1px solid var(--line); min-width: 0; }
.kanban__col--hit { animation: ctColHit 5s ease-in-out 1 both; }
.kanban__head { height: 16px; display: flex; align-items: center; gap: 6px; padding: 0 2px; }
.kanban__head i { flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--c); }
.kanban__head span { font-size: 8.5px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; color: var(--text); }
@media (max-width: 399.98px) {
  .kanban__head { gap: 4px; padding: 0; }
  .kanban__head span { font-size: 7.5px; letter-spacing: .02em; }
}
.kanban__slot { height: 58px; border-radius: 7px; border: 1px dashed #262626; }
.kanban__card { height: 44px; border-radius: 7px; background: #161616; border: 1px solid #222; padding: 9px 8px; display: flex; flex-direction: column; gap: 7px; }
.kanban__line { display: flex; align-items: center; gap: 5px; }
.kanban__avatar { flex: none; width: 9px; height: 9px; border-radius: 50%; border: 1px solid #3A3A3A; }
.kanban__bar { height: 5px; border-radius: 3px; background: #2C2C2C; }
.kanban__bar--dim { background: #222; }
.kanban__flag { margin-left: auto; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }
.lead-card {
  position: absolute; left: 6px; top: 30px; z-index: 2; width: calc((100% - 12px) / 3 - 12px); height: 58px;
  border-radius: 7px; border: 1px solid #333; background: #1C1C1C; color: #fff; padding: 8px;
  display: flex; flex-direction: column; justify-content: space-between;
  animation: ctLeadCard 5s ease-in-out 1 both;
}
.lead-card__name { font-size: 10.5px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lead-card__tags { position: relative; height: 13px; }
.lead-card__tag {
  position: absolute; left: 0; right: 0; top: 0; display: flex; align-items: center; gap: 4px;
  font-size: 9.5px; font-weight: 650; white-space: nowrap; overflow: hidden;
}
.lead-card__tag i { flex: none; width: 5px; height: 5px; border-radius: 50%; background: var(--c); }
.lead-card__tag--a { animation: ctTagA 5s ease-in-out 1 both; }
.lead-card__tag--q { animation: ctTagQ 5s ease-in-out 1 both; }
.lead-card__tag--b { animation: ctTagB 5s ease-in-out 1 both; }

/* Étape 3 : le moment */
.moment-wrap { position: relative; padding-top: 18px; margin: clamp(-20px, -1.8vw, -12px) 0; }
.moment {
  position: relative; border-radius: 18px; background: var(--yellow); color: #000; overflow: hidden;
  box-shadow: 0 0 140px -30px rgba(252, 228, 4, .45); text-align: center;
  padding: clamp(28px, 3.4vw, 40px) clamp(22px, 4vw, 56px);
  display: flex; flex-direction: column; align-items: center;
}
.moment__label { margin: 0; font-size: 10.5px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; color: rgba(0, 0, 0, .7); }
.moment__title { margin: 12px 0 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(44px, 4.8vw, 64px); line-height: .92; }
.moment__doc-wrap { margin-top: 22px; width: 100%; display: flex; justify-content: center; }
.moment__doc {
  position: relative; width: 100%; max-width: 240px; background: #fff; color: #111; border-radius: 6px;
  padding: 12px 16px 8px; box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .6); transform: rotate(-1.5deg);
  font-family: var(--font-sans); display: flex; flex-direction: column; gap: 4px;
}
.moment__doc-title { font-size: 9.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #777; white-space: nowrap; }
.moment__badge {
  position: absolute; top: -11px; right: -11px; min-width: 34px; height: 24px; padding: 0 8px; border-radius: 999px;
  background: #FF3B30; color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 700; letter-spacing: .01em;
  border: 2px solid var(--yellow); box-shadow: 0 6px 14px -4px rgba(255, 59, 48, .6); font-family: var(--font-ios);
}
.moment__sign { display: block; width: 100%; height: auto; max-height: 70px; overflow: visible; }
.moment__sign path { fill: none; stroke: #1B2A6B; stroke-linecap: round; stroke-linejoin: round; }
.moment__sign path:first-child { stroke-width: 2.4; stroke-dasharray: 700; animation: ctSign 3.6s ease-in-out 1 both; }
.moment__sign path:last-child { stroke-width: 2; stroke-dasharray: 300; animation: ctSign2 3.6s ease-in-out 1 both; }
.moment__text { margin: 40px auto 0; max-width: 720px; font-size: 16px; line-height: 1.7; color: rgba(0, 0, 0, .78); text-wrap: balance; }
.moment__text b { color: #000; font-weight: 600; }

/* Visuel 4 : messagerie */
.chat { width: 100%; max-width: 340px; font-family: var(--font-ios); display: flex; flex-direction: column; gap: 16px; padding: 16px 0; }
.chat__out { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; animation: ctB1 5.5s ease-out 1 both; }
.chat__bubble { max-width: 88%; padding: 13px 17px; border-radius: 22px 22px 6px 22px; background: #0A84FF; color: #fff; font-size: 15px; line-height: 1.45; box-shadow: 0 16px 30px -18px rgba(10, 132, 255, .8); }
.chat__read { font-size: 10px; font-weight: 600; color: #8E8E93; white-space: nowrap; animation: ctRead 5.5s ease-out 1 both; }
.chat__in { position: relative; height: 48px; }
.chat__typing { position: absolute; left: 0; top: 0; display: flex; gap: 5px; align-items: center; padding: 0 18px; height: 46px; border-radius: 22px 22px 22px 6px; background: #26252A; animation: ctTyping 5.5s ease-out 1 both; }
.chat__typing i { width: 7px; height: 7px; border-radius: 50%; background: #8E8E93; animation: ctDot 1.2s ease-in-out infinite; }
.chat__typing i:nth-child(2) { animation-delay: .15s; }
.chat__typing i:nth-child(3) { animation-delay: .3s; }
.chat__reply { position: absolute; left: 0; top: 0; display: inline-flex; align-items: center; gap: 6px; padding: 13px 17px; border-radius: 22px 22px 22px 6px; background: #26252A; color: #fff; font-size: 15px; line-height: 1.45; white-space: nowrap; animation: ctB2 5.5s ease-out 1 both; }

.methode__closing { margin: clamp(72px, 8vw, 104px) auto 0; max-width: 980px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.methode__closing > p { margin: 0; font-size: clamp(22px, 2.4vw, 30px); font-weight: 600; line-height: 1.3; letter-spacing: -.02em; text-wrap: balance; }
.methode__closing .cta { margin-top: 32px; }

/* ==========================================================================
   08 · Ce qui est inclus
   ========================================================================== */

.included { max-width: 1040px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
@media (min-width: 900px) {
  .included { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .included > * { grid-column: span 2; }
  .included > :nth-child(n+4) { grid-column: span 3; }
}
.inc-card {
  position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px;
  padding: 34px 30px 32px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); min-width: 0;
}
.inc-card__num {
  position: absolute; right: -4px; top: -28px; font-family: var(--font-display); font-size: 150px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .09); pointer-events: none;
}
.tag {
  position: relative; display: inline-flex; align-self: flex-start; padding: 6px 10px 5px; border-radius: 4px;
  border: 1px solid #333; font-size: 10px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; color: var(--muted);
}
.tag--yellow { border-color: rgba(252, 228, 4, .7); color: var(--yellow); }
.inc-card__title { position: relative; margin: 10px 0 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 2.8vw, 36px); line-height: .98; }
.inc-card__text { position: relative; margin: 4px 0 0; font-size: 15.5px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.inc-card--featured { border-color: rgba(252, 228, 4, .6); background: #0B0B07; box-shadow: 0 0 120px -12px rgba(252, 228, 4, .28); --ring: #0B0B07; }
.inc-card--featured .inc-card__num { -webkit-text-stroke-color: rgba(252, 228, 4, .28); }
.inc-card--featured .inc-card__title { color: var(--yellow); }

.territory { max-width: 1040px; margin: 28px auto 0; display: flex; flex-wrap: wrap; gap: 1px; background: var(--line-soft); border-radius: 14px; border: 1px solid var(--line); overflow: hidden; }
.territory__intro { flex: 1 1 340px; min-width: 0; background: var(--card); padding: 44px clamp(24px, 4vw, 48px); display: flex; flex-direction: column; align-items: flex-start; }
.territory__title { margin: 20px 0 0; font-family: var(--font-display); font-weight: 400; font-size: 32px; line-height: 1; }
.territory__radius { margin: 14px 0 0; font-size: 11px; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); line-height: 1.6; }
.territory__rules { flex: 1.2 1 400px; min-width: 0; background: var(--card); padding: 44px clamp(24px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.territory__rules .list { width: 100%; }
.territory__rules .list li { gap: 12px; }
.territory__rules .list li:first-child { padding: 0 0 15px; }
.territory__rules .list li:last-child { padding: 15px 0 0; }
.territory__rules .btn-outline { margin-top: 30px; }

/* ==========================================================================
   09 · Garanties
   ========================================================================== */

.garanties .h2 { max-width: 1100px; text-wrap: wrap; }
.garanties .lede { max-width: 560px; }
.guarantees { max-width: 1040px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
@media (min-width: 760px) { .guarantees { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1080px) { .guarantees { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.guarantee { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px; padding: 34px 28px 32px; border-radius: 14px; border: 1px solid var(--line); background: var(--card); min-width: 0; }
.guarantee__num { font-family: var(--font-display); font-size: 72px; line-height: .8; color: var(--yellow); }
.guarantee__title { margin: 6px 0 0; font-size: 19px; font-weight: 650; line-height: 1.3; letter-spacing: -.015em; }
.guarantee__text { margin: 0; font-size: 15px; line-height: 1.7; color: var(--text); text-wrap: pretty; }
.guarantee__text span { color: #fff; }

.quote { margin: clamp(48px, 5.2vw, 64px) auto 0; max-width: 900px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.quote blockquote { margin: 0; font-size: clamp(24px, 2.8vw, 36px); font-weight: 500; line-height: 1.3; letter-spacing: -.02em; text-wrap: balance; color: #fff; }
.signature { display: flex; align-items: center; gap: 18px; text-align: left; }
.signature img { flex: none; border-radius: 50%; object-fit: cover; object-position: 50% 30%; border: 1.5px solid var(--yellow); }
.signature__text { display: flex; flex-direction: column; gap: 6px; }
.signature__name { font-family: var(--font-hand); font-size: 30px; line-height: 1; color: var(--yellow); }
.signature__role { font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.quote .signature { margin: 52px 0 0; }
.quote .signature img { width: 60px; height: 60px; }

/* ==========================================================================
   10 · Est-ce fait pour vous
   ========================================================================== */

.fit { max-width: 1000px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: flex; flex-wrap: wrap; gap: 1px; border-radius: 14px; border: 1px solid var(--line); background: var(--line-soft); overflow: hidden; }
.fit__col { flex: 1 1 400px; min-width: 0; background: var(--card); padding: clamp(28px, 4vw, 48px); }
.fit__title { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 3vw, 38px); line-height: 1; color: var(--yellow); }
.fit__title--no { color: #9A9A9A; }
.fit .list { margin-top: 22px; }
.fit__closing { margin: clamp(48px, 5.2vw, 64px) auto 0; max-width: 1080px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.fit__closing p { margin: 26px 0 0; font-family: var(--font-display); font-size: clamp(46px, 6.6vw, 96px); line-height: .93; letter-spacing: .005em; text-wrap: balance; }
.fit__closing span { color: #6B6B6B; }

/* ==========================================================================
   11 · FAQ
   ========================================================================== */

.faq { max-width: 800px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq__item { border-radius: 12px; border: 1px solid var(--line); background: var(--card); transition: border-color .3s; }
.faq__item.is-open { border-color: rgba(252, 228, 4, .4); }
.faq__heading { margin: 0; font-size: inherit; font-weight: inherit; }
.faq__button {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px clamp(20px, 3vw, 32px); background: transparent; border: 0; color: #fff; text-align: left; cursor: pointer;
  font-size: clamp(16px, 1.4vw, 18px); font-weight: 620; letter-spacing: -.01em; line-height: 1.4;
}
.faq__button:focus-visible { outline-offset: -2px; border-radius: 12px; }
.faq__icon {
  flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid rgba(252, 228, 4, .6);
  display: grid; place-items: center; transition: transform .3s ease, background .25s ease, border-color .25s ease;
}
.faq__item.is-open .faq__icon { transform: rotate(45deg); }
.faq__panel { display: grid; grid-template-rows: 1fr; }
.faq__panel-inner { min-height: 0; overflow: hidden; }
.faq__answer { margin: 0; padding: 0 clamp(20px, 3vw, 32px) 26px; font-size: 16px; line-height: 1.75; color: var(--text); text-wrap: pretty; transition: opacity .35s ease .1s, translate .45s var(--ease-out); }
/* Sans JavaScript, toutes les réponses restent visibles */
.js .faq__panel { transition: grid-template-rows .45s var(--ease-out), visibility 0s .45s; }
.js .faq__item.is-open .faq__panel { transition: grid-template-rows .45s var(--ease-out), visibility 0s; }
.js .faq__item:not(.is-open) .faq__panel { grid-template-rows: 0fr; visibility: hidden; }
.js .faq__item:not(.is-open) .faq__answer { opacity: 0; translate: 0 -6px; transition-delay: 0s; }

/* ==========================================================================
   12 · Réserver un appel
   ========================================================================== */

.audit { scroll-margin-top: 20px; }
.audit .kicker { margin-top: 22px; color: var(--yellow); }
.audit__urgency { margin: 14px auto 0; max-width: 600px; font-size: 16.5px; line-height: 1.7; color: var(--text); text-align: center; text-wrap: pretty; }
.booking { max-width: 900px; margin: clamp(36px, 3.7vw, 48px) auto 0; }
.booking__embed { position: relative; min-height: 520px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--card); }
.booking__embed:empty::before {
  content: "Chargement du calendrier…"; position: absolute; inset: 0; display: grid; place-items: center;
  font-size: 10.5px; font-weight: 650; letter-spacing: .26em; text-transform: uppercase; color: var(--dim);
}
.booking__embed > iframe { display: block; width: 100%; height: 760px; border: 0; }
/* Hauteur réservée ≈ hauteur du calendrier Cal.com, pour éviter un saut de mise en page au chargement */
@media (max-width: 759.98px) { .booking__embed { min-height: 760px; } }
.booking__fallback { display: flex; width: 100%; max-width: 392px; margin: 16px auto 0; }

.audit__reassure { margin: 22px auto 0; max-width: 900px; font-size: 15px; line-height: 1.6; color: var(--muted); text-align: center; text-wrap: pretty; }
.ps { max-width: 760px; margin: clamp(36px, 3.7vw, 48px) auto 0; display: flex; gap: 22px; align-items: flex-start; padding: 28px clamp(22px, 3vw, 34px); border-radius: 12px; border: 1px dashed #2A2A2A; }
.ps__mark { flex: none; font-family: var(--font-hand); font-size: 40px; line-height: .8; color: var(--yellow); }
.ps__body { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.ps__body p { margin: 0; font-size: 16.5px; line-height: 1.65; color: #E6E6E6; text-wrap: pretty; }
.ps .signature { gap: 14px; }
.ps .signature img { width: 44px; height: 44px; }
.ps .signature__text { gap: 3px; }
.ps .signature__name { line-height: .9; color: #fff; }
.ps .signature__role { font-size: 10px; color: var(--dim); }

/* ---------- Pied de page ---------- */

.footer { border-top: 1px solid var(--section-line); padding: 64px 20px 56px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.footer__copy { margin: 0; font-size: 10.5px; font-weight: 650; letter-spacing: .3em; text-transform: uppercase; color: var(--dim); }
.footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; }
.footer__links a { font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); transition: color .2s ease; }
.footer__links a:hover { color: #fff; }

.footer__consent {
  padding: 0; border: 0; background: none; cursor: pointer;
  font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); transition: color .2s ease;
}
.footer__consent:hover { color: #fff; }

/* ---------- Bandeau cookies ---------- */

.consent {
  position: fixed; z-index: 70; left: 12px; right: 12px; bottom: 12px;
  display: flex; flex-direction: column; gap: 14px; padding: 18px 18px 16px;
  border-radius: 12px; border: 1px solid var(--line); background: rgba(10, 10, 10, .97);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .9);
  transform: translateY(24px); opacity: 0;
  transition: transform .45s var(--ease-out), opacity .35s ease;
}
.consent-open .consent { transform: none; opacity: 1; }
@media (min-width: 760px) { .consent { left: 20px; right: auto; bottom: 20px; max-width: 440px; } }
.consent__text { margin: 0; font-size: 14px; line-height: 1.6; color: var(--text); }
.consent__text strong {
  display: block; margin-bottom: 6px; color: #fff;
  font-size: 11px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase;
}
.consent__text a { color: var(--yellow); text-decoration: underline 1px rgba(252, 228, 4, .5); text-underline-offset: 3px; }
.consent__actions { display: flex; gap: 10px; }
.consent__btn {
  flex: 1; height: 46px; border: 0; border-radius: 3px; cursor: pointer; background: #fff; color: #000;
  font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase;
  transition: background .2s ease, scale .2s var(--ease-out);
}
.consent__btn:hover { background: #E6E6E6; }
.consent__btn--accept { background: var(--yellow); }
.consent__btn--accept:hover { background: var(--yellow-hover); }
.consent__btn:active { scale: .97; }
/* Sur mobile, la barre « Réserver un appel » laisse la place au bandeau */
html.consent-open .mobilebar { transform: translateY(160%); visibility: hidden; }

/* Réservation en attente d'accord */
.booking__gate {
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center;
  padding: clamp(40px, 6vw, 64px) 24px; border-radius: 14px; border: 1px solid var(--line); background: var(--card);
}
.booking__gate-title { margin: 0; font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 40px); line-height: 1; }
.booking__gate-text { margin: 0; max-width: 440px; font-size: 15px; line-height: 1.6; color: var(--text); }
.booking__gate-btn { max-width: 392px; margin-top: 10px; padding: 0 18px; border: 0; cursor: pointer; font-size: 13px; letter-spacing: .14em; white-space: nowrap; }
.booking__gate-link {
  font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--dim);
  transition: color .2s ease;
}
.booking__gate-link:hover { color: #fff; }

/* ---------- Pages légales ---------- */

.legal { max-width: 760px; margin: 0 auto; padding: 56px 20px 88px; }
.legal__back { display: inline-flex; font-size: 10.5px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--dim); transition: color .2s ease; }
.legal__back:hover { color: #fff; }
.legal h1 { margin: 40px 0 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 7vw, 3.75rem); line-height: .95; }
.legal h2 { margin: 44px 0 0; font-size: 19px; font-weight: 650; letter-spacing: -.015em; }
.legal p, .legal li { font-size: 16px; line-height: 1.75; color: var(--text); }
.legal p { margin: 14px 0 0; }
.legal ul { margin: 14px 0 0; padding-left: 20px; }
.legal p a, .legal li a { text-decoration: underline 1px rgba(252, 228, 4, .5); text-underline-offset: 4px; }
.legal mark { background: rgba(252, 228, 4, .16); color: var(--yellow); padding: 0 .2em; border-radius: 2px; }
.legal__updated { margin-top: 18px !important; font-size: 12px !important; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: var(--muted) !important; }

/* ==========================================================================
   Animations d'interface — toutes désactivées si l'utilisateur réduit les animations
   ========================================================================== */

/* Entrée de l'accueil au chargement, « 30 jours » surligné au marqueur */
@keyframes heroRise { from { opacity: 0; translate: 0 16px; } }
@keyframes heroFade { from { opacity: 0; } }
@keyframes markerDraw { from { scale: 0 1; } }
@media (prefers-reduced-motion: no-preference) {
  .js .hero__kicker, .js .hero__title, .js .hero__lede, .js .hero__meta, .js .hero .cta { animation: heroRise .9s var(--ease-out) both; }
  .js .hero__kicker { animation-delay: .05s; }
  .js .hero__visual { animation: heroFade 1.2s var(--ease-out) .1s both; }
  .js .hero__title { animation-delay: .25s; }
  .js .hero__lede { animation-delay: .35s; }
  .js .hero__meta { animation-delay: .45s; }
  .js .hero .cta { animation-delay: .55s; }
  .js .highlight::before { transform-origin: left center; animation: markerDraw .7s cubic-bezier(.65, 0, .35, 1) .8s both; }
}

/* Apparition au défilement (classes posées par main.js) ; les filets jaunes se tracent */
.reveal-ready [data-reveal] {
  transition: opacity .8s var(--ease-out), translate .8s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-ready [data-reveal]:not(.is-revealed) { opacity: 0; translate: 0 22px; }
.reveal-ready [data-reveal] .bar { transform-origin: left center; transition: scale .7s var(--ease-out) calc(var(--reveal-delay, 0ms) + .3s); }
.reveal-ready [data-reveal]:not(.is-revealed) .bar { scale: 0 1; }

/* Parallaxe liée au défilement, sur les photos (navigateurs compatibles uniquement) */
@keyframes parallax { from { translate: 0 var(--parallax-from, 0px); } to { translate: 0 var(--parallax-to, 0px); } }
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    /* Timelines nommées sur les blocs parents : leurs conteneurs en overflow:hidden
       seraient sinon pris pour la zone de défilement */
    .problem { view-timeline: --problem block; }
    .problem__bg img {
      top: -60px; height: calc(100% + 120px);
      --parallax-from: -50px; --parallax-to: 50px;
      animation: parallax linear both; animation-timeline: --problem;
    }
    .founder { view-timeline: --founder block; }
    .founder__plate { --parallax-from: -16px; --parallax-to: 16px; animation: parallax linear both; animation-timeline: --founder; }
    .founder__photo { --parallax-from: 10px; --parallax-to: -10px; animation: parallax linear both; animation-timeline: --founder; }

  }
}

/* Retour tactile au clic */
.cta__btn:active, .topbar__cta:active, .mobilebar__cta:active, .btn-outline:active { scale: .97; }

/* Survol : souris ou trackpad uniquement */
@media (hover: hover) and (pointer: fine) {
  .faq__item:hover { border-color: #2C2C2C; }
  .faq__item.is-open:hover { border-color: rgba(252, 228, 4, .55); }
  .faq__button:hover .faq__icon { background: rgba(252, 228, 4, .1); border-color: var(--yellow); }

  /* Boutons « magnétiques » (position calculée dans main.js) */
  .cta__frame { transition: transform .45s var(--ease-out); }
}

/* ---------- Mouvement réduit ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important; transition-delay: 0s !important;
  }
}
