/* ==========================================================================
   Pixir, feuille de style v5 (19/09/2026) : hero statique avec le vrai produit en images, plus de vidéo au scroll
   Méthode : skill 10K Websites (bandes, entrées, moment interactif) + ui-ux-pro-max + 21st.dev
   Design system : ../passation/design-system/pixir/MASTER.md
   ========================================================================== */

:root {
  /* Couleurs. Le canevas n'est jamais blanc pur : il est teinté vers le bleu nuit du hero. */
  --encre: #0f1b33;
  --encre-2: #172542;
  --texte: #2a3449;
  --doux: #5a6478;
  --fond: #f5f6fa;
  --panneau: #ffffff;
  --bord: #e3e7ef;
  --bord-fort: #cfd6e3;
  --accent: #ff6b2c;
  --accent-clair: #ff8a55;
  --accent-fonce: #c2410c;
  --accent-fond: #fff0e8;
  --accent-doux: rgba(255, 107, 44, .16);
  --vert: #15803d;
  --vert-fond: #e8f7ee;
  --bleu: #1d4ed8;
  --bleu-fond: #e8efff;
  --or: #f5a524;
  --nuit: #0c1730;
  --nuit-2: #13224a;

  /* Formes, ombres, mouvement */
  --rayon: 16px;
  --rayon-l: 24px;
  --rayon-xl: 32px;
  --ombre-s: 0 1px 2px rgba(15, 27, 51, .06), 0 1px 3px rgba(15, 27, 51, .04);
  --ombre: 0 12px 32px -8px rgba(15, 27, 51, .18), 0 2px 6px rgba(15, 27, 51, .06);
  --ombre-l: 0 32px 64px -16px rgba(15, 27, 51, .32);
  --tshadow: 0 1px 2px rgba(5, 8, 20, .9), 0 3px 12px rgba(5, 8, 20, .7), 0 10px 44px rgba(5, 8, 20, .7);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --ease-2: cubic-bezier(.16, 1, .3, 1);
  --duree: .22s;

  /* Le trio typographique : une titraille avec du caractère, un texte calme, une mono pour les petites étiquettes */
  --police-titre: "Bricolage Grotesque", "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --police: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "DM Mono", ui-monospace, Consolas, "Courier New", monospace;

  /* Logo : le P à la pastille (dessiné dans review/logos/labo.html) */
  --logo-sombre: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='8 4 50 56'%3E%3Cmask id='m' maskUnits='userSpaceOnUse' x='0' y='0' width='64' height='64'%3E%3Crect width='64' height='64' fill='%23fff'/%3E%3Ccircle cx='50' cy='13' r='10.5' fill='%23000'/%3E%3C/mask%3E%3Cpath mask='url(%23m)' fill='%230f1b33' fill-rule='evenodd' d='M15 6H36A18 18 0 0 1 36 42H20V53A5 5 0 0 1 15 58A5 5 0 0 1 10 53V11A5 5 0 0 1 15 6ZM20 16H36A8 8 0 0 1 36 32H20Z'/%3E%3Ccircle cx='50' cy='13' r='7' fill='%23ff6b2c'/%3E%3C/svg%3E");
  --logo-clair: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='8 4 50 56'%3E%3Cmask id='m' maskUnits='userSpaceOnUse' x='0' y='0' width='64' height='64'%3E%3Crect width='64' height='64' fill='%23fff'/%3E%3Ccircle cx='50' cy='13' r='10.5' fill='%23000'/%3E%3C/mask%3E%3Cpath mask='url(%23m)' fill='%23ffffff' fill-rule='evenodd' d='M15 6H36A18 18 0 0 1 36 42H20V53A5 5 0 0 1 15 58A5 5 0 0 1 10 53V11A5 5 0 0 1 15 6ZM20 16H36A8 8 0 0 1 36 32H20Z'/%3E%3Ccircle cx='50' cy='13' r='7' fill='%23ff6b2c'/%3E%3C/svg%3E");
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0; font: 16px/1.6 var(--police); color: var(--texte); background: var(--fond);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; overflow-x: clip;
}
h1, h2, h3, h4 { font-family: var(--police-titre); color: var(--encre); margin: 0 0 .5em; line-height: 1.08; letter-spacing: -.02em; font-weight: 800; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); letter-spacing: -.03em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
h3 { font-size: 1.25rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
a { color: var(--encre); }
img, svg { max-width: 100%; display: block; }
strong { font-weight: 700; }
sup { font-size: .7em; line-height: 0; }
button { font: inherit; }
.ico { width: 1em; height: 1em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.saut { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--encre); color: #fff; padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 700; transition: top var(--duree); }
.saut:focus { top: 12px; }

/* Ambiance : une seule couche fixe derrière toute la page, qui dérive lentement */
.ambiance { position: fixed; inset: -10%; z-index: 0; pointer-events: none; opacity: .9;
  background:
    radial-gradient(38% 30% at 18% 22%, rgba(255, 107, 44, .09), transparent 70%),
    radial-gradient(34% 30% at 84% 70%, rgba(29, 78, 216, .07), transparent 70%);
  animation: derive 90s ease-in-out -30s infinite alternate; }
.ambiance::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(15, 27, 51, .07) 1px, transparent 1px); background-size: 26px 26px; -webkit-mask-image: radial-gradient(60% 60% at 50% 40%, #000 0%, transparent 100%); mask-image: radial-gradient(60% 60% at 50% 40%, #000 0%, transparent 100%); }
@keyframes derive { from { transform: translate3d(-2%, -1%, 0) scale(1); } to { transform: translate3d(2%, 2%, 0) scale(1.06); } }
@media (max-width: 720px) { .ambiance { animation: none; } }   /* sur téléphone, l'ambiance reste mais ne dérive pas (batterie) */
main, .pied { position: relative; z-index: 1; }

/* --------------------------------------------------------------------------
   Mise en page
   -------------------------------------------------------------------------- */
.conteneur { width: min(1160px, 100%); margin-inline: auto; padding-inline: 20px; }
@media (min-width: 768px) { .conteneur { padding-inline: 32px; } }
.conteneur-etroit { width: min(780px, 100%); }
.section { padding-block: 80px; }
@media (min-width: 900px) { .section { padding-block: 120px; } }
.section-tete { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-tete p { color: var(--doux); font-size: 1.1rem; margin: 0; }
.section-tete.a-gauche { text-align: left; margin-inline: 0; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font: 500 .74rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; color: var(--doux); margin-bottom: 16px; }
/* L'élément signature : trois pixels qui se mettent en place devant chaque titre */
.pix { display: inline-flex; gap: 3px; }
.pix i { width: 6px; height: 6px; border-radius: 1.5px; background: var(--encre); opacity: 0; transform: translateY(-8px); transition: transform .6s var(--ease-2), opacity .6s var(--ease-2); }
.pix i:nth-child(2) { background: var(--accent); transition-delay: .12s; }
.pix i:nth-child(3) { transition-delay: .24s; }
.in .pix i, .pix.in i { opacity: 1; transform: none; }
.section-sombre .pix i { background: #fff; } .section-sombre .pix i:nth-child(2) { background: var(--accent); }
.section-sombre .kicker { color: #ffb08c; }

/* --------------------------------------------------------------------------
   Boutons (44 px minimum)
   -------------------------------------------------------------------------- */
.bouton { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 24px; border-radius: 999px; border: 1.5px solid var(--accent); background: var(--accent); color: var(--encre); font: inherit; font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer; text-shadow: none; box-shadow: 0 8px 24px -8px rgba(255, 107, 44, .6); transition: transform var(--duree) var(--ease), background var(--duree), box-shadow var(--duree), border-color var(--duree), color var(--duree); }
.bouton:hover { background: var(--accent-clair); border-color: var(--accent-clair); transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(255, 107, 44, .65); }
.bouton:active { transform: translateY(0); }
.bouton .ico { width: 18px; height: 18px; transition: transform var(--duree) var(--ease); }
.bouton:hover .ico { transform: translateX(3px); }
.bouton-clair { background: #fff; border-color: var(--bord-fort); color: var(--encre); box-shadow: var(--ombre-s); }
.bouton-clair:hover { background: var(--fond); border-color: var(--bord-fort); box-shadow: var(--ombre-s); }
.bouton-sombre { background: var(--encre); border-color: var(--encre); color: #fff; box-shadow: none; }
.bouton-sombre:hover { background: var(--encre-2); border-color: var(--encre-2); box-shadow: none; }
.bouton-contour { background: #fff; border-color: var(--bord-fort); color: var(--encre); box-shadow: none; }
.bouton-contour:hover { background: #fff; border-color: var(--encre); box-shadow: none; }
.bouton-verre { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .35); color: #fff; box-shadow: none; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.bouton-verre:hover { background: rgba(255, 255, 255, .18); border-color: rgba(255, 255, 255, .5); box-shadow: none; }
.bouton-petit { min-height: 40px; padding: 8px 18px; font-size: .92rem; }
.bouton-large { width: 100%; }
@media (max-width: 480px) { .bouton-large, .bouton-long { padding-inline: 14px; font-size: .95rem; } .bouton-large .ico, .bouton-long .ico { display: none; } }

/* --------------------------------------------------------------------------
   En-tête : transparent sur le hero, verre dépoli ensuite
   -------------------------------------------------------------------------- */
.entete { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(245, 246, 250, .8); -webkit-backdrop-filter: saturate(180%) blur(14px); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid rgba(15, 27, 51, .07); transition: background .35s, border-color .35s; }
.entete-contenu { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--police-titre); font-weight: 800; font-size: 1.4rem; color: var(--encre); text-decoration: none; letter-spacing: -.03em; transition: color .35s; }
.logo-icone { width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px; background: var(--logo-sombre) center / contain no-repeat; transition: background-image .35s; }
.logo-clair { color: #fff; }
.logo-clair .logo-icone { background-image: var(--logo-clair); }
.menu { display: none; gap: 4px; }
.menu a { padding: 8px 14px; border-radius: 999px; text-decoration: none; color: var(--doux); font-weight: 600; font-size: .95rem; transition: color var(--duree), background var(--duree); }
.menu a:hover { color: var(--encre); background: rgba(15, 27, 51, .06); }
.entete-actions { display: flex; align-items: center; gap: 8px; }
.burger { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--bord); border-radius: 12px; background: #fff; cursor: pointer; color: var(--encre); padding: 0; transition: background .35s, border-color .35s, color .35s; }
.burger .ico { width: 22px; height: 22px; }
.burger .ico-fermer { display: none; }
.entete.ouvert .burger .ico-ouvrir { display: none; }
.entete.ouvert .burger .ico-fermer { display: block; }
.menu-mobile { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--bord); box-shadow: var(--ombre); padding: 12px 20px 20px; }
.entete.ouvert .menu-mobile { display: grid; gap: 4px; }
.menu-mobile a { padding: 14px 12px; border-radius: 12px; text-decoration: none; font-weight: 600; color: var(--encre); }
.menu-mobile a:hover { background: var(--fond); }
@media (min-width: 1200px) { .menu { display: flex; } .burger, .menu-mobile { display: none !important; } }
.menu a, .entete-actions .bouton { white-space: nowrap; }

/* --------------------------------------------------------------------------
   Le hero (v6, 19/09/2026) : la bannière centrée de la première version (réf. 21st.dev « hero + product panel »),
   remise à la demande du user, avec le vrai produit dedans : titre centré, puis un panneau sombre où le téléphone
   monte (capture de la vraie app), la fiche Google glisse par la gauche et la notification par la droite.
   -------------------------------------------------------------------------- */
.hero { position: relative; padding: calc(68px + 40px) 0 0; overflow: hidden;
  background: radial-gradient(900px 420px at 50% -10%, #ffe9dd 0%, rgba(255, 233, 221, 0) 65%), transparent; }
@media (min-width: 900px) { .hero { padding-top: calc(68px + 64px); } }
.hero-contenu { text-align: center; max-width: 880px; margin-inline: auto; }
.pastille { display: inline-flex; align-items: center; gap: 9px; padding: 6px 14px 6px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--bord); box-shadow: var(--ombre-s); font-size: .85rem; font-weight: 600; color: var(--texte); margin-bottom: 26px; }
.pastille .point { width: 8px; height: 8px; border-radius: 50%; background: var(--vert); box-shadow: 0 0 0 4px var(--vert-fond); }
@media (max-width: 560px) { .pastille .mobile-cache { display: none; } }
.hero h1 { margin-bottom: .45em; font-size: clamp(2.05rem, 1rem + 4.6vw, 4.4rem); }
.souligne { color: var(--accent-fonce); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: .08em; text-underline-offset: .12em; }
.accroche { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--doux); max-width: 36em; margin-inline: auto; text-wrap: pretty; }
.accroche strong { color: var(--encre); }
.hero .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 32px 0 24px; }
.garanties { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.garanties li { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem; color: var(--encre); }
.garanties .ico { width: 18px; height: 18px; color: var(--vert); stroke-width: 2.5; }
@media (max-width: 480px) { .hero .actions { margin: 24px 0 18px; } .hero .actions .bouton { flex: 1 1 auto; } .garanties { display: grid; justify-items: center; gap: 6px; } }

/* La scène : panneau sombre à coins arrondis, cartes flottantes par-dessus */
.scene { position: relative; margin-top: 56px; min-height: 520px; overflow: hidden; border-radius: var(--rayon-xl) var(--rayon-xl) 0 0;
  background: radial-gradient(60% 80% at 15% 15%, rgba(255, 107, 44, .32), transparent 60%), radial-gradient(50% 70% at 88% 25%, rgba(59, 130, 246, .26), transparent 60%), linear-gradient(180deg, #17274a 0%, #0f1b33 100%);
  box-shadow: var(--ombre-l); }
.scene::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 90%); mask-image: linear-gradient(180deg, #000, transparent 90%); }
.scene > * { position: absolute; z-index: 1; }
.scene-tel { left: 50%; top: 64px; transform: translateX(-50%); width: 240px; padding: 8px; border-radius: 40px; background: linear-gradient(135deg, #bfb3a2 0%, #a69a8a 42%, #877c6d 100%); box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .65), 0 2px 6px rgba(0, 0, 0, .3), inset 0 0 0 1.5px rgba(255, 255, 255, .28), inset 0 0 0 3px rgba(0, 0, 0, .12); }
.scene-tel img { display: block; width: 100%; height: auto; border-radius: 32px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .35); }
.scene-tel-ilot { position: absolute; top: 16px; left: 50%; width: 72px; height: 21px; border-radius: 12px; background: #050505; transform: translateX(-50%); }
.scene-google { left: 12px; bottom: 14px; width: 226px; background: #fff; border-radius: 18px; padding: 12px; box-shadow: var(--ombre); font-size: .78rem; color: var(--texte); transform: rotate(-3deg); }
.scene-notif { right: 12px; top: 18px; width: 236px; transform: rotate(2deg); background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .7); border-radius: 18px; padding: 11px 13px; box-shadow: var(--ombre); display: flex; gap: 11px; align-items: flex-start; font-size: .8rem; line-height: 1.35; color: var(--texte); }
.scene-notif-icone { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--accent); color: var(--encre); display: grid; place-items: center; }
.scene-notif-icone .ico { width: 17px; height: 17px; }
.scene-notif strong { color: var(--encre); display: block; }
.scene-notif small { display: block; color: var(--doux); font-size: .7rem; margin-top: 2px; }
/* Téléphone : pas de place pour des cartes à côté du téléphone, alors la notification se pose par-dessus son haut
   (comme une vraie notification qui arrive) et la fiche Google, réduite à l'essentiel, ne couvre que son coin bas gauche */
@media (max-width: 599px) {
  .scene { margin-top: 40px; min-height: 500px; }
  .scene-tel { top: 72px; width: 224px; }
  .scene-notif { left: 14px; right: 14px; width: auto; top: 14px; z-index: 2; }
  .scene-google { left: 10px; bottom: 12px; width: 186px; padding: 10px; z-index: 2; }
  .scene-google .recherche-barre { white-space: nowrap; overflow: hidden; }
  .scene-google .fiche-boutons { display: none; }
  .scene-google .fiche-ouvert { margin-bottom: 0; }
}
@media (min-width: 900px) {
  .scene { min-height: 620px; }
  .scene-tel { top: 60px; width: 276px; }
  .scene-google { left: 12%; top: 150px; bottom: auto; width: 300px; padding: 16px; font-size: .88rem; }
  .fiche-nom { font-size: 1rem; }
  .fiche-boutons span { font-size: .74rem; padding: 5px 10px; }
  .scene-notif { right: 11%; top: 96px; width: 300px; font-size: .9rem; padding: 13px 15px; }
}
/* Micro-animations de la scène (coupées si mouvement réduit) */
@keyframes glisser-droite { from { opacity: 0; transform: translateX(40px) rotate(2deg); } to { opacity: 1; transform: translateX(0) rotate(2deg); } }
@keyframes glisser-gauche { from { opacity: 0; transform: translateX(-40px) rotate(-3deg); } to { opacity: 1; transform: translateX(0) rotate(-3deg); } }
@keyframes monter { from { opacity: 0; transform: translate(-50%, 40px); } to { opacity: 1; transform: translate(-50%, 0); } }
.js .scene-tel { animation: monter .7s var(--ease-2) both; }
.js .scene-google { animation: glisser-gauche .6s var(--ease-2) .35s both, flotter 7s ease-in-out 2s infinite; }
.js .scene-notif { animation: glisser-droite .6s var(--ease-2) .9s both, flotter 6s ease-in-out 2.5s infinite; }
@media (prefers-reduced-motion: reduce) { .js .scene-tel, .js .scene-google, .js .scene-notif { animation: none; } }

/* --------------------------------------------------------------------------
   Chiffres clés
   -------------------------------------------------------------------------- */
.section-chiffres { background: var(--panneau); border-bottom: 1px solid var(--bord); }
/* Les tuiles se centrent quel que soit leur nombre (3 tant que l'annuel est masqué, 4 ensuite) */
/* margin-block 0 seulement : le margin-inline auto du conteneur reste, sinon la bande se colle à gauche sur grand écran */
.chiffres { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 20px; padding-block: 44px; margin-block: 0; list-style: none; }
@media (min-width: 800px) { .chiffres { gap: 28px 48px; padding-block: 52px; } }
.chiffre { flex: 1 1 150px; max-width: 250px; padding: 14px 8px 4px; border-top: 2px solid var(--bord-fort); text-align: center; }
.chiffre strong { display: block; font-family: var(--police-titre); font-size: 2.1rem; font-weight: 800; color: var(--encre); letter-spacing: -.03em; line-height: 1; margin-bottom: 6px; }
.chiffre span { display: block; color: var(--doux); font-size: .92rem; text-wrap: balance; }

/* --------------------------------------------------------------------------
   Votre site : texte + navigateur, avec la fiche Google qui flotte par-dessus
   -------------------------------------------------------------------------- */
.obtenir { display: grid; gap: 56px; align-items: center; }
@media (min-width: 900px) { .obtenir { grid-template-columns: .9fr 1.1fr; gap: 72px; } }
.obtenir h2 { text-align: left; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--doux); max-width: 38ch; }
.liste-points { list-style: none; padding: 0; margin: 24px 0 32px; display: grid; gap: 14px; }
.liste-points li { position: relative; padding-left: 36px; }
.liste-points .ico-rond { position: absolute; left: 0; top: 1px; }
.liste-points strong { display: block; color: var(--encre); }
.liste-points span { color: var(--doux); }
.ico-rond { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--encre); color: #fff; display: grid; place-items: center; }
.ico-rond .ico { width: 13px; height: 13px; stroke-width: 3; }
.section-sombre .ico-rond { background: var(--accent); color: var(--encre); }

.vitrine { position: relative; padding: 0 0 0 0; }
@media (min-width: 900px) { .vitrine { padding: 36px 0 0 44px; } }
.navigateur { border-radius: 18px; background: #fff; border: 1px solid var(--bord); box-shadow: var(--ombre-l); overflow: hidden; }
.navigateur-barre { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--fond); border-bottom: 1px solid var(--bord); }
.navigateur-points { display: flex; gap: 6px; }
.navigateur-points span { width: 10px; height: 10px; border-radius: 50%; background: var(--bord-fort); }
.navigateur-url { flex: 1; display: flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--bord); border-radius: 8px; padding: 5px 10px; font: 500 .74rem/1.4 var(--mono); color: var(--doux); }
.navigateur-url .ico { width: 12px; height: 12px; color: var(--vert); }
.navigateur-page { width: 100%; height: auto; display: block; }

.carte-google { background: #fff; border-radius: 18px; padding: 14px; box-shadow: var(--ombre-l); font-size: .82rem; color: var(--texte); width: 250px; }
@media (min-width: 900px) { .carte-google { position: absolute; left: -12px; top: -6px; z-index: 2; transform: rotate(-3deg); animation: flotter 7s ease-in-out -2s infinite; } }
/* Sur téléphone la fiche chevauche le haut du navigateur au lieu de flotter dans le vide */
@media (max-width: 899px) { .carte-google { margin: -24px -4px -14px auto; position: relative; z-index: 2; transform: rotate(2deg); width: 230px; } }
.recherche-barre { display: flex; align-items: center; gap: 7px; border: 1px solid var(--bord); border-radius: 999px; padding: 7px 11px; color: var(--doux); margin-bottom: 10px; }
.recherche-barre .ico { width: 14px; height: 14px; }
.fiche-tete { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.fiche-avatar { width: 30px; height: 30px; border-radius: 8px; background: var(--encre); color: #fff; display: grid; place-items: center; font-size: .68rem; font-weight: 800; flex-shrink: 0; }
.fiche-nom { font-weight: 800; color: var(--encre); font-size: .92rem; line-height: 1.2; }
.fiche-note { color: var(--doux); }
.etoiles { color: var(--or); letter-spacing: 1px; }
.fiche-ouvert { color: var(--vert); font-weight: 600; margin-bottom: 8px; }
.fiche-boutons { display: flex; flex-wrap: wrap; gap: 5px; }
.fiche-boutons span { display: inline-flex; align-items: center; gap: 4px; border: 1px solid var(--bord); border-radius: 999px; padding: 4px 9px; font-weight: 600; color: var(--bleu); font-size: .7rem; }
.fiche-boutons .ico { width: 11px; height: 11px; }
@keyframes flotter { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }

/* --------------------------------------------------------------------------
   Votre app : section sombre, téléphone + notification + QR, et le moment interactif
   -------------------------------------------------------------------------- */
.section-sombre { background: var(--encre); color: #c9d2e3; position: relative; overflow: hidden; }
.section-sombre::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(640px 420px at 92% 8%, rgba(255, 107, 44, .28), transparent 60%), radial-gradient(500px 400px at 5% 95%, rgba(59, 130, 246, .18), transparent 60%); }
.section-sombre .conteneur { position: relative; }
.section-sombre h2 { color: #fff; text-align: left; }
.section-sombre .lede { color: #c9d2e3; }
.app-grille { display: grid; gap: 56px; align-items: center; }
@media (min-width: 900px) { .app-grille { grid-template-columns: .95fr 1.05fr; gap: 64px; } .app-grille > .app-visuel { order: -1; } }
.points { list-style: none; padding: 0; margin: 28px 0 32px; display: grid; gap: 18px; }
.points li { display: flex; gap: 14px; }
.points strong { color: #fff; display: block; margin-bottom: 2px; }

/* align-items: center, sinon le téléphone (enfant flex) s'étire à la hauteur du bloc et l'écran ne remplit plus le cadre */
.app-visuel { position: relative; min-height: 600px; display: flex; justify-content: center; align-items: center; }
/* Le téléphone de la section app : la vraie app de démonstration (393 × 852) réduite dans un cadre, une capture en attendant qu'elle charge */
.tel-cadre { --tel-l: 272px; position: relative; z-index: 1; width: var(--tel-l); padding: 8px; border-radius: 40px; background: linear-gradient(135deg, #bfb3a2 0%, #a69a8a 42%, #877c6d 100%); box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .65), 0 2px 6px rgba(0, 0, 0, .25), inset 0 0 0 1.5px rgba(255, 255, 255, .28), inset 0 0 0 3px rgba(0, 0, 0, .12); }
.tel-ecran { position: relative; overflow: hidden; border-radius: 32px; background: #f6f1ea; aspect-ratio: 393 / 852; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .35); }
.tel-ecran iframe { position: absolute; left: 0; top: 0; width: 393px; height: 852px; border: 0; transform: scale(var(--tel-e, .5954)); transform-origin: top left; background: #f6f1ea; opacity: 0; transition: opacity .5s var(--ease); }
.tel-cadre.prete .tel-ecran iframe { opacity: 1; }
.tel-attente { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tel-ilot { position: absolute; top: 14px; left: 50%; width: 72px; height: 21px; border-radius: 12px; background: #050505; transform: translateX(-50%); z-index: 2; }

.notification { position: absolute; z-index: 2; right: 0; top: 24px; width: 262px; background: rgba(255, 255, 255, .94); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, .7); border-radius: 18px; padding: 12px 14px; box-shadow: var(--ombre-l); display: flex; gap: 11px; align-items: flex-start; font-size: .84rem; line-height: 1.35; color: var(--texte); transform: rotate(2deg); animation: flotter 6s ease-in-out -1s infinite; }
.notification-icone { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--accent); color: var(--encre); display: grid; place-items: center; }
.notification-icone .ico { width: 17px; height: 17px; }
.notification strong { color: var(--encre); display: block; }
.notification small { display: block; color: var(--doux); font-size: .7rem; margin-top: 2px; }
.qr-carte { position: absolute; z-index: 2; left: 0; bottom: 24px; width: 168px; background: #fff; color: var(--encre); border-radius: 18px; padding: 16px; text-align: center; transform: rotate(-6deg); box-shadow: var(--ombre-l); }
.qr-carte .ico { width: 76px; height: 76px; margin: 0 auto; stroke-width: 1.8; }
.qr-carte p { margin: 10px 0 0; font-size: .8rem; line-height: 1.3; }
/* Téléphone : la notification ne mord que la barre d'état du téléphone, le QR ne couvre que son coin bas gauche */
@media (max-width: 899px) { .app-visuel { min-height: 0; padding: 52px 0 24px; } .notification { right: 0; top: 0; width: 240px; font-size: .78rem; } .qr-carte { left: 0; bottom: 8px; width: 128px; padding: 10px; } .qr-carte .ico { width: 54px; height: 54px; } .qr-carte p { font-size: .72rem; margin-top: 6px; } }
@media (max-width: 480px) { .tel-cadre { --tel-l: 220px; } }

/* Le moment interactif : maintenir pour tamponner */
.tenir-bloc { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.tenir { position: relative; display: inline-flex; align-items: center; gap: 12px; min-height: 56px; padding: 8px 22px 8px 8px; border-radius: 999px; border: 1.5px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .08); color: #fff; font-weight: 700; cursor: pointer; touch-action: none; user-select: none; -webkit-user-select: none; transition: background var(--duree), border-color var(--duree), transform var(--duree) var(--ease); }
.tenir:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .5); }
.tenir.appuye { transform: scale(.98); background: rgba(255, 107, 44, .18); border-color: var(--accent); }
.tenir.fait { background: var(--accent); border-color: var(--accent); color: var(--encre); cursor: default; }
.anneau { width: 40px; height: 40px; flex-shrink: 0; transform: rotate(-90deg); }
.anneau .fond { fill: none; stroke: rgba(255, 255, 255, .22); stroke-width: 3; }
.anneau .prog { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 126; stroke-dashoffset: var(--ld, 126); }
.tenir.fait .anneau .prog { stroke: var(--encre); }
.tenir.fait .anneau .fond { stroke: rgba(15, 27, 51, .25); }
.tenir-aide { margin: 0; color: #aeb8cc; font-size: .9rem; }
.tenir-etat { display: none; }

/* --------------------------------------------------------------------------
   Avantages : titre à gauche, bento à droite
   -------------------------------------------------------------------------- */
.avantages { display: grid; gap: 40px; align-items: start; }
@media (min-width: 1000px) { .avantages { grid-template-columns: .8fr 1.2fr; gap: 64px; } .avantages .section-tete { position: sticky; top: 100px; } }
.avantages h2 { text-align: left; }
.bento { display: grid; gap: 16px; }
@media (min-width: 640px) { .bento { grid-template-columns: repeat(2, 1fr); } }
.tuile { position: relative; overflow: hidden; background: var(--panneau); border: 1px solid var(--bord); border-radius: var(--rayon-l); padding: 32px; box-shadow: var(--ombre-s); transition: transform var(--duree) var(--ease), box-shadow var(--duree), border-color var(--duree); }
.tuile:hover { transform: translateY(-3px); box-shadow: var(--ombre); border-color: var(--bord-fort); }
.tuile-icone { position: relative; width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--fond); color: var(--encre); margin-bottom: 22px; border: 1px solid var(--bord); }
.tuile-icone .ico { width: 24px; height: 24px; }
.tuile-icone::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; box-shadow: 0 0 0 6px var(--accent-doux); opacity: 0; animation: lueur 5s ease-in-out infinite; }
.tuile:nth-child(2) .tuile-icone::after { animation-delay: -1.2s; } .tuile:nth-child(3) .tuile-icone::after { animation-delay: -2.4s; } .tuile:nth-child(4) .tuile-icone::after { animation-delay: -3.6s; }
@keyframes lueur { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }
.tuile p { color: var(--doux); margin: 0; }

/* --------------------------------------------------------------------------
   Offres
   -------------------------------------------------------------------------- */
.section-offres { background: var(--panneau); border-block: 1px solid var(--bord); }
.bascule-wrap { text-align: center; }
.bascule { display: inline-flex; align-items: center; gap: 4px; padding: 4px; background: var(--fond); border: 1px solid var(--bord); border-radius: 999px; margin: 0 auto 40px; }
.bascule button { min-height: 40px; padding: 8px 18px; border: 0; border-radius: 999px; background: transparent; color: var(--doux); font-weight: 700; font-size: .95rem; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background var(--duree), color var(--duree); }
.bascule button[aria-pressed="true"] { background: var(--encre); color: #fff; }
.bascule .eco { font: 500 .62rem/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; background: var(--vert-fond); color: var(--vert); padding: 5px 8px; border-radius: 999px; }
.bascule button[aria-pressed="true"] .eco { background: rgba(255, 255, 255, .18); color: #fff; }
.offres { display: grid; gap: 20px; align-items: stretch; }
@media (min-width: 700px) and (max-width: 1023px) { .offres { grid-template-columns: 1fr 1fr; } .offre-vedette { grid-column: 1 / -1; } }
@media (min-width: 1024px) { .offres { grid-template-columns: repeat(3, 1fr); } .offre-vedette { transform: translateY(-10px); } }
.offre { position: relative; display: flex; flex-direction: column; gap: 22px; background: var(--panneau); border: 1px solid var(--bord); border-radius: var(--rayon-l); padding: 34px 28px 28px; box-shadow: var(--ombre-s); }
.offre-vedette { border-color: rgba(255, 107, 44, .55); box-shadow: 0 0 0 1px rgba(255, 107, 44, .35), var(--ombre); }
.badge { position: absolute; top: -13px; left: 24px; margin: 0; display: inline-flex; align-items: center; gap: 6px; background: var(--encre); color: #fff; font: 500 .66rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; overflow: hidden; }
.badge::after { content: ""; position: absolute; top: 0; bottom: 0; width: 40%; left: -60%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent); animation: brille 6s ease-in-out -2s infinite; }
@keyframes brille { 0%, 70% { left: -60%; } 100% { left: 130%; } }
.badge .ico { width: 12px; height: 12px; color: var(--accent); fill: var(--accent); stroke: none; }
.offre h3 { font-size: 1.4rem; margin-bottom: 6px; }
.offre-desc { color: var(--doux); margin: 0; min-height: 2.6em; }
.prix { display: flex; align-items: baseline; gap: 8px; padding-block: 20px 16px; border-top: 1px solid var(--bord); margin: 0; flex-wrap: wrap; }
.montant { font-family: var(--police-titre); font-size: 3.1rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; color: var(--encre); font-variant-numeric: tabular-nums; }
.periode { color: var(--doux); font-weight: 600; }
.prix-detail { width: 100%; font-size: .85rem; color: var(--doux); margin: 4px 0 0; }
.prix-detail:empty { display: none; }
.prix-mise { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0; padding: 10px 12px; border-radius: 12px; background: var(--fond); border: 1px solid var(--bord); font-size: .88rem; color: var(--texte); }
.prix-mise strong { color: var(--encre); font-size: 1.05rem; white-space: nowrap; }
.prix-mise small { display: block; color: var(--doux); font-size: .78rem; }
.prix-mise del { color: var(--doux); font-weight: 400; font-size: .85rem; margin-right: 4px; }
.liste-coche { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.liste-coche li { position: relative; padding-left: 28px; font-size: .95rem; }
.liste-coche .ico { position: absolute; left: 0; top: 4px; width: 18px; height: 18px; color: var(--vert); stroke-width: 2.5; }
.offre .bouton { margin-top: auto; }
.mention-prix { text-align: center; color: var(--doux); font-size: .85rem; margin: 28px auto 0; max-width: 680px; }
.engagements { list-style: none; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) { .engagements { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (min-width: 900px) { .engagements { grid-template-columns: repeat(4, 1fr); } }
.engagements li { display: flex; align-items: center; gap: 12px; background: var(--fond); border: 1px solid var(--bord); border-radius: 16px; padding: 16px; font-size: .92rem; color: var(--encre); font-weight: 600; line-height: 1.35; }
.engagements .ico-rond { width: 30px; height: 30px; margin-top: -2px; }
.engagements .ico-rond .ico { width: 15px; height: 15px; }

/* --------------------------------------------------------------------------
   Comparatif : titre à gauche, tableau
   -------------------------------------------------------------------------- */
.comparer { display: grid; gap: 32px; }
@media (min-width: 1000px) { .comparer { grid-template-columns: .7fr 1.3fr; gap: 56px; align-items: start; } .comparer .section-tete { position: sticky; top: 100px; } }
.comparer h2 { text-align: left; }
.comparatif { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--panneau); border: 1px solid var(--bord); border-radius: var(--rayon-l); overflow: hidden; box-shadow: var(--ombre-s); }
.comparatif th, .comparatif td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--bord); font-size: .95rem; }
.comparatif tr:last-child td { border-bottom: 0; }
.comparatif thead th { background: var(--fond); color: var(--doux); font: 500 .7rem/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.comparatif tbody th { font-weight: 700; color: var(--encre); width: 26%; }
.comparatif td { color: var(--doux); }
.comparatif .col-pixir { background: var(--accent-fond); color: var(--encre); font-weight: 700; }
.comparatif thead .col-pixir { background: var(--encre); color: #fff; }
.comparatif td .ico { display: inline-block; vertical-align: -3px; width: 18px; height: 18px; margin-right: 6px; }
.comparatif .oui { color: var(--vert); }
.comparatif .non { color: #b91c1c; }
@media (max-width: 700px) {
  .comparatif thead { display: none; }
  .comparatif, .comparatif tbody, .comparatif tr, .comparatif th, .comparatif td { display: block; width: 100%; }
  .comparatif tbody th { width: 100%; background: var(--fond); border-bottom: 0; padding-bottom: 8px; }
  .comparatif td { padding: 10px 18px; border-bottom: 0; }
  .comparatif td::before { content: attr(data-col) " : "; font-weight: 700; color: var(--encre); }
  .comparatif tr { border-bottom: 1px solid var(--bord); }
  .comparatif tr:last-child { border-bottom: 0; }
  .comparatif td:last-child { padding-bottom: 16px; }
}

/* --------------------------------------------------------------------------
   Étapes : la ligne se dessine toute seule
   -------------------------------------------------------------------------- */
.etapes { list-style: none; padding: 0; margin: 0; display: grid; gap: 32px; position: relative; }
.etapes-ligne { display: none; }
@media (min-width: 800px) {
  .etapes { grid-template-columns: repeat(3, 1fr); }
  .etapes-ligne { display: block; position: absolute; top: 26px; left: 16.6%; right: 16.6%; height: 2px; pointer-events: none; }
  .etapes-ligne path { stroke: var(--bord-fort); stroke-width: 2; stroke-dasharray: 8 8; fill: none; }
  .etapes-ligne .trace { stroke: var(--encre); stroke-dasharray: 1000; stroke-dashoffset: 1000; transition: stroke-dashoffset 1.6s var(--ease-2) .2s; }
  .in .etapes-ligne .trace { stroke-dashoffset: 0; }
}
.etape { text-align: center; position: relative; }
.etape-numero { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%; background: var(--encre); color: #fff; display: grid; place-items: center; font-family: var(--police-titre); font-weight: 800; font-size: 1.15rem; margin: 0 auto 20px; box-shadow: 0 0 0 8px var(--fond); }
.etape h3 { margin-bottom: .35em; }
.etape p { color: var(--doux); margin: 0 auto; max-width: 28ch; }

/* --------------------------------------------------------------------------
   Métiers : une bande qui défile, à voix basse
   -------------------------------------------------------------------------- */
.section-metiers { background: var(--panneau); border-block: 1px solid var(--bord); overflow: hidden; }
.marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-piste { display: flex; gap: 12px; width: max-content; padding: 4px 0; animation: defiler 60s linear infinite; }
.marquee:hover .marquee-piste, .marquee:focus-within .marquee-piste { animation-play-state: paused; }
.marquee + .marquee .marquee-piste { animation-direction: reverse; animation-duration: 75s; }
@keyframes defiler { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.metier { display: inline-flex; align-items: center; gap: 10px; background: var(--fond); border: 1px solid var(--bord); border-radius: 999px; padding: 12px 18px 12px 14px; font-weight: 600; color: var(--encre); font-size: .95rem; white-space: nowrap; }
.metier .ico { width: 18px; height: 18px; color: var(--encre); }

/* --------------------------------------------------------------------------
   Questions fréquentes
   -------------------------------------------------------------------------- */
details { background: var(--panneau); border: 1px solid var(--bord); border-radius: 16px; margin-top: 12px; transition: border-color var(--duree), box-shadow var(--duree); }
details[open] { border-color: var(--bord-fort); box-shadow: var(--ombre-s); }
summary { cursor: pointer; list-style: none; padding: 18px 56px 18px 22px; font-weight: 700; color: var(--encre); position: relative; min-height: 44px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ""; position: absolute; right: 18px; top: 50%; width: 28px; height: 28px; transform: translateY(-50%); border-radius: 50%; background: var(--fond); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f1b33' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); background-size: 14px; background-position: center; background-repeat: no-repeat; transition: transform var(--duree) var(--ease), background-color var(--duree); }
details[open] summary::after { transform: translateY(-50%) rotate(45deg); background-color: var(--accent-fond); }
details p { padding: 0 22px 20px; margin: 0; color: var(--doux); }

/* --------------------------------------------------------------------------
   Dernier appel
   -------------------------------------------------------------------------- */
.appel { position: relative; overflow: hidden; text-align: center; border-radius: var(--rayon-xl); padding: 72px 24px; background: var(--nuit) url("assets/hero-ending.jpg") center / cover no-repeat; color: #c9d2e3; box-shadow: var(--ombre-l); }
.appel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 23, 48, .55), rgba(12, 23, 48, .25) 60%, rgba(12, 23, 48, .6)); pointer-events: none; }
.appel > * { position: relative; }
.appel h2 { color: #fff; }
.appel p { color: #c9d2e3; font-size: 1.1rem; max-width: 34ch; margin-inline: auto; }
.appel .bouton { margin-top: 8px; }
@media (max-width: 480px) { .section-appel .conteneur { padding-inline: 12px; } .appel { padding: 52px 20px; } }

/* --------------------------------------------------------------------------
   Pied de page
   -------------------------------------------------------------------------- */
.pied { background: #0b1428; color: #aeb8cc; padding-top: 64px; font-size: .95rem; }
.pied a { color: #fff; text-decoration: none; }
.pied a:hover { text-decoration: underline; }
.pied-grille { display: grid; gap: 32px; }
@media (min-width: 800px) { .pied-grille { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.pied-grille p { margin-bottom: .4em; }
.pied-titre { color: #fff; font-weight: 700; margin-bottom: .6em; }
.pied-liens { display: grid; gap: 8px; }
.pied-bas { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 48px; padding-block: 22px; font-size: .85rem; }
@media (max-width: 899px) { .js .pied-bas { padding-bottom: 96px; } }

/* --------------------------------------------------------------------------
   Barre CTA mobile
   -------------------------------------------------------------------------- */
.barre-mobile { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: rgba(15, 27, 51, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); color: #fff; border-radius: 18px; padding: 10px 10px 10px 18px; box-shadow: var(--ombre-l); transform: translateY(130%); opacity: 0; transition: transform .3s var(--ease), opacity .3s; }
.barre-mobile.visible { transform: none; opacity: 1; }
.barre-mobile > div { min-width: 0; }
.barre-mobile strong { display: block; font-size: .95rem; line-height: 1.2; }
.barre-mobile small { display: block; color: #aeb8cc; font-size: .78rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.barre-mobile .bouton { flex-shrink: 0; }
@media (min-width: 900px) { .barre-mobile { display: none; } }

/* --------------------------------------------------------------------------
   Entrées chorégraphiées (activées seulement si JS est présent)
   -------------------------------------------------------------------------- */
.js .entree { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease-2), transform .7s var(--ease-2); transition-delay: calc(var(--i, 0) * 90ms); }
.js .entree.in { opacity: 1; transform: none; }
.js .entree.in.fini { transition-delay: 0s; }

/* --------------------------------------------------------------------------
   Mouvement réduit : tout est honoré, y compris en direct
   -------------------------------------------------------------------------- */
body.pause *, body.pause *::before, body.pause *::after { animation-play-state: paused !important; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .entree { opacity: 1; transform: none; }
  .etapes-ligne .trace { stroke-dashoffset: 0; }
  .marquee { -webkit-mask-image: none; mask-image: none; }
  .marquee-piste { flex-wrap: wrap; width: auto; justify-content: center; }
  .marquee + .marquee { display: none; }
  .carte-google { animation: none; }
  .bouton:hover, .tuile:hover { transform: none; }
  .app-promo.recompense { opacity: 1; transform: none; }
}

/* --------------------------------------------------------------------------
   Pages légales et page merci (partagent cette feuille)
   -------------------------------------------------------------------------- */
.page-legale { padding-block: 120px 96px; }
.page-legale h1 { font-size: clamp(1.9rem, 5vw, 2.8rem); }
.page-legale h2 { text-align: left; font-size: 1.3rem; margin-top: 2em; }
.page-legale p, .page-legale li { color: var(--texte); }
.page-legale .maj { color: var(--doux); }
.retour { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-bottom: 12px; font-weight: 600; text-decoration: none; color: var(--doux); }
.retour:hover { color: var(--encre); }
.merci { text-align: center; padding-block: 140px 96px; }
.merci-icone { width: 84px; height: 84px; border-radius: 50%; background: var(--vert-fond); color: var(--vert); display: grid; place-items: center; font-size: 2.6rem; margin: 0 auto 24px; }
.accroche { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--doux); max-width: 36em; margin-inline: auto; }
.accroche strong { color: var(--encre); }
.a-preparer { text-align: left; background: var(--panneau); border: 1px solid var(--bord); border-radius: var(--rayon-l); padding: 26px 30px; margin: 36px auto; max-width: 560px; }
.a-preparer ul { margin: 0; padding-left: 20px; }
.a-preparer li { margin-bottom: 6px; }
.a-completer { background: #fff3a8; color: #6b4e00 !important; border-radius: 4px; padding: 0 4px; }

/* --------------------------------------------------------------------------
   L'exemple : un vrai site et une vraie app de démonstration, dans un téléphone ou un ordinateur
   -------------------------------------------------------------------------- */
.section-exemple { padding-top: clamp(56px, 8vw, 96px); }
.demo-controles { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; margin-bottom: 28px; }
.demo-controles .bascule { margin: 0; background: var(--panneau); }
/* Le choix du métier : sur sa propre ligne, en orange quand il est actif (c'est le choix qui change tout) */
.bascule-wrap-metiers { margin-bottom: 14px; max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.bascule-wrap-metiers::-webkit-scrollbar { display: none; }
.bascule-metiers { margin-bottom: 0; background: var(--panneau); }
.bascule-metiers button { white-space: nowrap; }
.bascule-metiers button[aria-pressed="true"] { background: var(--accent); color: var(--encre); }
@media (max-width: 480px) { .bascule-wrap-metiers { text-align: left; padding-inline: 4px; } .bascule-metiers button { padding-inline: 14px; font-size: .9rem; } }
.demo-controles .bascule button .ico { width: 16px; height: 16px; }
.demo-scene { position: relative; display: flex; justify-content: center; align-items: flex-start; min-height: 420px; }
.demo-chargement { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; align-items: center; gap: 10px; font: 500 .8rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--doux); z-index: 0; }
.demo-chargement.visible { display: inline-flex; }
.demo-chargement span { width: 14px; height: 14px; border-radius: 50%; border: 2px solid var(--bord-fort); border-top-color: var(--accent); animation: tourner 1s linear infinite; }
@keyframes tourner { to { transform: rotate(360deg); } }

/* iPhone (dimensions logiques d'un iPhone 15 Pro : écran 393 × 852, bord 12 px, îlot 126 × 37) */
.iphone {
  --echelle: 1; position: relative; z-index: 1; flex: none; width: 417px; height: 876px; padding: 12px; border-radius: 68px;
  background: linear-gradient(135deg, #bfb3a2 0%, #a69a8a 42%, #877c6d 100%);
  box-shadow: 0 40px 80px -30px rgba(15, 27, 51, .55), 0 2px 6px rgba(0, 0, 0, .25), inset 0 0 0 1.5px rgba(255, 255, 255, .28), inset 0 0 0 4px rgba(0, 0, 0, .12);
  transform: scale(var(--echelle)); transform-origin: top center;
}
.iphone[hidden] { display: none; }
.iphone-ecran { width: 393px; height: 852px; border-radius: 56px; overflow: hidden; background: #f6f1ea; position: relative; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .35); }
.iphone-ecran iframe { width: 393px; height: 852px; border: 0; display: block; background: #f6f1ea; }
.iphone-ilot { position: absolute; top: 12px; left: 50%; width: 126px; height: 37px; border-radius: 20px; background: #050505; transform: translateX(-50%); box-shadow: 0 1px 2px rgba(0, 0, 0, .6); }
.iphone-barre { position: absolute; bottom: 8px; left: 50%; width: 134px; height: 5px; border-radius: 3px; background: rgba(15, 27, 51, .55); transform: translateX(-50%); pointer-events: none; }
.iphone-bouton { position: absolute; width: 3px; border-radius: 2px; background: #7d7264; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15); }
.iphone-bouton-silence { left: -3px; top: 118px; height: 30px; }
.iphone-bouton-volume-1 { left: -3px; top: 178px; height: 62px; }
.iphone-bouton-volume-2 { left: -3px; top: 252px; height: 62px; }
.iphone-bouton-marche { right: -3px; top: 214px; height: 96px; }

/* Ordinateur : une fenêtre de navigateur de 1280 px, réduite pour tenir dans la page */
.ordi { --echelle: 1; position: relative; z-index: 1; flex: none; width: 1280px; border-radius: 14px; overflow: hidden; background: var(--panneau); box-shadow: 0 40px 80px -30px rgba(15, 27, 51, .5), 0 0 0 1px var(--bord-fort); transform: scale(var(--echelle)); transform-origin: top left; }
.ordi[hidden] { display: none; }
.ordi-barre { height: 44px; display: flex; align-items: center; gap: 16px; padding: 0 16px; background: #eef1f6; border-bottom: 1px solid var(--bord); }
.ordi-points { display: inline-flex; gap: 7px; }
.ordi-points i { width: 12px; height: 12px; border-radius: 50%; background: #d3d9e4; }
.ordi-points i:nth-child(1) { background: #ff5f57; } .ordi-points i:nth-child(2) { background: #febc2e; } .ordi-points i:nth-child(3) { background: #28c840; }
.ordi-url { flex: 1; max-width: 520px; margin: 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 28px; border-radius: 8px; background: #fff; border: 1px solid var(--bord); font: 500 .8rem/1 var(--mono); color: var(--doux); }
.ordi-url .ico { width: 13px; height: 13px; }
.ordi-ecran { width: 1280px; height: 800px; background: #f6f1ea; }
.ordi-ecran iframe { width: 1280px; height: 800px; border: 0; display: block; }
.demo-scene[data-appareil="ordinateur"] { justify-content: flex-start; }

/* Sous la démo : personnalisation, plein écran, QR */
.demo-actions { display: grid; grid-template-columns: 1fr auto; gap: 20px 32px; align-items: end; margin-top: 32px; padding: 22px 24px; background: var(--panneau); border: 1px solid var(--bord); border-radius: var(--rayon-l); box-shadow: var(--ombre-s); }
.demo-perso label { display: block; font-weight: 700; color: var(--encre); margin-bottom: 8px; }
.demo-perso-champ { display: flex; gap: 8px; }
.demo-perso-champ input { flex: 1; min-width: 0; min-height: 44px; padding: 8px 14px; border-radius: 999px; border: 1.5px solid var(--bord-fort); background: var(--fond); font: inherit; color: var(--encre); }
.demo-perso-champ input:focus { outline: none; border-color: var(--encre); box-shadow: 0 0 0 4px var(--accent-doux); }
.demo-liens { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; }
.demo-qr { display: flex; align-items: center; gap: 12px; }
.demo-qr img { width: 72px; height: 72px; border-radius: 10px; border: 1px solid var(--bord); padding: 4px; background: #fff; }
.demo-qr strong { display: block; color: var(--encre); font-size: .95rem; }
.demo-qr small { color: var(--doux); font-size: .82rem; }
.demo-qr .mono { font-family: var(--mono); color: var(--encre); }
/* Sur téléphone : voile « Essayer ici » tant que la démo n'a pas été activée (sinon le doigt reste prisonnier de la démo) */
.demo-voile, .demo-verrou { display: none; }
@media (max-width: 860px) {
  .demo-scene.verrouille .demo-voile { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; background: rgba(15, 27, 51, .28); -webkit-backdrop-filter: blur(1.5px); backdrop-filter: blur(1.5px); border-radius: 36px; }
  .demo-scene.verrouille iframe { pointer-events: none; }
  .demo-verrou { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); z-index: 3; display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 6px 14px; border-radius: 999px; border: 1px solid var(--bord-fort); background: #fff; color: var(--encre); font-weight: 700; font-size: .85rem; box-shadow: var(--ombre); cursor: pointer; white-space: nowrap; }
  .demo-verrou[hidden] { display: none; }
  .demo-scene { margin-top: 12px; }
}
@media (max-width: 860px) {
  .demo-actions { grid-template-columns: 1fr; }
  .demo-controles { gap: 10px; }
  .demo-controles .bascule button { padding: 8px 14px; font-size: .9rem; }
  .demo-qr { display: none; }   /* sur téléphone, le visiteur est déjà sur son téléphone */
}
/* Tant que les liens annuels ne sont pas créés dans Stripe, ce qui parle de l'annuel se cache (classe posée par site.js) */
body.sans-annuel .seulement-annuel { display: none; }

/* Lien « Espace client » dans l'en-tête */
.lien-espace { text-decoration: none; font-weight: 600; color: var(--texte); padding: 8px 12px; border-radius: 999px; transition: background var(--duree), color var(--duree); white-space: nowrap; }
.lien-espace:hover { background: var(--fond); color: var(--encre); }
@media (max-width: 860px) { .lien-espace { display: none; } }
.menu-mobile-espace { font-weight: 700; }