/* ==========================================================================
   NEXA — Feuille de styles (thème CLAIR & moderne, mobile-first)
   ========================================================================== */
/* ---- Polices : Roboto (titres) + Open Sans (corps), via Google Fonts ---- */

:root {
  --bg: #ffffff;
  --surface: #f5f7fb;
  --surface-2: #ffffff;
  --surface-3: #eef1f8;
  --line: rgba(16, 22, 40, 0.10);
  --line-soft: rgba(16, 22, 40, 0.06);
  --text: #0e1320;
  --muted: #56607a;
  --muted-2: #8a93a6;
  --accent: #0e9f6e;
  --accent-2: #15bd8e;
  --grad: linear-gradient(135deg, #0e9f6e 0%, #1bc6a0 100%);
  --ink: #0d1119; /* footer / contrastes */
  --warn: #e11d48; /* perte / coût de l'inaction (rose-framboise, complément du vert) */
  --shadow-sm: 0 2px 10px rgba(16, 24, 48, 0.06);
  --shadow: 0 20px 44px -20px rgba(20, 28, 60, 0.20);
  --shadow-lg: 0 44px 90px -34px rgba(20, 28, 60, 0.30);
  --radius: 16px;
  --radius-lg: 22px;
  --maxw: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.62;
  font-size: 15.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: "Roboto", "Open Sans", system-ui, sans-serif; font-optical-sizing: auto; line-height: 1.08; font-weight: 600; letter-spacing: -0.015em; color: var(--text); }
/* Gros chiffres « wow » en Roboto */
.stat b, .cost__big, .est__price, .roi__big, .bento__metric b, .change__num b, .hv-stat b, .pl__word, .pack__price { font-family: "Roboto", "Open Sans", sans-serif; font-optical-sizing: auto; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
em { font-style: normal; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
strong { color: var(--text); font-weight: 600; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 200; }
.skip-link:focus { left: 0; }

/* ---- Boutons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 15.5px;
  padding: 14px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s, border-color 0.25s, color 0.25s;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--accent { background: var(--grad); color: #fff; box-shadow: 0 12px 28px -10px rgba(14, 159, 110, 0.6); }
.btn--accent:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -10px rgba(14, 159, 110, 0.7); }
.btn--ghost { background: var(--surface-2); color: var(--text); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { background: var(--surface-3); transform: translateY(-2px); }
.btn--sm { padding: 10px 18px; font-size: 14.5px; }
.btn--block { width: 100%; }
[data-magnetic] { display: inline-block; transition: transform 0.25s var(--ease); will-change: transform; }
[data-tilt] { transition: transform 0.18s var(--ease); transform-style: preserve-3d; will-change: transform; }

/* ---- Sections ---------------------------------------------------------- */
.section { padding: clamp(64px, 9vw, 116px) 0; position: relative; }
.section--tight { padding: 40px 0; }
.section--surface { background: var(--surface); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.eyebrow svg { width: 16px; height: 16px; }
.eyebrow--center { justify-content: center; }
.section-title { font-size: clamp(25px, 3.6vw, 39px); margin-bottom: 14px; }
.section-head { max-width: 680px; margin-bottom: 46px; }
.section-head--center { margin-inline: auto; text-align: center; }
.lead { color: var(--muted); font-size: clamp(15px, 1.7vw, 17px); }
.lead--center { text-align: center; max-width: 760px; margin-inline: auto; }
.mt-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.section-head--center + .mt-cta, .mt-cta:only-child { justify-content: center; }
.mt-xl { margin-top: 56px; }

.prose p { color: var(--muted); margin-bottom: 18px; font-size: 17px; }
.intro-narrow { max-width: 760px; margin-inline: auto; text-align: center; }
.intro-narrow .prose { text-align: left; }

/* ---- Header ------------------------------------------------------------ */
.site-header { position: sticky; top: 0; z-index: 100; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(255, 255, 255, 0.82); backdrop-filter: blur(14px); border-bottom-color: var(--line-soft); box-shadow: var(--shadow-sm); }
.navbar__row { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { border-radius: 9px; flex: none; box-shadow: var(--shadow-sm); }
.brand__name { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -0.02em; }
.brand__dot { color: var(--accent-2); }
.nav { display: flex; align-items: center; gap: 6px; }
.nav__link { font-size: 15px; font-weight: 500; color: var(--muted); padding: 9px 13px; border-radius: 9px; transition: color 0.2s, background 0.2s; }
.nav__link:hover, .nav__link.is-active { color: var(--text); }
.nav__link--hot { color: var(--accent); font-weight: 600; }
.nav__link--hot::before { content: "●"; font-size: 8px; vertical-align: middle; margin-right: 5px; color: var(--accent); }
.nav__cta { margin-left: 10px; }
.nav-toggle { display: none; background: var(--surface-2); border: 1px solid var(--line); color: var(--text); width: 44px; height: 44px; border-radius: 11px; cursor: pointer; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.nav-toggle svg { width: 22px; height: 22px; }

.nav__has-sub { position: relative; }
.nav__dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px); padding-top: 12px; opacity: 0; visibility: hidden; transition: opacity 0.2s, transform 0.2s; }
.nav__has-sub:hover .nav__dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav__dropgrid { width: 560px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; box-shadow: var(--shadow-lg); }
.nav__sublink { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 11px; font-size: 14.5px; color: var(--muted); transition: background 0.2s, color 0.2s; }
.nav__sublink:hover { background: var(--surface); color: var(--text); }
.nav__sublink svg { width: 19px; height: 19px; color: var(--accent); flex: none; }

.mobile-menu { position: fixed; inset: 0; z-index: 150; background: var(--bg); padding: 18px 22px 30px; display: flex; flex-direction: column; overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-nav { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav > a { font-family: "Open Sans", sans-serif; font-size: 21px; font-weight: 600; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.mobile-nav__sub { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding: 8px 0 14px; }
.mobile-nav__sub a { font-size: 14px; color: var(--muted); padding: 7px 0; }
.mobile-menu__foot { margin-top: auto; padding-top: 26px; display: flex; flex-direction: column; gap: 12px; }

/* ---- Hero -------------------------------------------------------------- */
.hero { position: relative; padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 70px); overflow: hidden; }
.hero--split { padding-bottom: clamp(48px, 6vw, 86px); }
.hero__grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(16, 22, 40, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 22, 40, 0.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 30%, transparent 75%); }
.hero__layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 52px; align-items: center; }
.hero__inner { max-width: 880px; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: 13.5px; color: var(--muted); margin-bottom: 26px; box-shadow: var(--shadow-sm); }
.hero__badge b { color: var(--text); font-weight: 600; }
.hero__badge svg { width: 16px; height: 16px; color: var(--accent-2); }
.hero h1 { font-size: clamp(30px, 4.8vw, 52px); letter-spacing: -0.03em; margin-bottom: 22px; }
.hero__sub { font-size: clamp(16px, 2vw, 18px); color: var(--muted); max-width: 620px; margin-bottom: 32px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero__points { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.hero__points li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--muted); }
.hero__points svg { width: 18px; height: 18px; color: var(--accent-2); flex: none; }

/* Aurora */
.aurora { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.aurora span { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; }
.aurora span:nth-child(1) { width: 540px; height: 540px; top: -200px; left: -60px; background: radial-gradient(circle, #34d399, transparent 70%); animation: auroraA 18s ease-in-out infinite; }
.aurora span:nth-child(2) { width: 520px; height: 520px; top: -160px; right: -40px; background: radial-gradient(circle, #2dd4bf, transparent 70%); animation: auroraB 22s ease-in-out infinite; }
.aurora span:nth-child(3) { width: 460px; height: 460px; top: 80px; left: 45%; background: radial-gradient(circle, #6ee7b7, transparent 70%); opacity: 0.3; animation: auroraA 26s ease-in-out infinite reverse; }
@keyframes auroraA { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(70px, 36px) scale(1.12); } }
@keyframes auroraB { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-60px, 26px) scale(1.1); } }

/* Hero visual : photo + carte flottante */
.hero-visual { position: relative; }
.hv-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); aspect-ratio: 11 / 8; transition: transform 0.2s var(--ease); transform-style: preserve-3d; }
.hv-photo img { width: 100%; height: 100%; object-fit: cover; }
.hv-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(13, 17, 25, 0.18)); }
.hv-card { position: absolute; left: -22px; bottom: -30px; width: 290px; max-width: 78%; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow-lg); }
.hv-card__head { display: flex; align-items: center; gap: 7px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 12.5px; color: var(--text); margin-bottom: 14px; }
.hv-card__head svg { width: 15px; height: 15px; color: var(--accent-2); flex: none; }
.hv-live { color: var(--accent-2); font-size: 11px; margin-left: auto; }
.hv-flow { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 14px; }
.hv-node { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 10.5px; color: var(--muted); text-align: center; flex: none; width: 58px; }
.hv-node svg { width: 18px; height: 18px; color: var(--text); padding: 8px; box-sizing: content-box; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; }
.hv-node--core svg { background: var(--grad); color: #fff; border: none; box-shadow: 0 6px 16px -4px rgba(14, 159, 110, 0.6); }
.hv-beam { position: relative; flex: 1; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.hv-beam i { position: absolute; top: 0; left: -40%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, var(--accent-2), transparent); animation: beam 2.2s linear infinite; }
.hv-beam:nth-of-type(4) i { animation-delay: 1.1s; }
@keyframes beam { to { left: 110%; } }
.hv-stat { display: flex; align-items: baseline; gap: 8px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.hv-stat b { font-family: "Open Sans", sans-serif; font-size: 26px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hv-stat small { font-size: 11.5px; color: var(--muted); }
.hv-badge { position: absolute; display: inline-flex; align-items: center; gap: 6px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; box-shadow: var(--shadow-lg); }
.hv-badge svg { width: 15px; height: 15px; color: var(--accent-2); }
.hv-badge--1 { top: -18px; left: -16px; animation: floatY 4s ease-in-out infinite; }
.hv-badge--2 { top: 28px; right: -18px; animation: floatY 5s ease-in-out infinite 0.5s; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Stats band */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: clamp(46px, 6vw, 72px); padding: 28px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.stat { text-align: center; }
.stat b { display: block; font-family: "Open Sans", sans-serif; font-size: clamp(23px, 3.4vw, 32px); font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: 13.5px; color: var(--muted); }

/* ---- Section humaine (rassurer / expliquer) ---------------------------- */
.human { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: center; }
.human__media { aspect-ratio: 4 / 3; }
.human__media img { width: 100%; height: 100%; object-fit: cover; }
.human__points { list-style: none; display: flex; flex-direction: column; gap: 13px; margin: 24px 0 18px; }
.human__points li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--muted); }
.human__points li svg { width: 22px; height: 22px; flex: none; color: var(--accent); margin-top: 1px; }
.human__points strong { color: var(--text); }
.human__sign { font-family: "Roboto", "Open Sans", sans-serif; font-style: italic; font-size: 19px; color: var(--text); }

/* ---- Mur de logos clients ---------------------------------------------- */
.logos__label { text-align: center; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 24px; }
.logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 18px; }
.logo { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s; filter: grayscale(1); opacity: 0.75; }
.logo:hover { filter: none; opacity: 1; transform: translateY(-3px); border-color: rgba(14, 159, 110, 0.4); box-shadow: var(--shadow); }
.logo__badge { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 8px; background: var(--grad); color: #fff; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 15px; flex: none; }
.logo__name { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 15.5px; letter-spacing: -0.01em; color: var(--text); white-space: nowrap; }
.logo__img { height: 30px; width: auto; object-fit: contain; }
.logo--partner { border-color: rgba(14, 159, 110, 0.35); filter: none; opacity: 1; }
.logo--partner .logo__name::after { content: "Partenaire"; display: inline-block; margin-left: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); background: rgba(14, 159, 110, 0.1); border: 1px solid rgba(14, 159, 110, 0.25); padding: 2px 7px; border-radius: 999px; vertical-align: middle; }

/* ---- Galerie en arc (photos en éventail) ------------------------------- */
.arc { display: flex; justify-content: center; align-items: flex-end; padding-top: 30px; }
.arc__item { transform-origin: bottom center; transform: rotate(var(--rot)); margin: 0 -18px; transition: transform 0.4s var(--ease); }
.arc__item:hover { transform: rotate(0deg) translateY(-14px) scale(1.05); z-index: 50 !important; }
.arc__card { display: block; border-radius: 16px; overflow: hidden; border: 4px solid #fff; background: #fff; box-shadow: var(--shadow); }
.arc__card img { display: block; width: 200px; height: 260px; object-fit: cover; }

/* ---- Bloc waitlist / newsletter ---------------------------------------- */
.waitlist { position: relative; max-width: 680px; margin-inline: auto; text-align: center; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(36px, 6vw, 60px) 30px; overflow: hidden; box-shadow: var(--shadow); }
.waitlist__glow { position: absolute; top: -150px; left: 50%; width: 520px; height: 340px; background: radial-gradient(circle, rgba(14, 159, 110, 0.2), transparent 65%); pointer-events: none; transform: translateX(-50%); animation: wlPulse 8s ease-in-out infinite; }
@keyframes wlPulse { 0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.8; } 50% { transform: translateX(-50%) scale(1.15); opacity: 1; } }
.waitlist > * { position: relative; }
.waitlist__form { display: flex; gap: 10px; max-width: 460px; margin: 24px auto 14px; }
.waitlist__form input { flex: 1; background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: 14px 20px; font-family: inherit; font-size: 15px; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s; }
.waitlist__form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(14, 159, 110, 0.16); }
.waitlist__note { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 7px; justify-content: center; }
.waitlist__note svg { width: 15px; height: 15px; color: var(--accent); flex: none; }

/* ---- Marquee ----------------------------------------------------------- */
.marquee { display: flex; align-items: center; gap: 22px; }
.marquee__label { font-size: 13.5px; color: var(--muted-2); white-space: nowrap; flex: none; }
.marquee__viewport { position: relative; overflow: hidden; flex: 1; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; gap: 10px; width: max-content; animation: scrollx 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scrollx { to { transform: translateX(-50%); } }
.tool-chip { font-size: 14px; font-weight: 500; color: var(--muted); background: var(--surface-2); border: 1px solid var(--line); padding: 8px 16px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow-sm); }

/* ---- Flow diagram ------------------------------------------------------ */
.flow { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; }
.flow__step { flex: 1; min-width: 220px; max-width: 320px; text-align: center; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 24px; box-shadow: var(--shadow-sm); }
.flow__icon { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 15px; background: var(--grad); color: #fff; margin-bottom: 16px; }
.flow__icon svg { width: 27px; height: 27px; }
.flow__step h3 { font-size: 19px; margin-bottom: 8px; }
.flow__step p { color: var(--muted); font-size: 14.5px; }
.flow__beam { position: relative; width: 70px; align-self: center; height: 2px; background: var(--line); overflow: hidden; flex: none; }
.flow__beam i { position: absolute; top: 0; left: -40%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, var(--accent), var(--accent-2), transparent); animation: beam 1.8s linear infinite; }

/* ---- Service grid ------------------------------------------------------ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card { position: relative; display: flex; flex-direction: column; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s; overflow: hidden; box-shadow: var(--shadow-sm); }
.svc-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.svc-card:hover { transform: translateY(-5px); border-color: rgba(14, 159, 110, 0.4); box-shadow: var(--shadow); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card.is-featured { border-color: rgba(21, 189, 142, 0.35); }
.svc-card__flag { position: absolute; top: 18px; right: 18px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent-2); background: rgba(21, 189, 142, 0.1); border: 1px solid rgba(21, 189, 142, 0.3); padding: 4px 10px; border-radius: 999px; }
.svc-card__icon { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 14px; background: rgba(14, 159, 110, 0.08); border: 1px solid rgba(14, 159, 110, 0.18); color: var(--accent); margin-bottom: 20px; }
.svc-card__icon svg { width: 26px; height: 26px; }
.svc-card h3 { font-size: 20px; margin-bottom: 10px; }
.svc-card p { color: var(--muted); font-size: 15px; margin-bottom: 20px; flex: 1; }
.svc-card__link { display: inline-flex; align-items: center; gap: 7px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 14.5px; color: var(--accent); }
.svc-card__link svg { width: 17px; height: 17px; transition: transform 0.25s var(--ease); }
.svc-card:hover .svc-card__link svg { transform: translateX(4px); }

/* ---- Sector grid ------------------------------------------------------- */
.sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sec-card { display: flex; flex-direction: column; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; transition: transform 0.3s var(--ease), box-shadow 0.3s; box-shadow: var(--shadow-sm); }
.sec-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.sec-card__icon { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(21, 189, 142, 0.08); border: 1px solid rgba(21, 189, 142, 0.2); color: var(--accent-2); margin-bottom: 16px; }
.sec-card__icon svg { width: 24px; height: 24px; }
.sec-card h3 { font-size: 18.5px; margin-bottom: 9px; }
.sec-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; flex: 1; }
.sec-card__link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14px; color: var(--accent); }
.sec-card__link svg { width: 16px; height: 16px; }

/* ---- Intégrations (cartes) --------------------------------------------- */
.intg-group { margin-bottom: 40px; }
.intg-group__title { font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.intg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.intg-card { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s; }
.intg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(14, 159, 110, 0.4); }
.intg-card__badge { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 10px; background: var(--grad); color: #fff; font-family: "Roboto", "Open Sans", sans-serif; font-weight: 700; font-size: 17px; flex: none; }
.intg-card__name { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 15px; }
.intg-card__link { margin-left: auto; color: var(--accent); display: inline-flex; }
.intg-card__link svg { width: 17px; height: 17px; }

/* ---- Carrières (postes) ------------------------------------------------- */
.roles { display: flex; flex-direction: column; gap: 14px; }
.role { display: flex; align-items: center; gap: 20px; justify-content: space-between; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; box-shadow: var(--shadow-sm); }
.role__info h3 { font-size: 19px; margin-bottom: 4px; }
.role__type { font-size: 13px; font-weight: 600; color: var(--accent); }
.role__info p { color: var(--muted); font-size: 14.5px; margin-top: 8px; max-width: 540px; }
.role .btn { flex: none; }

/* ---- Flip cards 3D (secteurs) ------------------------------------------ */
.flip { perspective: 1100px; }
.flip__inner { position: relative; transform-style: preserve-3d; transition: transform 0.65s var(--ease); }
.flip:hover .flip__inner { transform: rotateY(180deg); }
.flip__face { border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--surface-2); box-shadow: var(--shadow-sm); padding: 28px; display: flex; flex-direction: column; backface-visibility: hidden; -webkit-backface-visibility: hidden; color: inherit; }
.flip__front { position: relative; min-height: 210px; }
.flip__front h3 { font-size: 18.5px; margin-bottom: 6px; }
.flip__back { position: absolute; inset: 0; transform: rotateY(180deg); background: linear-gradient(165deg, var(--surface-2), var(--surface)); justify-content: center; border-color: rgba(14, 159, 110, 0.3); }
.flip__back p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.flip__hint { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14px; color: var(--accent); }
.flip__hint svg { width: 16px; height: 16px; }
/* Tactile / mouvement réduit : carte empilée normale (contenu visible, lien actif) */
@media (hover: none), (prefers-reduced-motion: reduce) {
  .flip { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-2); box-shadow: var(--shadow-sm); padding: 26px; }
  .flip__inner { transform: none !important; }
  .flip__face { position: static; transform: none; backface-visibility: visible; -webkit-backface-visibility: visible; border: none; box-shadow: none; padding: 0; background: transparent; min-height: 0; }
  .flip__hint { display: none; }
  .flip__back p { margin-top: 8px; }
}

