/* ==========================================================================
   Polices auto-hébergées (Archivo Black + Manrope variable, licence OFL)
   Fichiers : assets/fonts/ — pas d'appel à Google Fonts (RGPD, vitesse)
   ========================================================================== */
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/archivo-black-latin-ext.woff2') format('woff2');
  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;
}
@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/archivo-black-latin.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin-ext.woff2') format('woff2');
  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;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../assets/fonts/manrope-latin.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Agence Moon — styles
   Système : noir / blanc + un seul accent (Volt Pink). Hero en dégradé multi-teintes.
   Logos plateformes : monochromes, couleur de marque au survol.
   ========================================================================== */

:root {
  /* Couleurs */
  --color-volt-pink: #ff3d9e;
  --color-volt-pink-hover: #f02a8f;
  --color-obsidian: #000000;
  --color-paper-white: #ffffff;
  --color-ash: #dadada;
  --color-charcoal: #444444;
  --color-onyx: #292929;
  --color-mist: #eeeeee;

  /* Couleurs de marque (survol uniquement) */
  --brand-google: #4285F4;
  --brand-instagram: #E1306C;
  --brand-facebook: #1877F2;
  --brand-tiktok: #000000;
  --brand-youtube: #FF0000;
  --brand-meta: #0866FF;

  /* Typographie */
  --font-display: 'Archivo Black', 'Archivo', Impact, 'Arial Black', sans-serif;
  --font-sans: 'Manrope', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Rayons */
  --radius-buttons: 12px;
  --radius-cards: 12px;
  --radius-cards-lg: 20px;
  --radius-images: 24px;
  --radius-inputs: 12px;
  --radius-pills: 999px;

  /* Ombres */
  --shadow-md: rgba(0, 0, 0, 0.05) 0px 1px 10px 0px;
  --shadow-xl: rgba(0, 0, 0, 0.3) 0px 1px 30px 0px;
  --shadow-subtle: rgb(218, 218, 218) 0px 0px 0px 1px inset;

  /* Layout */
  --page-max-width: 1200px;
  --gutter: 24px;
  --section-gap: 96px;
  --nav-offset: 16px;

  /* Mouvement */
  --ease-out: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--color-paper-white);
  color: var(--color-obsidian);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4, p, ul, ol { margin: 0; }
ul, ol { padding: 0; }
button { font: inherit; }
[hidden] { display: none !important; }
.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;
}
:focus-visible { outline: 2px solid var(--color-volt-pink); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 100;
  background: #000; color: #fff; padding: 10px 16px; border-radius: var(--radius-buttons);
  font-weight: 700; text-decoration: none;
}
.skip-link:focus { top: 16px; }

.container { max-width: var(--page-max-width); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Typographie ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.01em;
  font-size: clamp(36px, 5.6vw, 68px);
  color: var(--color-obsidian);
  margin: 0;
  text-wrap: balance;
}
.display--hero {
  font-size: clamp(50px, 11vw, 124px);
  line-height: 0.88;
  letter-spacing: -0.015em;
  position: relative; z-index: 0;
}
.display--sm { font-size: clamp(28px, 3.6vw, 44px); }
.eyebrow {
  display: inline-block;
  color: var(--color-volt-pink);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section__head { max-width: 720px; margin-bottom: 48px; }
.section__head--wide { max-width: 980px; }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; max-width: 860px; }
.section__lede { margin-top: 20px; font-size: 18px; line-height: 1.55; color: var(--color-charcoal); }
.section__lede a { color: var(--color-obsidian); font-weight: 700; }

/* Surligneur rose sous « décoller » */
.mark { position: relative; display: inline-block; white-space: nowrap; }
.mark::before {
  content: ""; position: absolute; z-index: -1;
  left: -1%; right: -1%; bottom: 4%; height: 30%;
  background: var(--color-volt-pink); border-radius: 6px;
  transform: rotate(-1.2deg) scaleX(0); transform-origin: left center;
}
.intro-done .mark::before { animation: markIn .7s var(--ease-out) 1.15s forwards; }
@keyframes markIn { to { transform: rotate(-1.2deg) scaleX(1); } }

