/* ═══════════════════════════════════════════════════════════════════════
   EVINLY — ÉTÉ · feuille de style du site loievin.fr
   ───────────────────────────────────────────────────────────────────────
   La charte « Été » de l'application, posée sur un site : fond bleu ciel,
   surfaces bleu très pâle, cadre à bordure bleu Evinly, capsules, tuiles
   pastel (crème, corail, ciel, sarcelle, pêche), silhouettes de contenants,
   titres en Atipla ND, texte en Outfit.

   Les valeurs viennent de client/index.css (nuancier `ete`) et du skill
   evinly-brand. Aucune couleur improvisée.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── 0. Polices auto-hébergées ─────────────────────────────────────── */
@font-face {
  font-family: 'Atipla ND';
  src: url('../fonts/atipland-book-webfont.woff2') format('woff2'),
       url('../fonts/atipland-book-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-latin-ext.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── 1. Tokens ─────────────────────────────────────────────────────── */
:root {
  --page: #dfe9f4;          /* fond de page, derrière les cadres */
  --app: #f1f7fe;           /* surfaces : cadres, cartes, colonne de lecture */
  --card: #e6eef6;          /* tuile neutre */
  --white: #ffffff;
  --ink: #0d1930;           /* encre marine : titres, sections sombres */
  --ink-2: #111d30;
  --blue: #38629f;          /* bleu Evinly : cadres, navigation, liens, boutons */
  --blue-600: #2e5289;
  --blue-700: #254272;
  --blue-100: #dce4f1;
  --blue-50: #f0f4fa;

  --n-50: #f3f8fd; --n-100: #e9f0f7; --n-200: #dae2eb; --n-300: #c4ceda;
  --n-400: #91a3b7; --n-500: #6f7b8c; --n-600: #4d5c72; --n-700: #314058;
  --n-800: #1d2c42; --n-900: #111d30; --n-950: #071120;

  /* Nuancier Été : a crème, b corail (la note de couleur), c ciel, d sarcelle, e pêche */
  --a: #f6f0cf; --a-sig: #dad2a8; --a-soft: #f5f4ec; --a-pale: #eeecdd; --a-field: #e9e5cf; --a-strong: #9f9356; --a-deep: #5e5628;
  --b: #f5b9b3; --b-sig: #ffb4ad; --b-soft: #fff0ee; --b-pale: #ffe4e1; --b-field: #ffdbd7; --b-strong: #d86e67; --b-deep: #863a36;
  --c: #b8d5ea; --c-sig: #b0d6f2; --c-soft: #eef5fa; --c-pale: #e0edf7; --c-field: #d3e8f7; --c-strong: #6299bf; --c-deep: #315a75;
  --d: #b5e0dc; --d-sig: #a5ded9; --d-soft: #ecf6f5; --d-pale: #ddf0ee; --d-field: #ceece9; --d-strong: #4aa39d; --d-deep: #1c615d;
  --e: #f8d9c3; --e-sig: #f0c8ac; --e-soft: #faf2ed; --e-pale: #f6e8de; --e-field: #f6e0d0; --e-strong: #bb855c; --e-deep: #724b2e;

  /* Verdicts : constants d'un nuancier à l'autre */
  --ok: #c4d3a4;   --ok-strong: #8fa95c;  --ok-deep: #566635;
  --warn: #f5dd6d; --warn-soft: #fdf8e4;  --warn-deep: #8d7118;
  --risk: #efac80; --risk-deep: #8a4922;
  --ko: #ec9a91;   --ko-deep: #8e3230;

  --font-body: 'Outfit', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Atipla ND', ui-serif, Georgia, serif;

  --r-lg: .875rem; --r-xl: 1.25rem; --r-2xl: 1.5rem; --r-3xl: 2rem;
  --shadow-frame: 0 28px 60px -30px rgba(7, 17, 32, .45);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --wrap: 72rem;
  --gutter: 1.25rem;
  --nav-h: 4.25rem;
}

/* ── 2. Base ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; }
img { display: block; }
[hidden] { display: none !important; }
a { color: var(--blue); }
button { font: inherit; }
h1, h2, h3, h4, .display {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.012em;
  line-height: 1.12;
  margin: 0;
}
p { margin: 0; }
.site-main { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 100; border-radius: 9999px; background: var(--ink); color: #fff; padding: .6rem 1rem; text-decoration: none; }
.skip-link:focus { top: 1rem; }
::selection { background: var(--b); color: var(--ink); }

/* ── 3. Utilitaires ────────────────────────────────────────────────── */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--mid { max-width: 58rem; }
.wrap--narrow { max-width: 46rem; }
.wrap--page { max-width: 54rem; }
@media (min-width: 640px) { :root { --gutter: 2rem; } }

.eyebrow { display: inline-block; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--n-500); line-height: 1.3; }
.eyebrow--light { color: rgba(255, 255, 255, .55); }
.lede { font-size: 1.125rem; line-height: 1.65; color: var(--n-600); }
.muted { color: var(--n-500); }
.text-center { text-align: center; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.actions--center { justify-content: center; margin-top: 2.5rem; }
.sec__more { margin-top: 2.5rem; text-align: center; }
.note { margin: 1.5rem auto 0; max-width: 40rem; text-align: center; font-size: .92rem; line-height: 1.6; color: var(--n-500); }
.note--left { text-align: left; margin-inline: 0; max-width: 46rem; }
.note--small { font-size: .85rem; }
.note a { color: var(--blue); }
.closing { margin: 2.75rem auto 0; max-width: 40rem; text-align: center; font-size: 1.4rem; line-height: 1.3; color: var(--n-700); }

/* Teintes : aplat + halo des tuiles interactives */
.tint-a { background: var(--a); color: var(--ink); --glow-2: color-mix(in srgb, var(--a-strong) 55%, transparent); }
.tint-b { background: var(--b); color: var(--ink); --glow-2: color-mix(in srgb, var(--b-strong) 55%, transparent); }
.tint-c { background: var(--c); color: var(--ink); --glow-2: color-mix(in srgb, var(--c-strong) 55%, transparent); }
.tint-d { background: var(--d); color: var(--ink); --glow-2: color-mix(in srgb, var(--d-strong) 55%, transparent); }
.tint-e { background: var(--e); color: var(--ink); --glow-2: color-mix(in srgb, var(--e-strong) 55%, transparent); }
.tint-n { background: var(--card); color: var(--ink); --glow-2: rgba(7, 17, 32, .18); }
.tint-ink { background: var(--ink); color: #fff; }
.tint-blue { background: var(--blue); color: #fff; }
.tint-a-sig { background: var(--a-sig); }
.tint-b-sig { background: var(--b-sig); }
.tint-c-sig { background: var(--c-sig); }
.tint-d-sig { background: var(--d-sig); }
.tint-e-sig { background: var(--e-sig); }

/* Carte qui respire : lévitation + halo radial qui suit la souris */
.glow { position: relative; isolation: isolate; --glow-1: rgba(255, 255, 255, .95); transition: translate .4s var(--ease-out), scale .4s var(--ease-out), box-shadow .4s ease; }
.glow::after {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(115% 95% at var(--mx, 50%) var(--my, 12%), var(--glow-1) 0%, transparent 58%),
    radial-gradient(95% 80% at calc(100% - var(--mx, 50%)) calc(115% - var(--my, 12%)), var(--glow-2, rgba(7, 17, 32, .14)) 0%, transparent 62%);
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}
.glow:hover { translate: 0 -6px; scale: 1.012; box-shadow: 0 26px 46px -24px rgba(7, 17, 32, .5); }
.glow:hover::after { opacity: 1; }

/* Apparition au défilement (uniquement si le script tourne) */
html.js .reveal { opacity: 0; translate: 0 22px; transition: opacity .7s var(--ease-out), translate .7s var(--ease-out); }
html.js .reveal.is-in { opacity: 1; translate: 0 0; }
.reveal-stagger .reveal { transition-delay: calc(var(--i, 0) * 70ms); }

.icon { width: 1.1em; height: 1.1em; flex: none; }
.icon--flip { transform: scaleX(-1); }
.icon-flag { width: 1.1rem; height: auto; border-radius: 2px; }

/* ── 4. Boutons et capsules ────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  border-radius: 9999px; padding: .85rem 1.4rem;
  font-weight: 500; font-size: .975rem; line-height: 1.2;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  border: 1px solid transparent;
  transition: scale .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { scale: 1.03; }
.btn:active { scale: 1; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-600); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-soft { background: rgba(255, 255, 255, .55); border-color: rgba(56, 98, 159, .3); color: var(--ink); }
.btn-soft:hover { background: #fff; }
.btn-white { background: #fff; color: var(--ink); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .28); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); }
.btn-lg { padding: 1rem 1.75rem; font-size: 1.05rem; }
.btn-sm { padding: .6rem 1.05rem; font-size: .9rem; }
.btn__icon { width: 1rem; height: 1rem; flex: none; }

.pill {
  display: inline-flex; align-items: center; gap: .45rem;
  border-radius: 9999px; padding: .45rem .9rem;
  font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  line-height: 1; color: var(--ink);
}
.pill__icon { width: .85rem; height: .85rem; }

.verdict { display: inline-flex; align-items: center; border-radius: 9999px; padding: .45rem 1rem; font-size: .9rem; font-weight: 600; color: var(--ink); transition: background-color .5s ease; }
.verdict--sm { padding: .3rem .75rem; font-size: .76rem; font-weight: 500; }
.verdict--xs { padding: .25rem .6rem; font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.v-ok { background: var(--ok); }
.v-warn { background: var(--warn); }
.v-risk { background: var(--risk); }
.v-ko { background: var(--ko); }

/* ── 5. Sections et grilles ────────────────────────────────────────── */
.sec { padding-block: 5rem; }
.sec--tight { padding-block: 3rem; }
.sec--band { background: var(--app); border-block: 2px solid var(--blue); }
.sec--ink { background: var(--ink); color: #fff; }
.sec--ink .eyebrow { color: rgba(255, 255, 255, .5); }
.sec--ink a { color: #fff; }
.sec--cta { padding-block: 4rem 6rem; }
@media (min-width: 768px) {
  .sec { padding-block: 7rem; }
  .sec--tight { padding-block: 4rem; }
  .sec--cta { padding-block: 5rem 7rem; }
}
.sec-head { max-width: 40rem; margin-bottom: 3rem; }
.sec-head .pill { margin-bottom: 1.25rem; }
.sec-head__title { font-size: clamp(2rem, 1.4rem + 2.2vw, 2.75rem); line-height: 1.08; }
.sec-head__lede { margin: 1rem 0 0; font-size: 1.125rem; line-height: 1.65; color: var(--n-600); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--dark .sec-head__title { color: #fff; }
.sec-head--dark .sec-head__lede { color: rgba(255, 255, 255, .62); }

.grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 768px) { .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ── 6. Navigation ─────────────────────────────────────────────────── */
.nav { position: fixed; inset-inline: 0; top: 0; z-index: 50; padding: .75rem .75rem 0; }
.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .nav { top: 46px; } }
@media (min-width: 640px) { .nav { padding: 1rem 1.25rem 0; } }
.nav__bar {
  max-width: var(--wrap); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--blue); color: #fff;
  border-radius: 1.75rem; padding: .55rem .6rem .55rem 1.1rem;
  transition: background-color .3s ease, box-shadow .3s ease;
}
@media (min-width: 1024px) { .nav__bar { border-radius: 9999px; padding: .6rem .6rem .6rem 1.4rem; } }
.nav.is-scrolled .nav__bar, .nav.is-open .nav__bar { background: rgba(56, 98, 159, .94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 18px 40px -20px rgba(7, 17, 32, .6); }
.nav__brand { display: flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; font-size: 1.3rem; line-height: 1; }
.nav__brand .logo-mark { width: 1.75rem; height: 1.75rem; }
.nav__links { display: none; align-items: center; gap: .1rem; }
@media (min-width: 1024px) { .nav__links { display: flex; } }
.nav__link {
  display: inline-flex; align-items: center; gap: .3rem;
  border-radius: 9999px; padding: .5rem .9rem;
  font-size: .92rem; color: rgba(255, 255, 255, .74); text-decoration: none;
  background: none; border: 0; cursor: pointer;
  transition: color .18s ease, background-color .18s ease;
}
.nav__link:hover, .nav__drop.is-open .nav__link { color: #fff; background: rgba(255, 255, 255, .12); }
.nav__chevron { width: .9rem; height: .9rem; transition: rotate .2s ease; }
.nav__drop.is-open .nav__chevron { rotate: 180deg; }
.nav__drop { position: relative; }
.nav__panel {
  position: absolute; top: calc(100% + .7rem); left: 0; min-width: 20rem;
  background: var(--app); color: var(--ink);
  border: 2px solid var(--blue); border-radius: 1.5rem; padding: .5rem;
  box-shadow: 0 24px 50px -24px rgba(7, 17, 32, .5);
  opacity: 0; translate: 0 6px; visibility: hidden;
  transition: opacity .2s ease, translate .2s ease, visibility .2s;
}
.nav__drop.is-open .nav__panel { opacity: 1; translate: 0 0; visibility: visible; }
.nav__panel-link { display: block; padding: .6rem .8rem; border-radius: 1rem; text-decoration: none; color: var(--ink); }
.nav__panel-link:hover { background: var(--card); }
.nav__panel-label { display: block; font-weight: 500; }
.nav__panel-desc { display: block; margin-top: .1rem; font-size: .8rem; color: var(--n-500); }
.nav__actions { display: flex; align-items: center; gap: .35rem; }
.nav__login { display: none; padding: .5rem .8rem; border-radius: 9999px; font-size: .92rem; color: rgba(255, 255, 255, .8); text-decoration: none; }
.nav__login:hover { color: #fff; background: rgba(255, 255, 255, .12); }
@media (min-width: 640px) { .nav__login { display: inline-flex; } }
.nav__cta { display: inline-flex; align-items: center; gap: .4rem; background: #fff; color: var(--ink); border-radius: 9999px; padding: .55rem 1rem; font-size: .92rem; font-weight: 500; text-decoration: none; transition: scale .18s ease; }
.nav__cta:hover { scale: 1.04; }
.nav__cta .icon { width: .85rem; height: .85rem; }
.nav__burger { display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 9999px; background: none; border: 0; color: #fff; cursor: pointer; }
.nav__burger .icon { width: 1.35rem; height: 1.35rem; }
.nav__burger-close { display: none; }
.nav.is-open .nav__burger-open { display: none; }
.nav.is-open .nav__burger-close { display: block; }
@media (min-width: 1024px) { .nav__burger, .nav__mobile { display: none; } }
.nav__mobile { max-width: var(--wrap); margin: .5rem auto 0; display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows .3s ease, opacity .3s ease, visibility .3s; }
.nav.is-open .nav__mobile { grid-template-rows: 1fr; opacity: 1; visibility: visible; }
.nav__mobile-inner { min-height: 0; overflow: hidden; background: var(--blue); color: #fff; border-radius: 1.75rem; display: flex; flex-direction: column; }
.nav.is-open .nav__mobile-inner { padding: .75rem; }
.nav__mobile-link, .nav__mobile-group summary { display: flex; justify-content: space-between; align-items: center; padding: .8rem 1rem; border-radius: 1rem; color: #fff; text-decoration: none; font-size: 1.05rem; cursor: pointer; list-style: none; }
.nav__mobile-group summary::-webkit-details-marker { display: none; }
.nav__mobile-group summary .icon { transition: rotate .2s ease; }
.nav__mobile-group[open] summary .icon { rotate: 180deg; }
.nav__mobile-link:hover, .nav__mobile-group summary:hover { background: rgba(255, 255, 255, .1); }
.nav__mobile-sub { display: flex; flex-direction: column; padding: .1rem 0 .5rem 1rem; }
.nav__mobile-sub a { padding: .55rem 1rem; border-radius: .75rem; color: rgba(255, 255, 255, .82); text-decoration: none; }
.nav__mobile-actions { display: flex; flex-direction: column; gap: .5rem; margin-top: .5rem; padding: .85rem .5rem .25rem; border-top: 1px solid rgba(255, 255, 255, .15); }
.nav__mobile-actions .btn { justify-content: center; }
.nav__mobile-login { padding: .6rem; text-align: center; color: #fff; }
html.nav-open { overflow: hidden; }

/* ── 7. Héros ──────────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; padding: calc(var(--nav-h) + 3.5rem) 0 4rem; }
@media (min-width: 768px) { .hero { padding-top: calc(var(--nav-h) + 5.5rem); padding-bottom: 5.5rem; } }
.hero__shapes { position: absolute; inset: 0; display: none; pointer-events: none; }
@media (min-width: 1200px) { .hero__shapes { display: block; } }
.hero__shapes span { position: absolute; display: block; aspect-ratio: 1; opacity: .9; rotate: var(--r, 0deg); }
.hero__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 3.5rem; } }
.hero__copy .pill { margin-bottom: 1.5rem; }
.hero__title { font-size: clamp(2.5rem, 1.6rem + 3.6vw, 4rem); line-height: 1.02; letter-spacing: -.02em; }
.hero__title2 { display: block; margin-top: .4rem; font-size: .7em; color: var(--blue); letter-spacing: -.012em; }
.hero__title--md { font-size: clamp(2.2rem, 1.5rem + 2.8vw, 3.4rem); line-height: 1.06; }
.hero__lede { margin: 1.5rem 0 0; max-width: 36rem; font-size: 1.15rem; line-height: 1.6; color: var(--n-600); }
.hero .actions { margin-top: 2.2rem; }
.hero__facts { margin-top: 2rem; }
.hero__micro { margin-top: 1.2rem; font-size: .9rem; color: var(--n-500); }
.hero__caption { margin: 1.5rem 0 0; text-align: center; font-size: .88rem; color: var(--n-400); }
.hero--page { padding-bottom: 3.5rem; }

.facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; font-size: .9rem; color: var(--n-500); }
.facts li { display: inline-flex; align-items: center; gap: .45rem; }
.facts__icon { width: 1.1rem; height: auto; border-radius: 2px; }
.facts__dot { display: inline-block; width: .5rem; height: .5rem; border-radius: 9999px; }
.facts--stack { flex-direction: column; gap: .75rem; font-size: 1.05rem; }
.facts--stack li { padding: 1rem 1.25rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: 1.25rem; }
.facts--light { color: rgba(255, 255, 255, .78); }
.facts-band { background: var(--app); border-block: 2px solid var(--blue); padding: 1rem 0; }
.facts-band__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 2rem; font-size: .9rem; color: var(--n-600); }
.facts-band__list li { display: inline-flex; align-items: center; gap: .5rem; }

/* ── 8. Cadre applicatif (héros, démo) ─────────────────────────────── */
.frame-wrap { position: relative; }
.frame {
  display: flex; overflow: hidden;
  background: var(--app);
  border: 2px solid var(--blue); border-radius: 1.75rem;
  box-shadow: var(--shadow-frame);
  --tint: var(--card); --tint-sig: var(--n-300); --tint-field: var(--n-100); --tint-soft: var(--n-50); --tint-strong: var(--n-400);
}
@media (min-width: 768px) { .frame { border-width: 3px; border-radius: 2rem; } }
.frame__side { display: none; flex: none; width: 3.5rem; flex-direction: column; align-items: center; gap: .5rem; padding: 1.15rem 0; background: var(--blue); }
@media (min-width: 640px) { .frame__side { display: flex; } }
.frame__side-logo { width: 1.65rem; height: 1.65rem; margin-bottom: .6rem; }
.frame__side-item { display: grid; place-items: center; width: 2rem; height: 2rem; padding: .35rem; border-radius: .6rem; opacity: .55; transition: background-color .5s ease, opacity .5s ease; }
.frame__side-item.is-on { background: rgba(255, 255, 255, .2); opacity: 1; }
.frame__side-item .shape { width: 100%; height: 100%; }
.frame__body { flex: 1; min-width: 0; }
.frame__head { display: flex; align-items: center; gap: .85rem; padding: 1rem 1.5rem; background: var(--tint); transition: background-color .7s ease; }
.frame__head-shape { width: 2.4rem; height: 2.4rem; flex: none; }
.frame__head-text { min-width: 0; display: flex; flex-direction: column; gap: .15rem; transition: opacity .18s ease; }
.frame__head-text .eyebrow { color: rgba(13, 25, 48, .55); }
.frame__head-title { display: block; font-size: 1.05rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.frame__head-badge { margin-left: auto; flex: none; border-radius: 9999px; padding: .35rem .7rem; font-size: .6rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: rgba(255, 255, 255, .55); color: rgba(13, 25, 48, .7); white-space: nowrap; }
@media (max-width: 480px) { .frame__head-badge { display: none; } }
.frame__content { padding: 1.75rem; }
.frame__score { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.frame__rows { margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(13, 25, 48, .1); display: grid; gap: .6rem; transition: opacity .18s ease; }
.frame__row { display: flex; justify-content: space-between; align-items: center; gap: .75rem; font-size: .9rem; color: var(--n-500); }
.frame.is-switching .frame__head-text, .frame.is-switching [data-role="verdict"], .frame.is-switching .frame__rows { opacity: .3; }
[data-role="verdict"] { transition: opacity .18s ease, background-color .5s ease; }
.float-pill { position: absolute; z-index: 2; border-radius: 9999px; padding: .5rem .95rem; font-size: .78rem; font-weight: 600; color: var(--ink); box-shadow: 0 12px 26px -14px rgba(7, 17, 32, .45); rotate: var(--r, 0deg); animation: site-float 5s ease-in-out infinite; }
.float-pill:first-of-type { left: -.5rem; top: -.75rem; }
.float-pill:last-of-type { right: -.5rem; bottom: -.85rem; }
@keyframes site-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.ring { position: relative; display: inline-grid; place-items: center; width: var(--ring-size, 176px); height: var(--ring-size, 176px); flex: none; }
.ring svg { position: absolute; inset: 0; width: 100%; height: 100%; rotate: -90deg; }
.ring__seg { transition: stroke-dasharray .9s var(--ease-out); }
.ring__seg[data-seg="1"] { transition-delay: .11s; }
.ring__seg[data-seg="2"] { transition-delay: .22s; }
.ring__seg[data-seg="3"] { transition-delay: .33s; }
.ring__center { position: relative; display: flex; flex-direction: column; align-items: center; }
.ring__score { font-size: calc(var(--ring-size, 176px) * .29); line-height: 1; color: var(--ink); }
.ring__unit { margin-top: .25rem; font-size: calc(var(--ring-size, 176px) * .06); letter-spacing: .12em; text-transform: uppercase; color: var(--n-400); }

/* ── 9. Bandeau défilant ───────────────────────────────────────────── */
.band { overflow: hidden; border-block: 2px solid var(--blue); background: var(--app); padding: 1.1rem 0; }
.band__track { display: flex; gap: .75rem; width: max-content; animation: band 52s linear infinite; }
.band:hover .band__track { animation-play-state: paused; }
.band__pass { display: flex; gap: .75rem; padding-right: .75rem; }
.band__item { display: inline-flex; align-items: center; gap: .6rem; white-space: nowrap; border-radius: 9999px; padding: .7rem 1.4rem .7rem .8rem; font-size: .92rem; font-weight: 500; color: var(--ink); text-decoration: none; transition: scale .18s ease; }
.band__item:hover { scale: 1.04; }
.band__shape { width: 1.5rem; height: 1.5rem; }
@keyframes band { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── 10. Tuiles, cartes, profils ───────────────────────────────────── */
.tiles { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 640px) { .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.tile { position: relative; display: flex; flex-direction: column; gap: .75rem; height: 100%; border-radius: 1.5rem; padding: 1.35rem; text-decoration: none; color: var(--ink); }
.tile--text { padding: 1.75rem; }
.tile__shape { width: 3.4rem; height: 3.4rem; transition: rotate .3s ease; }
.tile:hover .tile__shape { rotate: -6deg; }
.tile__body { display: flex; flex-direction: column; gap: .35rem; }
.tile__title { font-size: 1.15rem; line-height: 1.15; }
.tile--text .tile__title { font-size: 1.35rem; }
.tile__input { color: rgba(13, 25, 48, .5); }
.tile__text { font-size: .9rem; line-height: 1.5; color: rgba(13, 25, 48, .72); }
.tile--text .tile__text { font-size: .97rem; line-height: 1.6; }
.tile__arrow { position: absolute; top: 1.1rem; right: 1.1rem; display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 9999px; background: rgba(255, 255, 255, .6); color: var(--ink); opacity: 0; transition: opacity .2s ease; }
.tile__arrow .icon { width: .9rem; height: .9rem; }
.tile:hover .tile__arrow { opacity: 1; }

.card { border-radius: 1.5rem; padding: 1.75rem; background: var(--app); border: 1px solid rgba(56, 98, 159, .18); }
.card--ink { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .12); color: #fff; }
.card__icon { display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: 1.25rem; border-radius: 9999px; background: rgba(255, 255, 255, .1); color: var(--b-sig); }
.card__icon .icon { width: 1.5rem; height: 1.5rem; }
.card__title { font-size: 1.25rem; margin-bottom: .6rem; }
.card__text { font-size: .95rem; line-height: 1.6; color: rgba(255, 255, 255, .65); }
.trust__integrations { display: flex; align-items: flex-start; gap: 1rem; margin-top: 2.5rem; padding: 1.4rem 1.6rem; border: 1px solid rgba(255, 255, 255, .14); border-radius: 1.5rem; font-size: .95rem; line-height: 1.6; color: rgba(255, 255, 255, .7); }
.trust__integrations .icon { width: 1.5rem; height: 1.5rem; color: var(--a-sig); }

.personas { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 640px) { .personas { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .personas { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.persona { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: 1.5rem; text-decoration: none; color: var(--ink); }
.persona__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: rgba(255, 255, 255, .35); }
.persona__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .6s var(--ease-out); }
.persona:hover .persona__media img { scale: 1.04; }
.persona__shape { display: grid; place-items: center; height: 100%; padding: 2.5rem; }
.persona__body { display: flex; flex-direction: column; gap: .4rem; padding: 1.15rem 1.25rem 1.35rem; }
.persona__title { font-size: 1.15rem; line-height: 1.15; }
.persona__text { font-size: .9rem; line-height: 1.5; color: rgba(13, 25, 48, .72); }
.persona--other { justify-content: center; padding: .5rem; border: 2px dashed rgba(56, 98, 159, .45); background: transparent; }
.persona__link { display: inline-flex; align-items: center; gap: .4rem; margin-top: .5rem; color: var(--blue); font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }

/* ── 11. Étapes, pipeline, objections ──────────────────────────────── */
.step { display: flex; flex-direction: column; border-radius: 1.75rem; padding: 1.5rem; }
.step__n { margin-bottom: 1rem; font-size: 1.9rem; color: rgba(13, 25, 48, .3); }
.step__visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; aspect-ratio: 4 / 3; border-radius: 1.25rem; background: rgba(255, 255, 255, .45); padding: 1.25rem; }
.step__visual--drop { border: 2px dashed rgba(13, 25, 48, .25); background: rgba(255, 255, 255, .35); }
.step__visual--drop .icon { width: 2.4rem; height: 2.4rem; color: rgba(13, 25, 48, .45); }
.judges { display: flex; align-items: center; gap: .75rem; }
.judge { display: grid; place-items: center; width: 4.2rem; height: 4.2rem; padding: .3rem; border-radius: 1rem; font-size: .6rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; text-align: center; }
.judge--ink { width: auto; height: auto; padding: .5rem 1rem; border-radius: 9999px; background: var(--ink); color: #fff; letter-spacing: .14em; }
.judges__plus { color: rgba(13, 25, 48, .35); }
.judges__arrow { width: 1rem; height: 1rem; color: rgba(13, 25, 48, .35); }
.step__visual--verdict { align-items: flex-start; justify-content: flex-end; }
.verdicts { display: flex; flex-wrap: wrap; gap: .35rem; }
.step__visual--verdict .display { font-size: 1.15rem; }
.step__title { margin: 1.25rem 0 .5rem; font-size: 1.3rem; }
.step__text { font-size: .95rem; line-height: 1.6; color: rgba(13, 25, 48, .72); }

.pipeline { margin-top: 2.5rem; border: 2px solid var(--blue); border-radius: 1.75rem; background: var(--app); padding: 1.5rem; }
@media (min-width: 640px) { .pipeline { padding: 1.75rem 2rem; } }
.pipeline__chain { list-style: none; margin: 1rem 0 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: .6rem .2rem; }
.pipeline__step { border-radius: 9999px; padding: .55rem 1rem; font-size: .9rem; font-weight: 500; background: var(--card); }
.pipeline__step--parallel { background: var(--a); }
.pipeline__step--last { background: var(--ink); color: #fff; }
.pipeline__arrow { display: inline-flex; margin-inline: .4rem; color: rgba(13, 25, 48, .35); }
.pipeline__par { margin-inline: .5rem; font-weight: 600; color: var(--blue); }
.pipeline__principle { margin: 1.25rem 0 0; padding-left: 1rem; border-left: 3px solid var(--blue); font-size: .95rem; line-height: 1.6; color: var(--n-600); }
.why { margin-top: 3rem; max-width: 44rem; }
.why h3 { margin-bottom: 1rem; font-size: 1.6rem; }
.why p { margin-bottom: 1rem; line-height: 1.7; color: var(--n-700); }
.why .btn { margin-top: .5rem; }

.objection { display: flex; flex-direction: column; gap: .75rem; border-radius: 1.75rem; background: var(--app); border: 1px solid rgba(56, 98, 159, .18); padding: 1.75rem; }
.objection__quote { display: flex; align-items: flex-start; gap: .6rem; margin: 0; border-radius: 1.25rem; padding: 1rem 1.15rem; font-size: 1.35rem; line-height: 1.25; }
.objection__quote .icon { width: 1.4rem; height: 1.4rem; margin-top: .15rem; opacity: .5; }
.objection__hook { margin-top: .5rem; font-weight: 600; }
.objection__text { font-size: .97rem; line-height: 1.65; color: var(--n-600); }

/* ── 12. Démo produit ──────────────────────────────────────────────── */
.demo__tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.demo__tab { display: inline-flex; align-items: center; gap: .5rem; border-radius: 9999px; border: 1px solid rgba(13, 25, 48, .15); background: transparent; padding: .5rem 1rem .5rem .6rem; font-size: .92rem; font-weight: 500; color: var(--n-600); cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.demo__tab:hover { border-color: rgba(13, 25, 48, .4); }
.demo__tab.is-on { border-color: var(--ink); color: var(--ink); }
.demo__tab[data-tint="a"].is-on { background: var(--a); }
.demo__tab[data-tint="b"].is-on { background: var(--b); }
.demo__tab[data-tint="c"].is-on { background: var(--c); }
.demo__tab[data-tint="d"].is-on { background: var(--d); }
.demo__tab[data-tint="e"].is-on { background: var(--e); }
.demo__tab-shape { width: 1.25rem; height: 1.25rem; color: rgba(13, 25, 48, .35); }
.frame--demo .frame__body { display: flex; flex-direction: column; }
.demo__grid { display: grid; gap: 1.5rem; padding: 1.5rem; }
@media (min-width: 1024px) { .demo__grid { grid-template-columns: .9fr 1.1fr; gap: 2rem; padding: 2rem; } }
.demo__input > .eyebrow, .demo__verdict > .eyebrow { display: block; margin-bottom: .6rem; }
.demo__text { border-radius: 1.25rem; padding: 1.25rem; background: var(--tint-field); }
.demo__text p { font-size: 1.2rem; line-height: 1.35; }
.demo__context { margin-top: .85rem; font-size: .82rem; color: var(--n-500); }
.demo__score { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 1.25rem; }
.demo__summary { margin-top: .75rem; font-size: .92rem; line-height: 1.55; color: var(--n-600); }
.reserves { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.reserve { display: flex; justify-content: space-between; align-items: flex-start; gap: .75rem; border: 1px solid rgba(13, 25, 48, .1); background: rgba(255, 255, 255, .6); border-radius: 1.25rem; padding: .75rem 1rem; }
.reserve__title { font-size: .92rem; font-weight: 500; }
.reserve__basis { margin-top: .15rem; font-size: .78rem; color: var(--n-500); }
.rewrite { margin-top: 1.25rem; border-radius: 1.25rem; padding: 1rem 1.15rem; background: var(--tint-soft); border: 1px solid color-mix(in srgb, var(--tint-strong) 32%, transparent); }
.rewrite .eyebrow { display: inline-flex; align-items: center; gap: .4rem; margin-bottom: .4rem; }
.rewrite p { font-size: .92rem; line-height: 1.55; }
.label-mock { border: 1px solid rgba(13, 25, 48, .15); border-radius: 1.25rem; padding: 1rem; background: #fff; background-image: linear-gradient(to right, rgba(13, 25, 48, .07) 1px, transparent 1px), linear-gradient(to bottom, rgba(13, 25, 48, .07) 1px, transparent 1px); background-size: 18px 18px; }
.label-mock__inner { border: 2px solid var(--ink); border-radius: 1rem; padding: 1rem; background: var(--app); }
.label-mock__top { display: flex; justify-content: space-between; gap: .75rem; }
.label-mock__brand { margin-bottom: .35rem; font-size: 1.5rem; line-height: 1; }
.label-mock__badge { display: block; flex: none; width: 2.4rem; height: 2.4rem; border-radius: .6rem; background: var(--e); padding: .3rem; }
.label-mock__claim { margin-top: 1.25rem; font-size: 1.2rem; line-height: 1.2; }
.label-mock__foot { margin-top: 1.25rem; padding-top: .6rem; border-top: 1px solid rgba(13, 25, 48, .1); font-size: .6rem; line-height: 1.6; color: var(--n-600); }
.label-mock__missing { display: inline-block; margin-top: .2rem; padding: .05rem .3rem; border-radius: .25rem; background: var(--warn-soft); color: rgba(13, 25, 48, .45); text-decoration: line-through; }
.label-mock__caption { display: block; margin-top: .75rem; text-align: center; }

.cases { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem 2rem; margin-top: 3rem; border: 2px dashed rgba(56, 98, 159, .45); border-radius: 2rem; padding: 1.75rem 2rem; }
.cases__title { margin: .85rem 0 .5rem; font-size: 1.6rem; }
.cases p { max-width: 44rem; line-height: 1.6; color: var(--n-600); }

/* ── À propos ──────────────────────────────────────────────────────── */
.about-hero__title { max-width: 22ch; }
.about-hero__title sup { font-size: .4em; color: var(--blue); vertical-align: super; margin-left: .1em; }
.notes { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; gap: .75rem; }
@media (min-width: 768px) { .notes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; } }
.notes__item { display: flex; gap: .9rem; align-items: flex-start; padding: 1rem 1.15rem; border-radius: 1.25rem; background: var(--card); font-size: .92rem; line-height: 1.55; color: var(--n-700); }
.notes__n { flex: none; display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border-radius: 9999px; background: var(--blue); color: #fff; font-size: .95rem; }
.notes__term { display: block; margin-bottom: .1rem; font-weight: 600; color: var(--ink); }
.split--top { align-items: start; }
.story p { margin-bottom: 1.1rem; line-height: 1.75; color: var(--n-700); }
.story__sig { margin-top: 1.5rem; font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); }
.story__sig::before { content: ''; display: block; width: 3rem; height: 2px; margin-bottom: .75rem; background: var(--blue); }
.about-grid { gap: 2rem; align-items: start; }
.about-p { margin-bottom: 1rem; line-height: 1.75; color: var(--n-700); }
.honest--list h2 { margin: 1rem 0 1.25rem; font-size: 1.6rem; }
.yesno { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.yesno li { display: flex; gap: .75rem; align-items: flex-start; font-size: .95rem; line-height: 1.55; color: var(--n-700); }
.yesno__mark { flex: none; display: grid; place-items: center; width: 1.6rem; height: 1.6rem; margin-top: .1rem; border-radius: 9999px; color: var(--ink); }
.yesno .is-yes .yesno__mark { background: var(--ok); }
.yesno .is-no .yesno__mark { background: var(--ko); }
.yesno__mark .icon { width: .9rem; height: .9rem; }
.who { position: relative; border: 2px solid var(--blue); border-radius: 2rem; background: var(--app); padding: 2rem; }
@media (min-width: 640px) { .who { padding: 2.75rem; } }
.who__mark { position: absolute; top: 1.75rem; right: 1.75rem; display: grid; place-items: center; width: 3.25rem; height: 3.25rem; border-radius: 9999px; background: var(--c); }
.who__mark .logo-mark { width: 1.8rem; height: 1.8rem; }
.who .sec-head { margin-bottom: 1.5rem; }
.who .actions { margin-top: 1.5rem; }

/* ── 13. Tarifs ────────────────────────────────────────────────────── */
.launch-band { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem; margin-bottom: 1.75rem; border: 2px solid var(--blue); border-radius: 1.5rem; background: var(--app); padding: 1rem 1.25rem; }
.launch-band p { font-size: .95rem; color: var(--n-700); }
.period { display: inline-flex; gap: .25rem; margin-bottom: 1.75rem; padding: .3rem; border-radius: 9999px; background: var(--card); }
.period__btn { border: 0; border-radius: 9999px; padding: .55rem 1.1rem; background: transparent; font-size: .9rem; font-weight: 500; color: var(--n-600); cursor: pointer; }
.period__btn.is-on { background: var(--ink); color: #fff; }
.period__save { margin-left: .3rem; border-radius: 9999px; padding: .1rem .45rem; font-size: .72rem; background: var(--d); color: var(--d-deep); }
.period__btn.is-on .period__save { color: var(--ink); }
.plans { display: grid; gap: 1.25rem; align-items: start; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.plan { position: relative; display: flex; flex-direction: column; gap: .75rem; border-radius: 1.75rem; padding: 1.75rem; background: var(--app); border: 1px solid rgba(56, 98, 159, .2); }
.plan--hi { border: 2px solid var(--blue); box-shadow: var(--shadow-frame); }
@media (min-width: 900px) { .plan--hi { margin-top: -1rem; padding-top: 2.25rem; } }
.plan__badge { position: absolute; top: -.8rem; left: 1.5rem; border-radius: 9999px; padding: .38rem .8rem; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.plan__name { font-size: 1.6rem; }
.plan__tagline { font-size: .92rem; line-height: 1.5; color: var(--n-500); min-height: 4.2em; }
.plan__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .5rem; margin-top: .5rem; }
.plan__regular { font-size: 1.1rem; color: var(--n-400); text-decoration: line-through; }
.plan__amount { font-size: 2.8rem; line-height: 1; }
.plan__unit { font-size: .85rem; color: var(--n-500); }
.plan__legal { font-size: .78rem; line-height: 1.5; color: var(--n-500); }
.plan__cta { margin-top: .5rem; justify-content: center; }
.plan__features { list-style: none; margin: .75rem 0 0; padding: .9rem 0 0; border-top: 1px solid rgba(13, 25, 48, .1); display: grid; gap: .55rem; }
.plan__features li { display: flex; align-items: flex-start; gap: .6rem; font-size: .92rem; line-height: 1.45; }
.plan__features .icon { width: 1.1rem; height: 1.1rem; margin-top: .15rem; color: var(--ok-strong); }
.plan__excluded { margin-top: .5rem; font-size: .78rem; line-height: 1.5; color: var(--n-500); }
.pack-test { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; margin-top: 1.5rem; border: 2px dashed rgba(56, 98, 159, .45); border-radius: 1.75rem; padding: 1.5rem 1.75rem; }
.pack-test h3 { margin: .75rem 0 .5rem; font-size: 1.4rem; }
.pack-test p { max-width: 42rem; font-size: .95rem; line-height: 1.6; color: var(--n-600); }
.pricing__guarantee { display: flex; align-items: center; justify-content: center; gap: .5rem; margin-top: 1.5rem; font-size: .88rem; color: var(--n-500); }
.pricing__guarantee .icon { color: var(--ok-strong); }
.reassure { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 768px) { .reassure { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .reassure { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.reassure li { display: flex; align-items: flex-start; gap: .75rem; padding: 1rem 1.15rem; border-radius: 1.25rem; background: var(--app); border: 1px solid rgba(56, 98, 159, .15); font-size: .9rem; line-height: 1.5; color: var(--n-600); }
.reassure .icon { width: 1.25rem; height: 1.25rem; margin-top: .1rem; color: var(--blue); }
.packs { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 640px) { .packs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .packs { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.pack { position: relative; display: flex; flex-direction: column; gap: .4rem; border-radius: 1.5rem; padding: 1.4rem; }
.pack--hi { outline: 2px solid var(--ink); }
.pack__badge { position: absolute; top: -.7rem; right: 1rem; border-radius: 9999px; padding: .3rem .7rem; background: var(--ink); color: #fff; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pack__name { font-size: 1.2rem; }
.pack__price { margin: .35rem 0; font-size: 2rem; line-height: 1; }
.pack__price span { font-family: var(--font-body); font-size: .8rem; color: rgba(13, 25, 48, .55); }
.pack__credits { font-size: .9rem; line-height: 1.5; color: rgba(13, 25, 48, .75); }
.pack__note { margin-top: .35rem; font-size: .82rem; font-style: italic; color: rgba(13, 25, 48, .6); }

/* ── 14. FAQ ───────────────────────────────────────────────────────── */
.faq { border-top: 1px solid rgba(13, 25, 48, .12); }
.faq__item { border-bottom: 1px solid rgba(13, 25, 48, .12); }
.faq__q { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.35rem 0; cursor: pointer; list-style: none; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q .display { font-size: 1.2rem; line-height: 1.3; }
@media (min-width: 640px) { .faq__q .display { font-size: 1.3rem; } }
.faq__chevron { display: grid; place-items: center; flex: none; width: 2rem; height: 2rem; border-radius: 9999px; background: var(--blue); color: #fff; transition: rotate .25s ease, background-color .2s ease; }
.faq__q:hover .faq__chevron { background: var(--blue-600); }
.faq__chevron .icon { width: 1rem; height: 1rem; }
.faq__item[open] .faq__chevron { rotate: 180deg; }
.faq__a { max-width: 44rem; padding: 0 0 1.5rem; line-height: 1.7; color: var(--n-600); }

/* ── 15. Blog ──────────────────────────────────────────────────────── */
.post-card { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: 1.5rem; background: var(--app); border: 1px solid rgba(56, 98, 159, .18); transition: translate .35s var(--ease-out), box-shadow .35s ease; }
.post-card:hover { translate: 0 -5px; box-shadow: 0 24px 44px -26px rgba(7, 17, 32, .45); }
.post-card__media { display: block; aspect-ratio: 2 / 1; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: scale .6s var(--ease-out); }
.post-card:hover .post-card__media img { scale: 1.04; }
.post-card__placeholder { display: grid; place-items: center; height: 100%; padding: 2rem; }
.post-card__body { display: flex; flex: 1; flex-direction: column; gap: .6rem; padding: 1.15rem 1.25rem 1.35rem; }
.cat-pill { align-self: flex-start; border-radius: 9999px; padding: .32rem .7rem; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.post-card__title { font-size: 1.2rem; line-height: 1.2; }
.post-card__title a { color: inherit; text-decoration: none; }
.post-card:hover .post-card__title a { color: var(--blue); }
.post-card__excerpt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: .92rem; line-height: 1.55; color: var(--n-600); }
.post-meta { display: inline-flex; align-items: center; gap: .5rem; margin-top: auto; font-size: .8rem; color: var(--n-400); }
.post-card--lg { display: grid; }
@media (min-width: 900px) { .post-card--lg { grid-template-columns: 1.15fr 1fr; } }
.post-card--lg .post-card__media { aspect-ratio: auto; min-height: 16rem; }
.post-card--lg .post-card__body { justify-content: center; gap: .9rem; padding: 2rem; }
.post-card--lg .post-card__title { font-size: 1.8rem; }
.post-card--lg .post-card__excerpt { -webkit-line-clamp: 4; font-size: 1rem; }
.featured-post { margin-bottom: 1.25rem; }
.cat-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: 1.75rem; }
.cat-filter__item { display: inline-flex; align-items: center; gap: .4rem; border-radius: 9999px; border: 1px solid rgba(13, 25, 48, .12); background: var(--app); padding: .5rem 1rem; font-size: .9rem; font-weight: 500; color: var(--ink); text-decoration: none; }
.cat-filter__item.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.cat-filter__item span { font-size: .72rem; opacity: .6; }
.pagination { display: flex; justify-content: center; margin-top: 3rem; }
.pagination .nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 2.6rem; height: 2.6rem; padding: 0 .8rem; border-radius: 9999px; border: 1px solid rgba(13, 25, 48, .12); background: var(--app); color: var(--ink); font-weight: 500; text-decoration: none; }
.pagination .page-numbers.current { background: var(--ink); border-color: var(--ink); color: #fff; }
.pagination .page-numbers.dots { border: 0; background: none; }
.pagination .icon { width: 1rem; height: 1rem; }

/* ── 16. En-têtes de page, article ─────────────────────────────────── */
.page-hero { padding: calc(var(--nav-h) + 3rem) 0 3rem; background: var(--app); border-bottom: 2px solid var(--blue); }
@media (min-width: 768px) { .page-hero { padding-top: calc(var(--nav-h) + 4.5rem); padding-bottom: 4rem; } }
.page-hero .pill { margin-bottom: 1.25rem; }
.page-hero h1 { max-width: 26ch; font-size: clamp(2rem, 1.4rem + 2.6vw, 3.2rem); line-height: 1.08; }
.page-hero .lede { margin-top: 1.25rem; max-width: 40rem; }
.page-hero .actions { margin-top: 1.75rem; }
.page-hero--center { text-align: center; }
.page-hero--center h1, .page-hero--center .lede { margin-inline: auto; }
.page-hero--center .actions { justify-content: center; }
.page-hero--center .crumbs { justify-content: center; }
.page-hero__grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 1024px) { .page-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 3rem; } }
.page-hero__media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border: 2px solid var(--blue); border-radius: 2rem; box-shadow: var(--shadow-frame); }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__shape { position: absolute; right: -1rem; bottom: -1rem; width: 7rem; opacity: .9; }
.crumbs { display: flex; flex-wrap: wrap; gap: .3rem; margin-bottom: 1.25rem; font-size: .8rem; color: var(--n-400); }
.crumbs a { color: var(--n-500); text-decoration: none; }
.crumbs a:hover { color: var(--blue); }
.crumbs .breadcrumb_last { color: var(--n-600); }

.post-hero { padding: calc(var(--nav-h) + 3rem) 0 2.5rem; text-align: center; }
@media (min-width: 768px) { .post-hero { padding-top: calc(var(--nav-h) + 4.5rem); } }
.post-hero .crumbs { justify-content: center; }
.post-hero .cat-pill { margin-bottom: 1.25rem; }
.post-hero__title { max-width: 24ch; margin: 0 auto 1.25rem; font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem); line-height: 1.06; }
.post-hero .post-meta { justify-content: center; font-size: .9rem; }
.post-figure { margin: 0 0 3rem; }
.post-figure img { width: 100%; border: 3px solid var(--blue); border-radius: 2rem; box-shadow: var(--shadow-frame); }
.post-layout { display: grid; gap: 3rem; padding-bottom: 3rem; }
@media (min-width: 1024px) { .post-layout { grid-template-columns: minmax(0, 44rem) 18rem; justify-content: center; gap: 4rem; } }
.post-aside { display: none; }
@media (min-width: 1024px) { .post-aside { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 6.5rem; align-self: start; } }
.toc { border: 1px solid rgba(56, 98, 159, .2); border-radius: 1.5rem; background: var(--app); padding: 1.25rem; }
.toc__list { margin: .75rem 0 0; padding: 0 0 0 1.1rem; display: grid; gap: .45rem; font-size: .88rem; }
.toc__list a { color: var(--n-600); text-decoration: none; }
.toc__list a.is-on, .toc__list a:hover { color: var(--blue); }
.aside-cta { position: relative; overflow: hidden; border-radius: 1.5rem; padding: 1.5rem; }
.aside-cta__shape { position: absolute; right: -1.2rem; top: -1rem; width: 6rem; opacity: .8; }
.aside-cta__title { position: relative; margin-bottom: .5rem; font-size: 1.25rem; }
.aside-cta p { position: relative; margin-bottom: 1rem; font-size: .9rem; line-height: 1.55; color: rgba(13, 25, 48, .75); }
.post-foot { padding: 1rem 0 3rem; }
.post-foot__disclaimer { padding-top: 1.5rem; border-top: 1px solid rgba(13, 25, 48, .1); font-size: .85rem; font-style: italic; color: var(--n-500); }
.page-body { padding-top: 3rem; }
.rail { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; border-radius: 1.75rem; padding: 1.75rem; }
.rail__mark { display: grid; place-items: center; width: 4.5rem; height: 4.5rem; flex: none; border-radius: 9999px; background: rgba(255, 255, 255, .7); }
.rail__mark .logo-mark { width: 2.4rem; height: 2.4rem; }
.rail > div { flex: 1 1 20rem; }
.rail__title { margin-bottom: .4rem; font-size: 1.5rem; }
.rail p { font-size: .95rem; line-height: 1.55; color: rgba(13, 25, 48, .75); }

/* ── 17. Appel à l'action final ────────────────────────────────────── */
.cta { display: grid; overflow: hidden; border: 2px solid var(--blue); border-radius: 2.25rem; background: var(--app); box-shadow: var(--shadow-frame); }
@media (min-width: 1024px) { .cta { grid-template-columns: 1.1fr .9fr; } }
.cta__main { padding: 2.25rem; }
@media (min-width: 640px) { .cta__main { padding: 3rem; } }
.cta__title { margin: 1.25rem 0 1rem; font-size: clamp(1.9rem, 1.3rem + 2.4vw, 2.9rem); line-height: 1.06; }
.cta__text { max-width: 36rem; margin-bottom: 1.75rem; font-size: 1.1rem; line-height: 1.6; color: var(--n-600); }
.cta__micro { margin-top: 1rem; font-size: .85rem; color: var(--n-500); }
.cta__side { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 2.25rem; background: var(--blue); color: #fff; }
@media (min-width: 640px) { .cta__side { padding: 3rem; } }
.cta__side-title { margin: .75rem 0 1.25rem; font-size: 1.5rem; }
.cta__side-foot { padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .18); }
.cta__side-foot p { margin: .5rem 0 .75rem; font-size: .92rem; line-height: 1.55; color: rgba(255, 255, 255, .72); }
.cta__side-link { display: inline-flex; align-items: center; gap: .4rem; color: #fff; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }

/* ── 18. Mises en page secondaires ─────────────────────────────────── */
.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: 1.05fr .95fr; gap: 4rem; } }
.split__copy .sec-head { margin-bottom: 1.5rem; }
.split__copy p { margin-bottom: 1rem; line-height: 1.7; color: var(--n-700); }
.split__copy .btn { margin-top: .5rem; }
.split--ink .split__copy p { color: rgba(255, 255, 255, .72); }
.checks { list-style: none; margin: 1.25rem 0; padding: 0; display: grid; gap: .6rem; }
.checks li { display: flex; align-items: flex-start; gap: .6rem; }
.checks .icon { width: 1.2rem; height: 1.2rem; margin-top: .2rem; color: var(--ok-strong); }
.cols-2 { display: grid; gap: 1rem 2.5rem; margin-bottom: 2.5rem; }
@media (min-width: 768px) { .cols-2 { grid-template-columns: 1fr 1fr; } }
.shot { overflow: hidden; border: 3px solid var(--blue); border-radius: 1.75rem; background: var(--app); box-shadow: var(--shadow-frame); }
.shot img { width: 100%; }
.shot--inline { max-width: 60rem; margin: 3rem auto 0; border: 0; box-shadow: none; background: none; overflow: visible; }
.shot--inline img { border: 3px solid var(--blue); border-radius: 1.75rem; box-shadow: var(--shadow-frame); }
.integrations { display: grid; gap: 2rem; }
@media (min-width: 1024px) { .integrations { grid-template-columns: 1fr 1.1fr; align-items: start; } }
.code { overflow: hidden; border: 2px solid var(--ink); border-radius: 2rem; background: var(--ink); color: #fff; box-shadow: var(--shadow-frame); }
.code__bar { display: flex; justify-content: space-between; align-items: center; padding: .9rem 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.code__dots { display: flex; gap: .4rem; }
.code__dots i { display: block; width: .6rem; height: .6rem; border-radius: 9999px; }
.code__body { margin: 0; padding: 1.25rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .8rem; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; color: rgba(255, 255, 255, .85); }
.code__body--out { padding-top: .5rem; color: var(--d-sig); }
.code__sep { padding: .75rem 1.25rem 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.code__foot { display: flex; flex-wrap: wrap; gap: .5rem; padding: 1rem 1.25rem; border-top: 1px solid rgba(255, 255, 255, .1); }
.honest { border: 2px solid var(--blue); border-radius: 2rem; background: var(--app); padding: 2rem; }
@media (min-width: 640px) { .honest { padding: 2.5rem; } }
.honest h2 { margin: 1rem 0 .75rem; font-size: 1.9rem; }
.honest h3 { margin-bottom: .6rem; font-size: 1.4rem; }
.honest p { margin-bottom: .75rem; line-height: 1.7; color: var(--n-700); }
.search-form { display: flex; gap: .5rem; max-width: 32rem; margin: 2rem auto 0; padding: .35rem .35rem .35rem 1.25rem; border: 2px solid var(--blue); border-radius: 9999px; background: #fff; }
.search-form input { flex: 1; min-width: 0; border: 0; background: none; outline: none; }
.search-form .btn { flex: none; }

/* ── 18 bis. Contact et formulaire ─────────────────────────────────── */
.contact { display: grid; overflow: hidden; border: 2px solid var(--blue); border-radius: 2.25rem; background: var(--app); box-shadow: var(--shadow-frame); }
@media (min-width: 1024px) { .contact { grid-template-columns: 1.25fr .75fr; } }
.contact__main { padding: 2rem; }
@media (min-width: 640px) { .contact__main { padding: 2.75rem; } }
/* Après envoi, le message de confirmation se pose au centre de la colonne
   plutôt qu'en haut d'un grand vide (la colonne bleue est plus haute). */
.contact__main--sent { display: grid; align-content: center; }
.contact__side { display: flex; flex-direction: column; gap: 2rem; padding: 2rem; background: var(--blue); color: #fff; }
@media (min-width: 640px) { .contact__side { padding: 2.75rem; } }
.contact__side-title { margin: .75rem 0 1.25rem; font-size: 1.35rem; }
.contact__links { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .95rem; }
.contact__links a { display: flex; align-items: flex-start; gap: .6rem; color: rgba(255, 255, 255, .82); text-decoration: none; }
.contact__links a:hover { color: #fff; }
.contact__links .icon { width: 1rem; height: 1rem; margin-top: .25rem; flex: none; }
.contact__steps { list-style: none; margin: .85rem 0 0; padding: 0; display: grid; gap: .75rem; font-size: .92rem; line-height: 1.5; color: rgba(255, 255, 255, .78); }
.contact__steps li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; }
.contact__step-n { display: grid; place-items: center; width: 1.5rem; height: 1.5rem; border-radius: 9999px; background: rgba(255, 255, 255, .16); font-size: .78rem; font-weight: 600; color: #fff; }
.contact__side-foot { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .2); }
.contact__side-foot p { margin: .5rem 0 .9rem; font-size: .92rem; line-height: 1.55; color: rgba(255, 255, 255, .72); }
.contact__side-link { display: inline-flex; align-items: center; gap: .4rem; color: #fff; font-size: .92rem; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; }

.form__grid { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.form__field { margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.form__field--full { grid-column: 1 / -1; }
.form__field label, .form__consent label { font-size: .92rem; font-weight: 500; color: var(--ink); }
.form__opt { margin-left: .35rem; font-weight: 400; font-size: .8rem; color: var(--n-400); }
.form input[type="text"], .form input[type="email"], .form select, .form textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  background: #fff; border: 1px solid rgba(56, 98, 159, .28); border-radius: 1rem;
  padding: .8rem 1rem; outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.form textarea { border-radius: 1.25rem; resize: vertical; min-height: 9rem; line-height: 1.6; }
.form select { appearance: none; padding-right: 2.5rem; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338629f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; background-size: 1.1rem; }
.form ::placeholder { color: var(--n-400); }
.form :is(input, select, textarea):focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(56, 98, 159, .18); }
.form .has-error :is(input, select, textarea) { border-color: var(--ko-deep); }
.form__error { font-size: .85rem; color: var(--ko-deep); }
.form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__consent { position: relative; display: grid; grid-template-columns: auto 1fr; gap: .6rem .7rem; margin: 1.5rem 0 0; padding: 1rem 1.15rem; border-radius: 1.25rem; background: var(--card); }
.form__consent input { width: 1.15rem; height: 1.15rem; margin-top: .15rem; accent-color: var(--blue); }
.form__consent label { font-size: .85rem; font-weight: 400; line-height: 1.55; color: var(--n-600); }
.form__consent .form__error { grid-column: 2; }
.form__consent.has-error { outline: 1px solid var(--ko-deep); }
.form__submit { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem; margin-top: 1.75rem; }
.form__submit .btn { border: 0; cursor: pointer; }
.form__note { font-size: .85rem; color: var(--n-500); }

.notice { display: flex; gap: 1rem; padding: 1.25rem 1.4rem; border-radius: 1.5rem; }
.notice:focus { outline: none; }
.notice--ok { background: var(--d-soft); border: 1px solid var(--d-strong); }
.notice--error { background: var(--b-soft); border: 1px solid var(--b-strong); margin-bottom: 1.75rem; }
.notice__icon { flex: none; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 9999px; color: var(--ink); }
.notice--ok .notice__icon { background: var(--ok); }
.notice--error .notice__icon { background: var(--ko); }
.notice__title { margin-bottom: .35rem; font-size: 1.25rem; }
.notice p { font-size: .95rem; line-height: 1.6; color: var(--n-700); }
.notice .actions { margin-top: 1.25rem; }

/* ── 19. Pied de page ──────────────────────────────────────────────── */
.footer { padding: 4rem 0 2.5rem; background: var(--ink); color: rgba(255, 255, 255, .7); }
.footer__grid { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .footer__grid { grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr)); } }
.footer__logo { display: inline-flex; align-items: center; gap: .6rem; color: #fff; text-decoration: none; font-size: 1.5rem; }
.footer__logo .logo-mark { width: 2rem; height: 2rem; }
.footer__tagline { max-width: 20rem; margin: 1rem 0; font-size: .92rem; line-height: 1.6; color: rgba(255, 255, 255, .55); }
.footer__app { display: inline-flex; align-items: center; gap: .4rem; color: #fff; font-size: .92rem; text-decoration: underline; text-underline-offset: 4px; }
.footer__title { margin-bottom: .85rem; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .4); }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; font-size: .92rem; }
.footer__col a { color: rgba(255, 255, 255, .7); text-decoration: none; }
.footer__col a:hover { color: #fff; }
.footer__disclaimer { margin-top: 3rem; padding: 1rem 1.25rem; border: 1px solid rgba(255, 255, 255, .12); border-radius: 1.25rem; text-align: center; font-size: .78rem; line-height: 1.6; color: rgba(255, 255, 255, .5); }
.footer__bottom { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .6rem; margin-top: 2rem; font-size: .78rem; color: rgba(255, 255, 255, .4); }
@media (min-width: 768px) { .footer__bottom { flex-direction: row; } }
.footer__bottom a { color: rgba(255, 255, 255, .6); }
.footer__dot { margin: 0 .5rem; color: var(--b-sig); }

/* ── 20. Contenu WordPress (articles, pages) ───────────────────────── */
.prose { font-size: 1.0625rem; line-height: 1.75; color: var(--n-800); overflow-wrap: break-word; }
.prose > * + * { margin-top: 1.25em; }
.prose h2 { margin: 2.2em 0 .7em; font-size: 1.9rem; line-height: 1.15; color: var(--ink); }
.prose h3 { margin: 1.8em 0 .6em; font-size: 1.4rem; line-height: 1.2; color: var(--ink); }
.prose h4 { margin: 1.6em 0 .5em; font-family: var(--font-body); font-size: .85rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--n-600); }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose p { margin: 1.1em 0; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose strong { font-weight: 600; color: var(--ink); }
.prose ul, .prose ol { margin: 1.1em 0; padding-left: 1.4em; }
.prose li { margin: .45em 0; }
.prose li::marker { color: var(--blue); }
.prose blockquote { margin: 1.5em 0; padding: 1rem 1.25rem; border-left: 3px solid var(--blue); border-radius: 0 1rem 1rem 0; background: var(--app); font-style: italic; }
.prose blockquote p { margin: .5em 0; }
.prose img { border-radius: 1.5rem; }
.prose figure { margin: 1.5em 0; }
.prose figcaption { margin-top: .5rem; text-align: center; font-size: .85rem; color: var(--n-500); }
.prose table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.prose th { padding: .6em .8em; border-bottom: 2px solid var(--n-200); text-align: left; font-weight: 600; }
.prose td { padding: .6em .8em; border-bottom: 1px solid var(--n-200); vertical-align: top; }
.prose hr, .prose .wp-block-separator { width: 100%; margin: 2.5em 0; border: 0; border-top: 1px solid var(--n-200); }
.prose iframe { max-width: 100%; border-radius: 1.25rem; }
.prose .wp-block-spacer { margin: 0; }
.prose .wp-block-buttons { display: flex; flex-wrap: wrap; gap: .75rem; }
.prose .wp-block-button__link { display: inline-flex; align-items: center; gap: .5rem; border-radius: 9999px !important; border: 1px solid transparent; padding: .85rem 1.4rem; background: var(--blue); color: #fff !important; font-size: .95rem; font-weight: 500; text-decoration: none; transition: scale .18s ease; }
.prose .wp-block-button__link:hover { scale: 1.03; }
.prose .is-style-outline .wp-block-button__link { background: transparent; border-color: rgba(56, 98, 159, .4); color: var(--ink) !important; }
.prose .wp-block-details { border: 1px solid rgba(56, 98, 159, .2); border-radius: 1.25rem; background: var(--app); padding: .25rem 1.25rem; }
.prose .wp-block-details summary { padding: .85rem 0; font-family: var(--font-display); font-size: 1.15rem; cursor: pointer; }
.prose .wp-block-details > :not(summary) { margin-bottom: 1rem; }
.prose .wp-block-group.has-background, .prose .uagb-is-root-container { border-radius: 1.5rem; }
.prose .has-global-padding { padding-inline: 1.5rem; }
.prose .alignfull, .prose .alignwide { max-width: 100% !important; width: auto !important; margin-inline: 0 !important; }
.prose .wp-block-columns { gap: 1.25rem; }
.prose .has-text-align-center { text-align: center; }
.prose .is-style-checkmark-list { list-style: none; padding-left: 0; }
.prose .is-style-checkmark-list li { position: relative; padding-left: 1.7em; }
.prose .is-style-checkmark-list li::before { content: '✓'; position: absolute; left: 0; font-weight: 700; color: var(--ok-strong); }
.is-style-asterisk::before { content: '✦'; display: block; margin-bottom: .5rem; font-size: 1rem; line-height: 1; color: var(--blue); }
.prose .wp-block-uagb-faq .uagb-faq-child__outer-wrap { border: 1px solid rgba(56, 98, 159, .2); border-radius: 1.25rem; background: var(--app); }
.prose .uagb-question { font-family: var(--font-display); }
.prose--legal { font-size: .97rem; }
.prose--legal h2 { font-size: 1.5rem; }
.prose--legal h3 { font-size: 1.2rem; }

/* ── 21. Curseur, mouvement réduit ─────────────────────────────────── */
@media (hover: hover) and (pointer: fine) {
  :root {
    --cursor-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27'%3E%3Cpath d='M5.2 2.6 L5.2 20.4 L9.9 16 L12.8 22.4 L16 21 L13.2 14.8 L19.5 14.5 Z' fill='%23ffffff' stroke='%23071120' stroke-width='1.9' stroke-linejoin='round'/%3E%3C/svg%3E") 5 3;
    --cursor-pointer: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M5.2 2.6 L5.2 20.4 L9.9 16 L12.8 22.4 L16 21 L13.2 14.8 L19.5 14.5 Z' fill='%23071120' stroke='%23ffffff' stroke-width='1.9' stroke-linejoin='round'/%3E%3Ccircle cx='22' cy='6.8' r='3.8' fill='%2338629f' stroke='%23ffffff' stroke-width='1.7'/%3E%3C/svg%3E") 5 3;
  }
  html, body { cursor: var(--cursor-default), auto; }
  a, button, summary, label[for], select, [role="button"], [role="tab"], input[type="submit"] { cursor: var(--cursor-pointer), pointer; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; translate: none; transition: none; }
  .band__track, .float-pill { animation: none; }
  .glow, .post-card, .btn, .ring__seg { transition: none; }
  .glow:hover, .post-card:hover { translate: none; scale: none; }
}