/* ---- Advantages -------------------------------------------------------- */
.adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.adv { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.adv__icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 13px; background: var(--grad); color: #fff; margin-bottom: 18px; }
.adv__icon svg { width: 24px; height: 24px; }
.adv h3 { font-size: 17.5px; margin-bottom: 9px; }
.adv p { color: var(--muted); font-size: 14.5px; }

/* ---- Steps ------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.steps--compact { grid-template-columns: repeat(2, 1fr); }
.step { position: relative; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); }
.step__n { font-family: "Open Sans", sans-serif; font-size: 32px; font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 14px; }
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---- Bento (pourquoi nous) --------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bento__cell { position: relative; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; overflow: hidden; box-shadow: var(--shadow-sm); }
.bento__cell--lg { grid-row: span 2; }
.bento__cell--wide { grid-column: span 2; }
.bento__cell[data-spotlight]::before { content: ""; position: absolute; inset: 0; background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 0%), rgba(14, 159, 110, 0.1), transparent 60%); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.bento__cell[data-spotlight]:hover::before { opacity: 1; }
.bento__icon { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 13px; background: rgba(14, 159, 110, 0.08); border: 1px solid rgba(14, 159, 110, 0.2); color: var(--accent); margin-bottom: 18px; position: relative; }
.bento__icon svg { width: 25px; height: 25px; }
.bento__cell h3 { font-size: 20px; margin-bottom: 10px; position: relative; }
.bento__cell p { color: var(--muted); font-size: 15px; position: relative; }
.bento__metric { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-soft); position: relative; }
.bento__metric b { font-family: "Open Sans", sans-serif; font-size: 40px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.bento__metric small { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
.bento__cell--media { padding: 0; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.bento__txt { padding: 30px; align-self: center; }
.bento__media { position: relative; overflow: hidden; min-height: 240px; }
.bento__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Versus (avant / après) -------------------------------------------- */
.versus { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 920px; margin-inline: auto; }
.versus__col { position: relative; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; overflow: hidden; box-shadow: var(--shadow-sm); }
.versus__col--good { border-color: rgba(21, 189, 142, 0.4); box-shadow: var(--shadow); }
.versus__col[data-spotlight]::before { content: ""; position: absolute; inset: 0; background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 0%), rgba(21, 189, 142, 0.1), transparent 60%); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.versus__col[data-spotlight]:hover::before { opacity: 1; }
.versus__flag { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; color: var(--accent-2); background: rgba(21, 189, 142, 0.1); border: 1px solid rgba(21, 189, 142, 0.3); padding: 4px 11px; border-radius: 999px; }
.versus__flag svg { width: 13px; height: 13px; }
.versus__col h3 { font-size: 19px; margin-bottom: 20px; position: relative; }
.versus__col ul { list-style: none; display: flex; flex-direction: column; gap: 13px; position: relative; }
.versus__col li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--muted); }
.versus__col--good li { color: var(--text); }
.vx, .vc { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 50%; flex: none; margin-top: 1px; }
.vx { background: rgba(225, 29, 72, 0.1); color: #e11d48; } .vx svg { width: 13px; height: 13px; }
.vc { background: rgba(21, 189, 142, 0.14); color: var(--accent-2); } .vc svg { width: 14px; height: 14px; }

/* ---- Reviews ----------------------------------------------------------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.review__stars { display: flex; gap: 3px; margin-bottom: 16px; color: #f5c518; }
.review__stars svg { width: 18px; height: 18px; }
.review p { font-size: 15.5px; color: var(--text); margin-bottom: 22px; }
.review__author { display: flex; align-items: center; gap: 13px; }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex: none; border: 1px solid var(--line); }
.review__avatar img { width: 100%; height: 100%; object-fit: cover; }
.review__name { font-weight: 600; font-size: 14.5px; }
.review__meta { font-size: 13px; color: var(--muted); }

/* ---- Cities ------------------------------------------------------------ */
.cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.city-card { display: flex; flex-direction: column; gap: 10px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; transition: transform 0.25s var(--ease), box-shadow 0.25s; box-shadow: var(--shadow-sm); }
.city-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.city-card__name { display: flex; align-items: center; gap: 8px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 17px; }
.city-card__name svg { width: 18px; height: 18px; color: var(--accent-2); }
.city-card__link { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; margin-top: auto; }
.city-card__link svg { width: 14px; height: 14px; color: var(--accent); }

/* ---- FAQ --------------------------------------------------------------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: none; border: none; color: var(--text); font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 17.5px; text-align: left; padding: 24px 0; cursor: pointer; }
.plus { position: relative; width: 18px; height: 18px; flex: none; }
.plus::before, .plus::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform 0.3s var(--ease); }
.plus::before { top: 8px; left: 0; width: 18px; height: 2px; }
.plus::after { top: 0; left: 8px; width: 2px; height: 18px; }
.faq__item.is-open .plus::after { transform: scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq__a p { color: var(--muted); font-size: 16px; padding-bottom: 24px; max-width: 720px; }

/* ---- CTA band ---------------------------------------------------------- */
.cta-band__inner { position: relative; max-width: 880px; margin-inline: auto; text-align: center; background: linear-gradient(155deg, #101822 0%, #0b141b 55%, #0c1a15 100%); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: var(--radius-lg); padding: clamp(44px, 6vw, 72px) 30px; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-band__inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(110% 130% at 50% 0%, rgba(20, 189, 142, 0.20), transparent 55%); pointer-events: none; }
.cta-band__inner::after { content: ""; position: absolute; top: 0; left: 14%; right: 14%; height: 1px; background: linear-gradient(90deg, transparent, rgba(94, 224, 205, 0.55), transparent); pointer-events: none; }
.cta-band__inner > * { position: relative; }
.cta-band__inner .eyebrow { color: #5fe0cd; }
.cta-band__inner h2 { font-size: clamp(23px, 3.4vw, 34px); margin-bottom: 14px; color: #fff; }
.cta-band__inner h2 em { color: #86efc7; -webkit-text-fill-color: #86efc7; }
.cta-band__inner p { color: rgba(255, 255, 255, 0.7); max-width: 540px; margin: 0 auto 30px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta-band__inner .btn--ghost { background: rgba(255, 255, 255, 0.08); color: #fff; border-color: rgba(255, 255, 255, 0.18); box-shadow: none; }
.cta-band__inner .btn--ghost:hover { background: rgba(255, 255, 255, 0.16); }

/* ---- Page hero --------------------------------------------------------- */
.page-hero { position: relative; padding: clamp(40px, 6.4vw, 72px) 0 clamp(27px, 4.3vw, 44px); overflow: hidden; }
.page-hero--sm { padding-bottom: clamp(18px, 3vw, 32px); }
.page-hero__glow { position: absolute; top: -160px; left: 28%; width: 680px; height: 460px; background: radial-gradient(circle, rgba(14, 159, 110, 0.12), transparent 62%); pointer-events: none; }
.page-hero .container { position: relative; max-width: 880px; }
.page-hero h1 { font-size: clamp(27px, 4.3vw, 44px); margin-bottom: 18px; }
.page-hero .lead { max-width: 700px; }
.page-hero .hero__actions { margin-top: 28px; }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted-2); margin-bottom: 22px; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--text); }
.crumb svg { width: 14px; height: 14px; }
.outcome-pill { display: inline-flex; align-items: center; gap: 9px; background: rgba(21, 189, 142, 0.08); border: 1px solid rgba(21, 189, 142, 0.28); color: var(--accent-2); border-radius: 999px; padding: 9px 18px; font-weight: 500; font-size: 15px; margin: 22px 0 4px; }
.outcome-pill svg { width: 18px; height: 18px; }

/* ---- Detail (service) -------------------------------------------------- */
.detail-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.detail-main h2 { font-size: clamp(22px, 3vw, 28px); }
.ticks { list-style: none; display: grid; gap: 14px; }
.ticks--2col { grid-template-columns: 1fr 1fr; }
.ticks li { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 16px; }
.ticks li svg { width: 22px; height: 22px; flex: none; color: var(--accent-2); margin-top: 1px; }
.ticks li span strong { color: var(--text); }
.detail-aside { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 18px; }
.aside-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.aside-card h3 { font-size: 18px; margin-bottom: 12px; }
.aside-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; }
.aside-card .btn { margin-bottom: 10px; }
.aside-card--soft { background: var(--surface); }
.aside-links { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.aside-links a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 11px; font-size: 14.5px; color: var(--muted); transition: background 0.2s, color 0.2s; }
.aside-links a:hover { background: var(--surface-2); color: var(--text); }
.aside-links svg:first-child { width: 18px; height: 18px; color: var(--accent); flex: none; }
.aside-links a > svg:last-child { width: 15px; height: 15px; margin-left: auto; color: var(--muted-2); }

.other-sectors { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; justify-content: center; }
.other-sectors__label { color: var(--muted-2); font-size: 14px; }
.other-sectors a { font-size: 14px; color: var(--muted); border: 1px solid var(--line); padding: 8px 15px; border-radius: 999px; transition: color 0.2s, border-color 0.2s; background: var(--surface-2); }
.other-sectors a:hover { color: var(--text); border-color: var(--accent); }

.two-col { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.media-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 11; }

/* ---- Tarifs / packs ---------------------------------------------------- */
.packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pack { position: relative; display: flex; flex-direction: column; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); }
.pack.is-featured { border-color: rgba(14, 159, 110, 0.5); box-shadow: var(--shadow-lg); }
.pack__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 16px; border-radius: 999px; }
.pack__name { font-size: 20px; margin-bottom: 12px; }
.pack__price { font-family: "Open Sans", sans-serif; font-size: 32px; font-weight: 700; line-height: 1.1; margin-bottom: 14px; }
.pack__price span { display: block; font-size: 13px; font-weight: 500; color: var(--muted); margin-top: 4px; }
.pack__pitch { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.pack__features { list-style: none; display: grid; gap: 11px; margin-bottom: 26px; flex: 1; }
.pack__features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--muted); }
.pack__features svg { width: 19px; height: 19px; flex: none; color: var(--accent-2); margin-top: 1px; }
.packs__note { text-align: center; color: var(--muted-2); font-size: 13.5px; margin-top: 28px; }

/* ---- Contact ----------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 34px; align-items: start; }
.contact-form { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: 14px; font-weight: 500; color: var(--text); }
.field input, .field select, .field textarea { background: var(--bg); border: 1px solid var(--line); border-radius: 11px; padding: 13px 15px; color: var(--text); font-family: inherit; font-size: 15px; transition: border-color 0.2s, box-shadow 0.2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(14, 159, 110, 0.16); }
.field textarea { resize: vertical; }
.form-note { font-size: 12.5px; color: var(--muted-2); margin-top: 14px; }
/* Chips de sélection (checkbox/radio) dans le formulaire de devis */
.field-legend { display: block; font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 10px; }
.optchips { display: flex; flex-wrap: wrap; gap: 8px; }
.optchip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: 14px; color: var(--text); background: var(--bg); transition: border-color 0.2s, background 0.2s, color 0.2s; }
.optchip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.optchip:hover { border-color: var(--accent); }
.optchip:has(input:checked) { border-color: var(--accent); background: rgba(14, 159, 110, 0.09); color: var(--accent); font-weight: 600; }
.optchip:has(input:focus-visible) { box-shadow: 0 0 0 3px rgba(14, 159, 110, 0.16); }
.form-note a { color: var(--muted); text-decoration: underline; }
.contact-aside { display: flex; flex-direction: column; gap: 18px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.contact-list li { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 15px; }
.contact-list svg { width: 20px; height: 20px; color: var(--accent); flex: none; }
.contact-list a:hover { color: var(--text); }
.next-steps { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.next-steps li { color: var(--muted); font-size: 14.5px; }
.next-steps b { color: var(--accent-2); font-family: "Open Sans", sans-serif; }

/* ---- Legal ------------------------------------------------------------- */
.legal-prose { max-width: 760px; margin-inline: auto; }
.legal-prose h2 { font-size: 21px; margin: 32px 0 10px; }
.legal-prose p { color: var(--muted); margin-bottom: 14px; }
.legal-prose a { color: var(--accent); text-decoration: underline; }
.error-hero { text-align: center; }
.error-hero .hero__actions { justify-content: center; }

/* ---- Footer (sombre pour le contraste) --------------------------------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, 0.7); padding-top: 64px; margin-top: 20px; }
.site-footer .brand__name { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr; gap: 36px; padding-bottom: 48px; }
.footer__brand .brand { margin-bottom: 16px; }
.footer__pitch { color: rgba(255, 255, 255, 0.6); font-size: 14.5px; margin-bottom: 20px; max-width: 320px; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 11px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); transition: color 0.2s, border-color 0.2s; }
.footer__social a:hover { color: #fff; border-color: var(--accent); }
.footer__social svg { width: 19px; height: 19px; }
.footer__col h3 { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 16px; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer__col a { color: rgba(255, 255, 255, 0.7); font-size: 14.5px; transition: color 0.2s; }
.footer__col a:hover { color: #fff; }
.footer__contact { gap: 13px; }
.footer__contact li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, 0.7); font-size: 14.5px; }
.footer__contact svg { width: 18px; height: 18px; color: var(--accent-2); flex: none; margin-top: 2px; }
.footer__col .btn { margin-top: 18px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 22px 0; }
.footer__bottom-row { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; }
.footer__bottom-row p { color: rgba(255, 255, 255, 0.45); font-size: 13px; }
.footer__legal { display: flex; gap: 18px; }
.footer__legal a { color: rgba(255, 255, 255, 0.45); font-size: 13px; }
.footer__legal a:hover { color: #fff; }
.footer__textlink { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.55); }
.footer__textlink:hover { color: #fff; }
.footer__textlink svg { width: 13px; height: 13px; }
.footer__credit a { color: rgba(255, 255, 255, 0.7); }
.footer__credit a:hover { color: var(--accent-2); }

/* ---- Preloader / écran de chargement ----------------------------------- */
.preloader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: var(--ink); overflow: hidden; }
html.preloaded .preloader { display: none; }
body.pl-lock { overflow: hidden; }
.pl__blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; pointer-events: none; }
.pl__blob--1 { width: 480px; height: 480px; top: -140px; left: -100px; background: radial-gradient(circle, #0e9f6e, transparent 70%); animation: plBlob 6s ease-in-out infinite; }
.pl__blob--2 { width: 420px; height: 420px; bottom: -120px; right: -80px; background: radial-gradient(circle, #34d399, transparent 70%); animation: plBlob 7s ease-in-out infinite reverse; }
@keyframes plBlob { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(60px, 40px) scale(1.2); } }
.pl__inner { position: relative; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.pl__logo { position: relative; width: 56px; height: 56px; animation: plPop 0.9s var(--ease) both; }
.pl__logo .brand__mark { width: 56px; height: 56px; animation: plFloat 2.4s ease-in-out infinite; }
.pl__ring { position: absolute; inset: -16px; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0deg, #34d399 90deg, #0e9f6e 180deg, transparent 300deg); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px)); mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px)); animation: plSpin 1.1s linear infinite; }
@keyframes plSpin { to { transform: rotate(360deg); } }
@keyframes plFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes plPop { from { opacity: 0; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } }
.pl__word { font-family: "Open Sans", sans-serif; font-weight: 800; font-size: clamp(30px, 6vw, 44px); letter-spacing: -0.03em; color: #fff; display: flex; }
.pl__word span { display: inline-block; opacity: 0; transform: translateY(26px); animation: plUp 0.6s var(--ease) forwards; animation-delay: calc(0.25s + var(--i) * 0.08s); }
.pl__word b { color: #34d399; opacity: 0; animation: plUp 0.6s var(--ease) forwards; animation-delay: 0.75s; }
@keyframes plUp { to { opacity: 1; transform: none; } }
.pl__bar { width: 180px; height: 3px; border-radius: 999px; background: rgba(255, 255, 255, 0.12); overflow: hidden; }
.pl__bar i { display: block; height: 100%; width: 0; background: var(--grad); border-radius: 999px; }
.pl__pct { font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 13px; letter-spacing: 0.1em; color: rgba(255, 255, 255, 0.55); }
.preloader.is-done { animation: plWipe 0.85s cubic-bezier(0.76, 0, 0.24, 1) forwards; }
.preloader.is-done .pl__inner { animation: plZoom 0.6s var(--ease) forwards; }
@keyframes plWipe { to { clip-path: inset(0 0 100% 0); } }
@keyframes plZoom { to { opacity: 0; transform: scale(1.15); } }
@media (prefers-reduced-motion: reduce) {
  .pl__blob, .pl__logo, .pl__logo .brand__mark, .pl__ring, .pl__word span, .pl__word b { animation: none !important; opacity: 1 !important; transform: none !important; }
  .preloader.is-done { animation: plFade 0.3s linear forwards; }
  @keyframes plFade { to { opacity: 0; } }
}

/* ---- Float CTA & scroll progress --------------------------------------- */
.float-cta { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: none; align-items: center; gap: 8px; background: var(--grad); color: #fff; padding: 13px 20px; border-radius: 999px; font-family: "Open Sans", sans-serif; font-weight: 600; font-size: 14.5px; box-shadow: 0 14px 30px -8px rgba(14, 159, 110, 0.6); }
.float-cta svg { width: 18px; height: 18px; }
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: var(--grad); transform: scaleX(0); transform-origin: left; z-index: 200; will-change: transform; }

/* ==========================================================================
   REFRESH ANIMATIONS (v19) — recodé vanilla façon 21st.dev
   ========================================================================== */

/* ---- Réveil du titre mot par mot ---- */
.split-ready .wrd { display: inline-block; overflow: hidden; vertical-align: bottom; }
.split-ready .wrd > span { display: inline-block; transform: translateY(110%); transition: transform 0.7s var(--ease); }
.split-in .wrd > span { transform: translateY(0); }

/* ---- Texte shimmer sur les <em> du hero ---- */
.hero h1 em, .page-hero h1 em { background: linear-gradient(110deg, #0e9f6e 35%, #7df0cf 50%, #0e9f6e 65%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; animation: shimmer 3.2s linear infinite; }
/* Quand le titre est découpé en mots, le clip du parent ne traverse pas les
   spans transformés (Chrome) → on applique le dégradé sur les spans internes. */
.split-ready em { background: none !important; animation: none !important; color: inherit; }
.split-ready em .wrd > span { background: linear-gradient(110deg, #0e9f6e 35%, #7df0cf 50%, #0e9f6e 65%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shimmer 3.2s linear infinite; }
@keyframes shimmer { to { background-position: -220% 0; } }

/* ---- Soulignement animé de la navigation ---- */
.nav__link { position: relative; }
.nav__link::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }

/* ---- Spotlight généralisé (curseur) ---- */
.spot { position: relative; }
.spot::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 0%), rgba(14, 159, 110, 0.08), transparent 62%); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
.spot:hover::after { opacity: 1; }

/* ---- Ripple boutons ---- */
.btn { position: relative; overflow: hidden; }
.ripple { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, 0.35); transform: scale(0); animation: rip 0.6s ease-out forwards; pointer-events: none; }
.btn--ghost .ripple { background: rgba(14, 159, 110, 0.18); }
@keyframes rip { to { transform: scale(1); opacity: 0; } }

/* ---- Beams de fond sur les blocs sombres (CTA / ROI / estimateur) ---- */
.beams { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; pointer-events: none; z-index: 0; }
.roi__out > *:not(.beams), .est__out > *:not(.beams) { position: relative; z-index: 1; }
.beams i { position: absolute; top: -30%; width: 1.5px; height: 160%; background: linear-gradient(180deg, transparent, rgba(52, 211, 153, 0.55), transparent); animation: beamY 7s linear infinite; }
.beams i:nth-child(1) { left: 12%; animation-delay: 0s; }
.beams i:nth-child(2) { left: 34%; animation-delay: 1.6s; }
.beams i:nth-child(3) { left: 58%; animation-delay: 3.1s; }
.beams i:nth-child(4) { left: 81%; animation-delay: 4.4s; }
@keyframes beamY { 0% { transform: translateY(-35%); opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { transform: translateY(35%); opacity: 0; } }

/* ---- Icônes qui vivent au survol des cartes ---- */
.svc-card:hover .svc-card__icon, .sec-card:hover .sec-card__icon, .demo-card:hover .demo-ico { animation: iconPop 0.5s var(--ease); }
.svc-card:hover .svc-card__icon svg, .adv:hover .adv__icon svg { animation: iconWiggle 0.6s var(--ease); }
@keyframes iconPop { 40% { transform: scale(1.12) rotate(-4deg); } 100% { transform: none; } }
@keyframes iconWiggle { 30% { transform: rotate(8deg); } 60% { transform: rotate(-6deg); } 100% { transform: none; } }

/* ---- Ligne lumineuse animée en haut du footer ---- */
.site-footer { position: relative; }
.site-footer::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #0e9f6e 30%, #34d399 50%, #0e9f6e 70%, transparent); background-size: 200% 100%; animation: footerGlow 6s linear infinite; }
@keyframes footerGlow { to { background-position: -200% 0; } }

/* ---- Souligné « marqueur » sous les em des titres de section ---- */
.section-title em { position: relative; }
.section-title em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 0.14em; background: rgba(14, 159, 110, 0.22); border-radius: 3px; transform: scaleX(0); transform-origin: left; transition: transform 0.8s var(--ease) 0.25s; z-index: -1; }
.reveal.is-in .section-title em::after, .is-in .section-title em::after, .section-head .section-title em::after { transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
  .hero h1 em, .page-hero h1 em, .beams i, .site-footer::before { animation: none !important; }
  .split-ready .wrd > span { transform: none !important; transition: none !important; }
  .ripple { display: none; }
}

/* ---- Reveal ------------------------------------------------------------ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- Effet survol images (zoom + reflet) ------------------------------- */
.media-frame img, .bento__media img, .hv-photo img { transition: transform 0.7s var(--ease); }
.media-frame:hover img, .bento__cell--media:hover .bento__media img, .hv-photo:hover img { transform: scale(1.05); }
.img-fx { position: relative; }
.img-fx::after { content: ""; position: absolute; top: 0; left: -65%; width: 50%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.4), transparent); transform: skewX(-18deg); pointer-events: none; opacity: 0; }
.img-fx:hover::after { animation: shine 0.9s ease; }
@keyframes shine { 0% { left: -65%; opacity: 1; } 100% { left: 130%; opacity: 1; } }

/* ---- Coût de l'inaction ------------------------------------------------- */
.section--cost { background: linear-gradient(180deg, var(--bg), #fdf4f3); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.cost__head { max-width: 820px; margin: 0 auto 46px; text-align: center; }
.cost__head .section-title { margin-bottom: 16px; }
.eyebrow--warn { color: var(--warn); }
.eyebrow--warn svg { color: var(--warn); }
.cost__big { display: inline-block; font-weight: 700; font-size: clamp(40px, 6.4vw, 72px); line-height: 1; color: var(--warn); -webkit-text-fill-color: var(--warn); letter-spacing: -0.03em; }
.leaks { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 1000px; margin: 0 auto 28px; }
.leak { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-areas: "icon amt" "title title" "desc desc"; align-items: center; gap: 4px 18px; padding: 30px 34px; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.leak::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--warn); }
.leak:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.leak__icon { grid-area: icon; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 13px; background: rgba(225, 29, 72, 0.08); border: 1px solid rgba(225, 29, 72, 0.2); color: var(--warn); }
.leak__icon svg { width: 24px; height: 24px; }
.leak__amt { grid-area: amt; justify-self: end; font-family: "Roboto", "Open Sans", sans-serif; font-weight: 700; color: var(--warn); font-size: clamp(26px, 3.4vw, 38px); line-height: 1; letter-spacing: -0.02em; white-space: nowrap; }
.leak__title { grid-area: title; font-family: "Roboto", "Open Sans", sans-serif; font-weight: 600; font-size: 19px; margin-top: 14px; line-height: 1.15; }
.leak__desc { grid-area: desc; font-size: 14.5px; color: var(--muted); line-height: 1.55; margin-top: 2px; }
.cost__note { font-size: 13px; color: var(--muted-2); text-align: center; max-width: 640px; margin: 0 auto 24px; }
.cost__cta { display: flex; justify-content: center; }

/* ---- Ce que ça change -------------------------------------------------- */
.changes { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 44px; align-items: center; }
.changes__media { position: relative; }
.changes__badge { position: absolute; bottom: -16px; right: -14px; display: inline-flex; align-items: center; gap: 6px; background: var(--grad); color: #fff; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 15px; padding: 10px 16px; border-radius: 999px; box-shadow: 0 16px 36px -12px rgba(14, 159, 110, 0.6); }
.changes__badge svg { width: 16px; height: 16px; }
.changes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.change { background: var(--surface-2); border: 1px solid var(--line); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.change:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.change__icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 11px; background: rgba(14, 159, 110, 0.08); border: 1px solid rgba(14, 159, 110, 0.2); color: var(--accent); margin-bottom: 14px; }
.change__icon svg { width: 21px; height: 21px; }
.change__num { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.change__num b { font-family: "Open Sans", sans-serif; font-weight: 800; font-size: 30px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.change__num i { font-style: normal; font-weight: 600; font-size: 14px; color: var(--text); }
.change p { color: var(--muted); font-size: 13.5px; }

/* ---- Blog : grille de cartes ------------------------------------------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card__cat { align-self: flex-start; font-size: 11.5px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); background: rgba(14, 159, 110, 0.08); border: 1px solid rgba(14, 159, 110, 0.2); padding: 4px 11px; border-radius: 999px; margin-bottom: 16px; }
.post-card h2 { font-size: 20px; line-height: 1.25; margin-bottom: 10px; }
.post-card p { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; flex: 1; }
.post-card__meta { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted-2); font-weight: 500; }
.post-card__meta svg { width: 15px; height: 15px; color: var(--accent); }

/* ---- Article ----------------------------------------------------------- */
.post-byline { color: var(--muted); font-size: 14.5px; margin-top: 6px; }
.article-prose { max-width: 760px; margin-inline: auto; }
.article-prose h2 { font-size: clamp(20px, 2.6vw, 26px); margin: 38px 0 14px; }
.article-prose h3 { font-size: 20px; margin: 28px 0 10px; }
.article-prose p { color: var(--muted); font-size: 17px; margin-bottom: 18px; }
.article-prose ul, .article-prose ol { color: var(--muted); font-size: 17px; margin: 0 0 20px 1.2em; display: flex; flex-direction: column; gap: 8px; }
.article-prose li { padding-left: 4px; }
.article-prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.article-prose strong { color: var(--text); }
.article-prose blockquote { margin: 24px 0; padding: 18px 22px; border-left: 3px solid var(--accent); background: var(--surface); border-radius: 0 12px 12px 0; color: var(--text); font-size: 17px; }
.article-prose .faq { margin-top: 8px; }
.article-share { display: flex; align-items: center; gap: 12px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-share span { font-size: 14px; color: var(--muted); }
.article-share a { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line); color: var(--muted); transition: color 0.2s, border-color 0.2s; }
.article-share a:hover { color: var(--accent); border-color: var(--accent); }
.article-share svg { width: 18px; height: 18px; }

/* ==========================================================================
   CARTE DE VISITE NUMÉRIQUE (façon Apple Wallet)
   ========================================================================== */
.cardbuilder { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 34px; align-items: start; }
.cb__controls .demo-label { margin-top: 18px; }
.cb__controls .demo-label:first-child { margin-top: 0; }
.cb-bgs { display: flex; flex-wrap: wrap; gap: 10px; }
.cb-bg { width: 40px; height: 40px; border-radius: 11px; border: 2px solid transparent; cursor: pointer; padding: 0; transition: transform 0.15s var(--ease); }
.cb-bg:hover { transform: translateY(-2px); }
.cb-bg.is-on { border-color: var(--text); box-shadow: 0 0 0 2px var(--surface-2) inset; }
.cb__custom { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 13.5px; color: var(--muted); }
.cb__custom svg { width: 15px; height: 15px; color: var(--muted-2); }
.cb__custom input[type="color"] { width: 38px; height: 32px; border: 1px solid var(--line); border-radius: 9px; padding: 2px; background: var(--bg); cursor: pointer; }
.cb__preview { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.wallet { perspective: 1100px; padding: 8px; }
.walletcard { position: relative; width: 300px; min-height: 410px; border-radius: 24px; padding: 24px; color: #fff; background: linear-gradient(135deg, #0e9f6e, #1bc6a0); box-shadow: 0 34px 64px -24px rgba(13, 17, 25, 0.55); display: flex; flex-direction: column; overflow: hidden; transition: transform 0.2s var(--ease); }
.wc__sheen { position: absolute; inset: 0; background: linear-gradient(150deg, rgba(255, 255, 255, 0.22), transparent 42%); pointer-events: none; }
.wc__top { position: relative; display: flex; align-items: center; gap: 11px; }
.wc__logo { width: 42px; height: 42px; border-radius: 12px; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; font-family: "Roboto", "Open Sans", sans-serif; font-weight: 700; font-size: 18px; flex: none; }
.wc__org { font-size: 13px; font-weight: 600; opacity: 0.92; }
.wc__main { position: relative; margin-top: 38px; }
.wc__name { font-family: "Roboto", "Open Sans", sans-serif; font-weight: 600; font-size: 27px; line-height: 1.08; }
.wc__role { font-size: 14px; opacity: 0.85; margin-top: 5px; }
.wc__fields { position: relative; display: grid; gap: 11px; margin-top: auto; padding-top: 20px; }
.wc__fields small { display: block; font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.09em; opacity: 0.7; margin-bottom: 1px; }
.wc__fields b { font-size: 14px; font-weight: 600; word-break: break-word; }
.wc__code { position: relative; margin-top: 18px; display: flex; justify-content: center; }
.wc__qr { width: 58px; height: 58px; border-radius: 9px; background-color: #fff; background-image: repeating-linear-gradient(0deg, #0d1119 0 3px, transparent 3px 6px), repeating-linear-gradient(90deg, #0d1119 0 3px, transparent 3px 6px); background-size: 6px 6px; }
.cb__note { display: inline-flex; align-items: flex-start; gap: 7px; font-size: 12.5px; color: var(--muted); text-align: left; max-width: 320px; }
.cb__note svg { width: 15px; height: 15px; color: var(--accent); flex: none; margin-top: 1px; }

/* ==========================================================================
   DÉMO INTERACTIVE
   ========================================================================== */
.demo-note { display: inline-flex; align-items: flex-start; gap: 9px; margin-top: 22px; font-size: 13.5px; color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; max-width: 640px; }
.demo-note svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 1px; }
.demo-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-sm); }
.demo-card__head { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.demo-ico { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 14px; background: var(--grad); color: #fff; flex: none; }
.demo-ico svg { width: 26px; height: 26px; }
.demo-card__head h2 { font-size: 22px; margin-bottom: 3px; }
.demo-card__head p { color: var(--muted); font-size: 14.5px; }
.demo-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.demo-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.demo-chips--col { flex-direction: column; }
.demo-chip { text-align: left; font-family: inherit; font-size: 14px; font-weight: 500; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 11px 15px; cursor: pointer; transition: border-color 0.2s, background 0.2s, transform 0.15s; }
.demo-chips:not(.demo-chips--col) .demo-chip { border-radius: 999px; padding: 8px 15px; }
.demo-chip:hover { border-color: var(--accent); transform: translateY(-1px); }
.demo-chip:disabled { opacity: 0.5; cursor: default; transform: none; }
.demo-label { display: block; font-size: 13.5px; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.page-demo textarea, #demoEmailIn { width: 100%; background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; color: var(--text); font-family: inherit; font-size: 14.5px; line-height: 1.55; resize: vertical; margin-bottom: 14px; transition: border-color 0.2s, box-shadow 0.2s; }
#demoEmailIn:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(14, 159, 110, 0.16); }
.demo-out { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px; min-height: 280px; }
.demo-out__tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; min-height: 26px; }
.demo-tag { font-size: 11.5px; font-weight: 600; padding: 4px 11px; border-radius: 999px; background: var(--surface-3); color: var(--muted); border: 1px solid var(--line); }
.demo-tag--main { background: rgba(14, 159, 110, 0.1); color: var(--accent); border-color: rgba(14, 159, 110, 0.25); }
.demo-tag--load { background: rgba(14, 159, 110, 0.08); color: var(--accent); border-color: transparent; animation: pulse 1s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: 0.45; } }
.demo-out__body { white-space: pre-wrap; font-size: 14.5px; line-height: 1.6; color: var(--text); }
.demo-placeholder { color: var(--muted-2); font-style: italic; }

/* Téléphone (standardiste) */
.phone { background: var(--ink); border-radius: 18px; padding: 16px; box-shadow: var(--shadow); }
.phone__top { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.75); font-size: 12.5px; font-weight: 600; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 12px; }
.phone__dot { width: 9px; height: 9px; border-radius: 50%; background: #34d399; box-shadow: 0 0 8px #34d399; animation: pulse 1.4s ease-in-out infinite; }
.phone__log { height: 300px; overflow-y: auto; display: flex; flex-direction: column; gap: 9px; padding-right: 4px; }
.phone__log .demo-placeholder { color: rgba(255, 255, 255, 0.4); margin: auto; text-align: center; }
.bubble { max-width: 82%; padding: 10px 13px; border-radius: 14px; font-size: 13.5px; line-height: 1.45; }
.bubble--agent { align-self: flex-start; background: rgba(255, 255, 255, 0.08); color: #fff; border-bottom-left-radius: 5px; }
.bubble--client { align-self: flex-end; background: var(--grad); color: #fff; border-bottom-right-radius: 5px; }
.bubble--typing { display: flex; gap: 4px; align-items: center; }
.bubble--typing span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.5; animation: blink 1s infinite; }
.bubble--typing span:nth-child(2) { animation-delay: 0.2s; }
.bubble--typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 0%, 60%, 100% { opacity: 0.25; } 30% { opacity: 1; } }
.phone__result { display: flex; flex-direction: column; gap: 7px; margin-top: 12px; }
.phone__chip { background: rgba(52, 211, 153, 0.12); border: 1px solid rgba(52, 211, 153, 0.3); color: #6ee7b7; font-size: 12.5px; font-weight: 600; padding: 8px 12px; border-radius: 9px; }

/* Calculateur ROI */
.roi { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.roi__row { margin-bottom: 22px; }
.roi__row label { display: flex; justify-content: space-between; align-items: baseline; font-size: 14.5px; color: var(--muted); margin-bottom: 10px; }
.roi__row label b { font-family: "Open Sans", sans-serif; font-size: 17px; color: var(--accent); }
.roi input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: var(--surface-3); outline: none; }
.roi input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--grad); cursor: pointer; border: 3px solid #fff; box-shadow: var(--shadow-sm); }
.roi input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #0e9f6e; cursor: pointer; border: 3px solid #fff; }
.roi__out { background: var(--ink); border-radius: var(--radius-lg); padding: 30px; color: #fff; }
.roi__eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #6ee7b7; margin-bottom: 14px; }
.roi__eyebrow svg { width: 15px; height: 15px; }
.roi__big { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: clamp(20px, 2.6vw, 26px); line-height: 1.2; }
.roi__big b { color: #fb7185; }
.roi__sub { color: rgba(255, 255, 255, 0.75); font-size: 15px; margin-top: 10px; }
.roi__sub b { color: #6ee7b7; font-weight: 700; }
.roi__note { display: block; color: rgba(255, 255, 255, 0.45); font-size: 12px; margin-top: 14px; }
.roi__out .mt-cta { margin-top: 18px; }
.roi__out .mt-cta .btn { width: 100%; }

/* ---- Chip sélectionné + hint ---- */
.demo-chip.is-on { border-color: var(--accent); background: rgba(14, 159, 110, 0.09); color: var(--accent); font-weight: 600; }
.demo-hint { font-weight: 400; color: var(--muted-2); font-size: 12.5px; }

/* ---- Bordure lumineuse animée (border-beam, façon 21st.dev) ---- */
@property --beamA { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
.beam-card { position: relative; }
.beam-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; background: conic-gradient(from var(--beamA), transparent 0 64%, var(--accent) 80%, var(--accent-2) 92%, transparent 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; animation: beamSpin 5s linear infinite; pointer-events: none; }
@keyframes beamSpin { to { --beamA: 360deg; } }

/* ---- Estimateur de devis ---- */
.est { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: start; }
.est__controls .demo-label { margin-top: 18px; }
.est__controls .demo-label:first-child { margin-top: 0; }
.est__out { background: var(--ink); border-radius: var(--radius-lg); padding: 30px; color: #fff; }
.est__out .roi__eyebrow { color: #6ee7b7; }
.est__price { font-family: "Open Sans", sans-serif; font-weight: 800; font-size: clamp(23px, 3.4vw, 34px); line-height: 1.1; margin: 6px 0 12px; }
.est__price small { font-size: 16px; font-weight: 600; color: rgba(255, 255, 255, 0.7); }
.est__note { color: rgba(255, 255, 255, 0.65); font-size: 13px; min-height: 34px; }
.est__out .mt-cta { margin-top: 16px; }
.est__out .mt-cta .btn { width: 100%; }

/* ---- Quiz recommandeur ---- */
.quiz { max-width: 640px; margin-inline: auto; }
.quiz__bar { height: 5px; border-radius: 999px; background: var(--surface-3); overflow: hidden; margin-bottom: 26px; }
.quiz__bar i { display: block; height: 100%; width: 0; background: var(--grad); border-radius: 999px; transition: width 0.4s var(--ease); }
.quiz__q { animation: quizIn 0.4s var(--ease); }
@keyframes quizIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.quiz__num { font-size: 12.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); }
.quiz__q h3 { font-size: clamp(18px, 2.6vw, 23px); margin: 8px 0 18px; }
.quiz__opts { display: grid; gap: 10px; }
.quiz__opt { text-align: left; font-family: inherit; font-size: 15.5px; font-weight: 500; color: var(--text); background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; cursor: pointer; transition: border-color 0.2s, transform 0.15s, background 0.2s; }
.quiz__opt:hover { border-color: var(--accent); transform: translateX(4px); background: rgba(14, 159, 110, 0.04); }
.quiz__result { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; text-align: center; }
.quiz__result .roi__eyebrow { color: var(--accent); justify-content: center; }
.quiz__result h3 { font-size: clamp(20px, 3vw, 26px); margin: 6px 0 10px; }
.quiz__result p { color: var(--muted); font-size: 16px; max-width: 480px; margin: 0 auto 22px; }
.quiz__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.quiz__restart { display: inline-block; margin-top: 18px; background: none; border: none; color: var(--muted); font-family: inherit; font-size: 14px; cursor: pointer; }
.quiz__restart:hover { color: var(--text); }

@media (prefers-reduced-motion: reduce) { .beam-card::before, .quiz__q { animation: none !important; } }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .hero__layout { grid-template-columns: 1fr; gap: 52px; }
  .hero-visual { max-width: 540px; }
  .svc-grid, .sec-grid, .reviews, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cities { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__cell--lg { grid-row: span 1; }
  .bento__cell--wide { grid-column: span 2; }
  .packs { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .detail-aside .aside-card { flex: 1; min-width: 260px; }
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .cost { grid-template-columns: 1fr; gap: 44px; }
  .leaks { grid-template-columns: 1fr; }
  .leak { padding: 24px 26px; }
  .changes { grid-template-columns: 1fr; gap: 40px; }
  .human { grid-template-columns: 1fr; gap: 30px; }
  .intg-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .demo-grid2 { grid-template-columns: 1fr; }
  .roi { grid-template-columns: 1fr; gap: 22px; }
  .est { grid-template-columns: 1fr; gap: 22px; }
  .cardbuilder { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 760px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 22px; }
  .contact-grid { grid-template-columns: 1fr; }
  .float-cta { display: inline-flex; }
  .flow { flex-direction: column; align-items: center; }
  .flow__beam { width: 2px; height: 38px; }
  .flow__step { max-width: 100%; width: 100%; }
  .marquee { flex-direction: column; align-items: flex-start; gap: 12px; }
  .versus { grid-template-columns: 1fr; }
  .bento__cell--media { grid-template-columns: 1fr; }
  .bento__media { min-height: 200px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .svc-grid, .sec-grid, .reviews, .adv-grid, .steps, .steps--compact, .cities, .ticks--2col, .bento, .post-grid { grid-template-columns: 1fr; }
  .bento__cell--wide { grid-column: span 1; }
  .field-row { grid-template-columns: 1fr; }
  .mobile-nav__sub { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero__actions, .cta-band__actions, .mt-cta { flex-direction: column; }
  .hero__actions [data-magnetic] { width: 100%; }
  .hero__actions .btn, .cta-band__actions .btn, .mt-cta .btn { width: 100%; }
  .footer__bottom-row { flex-direction: column; align-items: flex-start; }
  /* Footer compact sur mobile (moins haut) */
  .footer__grid { grid-template-columns: 1fr; gap: 6px; padding-bottom: 20px; }
  .footer__brand { margin-bottom: 14px; }
  .footer__pitch { margin-bottom: 14px; max-width: none; }
  .footer__col a, .footer__contact li { font-size: 14px; }
  .footer__contact { gap: 11px; }
  .intg-grid { grid-template-columns: 1fr; }
  .role { flex-direction: column; align-items: flex-start; gap: 14px; }
  .role .btn { width: 100%; }
  .hv-badge { display: none; }
  .hv-card { position: static; width: 100%; max-width: none; margin-top: 16px; left: 0; }
  .changes__grid { grid-template-columns: 1fr; }
  .cost__chip { display: none; }
  .leak__amt { min-width: 84px; font-size: 16px; }
  .arc { overflow-x: auto; justify-content: flex-start; padding: 6px 4px 12px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .arc::-webkit-scrollbar { display: none; }
  .arc__item { transform: none !important; margin: 0 7px; flex: none; }
  .arc__card img { width: 160px; height: 210px; }
  .waitlist__form { flex-direction: column; }
  .waitlist__form .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) { .waitlist__glow { animation: none !important; } }

@media (prefers-reduced-motion: reduce) {
  .aurora span, .hv-beam i, .flow__beam i, .hv-badge, .marquee__track { animation: none !important; }
  .marquee__track { transform: none; }
  .scroll-progress { display: none; }
}

/* ==========================================================================
   REFONTE « MATIÈRE VIVANTE » — 5 juillet 2026
   (hero WebGL · transitions de page · curseur · grading photos · draw flow)
   ========================================================================== */

/* ---- Hero : matière WebGL (fallback = .aurora si pas de WebGL/reduced) ---- */
.hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0;
  opacity: 0; pointer-events: none; transition: opacity 1.4s ease;
  -webkit-mask-image: radial-gradient(120% 100% at 78% 34%, #000 30%, transparent 80%);
          mask-image: radial-gradient(120% 100% at 78% 34%, #000 30%, transparent 80%);
}
.hero-canvas.is-live { opacity: 0.92; }
.hero-canvas.is-live ~ .aurora { opacity: 0; transition: opacity 1s ease; }

/* ---- Transitions entre pages (View Transitions API, MPA) ---------------- */
@media (prefers-reduced-motion: no-preference) {
  @view-transition { navigation: auto; }
  ::view-transition-old(root) { animation: vtOut 0.32s var(--ease) both; }
  ::view-transition-new(root) { animation: vtIn 0.46s var(--ease) both; }
}
@keyframes vtOut { to { opacity: 0; transform: translateY(-10px); } }
@keyframes vtIn { from { opacity: 0; transform: translateY(14px); } }

/* ---- Curseur : aura douce qui augmente le curseur natif (desktop only) --- */
.cursor-aura { position: fixed; left: 0; top: 0; z-index: 9998; pointer-events: none; opacity: 0; transition: opacity 0.3s; will-change: transform; }
.cursor-aura.is-on { opacity: 1; }
.cursor-aura > i {
  display: block; width: 26px; height: 26px; border-radius: 50%;
  border: 1.5px solid rgba(14, 159, 110, 0.5); transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  transition: width 0.28s var(--ease), height 0.28s var(--ease), background 0.28s, border-color 0.28s;
}
.cursor-aura.is-hot > i { width: 58px; height: 58px; background: rgba(14, 159, 110, 0.10); border-color: rgba(14, 159, 110, 0.2); }
.cursor-aura.is-down > i { width: 18px; height: 18px; background: rgba(14, 159, 110, 0.22); }

/* ---- Grading photo premium : léger voile émeraude qui s'ouvre au survol -- */
.media-frame, .hv-photo, .bento__media { position: relative; }
.media-frame::before, .hv-photo::before, .bento__media::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: inherit;
  background: linear-gradient(135deg, rgba(14, 159, 110, 0.16), rgba(21, 189, 142, 0.05) 55%, transparent);
  mix-blend-mode: multiply; opacity: 1; transition: opacity 0.6s var(--ease);
}
.media-frame:hover::before, .hv-photo:hover::before, .bento__cell--media:hover .bento__media::before { opacity: 0; }

/* ---- Flow : origine gauche pour le « draw » piloté par GSAP -------------- */
.flow__beam { transform-origin: left center; }

/* ---- Garde-fous accessibilité ------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .hero-canvas { display: none; }
  .cursor-aura { display: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  .media-frame::before, .hv-photo::before, .bento__media::before { transition: none; }
}
@media (hover: none), (pointer: coarse) { .cursor-aura { display: none; } }

/* ==========================================================================
   ALIGNEMENT UNIFIÉ — tous les titres de section À GAUCHE (5 juillet 2026)
   Corrige l'incohérence centré/gauche. Override global, toutes pages.
   ========================================================================== */
.section-head, .section-head--center { text-align: left; margin-left: 0; margin-right: 0; }
.section-head--center { margin-inline: 0; }
.eyebrow--center { justify-content: flex-start; }
.lead--center { text-align: left; margin-left: 0; margin-right: 0; max-width: 700px; }
.section-head--center + .mt-cta, .mt-cta:only-child { justify-content: flex-start; }
.intro-narrow { margin-left: 0; margin-right: 0; text-align: left; max-width: 720px; }
.intro-narrow .prose { text-align: left; }
/* Section coût : même logique (tout à gauche, grille pleine largeur) */
.cost__head { text-align: left; margin-left: 0; margin-right: 0; max-width: 760px; }
.leaks { margin-left: 0; margin-right: 0; max-width: none; }
.cost__note { text-align: left; margin-left: 0; margin-right: 0; }
.cost__cta { justify-content: flex-start; }

/* ---- Pages villes : secteurs locaux ------------------------------------ */
.city-secs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.city-sec { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.city-sec:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.city-sec__ico { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(14, 159, 110, 0.08); border: 1px solid rgba(14, 159, 110, 0.2); color: var(--accent); margin-bottom: 14px; }
.city-sec__ico svg { width: 22px; height: 22px; }
.city-sec h3 { font-size: 18px; margin-bottom: 8px; }
.city-sec p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 860px) { .city-secs { grid-template-columns: 1fr; } }

/* ---- Module 7 : carte de fidélité (façon Wallet) ----------------------- */
.lcard { position: relative; width: 340px; max-width: 100%; margin: 0 auto; border-radius: 26px; padding: 24px; color: #fff; overflow: hidden; background: #0C6B53; box-shadow: 0 30px 60px -20px rgba(8, 40, 30, 0.55); box-shadow: 0 30px 60px -20px rgba(8, 40, 30, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.1); transition: background 0.35s var(--ease); }
.lcard__glow { position: absolute; top: -60px; right: -50px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); filter: blur(30px); pointer-events: none; }
.lcard__head { position: relative; display: flex; align-items: center; gap: 12px; }
.lcard__logo { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-size: 21px; line-height: 1; background: rgba(255, 255, 255, 0.16); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25); flex: none; }
.lcard__id { flex: 1; min-width: 0; }
.lcard__id b { display: block; font-size: 15.5px; font-weight: 600; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lcard__id small { font-size: 12px; opacity: 0.72; }
.lcard__wallet { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 9px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2); flex: none; }
.lcard__stamps { position: relative; margin-top: 22px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.lstamp { aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; font-size: 15px; line-height: 1; }
.lstamp--empty { border: 1.5px dashed rgba(255, 255, 255, 0.4); }
.lstamp--fill { background: rgba(255, 255, 255, 0.94); box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.3); }
.lstamp--reward { border: 1.5px dashed #ffcf5c; }
.lstamp--reward.lstamp--fill { border: none; }
.lcard__foot { position: relative; margin-top: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.lcard__reward small { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.7; margin-bottom: 2px; }
.lcard__reward b { font-size: 14px; font-weight: 600; }
.lcard__count { flex: none; padding: 5px 13px; border-radius: 999px; font-weight: 700; font-size: 14px; background: rgba(255, 255, 255, 0.16); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22); font-variant-numeric: tabular-nums; }
.lcard__actions { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 22px 0 0; }
.lcard__reset { width: 44px; height: 44px; flex: none; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: 19px; cursor: pointer; display: grid; place-items: center; transition: color 0.2s, border-color 0.2s, transform 0.2s; }
.lcard__reset:hover { color: var(--text); border-color: var(--accent); }
.lcard__reset:active { transform: rotate(-90deg); }
#lcProgress { text-align: center; margin-top: 14px; }

/* ---- Ligne « dernière mise à jour » des pages légales ------------------ */
.legal-maj { margin-top: 32px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }

/* ---- Footer : sections repliables sur mobile --------------------------- */
.footer__col--acc > summary { list-style: none; margin-bottom: 16px; }
.footer__col--acc > summary::-webkit-details-marker { display: none; }
.footer__col--acc > summary h3 { display: inline; margin: 0; }
@media (max-width: 560px) {
  .footer__col--acc { border-top: 1px solid rgba(255, 255, 255, 0.08); }
  .footer__col--acc > summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; margin: 0; padding: 15px 0; -webkit-tap-highlight-color: transparent; }
  .footer__col--acc > summary::after { content: "+"; color: rgba(255, 255, 255, 0.5); font-size: 20px; line-height: 1; }
  .footer__col--acc[open] > summary::after { content: "\2013"; }
  .footer__col--acc[open] > ul { padding: 2px 0 14px; }
  .footer__col--acc > ul { gap: 11px; }
}