/* ---------- Chips de marque (logo + nom) ---------- */
.brand {
  display: inline-flex; align-items: center; gap: 6px; vertical-align: -3px;
  background: var(--color-paper-white); color: var(--color-obsidian);
  box-shadow: var(--shadow-subtle);
  border-radius: var(--radius-pills); padding: 3px 11px 3px 7px;
  font-size: 13px; font-weight: 800; line-height: 1.3; white-space: nowrap;
  transition: transform .2s var(--ease-out), box-shadow .2s ease, background-color .2s ease;
  --logo-hole: #fff;
}
.brand svg { width: 15px; height: 15px; flex: 0 0 15px; color: var(--color-obsidian); transition: color .2s ease, transform .3s var(--ease-out); }
.brand:hover { transform: translateY(-2px); box-shadow: var(--shadow-subtle), var(--shadow-md); }
.brand:hover svg { transform: rotate(-8deg) scale(1.15); }
.brand--google:hover svg { color: var(--brand-google); }
.brand--instagram:hover svg { color: var(--brand-instagram); }
.brand--facebook:hover svg { color: var(--brand-facebook); }
.brand--youtube:hover svg { color: var(--brand-youtube); }
.brand--meta:hover svg { color: var(--brand-meta); }
.brand--tiktok:hover { background: var(--color-obsidian); color: #fff; }
.brand--tiktok:hover svg { color: var(--color-volt-pink); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px; line-height: 1;
  padding: 12px 20px; border-radius: var(--radius-buttons); border: 0;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background-color .15s ease, transform .2s var(--ease-out), box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--color-volt-pink); color: #fff; box-shadow: var(--shadow-xl); }
.btn--primary:hover { background: var(--color-volt-pink-hover); }
.btn--dark { background: var(--color-obsidian); color: #fff; }
.btn--dark:hover { background: var(--color-onyx); }
.btn--ghost { background: var(--color-onyx); color: #fff; }
.btn--ghost:hover { background: var(--color-charcoal); }
.btn--lg { padding: 16px 24px; font-size: 16px; }
.btn__arrow { width: 16px; height: 16px; transition: transform .25s var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(4px); }

/* ---------- Pills ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--color-obsidian); color: #fff;
  border-radius: var(--radius-pills); padding: 8px 14px 8px 8px;
  font-size: 13px; font-weight: 600; text-decoration: none;
  transition: background-color .15s ease, transform .2s var(--ease-out);
}
.pill:hover { background: var(--color-onyx); transform: translateY(-2px); }
.pill__tag {
  background: var(--color-volt-pink); color: #fff;
  border-radius: var(--radius-pills); padding: 4px 10px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap;
}
.pill__arrow { width: 14px; height: 14px; opacity: .7; transition: transform .25s var(--ease-out); }
.pill:hover .pill__arrow { transform: translateX(3px); }

/* ---------- Navigation ---------- */
.nav-wrap { position: fixed; top: var(--nav-offset); left: 0; right: 0; z-index: 50; padding: 0 16px; }
.nav {
  max-width: var(--page-max-width); margin: 0 auto;
  background: var(--color-obsidian); color: #fff;
  border-radius: var(--radius-pills);
  padding: 8px 8px 8px 20px;
  display: flex; align-items: center; gap: 16px;
  box-shadow: var(--shadow-xl);
}
.nav__logo {
  display: inline-flex; align-items: center; gap: 10px;
  color: inherit; text-decoration: none;
  font-weight: 800; font-size: 16px; letter-spacing: -0.01em;
}
.nav__moon { width: 22px; height: 22px; color: var(--color-volt-pink); transition: transform .4s var(--ease-out); }
.nav__logo:hover .nav__moon { transform: rotate(-25deg); }
.nav__links { display: flex; gap: 2px; margin: 0 auto; list-style: none; }
.nav__links a {
  display: inline-block; color: #fff; text-decoration: none;
  font-size: 14px; font-weight: 500; padding: 9px 14px; border-radius: var(--radius-pills);
  opacity: .85; transition: opacity .15s ease, background-color .15s ease;
}
.nav__links a:hover { opacity: 1; background: var(--color-onyx); }
.nav__cta { padding: 11px 18px; box-shadow: none; }
.nav__burger {
  display: none; margin-left: auto;
  width: 44px; height: 44px; border-radius: var(--radius-pills);
  background: var(--color-onyx); border: 0; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav__burger span { display: block; width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile {
  max-width: var(--page-max-width); margin: 8px auto 0;
  background: var(--color-obsidian); color: #fff;
  border-radius: var(--radius-images); padding: 12px;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-xl);
}
.nav-mobile a:not(.btn) { color: #fff; text-decoration: none; font-weight: 600; font-size: 16px; padding: 12px 16px; border-radius: var(--radius-buttons); }
.nav-mobile a:not(.btn):hover { background: var(--color-onyx); }
.nav-mobile .btn { margin-top: 8px; box-shadow: none; }

/* ---------- Hero (Attention) ---------- */
.hero {
  position: relative; isolation: isolate;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  padding: 150px var(--gutter) 96px;
  text-align: center;
  overflow: hidden;
  background-color: #b9a7ff;
  background-image: linear-gradient(135deg, #b9a7ff 0%, #a9dcff 38%, #ffb59b 72%, #ffdb8f 100%);
}
.hero__blob {
  position: absolute; z-index: -1; border-radius: 50%; filter: blur(70px); opacity: .9;
  animation: drift 18s ease-in-out infinite alternate;
}
.hero__blob--1 { width: 55vw; height: 55vw; left: -12vw; top: -18vw; background: #b39dff; }
.hero__blob--2 { width: 50vw; height: 50vw; right: -14vw; top: -6vw; background: #9ad9ff; animation-duration: 22s; animation-delay: -6s; }
.hero__blob--3 { width: 60vw; height: 60vw; left: 20vw; bottom: -34vw; background: #ffb3a4; animation-duration: 26s; animation-delay: -12s; }
@keyframes drift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(6vw, 4vw) scale(1.08); }
  100% { transform: translate(-4vw, 6vw) scale(.96); }
}
.hero__inner { max-width: 980px; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.hero__lede { max-width: 700px; font-size: 18px; line-height: 1.6; font-weight: 500; color: var(--color-obsidian); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__note { font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; opacity: .75; }

/* Sticker rotatif */
.sticker {
  position: absolute; right: clamp(16px, 6vw, 96px); top: clamp(110px, 16vh, 170px);
  width: 128px; height: 128px; border-radius: 50%;
  background: var(--color-obsidian); color: #fff;
  display: grid; place-items: center;
  box-shadow: var(--shadow-xl);
  transition: transform .3s var(--ease-out);
}
.sticker:hover { transform: scale(1.08); }
.sticker__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 16s linear infinite; }
.sticker__ring text { font-family: var(--font-sans); font-weight: 800; font-size: 10.5px; letter-spacing: .08em; fill: #fff; text-transform: uppercase; }
.sticker__icon { width: 36px; height: 36px; color: var(--color-volt-pink); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Intro « Moon Project » ---------- */
.intro-active { overflow: hidden; }
.intro-skip .intro { display: none; }
.intro {
  position: fixed; inset: 0; z-index: 100; background: var(--color-obsidian);
  cursor: pointer;
  clip-path: circle(150% at 50% 50%);
  transition: clip-path 1s cubic-bezier(.7, 0, .3, 1), opacity .4s ease .7s;
}
.intro.is-leaving { clip-path: circle(0% at 50% 50%); opacity: 0; }
.intro__scene { width: 100%; height: 100%; }
.intro__stars circle { animation: twinkle 2.4s ease-in-out infinite; }
.intro__stars circle:nth-child(3n) { animation-delay: -.8s; }
.intro__stars circle:nth-child(3n + 1) { animation-delay: -1.6s; }
.intro__stars circle:nth-child(4n) { animation-duration: 3.1s; }
@keyframes twinkle { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
.intro__moon { transform-origin: 500px 300px; animation: moonIn 1s var(--ease-out) both; }
@keyframes moonIn { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.intro__flame { transform-origin: 0 18px; animation: flame .12s ease-in-out infinite alternate, flameOut .2s linear 1.85s forwards; }
@keyframes flame { from { transform: scaleY(.7) scaleX(.9); } to { transform: scaleY(1.25) scaleX(1.1); } }
@keyframes flameOut { to { opacity: 0; } }
.intro__brand {
  font-family: var(--font-display); font-size: 34px; letter-spacing: .02em; text-transform: uppercase; fill: #fff;
  opacity: 0; animation: fadeUp .8s var(--ease-out) 1.2s forwards;
}
.intro__skip {
  position: absolute; right: 20px; bottom: 20px;
  background: transparent; border: 1.5px solid var(--color-charcoal); color: var(--color-ash);
  border-radius: var(--radius-pills); padding: 8px 14px; font-size: 12px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; cursor: pointer;
}
.intro__skip:hover { border-color: #fff; color: #fff; }

/* ---------- Entrée du hero (après l'intro) ---------- */
.hero .w { display: inline-block; opacity: 0; transform: translateY(.6em) rotate(2deg); transform-origin: left bottom; }
.hero .pill, .hero__lede, .hero__actions, .hero__note { opacity: 0; }
.sticker { opacity: 0; transform: scale(.4) rotate(-30deg); }
.intro-done .hero .w { animation: riseIn .9s var(--ease-out) forwards; animation-delay: calc(.15s + var(--i) * .11s); }
.intro-done .hero .pill { animation: fadeUp .7s var(--ease-out) .05s forwards; }
.intro-done .hero__lede { animation: fadeUp .8s var(--ease-out) .85s forwards; }
.intro-done .hero__actions { animation: fadeUp .8s var(--ease-out) 1s forwards; }
.intro-done .hero__note { animation: fadeUp .8s var(--ease-out) 1.15s forwards; }
.intro-done .sticker { animation: pop .8s cubic-bezier(.34, 1.56, .64, 1) 1.25s forwards; }
.intro-done .sticker:hover { transform: scale(1.08); }
@keyframes riseIn { to { opacity: 1; transform: none; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes pop { to { opacity: 1; transform: scale(1) rotate(0); } }

/* ---------- Résultats (preuve sociale) ---------- */
.proof { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; }
.proof__case, .proof__intl {
  border-radius: var(--radius-images); padding: 36px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s var(--ease-out), box-shadow .25s ease;
}
.proof__case { background: var(--color-obsidian); color: #fff; }
.proof__intl { background: var(--color-paper-white); box-shadow: var(--shadow-subtle), var(--shadow-md); }
.proof__case:hover, .proof__intl:hover { transform: translateY(-4px); }
.proof__intl:hover { box-shadow: var(--shadow-subtle), var(--shadow-xl); }
.proof .eyebrow { margin-bottom: 4px; }
.proof__figure { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin: 4px 0 8px; }
.proof__x {
  font-family: var(--font-display); font-size: clamp(88px, 12vw, 150px); line-height: .85; letter-spacing: -0.03em;
  color: var(--color-volt-pink); font-variant-numeric: tabular-nums;
}
.proof__what { max-width: 220px; font-size: 17px; font-weight: 700; line-height: 1.3; }
.proof__title { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.proof__title span { font-weight: 600; color: var(--color-ash); }
.proof__intl .proof__title span { color: var(--color-charcoal); }
.proof__text { font-size: 15px; line-height: 1.6; color: var(--color-ash); }
.proof__intl .proof__text { color: var(--color-charcoal); }
.proof__case .brand { --logo-hole: #fff; }
.proof__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 10px; }
.proof__route {
  display: flex; align-items: center; gap: 14px; margin: 6px 0 4px;
  font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 42px); text-transform: uppercase; line-height: 1;
}
.proof__plane { width: 34px; height: 34px; color: var(--color-volt-pink); transform: rotate(90deg); animation: fly 2.6s ease-in-out infinite; }
@keyframes fly { 0%, 100% { transform: rotate(90deg) translateY(0); } 50% { transform: rotate(90deg) translateY(-6px) translateX(-3px); } }

/* ---------- Rail de points (fil d'Ariane) ---------- */
.dots {
  position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 40;
  display: flex; flex-direction: column; gap: 10px;
}
.dots a { position: relative; display: block; width: 22px; height: 22px; text-decoration: none; }
.dots a::before {
  content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px; margin: -4px 0 0 -4px;
  border-radius: 50%; background: var(--color-ash);
  transition: transform .25s var(--ease-out), background-color .2s ease;
}
.dots a:hover::before { background: var(--color-obsidian); transform: scale(1.4); }
.dots a[aria-current="true"]::before { background: var(--color-volt-pink); transform: scale(1.6); }
.dots a span {
  position: absolute; right: 30px; top: 50%; transform: translate(6px, -50%);
  background: var(--color-obsidian); color: #fff; font-size: 12px; font-weight: 800;
  padding: 5px 10px; border-radius: var(--radius-pills); white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s var(--ease-out);
}
.dots a:hover span, .dots a:focus-visible span { opacity: 1; transform: translate(0, -50%); }
.nav__links a[aria-current="true"] { opacity: 1; background: var(--color-onyx); box-shadow: inset 0 -2px 0 var(--color-volt-pink); }

/* ---------- Marquees ---------- */
.marquee { overflow: hidden; }
.marquee__track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee__track--slow { animation-duration: 55s; }
.marquee__track--text { animation-duration: 24s; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; flex: 0 0 auto; }
@keyframes marquee { to { transform: translateX(-50%); } }

.marquee--logos { background: var(--color-obsidian); color: #fff; padding: 18px 0; }
.marquee--logos .marquee__group { gap: 56px; padding-right: 56px; }
.marquee__label { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-volt-pink); white-space: nowrap; }
.logo-item {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 22px; font-weight: 800; letter-spacing: -0.01em; white-space: nowrap;
  --logo-hole: #000; cursor: default;
  transition: transform .25s var(--ease-out);
}
.logo-item svg { width: 28px; height: 28px; transition: color .2s ease, transform .3s var(--ease-out); }
.logo-item:hover { transform: translateY(-3px); }
.logo-item:hover svg { transform: rotate(-8deg) scale(1.15); }
.logo-item--google:hover svg { color: var(--brand-google); }
.logo-item--instagram:hover svg { color: var(--brand-instagram); }
.logo-item--facebook:hover svg { color: var(--brand-facebook); }
.logo-item--youtube:hover svg { color: var(--brand-youtube); }
.logo-item--meta:hover svg { color: var(--brand-meta); }
.logo-item--tiktok:hover svg { color: var(--color-volt-pink); }

.marquee--text { background: var(--color-obsidian); color: #fff; padding: 22px 0; }
.marquee--text .marquee__group { gap: 40px; padding-right: 40px; }
.marquee--text span { font-family: var(--font-display); font-size: clamp(28px, 4vw, 48px); text-transform: uppercase; line-height: 1; white-space: nowrap; }
.marquee__star { color: var(--color-volt-pink); }

/* ---------- Sections ---------- */
.section { padding: var(--section-gap) 0; }
.section + .section { border-top: 1px solid var(--color-ash); }

/* ---------- Le constat (Intérêt) ---------- */
.pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain {
  background: var(--color-paper-white); border-radius: var(--radius-cards-lg);
  box-shadow: var(--shadow-subtle), var(--shadow-md); padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pain:hover { box-shadow: var(--shadow-subtle), var(--shadow-xl); }
.pain__icon {
  width: 48px; height: 48px; border-radius: 50%; margin-bottom: 20px;
  background: var(--color-obsidian); color: #fff; display: grid; place-items: center;
  transition: background-color .2s ease, transform .3s var(--ease-out);
}
.pain__icon svg { width: 22px; height: 22px; }
.pain:hover .pain__icon { background: var(--color-volt-pink); transform: rotate(-10deg) scale(1.05); }
.pain h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 10px; line-height: 1.2; }
.pain p { font-size: 15px; line-height: 1.55; color: var(--color-charcoal); }

.statement {
  margin-top: 24px; background: var(--color-obsidian); color: #fff;
  border-radius: var(--radius-images); padding: 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.statement .display { color: #fff; }
.statement__text p { margin-top: 12px; font-size: 18px; color: var(--color-ash); }
.statement .btn--primary { box-shadow: none; }

/* ---------- Packs (Désir) : pochettes « booster » ---------- */
.packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.booster {
  --peek: 108px;   /* hauteur de carte qui dépasse de la pochette au repos */
  --band: 52px;    /* bande de pochette qui reste visible une fois ouverte */
  position: relative; overflow: hidden;
  border-radius: var(--radius-cards-lg);
  padding-bottom: var(--band);
  display: flex; flex-direction: column;
}

/* La carte (derrière) */
.booster__card {
  position: relative; z-index: 1; flex: 1;
  background: var(--color-paper-white);
  border-radius: var(--radius-cards-lg);
  box-shadow: var(--shadow-subtle), var(--shadow-md);
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 440px;
  transition: box-shadow .5s ease;
}
.booster__peek {
  min-height: calc(var(--peek) - 24px);
  display: flex; flex-direction: column; justify-content: center; gap: 4px;
  padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--color-ash);
}
.booster__peek strong { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.booster__peek span { font-size: 13px; font-weight: 700; color: var(--color-charcoal); }
.booster__card .eyebrow { margin-bottom: 0; }
.booster__card .check-list li { font-size: 15px; }
.booster__card .check-list .brand { font-size: 12px; padding: 2px 9px 2px 6px; vertical-align: -2px; }
.booster__cta { align-self: flex-start; margin-top: auto; }

/* La pochette (devant) */
.booster__wrap {
  position: absolute; z-index: 2; left: 0; right: 0; top: var(--peek);
  height: calc(100% - var(--peek));
  background: var(--color-obsidian)
    repeating-linear-gradient(115deg, transparent 0 22px, rgba(255, 255, 255, .035) 22px 24px);
  color: #fff;
  border-radius: 0 0 var(--radius-cards-lg) var(--radius-cards-lg);
  padding: 28px 22px 24px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform .65s var(--ease-out);
  will-change: transform;
}
/* Bord déchiré en dents de scie */
.booster__wrap::before {
  content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'><polygon points='0,12 8,0 16,12' fill='%23000'/></svg>") left bottom / 16px 12px repeat-x;
}
.booster__num {
  position: absolute; top: 8px; right: 16px;
  font-family: var(--font-display); font-size: 92px; line-height: 1;
  color: #fff; opacity: .1; pointer-events: none;
}
.booster__logos { display: flex; gap: 12px; margin-bottom: 6px; --logo-hole: #000; }
.blogo {
  width: 36px; height: 36px; padding: 7px; border-radius: 50%;
  background: var(--color-onyx); color: #fff;
  transition: transform .3s var(--ease-out), color .2s ease, background-color .2s ease;
}
.blogo:hover { transform: rotate(-10deg) scale(1.12); background: #fff; color: #000; --logo-hole: #fff; }
.blogo--google:hover { color: var(--brand-google); }
.blogo--instagram:hover { color: var(--brand-instagram); }
.blogo--facebook:hover { color: var(--brand-facebook); }
.blogo--youtube:hover { color: var(--brand-youtube); }
.blogo--tiktok:hover { background: var(--color-volt-pink); color: #fff; --logo-hole: #ff3d9e; }
.booster__title { font-family: var(--font-display); font-size: 28px; line-height: 1; text-transform: uppercase; letter-spacing: -0.01em; }
.booster__tagline { font-size: 18px; font-weight: 700; line-height: 1.3; }
.booster__desc { font-size: 15px; line-height: 1.55; color: var(--color-ash); }
.booster__open {
  margin-top: auto; align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; border: 1.5px solid var(--color-volt-pink); color: var(--color-volt-pink);
  border-radius: var(--radius-pills); padding: 9px 14px;
  font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.booster__open svg { width: 14px; height: 14px; transform: rotate(-90deg); animation: nudge 1.6s ease-in-out infinite; }
.booster__open:hover { background: var(--color-volt-pink); color: #fff; }
@keyframes nudge { 50% { transform: rotate(-90deg) translateX(3px); } }

/* Reflet holographique : balayage périodique sur la pochette… */
.booster__wrap::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, .13) 46%, rgba(255, 61, 158, .28) 50%, rgba(255, 255, 255, .13) 54%, transparent 62%);
  background-size: 260% 100%; background-position: 130% 0;
  animation: sheen 7s ease-in-out infinite;
}
.booster:nth-child(2) .booster__wrap::after { animation-delay: -1.8s; }
.booster:nth-child(3) .booster__wrap::after { animation-delay: -3.6s; }
.booster:nth-child(4) .booster__wrap::after { animation-delay: -5.4s; }
@keyframes sheen { 0% { background-position: 130% 0; } 28% { background-position: -30% 0; } 100% { background-position: -30% 0; } }
/* …et halo aux couleurs du hero qui suit la souris sur la carte ouverte */
.booster__card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .9), transparent 38%),
    conic-gradient(from 0deg at var(--mx, 50%) var(--my, 50%), #b9a7ff, #a9dcff, #ffb59b, #ffdb8f, #ff3d9e, #b9a7ff);
  mix-blend-mode: multiply; opacity: 0; transition: opacity .5s ease;
}
.booster:hover .booster__card::after,
.booster.is-open .booster__card::after { opacity: .22; }

/* Ouverture : la pochette glisse vers le bas, la carte se révèle */
.booster:hover .booster__wrap,
.booster:focus-within .booster__wrap,
.booster.is-open .booster__wrap { transform: translateY(calc(100% - var(--band))); }
.booster:hover .booster__card,
.booster:focus-within .booster__card,
.booster.is-open .booster__card { box-shadow: var(--shadow-subtle), var(--shadow-xl); }

.check-list { list-style: none; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 32px; font-size: 15px; line-height: 1.45; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--color-obsidian) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 11px no-repeat;
}

/* Item « en option » : marqueur creux + badge, pour le distinguer des éléments inclus */
.check-list__option { color: var(--color-charcoal); }
.check-list__option::before {
  background: var(--color-paper-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round'><line x1='12' y1='6' x2='12' y2='18'/><line x1='6' y1='12' x2='18' y2='12'/></svg>") center / 11px no-repeat;
  box-shadow: inset 0 0 0 1.5px var(--color-obsidian);
}
.option-badge {
  display: inline-block; vertical-align: 1px; margin-right: 8px;
  background: var(--color-mist); color: var(--color-obsidian);
  border-radius: var(--radius-pills); padding: 2px 8px;
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}

/* ---------- Méthode ---------- */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { border-top: 2px solid var(--color-obsidian); padding-top: 20px; transition: transform .25s var(--ease-out); }
.step:hover { transform: translateY(-6px); }
.step__num { display: block; font-family: var(--font-display); font-size: 44px; line-height: 1; margin-bottom: 20px; transition: color .2s ease; }
.step:hover .step__num { color: var(--color-volt-pink); }
.step h3 { font-size: 20px; font-weight: 800; margin-bottom: 10px; letter-spacing: -0.01em; }
.step p { font-size: 15px; line-height: 1.55; color: var(--color-charcoal); }

/* ---------- Studio : éventail de posts défilant ---------- */
.section--studio { overflow: hidden; }
.fan { padding: 28px 0 44px; }
.fan__group { padding-right: 24px; gap: 4px; }
.post {
  flex: 0 0 auto; width: 200px; aspect-ratio: 9 / 16;
  border-radius: var(--radius-images); padding: 16px;
  display: flex; flex-direction: column; justify-content: space-between;
  overflow: hidden; --logo-hole: #000;
  transition: transform .35s var(--ease-out), box-shadow .3s ease;
}
.post--black { background: var(--color-obsidian); color: #fff; }
.post--white { background: var(--color-paper-white); color: var(--color-obsidian); box-shadow: var(--shadow-subtle), var(--shadow-md); --logo-hole: #fff; }
.post--pink { background: var(--color-volt-pink); color: #fff; --logo-hole: #ff3d9e; }
.fan__group .post:nth-child(1) { transform: rotate(-7deg) translateY(14px); }
.fan__group .post:nth-child(2) { transform: rotate(4deg) translateY(-8px); }
.fan__group .post:nth-child(3) { transform: rotate(-3deg) translateY(10px); }
.fan__group .post:nth-child(4) { transform: rotate(5deg) translateY(-12px); }
.fan__group .post:nth-child(5) { transform: rotate(-5deg) translateY(6px); }
.fan__group .post:nth-child(6) { transform: rotate(6deg) translateY(-4px); }
.fan__group .post:nth-child(7) { transform: rotate(-6deg) translateY(12px); }
.fan__group .post:hover { transform: rotate(0) translateY(-14px) scale(1.06); z-index: 3; box-shadow: var(--shadow-xl); }
.post__top { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; opacity: .9; }
.post__logo { width: 18px; height: 18px; flex: 0 0 18px; }
.post__sp { margin-left: auto; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: .6; }
.post__body { display: flex; flex-direction: column; gap: 8px; }
.post__label { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; opacity: .6; }
.post__text { font-family: var(--font-display); font-size: 19px; line-height: 1.02; text-transform: uppercase; letter-spacing: -0.01em; }
.post__play { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: currentColor; margin-top: 6px; }
.post__play svg { width: 16px; height: 16px; color: var(--color-volt-pink); }
.post--white .post__play svg { color: #fff; }
.post--pink .post__play svg { color: var(--color-volt-pink); }
.post__stars { font-size: 18px; letter-spacing: 2px; }
.post__cta { display: inline-block; align-self: flex-start; margin-top: 4px; background: var(--color-obsidian); color: #fff; font-size: 11px; font-weight: 800; padding: 6px 10px; border-radius: 6px; }
.post__bottom { display: flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 700; opacity: .85; }
.post__bottom svg { width: 18px; height: 18px; }
.post__reply { width: 100%; border: 1.5px solid currentColor; border-radius: var(--radius-pills); padding: 7px 12px; font-size: 11px; font-weight: 700; text-align: center; opacity: .9; }
.post__url { opacity: .6; }

.studio__points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 24px; }
.studio__point { border-top: 1px solid var(--color-ash); padding-top: 20px; }
.studio__icon { width: 26px; height: 26px; margin-bottom: 14px; color: var(--color-obsidian); transition: color .2s ease, transform .3s var(--ease-out); }
.studio__point:hover .studio__icon { color: var(--color-volt-pink); transform: rotate(-10deg) scale(1.1); }
.studio__point h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.studio__point p { font-size: 15px; line-height: 1.55; color: var(--color-charcoal); }

/* ---------- Tarifs ---------- */
.pricing { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; align-items: start; }
.pricing__big { margin: 28px 0 8px; display: flex; flex-direction: column; line-height: 1; }
.pricing__from { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--color-charcoal); }
.pricing__amount {
  font-family: var(--font-display); font-size: clamp(64px, 9vw, 110px); line-height: .95; letter-spacing: -0.02em;
  color: var(--color-obsidian); margin: 6px 0;
}
.pricing__tiles { list-style: none; display: grid; gap: 14px; }
.tile {
  display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; align-items: start;
  background: var(--color-paper-white); border-radius: var(--radius-cards-lg);
  box-shadow: var(--shadow-subtle), var(--shadow-md); padding: 24px;
  transition: transform .25s var(--ease-out), box-shadow .25s ease;
}
.tile:hover { transform: translateX(6px); box-shadow: var(--shadow-subtle), var(--shadow-xl); }
.tile__num {
  grid-row: span 2; width: 52px; height: 52px; border-radius: 50%;
  background: var(--color-obsidian); color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 22px; transition: background-color .2s ease;
}
.tile:hover .tile__num { background: var(--color-volt-pink); }
.tile h3 { font-size: 19px; font-weight: 800; margin-bottom: 6px; }
.tile p { font-size: 15px; line-height: 1.6; color: var(--color-charcoal); }
.table-note { margin-top: 24px; font-size: 15px; line-height: 1.5; color: var(--color-charcoal); }
.table-note strong { color: var(--color-obsidian); }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; align-items: start; }
.faq .section__head { margin-bottom: 0; }
.faq__list details { border-top: 1px solid var(--color-ash); }
.faq__list details:last-child { border-bottom: 1px solid var(--color-ash); }
.faq__list summary {
  list-style: none; cursor: pointer; padding: 20px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: 17px; font-weight: 700; transition: padding-left .2s var(--ease-out);
}
.faq__list summary:hover { padding-left: 6px; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "+"; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%;
  background: var(--color-obsidian); color: #fff; display: grid; place-items: center;
  font-size: 18px; font-weight: 400; line-height: 1;
  transition: transform .25s var(--ease-out), background-color .2s ease;
}
.faq__list summary:hover::after { background: var(--color-volt-pink); }
.faq__list details[open] summary::after { transform: rotate(45deg); }
.faq__list details p { padding: 0 44px 20px 0; font-size: 15px; line-height: 1.6; color: var(--color-charcoal); }

/* ---------- Contact (Action) ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.contact .section__head { margin-bottom: 0; }
.reassure { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.reassure li {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--color-mist); border-radius: var(--radius-pills); padding: 8px 14px 8px 10px;
  font-size: 13px; font-weight: 800;
}
.reassure svg { width: 16px; height: 16px; color: var(--color-volt-pink); }
.contact__direct { margin-top: 28px; font-size: 15px; color: var(--color-charcoal); line-height: 1.6; }
.contact__email { color: var(--color-obsidian); font-weight: 800; font-size: 18px; text-decoration: none; border-bottom: 2px solid var(--color-volt-pink); }
.form-card { background: var(--color-obsidian); color: #fff; border-radius: var(--radius-images); padding: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--color-ash); }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--color-mist); color: var(--color-obsidian);
  border: 1px solid var(--color-charcoal); border-radius: var(--radius-inputs);
  padding: 12px 14px; font: 500 15px/1.4 var(--font-sans);
  appearance: none; -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 16px;
  padding-right: 40px;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input::placeholder, .field textarea::placeholder { color: #777; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--color-volt-pink); outline-offset: 0; border-color: transparent; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--color-volt-pink); }
.form-error { margin: -4px 0 12px; font-size: 14px; font-weight: 700; color: var(--color-volt-pink); }
.form-card__submit { width: 100%; }
.form-card__legal { margin-top: 14px; font-size: 12px; line-height: 1.5; color: var(--color-ash); }
.form-card__trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-card.is-sending .form-card__submit { opacity: .7; pointer-events: none; }
.form-error a { color: #fff; font-weight: 800; }
.form-card--success { align-items: flex-start; display: flex; flex-direction: column; gap: 16px; min-height: 320px; justify-content: center; }
.form-card--success .display { color: #fff; }
.form-card--success p { font-size: 16px; line-height: 1.6; color: var(--color-ash); max-width: 420px; }
.form-card__rocket { width: 44px; height: 44px; color: var(--color-volt-pink); animation: liftoff 1.2s var(--ease-out) both; }
@keyframes liftoff { from { transform: translate(-16px, 24px) rotate(-8deg); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- Footer ---------- */
.footer { background: var(--color-obsidian); color: #fff; padding: 56px 0 24px; }
.footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; align-items: flex-start; }
.footer__brand p { margin-top: 12px; font-size: 14px; color: var(--color-ash); }
.footer__logos { display: flex; gap: 14px; margin-top: 16px; --logo-hole: #000; }
.footer__logos svg { width: 18px; height: 18px; opacity: .6; transition: opacity .2s ease, transform .25s var(--ease-out); }
.footer__logos svg:hover { opacity: 1; transform: translateY(-2px); }
.footer__links, .footer__legal { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.footer__links a, .footer__legal a { color: #fff; text-decoration: none; font-size: 14px; opacity: .75; transition: opacity .15s ease; }
.footer__links a:hover, .footer__legal a:hover { opacity: 1; }
.footer__bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--color-onyx); font-size: 13px; color: var(--color-ash); }

/* ---------- Cookies ---------- */
.cookie {
  position: fixed; bottom: 16px; right: 16px; z-index: 60;
  width: 320px; max-width: calc(100vw - 32px);
  background: var(--color-obsidian); color: #fff;
  border-radius: var(--radius-cards); padding: 20px;
  box-shadow: var(--shadow-xl);
}
.cookie h2 { font-size: 16px; font-weight: 800; margin-bottom: 8px; }
.cookie p { font-size: 14px; line-height: 1.5; color: var(--color-ash); margin-bottom: 16px; }
.cookie__actions { display: flex; gap: 8px; }
.cookie__actions .btn { flex: 1; box-shadow: none; }

/* ---------- Apparition au scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal.is-visible[data-tilt] { transition: opacity .7s var(--ease-out), transform .18s ease, box-shadow .2s ease; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track, .sticker__ring, .hero__blob { animation: none; }
  .mark::before { animation: none; transform: rotate(-1.2deg) scaleX(1); }
  .post, .pain, .booster__wrap, .step, .tile, .btn, .brand, .logo-item { transition: none; }
  .booster__open svg { animation: none; }
  .booster__wrap::after, .proof__plane { animation: none; }
  .hero .w, .hero .pill, .hero__lede, .hero__actions, .hero__note, .sticker { opacity: 1; transform: none; animation: none; }
  .intro { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .dots { display: none; }
}

@media (max-width: 1100px) {
  .packs { grid-template-columns: 1fr; max-width: 640px; }
}

@media (max-width: 1024px) {
  .proof { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .pains { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .faq, .contact { grid-template-columns: 1fr; gap: 32px; }
  .studio__points { grid-template-columns: 1fr; gap: 16px; }
  .sticker { display: none; }
}

@media (max-width: 720px) {
  :root { --section-gap: 64px; --gutter: 20px; }
  .hero { padding-top: 120px; padding-bottom: 64px; min-height: auto; }
  .hero__inner { gap: 22px; }
  .hero__lede { font-size: 16px; }
  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; }
  .pill { font-size: 12px; text-align: left; }
  .marquee--logos .marquee__group { gap: 36px; padding-right: 36px; }
  .logo-item { font-size: 18px; }
  .logo-item svg { width: 22px; height: 22px; }
  .section__head { margin-bottom: 32px; }
  .statement { padding: 28px; }
  .proof__case, .proof__intl { padding: 26px 22px; }
  .hero__blob { animation: none; }
  .intro__brand { font-size: 20px; }
  .intro__skip { right: 14px; bottom: 14px; }
  .booster { --peek: 96px; }
  .booster__card { padding: 20px 20px 24px; min-height: 420px; }
  .booster__wrap { padding: 24px 20px 22px; }
  .booster__title { font-size: 28px; }
  .booster__num { font-size: 88px; }
  .booster__cta { align-self: stretch; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .post { width: 168px; padding: 14px; }
  .post__text { font-size: 16px; }
  .tile { grid-template-columns: 44px 1fr; column-gap: 14px; padding: 20px; }
  .tile__num { width: 44px; height: 44px; font-size: 18px; }
  .form-card { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__grid { flex-direction: column; }
  .cookie { left: 16px; right: 16px; width: auto; }
}
