/* ============================================================
   LES DEUX DOSSIERS MATERNELLE — autonomie.lesprepasdemathilde.com
   Même système que les autres landings LPDM (tokens, classes et
   composants de landing-rentree). Exécution douce : ombres tendres,
   bordures fines, jamais de contour noir.
   ============================================================ */

:root {
  --rose: #F4A5B8; --rose-deep: #E07A93; --rose-light: #FDF2F4;
  --coral: #FF7A59; --coral-deep: #ED5C3B;
  --mint: #7DD3B3; --mint-deep: #5BB594; --mint-light: #E8F7F0;
  --sky: #7AB8E0; --sky-deep: #5499C4; --sky-light: #E5F1F9;
  --lemon: #F5E07A; --lemon-deep: #C9B144; --lemon-light: #FBF5DA;
  --lavender: #C4A8E0; --lavender-deep: #9F7FC4; --lavender-light: #F1EAF8;
  --peach: #F5B895; --peach-deep: #D07E4E; --peach-light: #FCEDE2;

  /* Accent de cette landing : la terracotta des encadrés de code des dossiers */
  --accent: var(--peach-deep); --accent-deep: var(--peach-deep);
  --accent-soft: var(--peach); --accent-light: var(--peach-light);

  --bg: #FAFAF8; --surface: #FFFFFF; --ink: #2E2A27; --ink-2: #6D645E; --ink-3: #9E9690;
  --line: #EBE4DB; --line-soft: #F2EDE6;

  --display: "Fraunces", Georgia, serif;
  --body: "Manrope", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --r-sm: 12px; --r-md: 18px; --r-lg: 26px; --r-xl: 34px; --pill: 100px;
  --sh-1: 0 4px 20px -8px rgba(46,42,39,.10), 0 2px 6px -2px rgba(46,42,39,.05);
  --sh-2: 0 8px 32px -12px rgba(46,42,39,.14), 0 4px 12px -4px rgba(46,42,39,.07);
  --sh-3: 0 24px 60px -20px rgba(46,42,39,.20);

  --s2: 16px; --s3: 24px; --s4: 32px; --s5: 48px; --s6: 72px; --s7: 104px;
  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  font-family: var(--body); color: var(--ink); line-height: 1.7; font-size: 17px;
  background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(closest-side at 12% 8%, color-mix(in srgb, var(--accent-soft) 16%, transparent), transparent),
    radial-gradient(closest-side at 88% 20%, rgba(122,184,224,.10), transparent),
    radial-gradient(closest-side at 72% 92%, rgba(125,211,179,.09), transparent);
}
h1, h2, h3, blockquote { font-family: var(--display); font-weight: 600; line-height: 1.12; letter-spacing: -0.02em; color: var(--ink); text-wrap: balance; }
em { font-style: italic; color: var(--accent-deep); }
p { color: var(--ink-2); }
strong { color: var(--ink); font-weight: 700; }
a { color: var(--accent-deep); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--s3); }
.section { padding-block: var(--s6); position: relative; }
.center { text-align: center; }
.eyebrow { display: inline-block; font-weight: 800; font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--accent-deep); background: var(--accent-light); padding: 7px 16px; border-radius: var(--pill); }
.h-xl { font-size: clamp(38px, 8.5vw, 58px); font-weight: 600; line-height: 1.04; }
.h-lg { font-size: clamp(28px, 4.6vw, 46px); }
.lead { font-size: clamp(17px, 2.1vw, 20px); color: var(--ink-2); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--body); font-weight: 800; font-size: 17px; padding: 17px 32px; border: 0; border-radius: var(--pill); cursor: pointer; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; text-align: center; }
.btn--primary { background: linear-gradient(135deg, var(--accent-soft), var(--accent-deep)); color: #fff; box-shadow: 0 10px 30px -8px color-mix(in srgb, var(--accent-deep) 55%, transparent); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px -8px color-mix(in srgb, var(--accent-deep) 65%, transparent); }
.btn--dark { background: var(--ink); color: #fff; box-shadow: var(--sh-2); }
.btn--dark:hover { transform: translateY(-3px); }
.btn--ghost { background: var(--surface); color: var(--ink); border: 1.5px solid var(--line); box-shadow: var(--sh-1); }
.btn--ghost:hover { transform: translateY(-2px); box-shadow: var(--sh-2); }
.btn--lg { padding: 19px 34px; font-size: 18px; }
.btn--wide { width: 100%; white-space: normal; }
.btn .arw { transition: transform .15s ease; flex: 0 0 auto; }
.btn:hover .arw { transform: translateX(4px); }
.microtrust { font-size: 13.5px; color: var(--ink-3); margin-top: 14px; }

.scrollbar { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 70; background: linear-gradient(90deg, var(--peach), var(--accent-deep)); transition: width .1s linear; }
.announce { background: var(--ink); color: #fff; text-align: center; font-size: 13px; font-weight: 600; padding: 8px 14px; line-height: 1.45; }
@media (min-width: 560px) { .announce { font-size: 14px; padding: 10px 16px; } }
.announce b { color: var(--lemon); }

.nav { position: sticky; top: 0; z-index: 60; background: rgba(250,250,248,.9); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.nav.scrolled { border-color: var(--line-soft); box-shadow: var(--sh-1); }
.nav__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 12px; }
.nav__brand { font-family: var(--display); font-weight: 600; font-size: 16px; line-height: 1.15; }
.nav__brand span { display: none; font-family: var(--body); font-size: 11.5px; font-weight: 700; color: var(--ink-3); letter-spacing: .02em; }
.nav .btn { padding: 11px 18px; font-size: 14px; white-space: nowrap; }

/* ===================== HERO ===================== */
.hero { background: radial-gradient(115% 90% at 84% -8%, var(--lemon-light), transparent 55%), linear-gradient(168deg, #FFF9EF, var(--peach-light) 55%, var(--rose-light)); overflow: hidden; }
.hero__grid {
  display: grid; gap: 6px 52px; padding-block: var(--s6);
  grid-template-columns: 1fr; justify-items: center; text-align: center;
  grid-template-areas: "eyebrow" "title" "lead" "scene" "cta" "price" "feat";
}
.ha-eyebrow { grid-area: eyebrow; }
.ha-title { grid-area: title; margin-top: 12px; }
.ha-lead { grid-area: lead; }
.ha-scene { grid-area: scene; }
.ha-feat { grid-area: feat; }
.ha-cta { grid-area: cta; }
.ha-price { grid-area: price; }
.hero .h-xl em { display: inline-block; position: relative; }
.hero .h-xl em::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: -6px; height: 7px; border-radius: 7px; background: linear-gradient(90deg, var(--accent-soft), var(--accent-deep)); transform: scaleX(0); transform-origin: left; animation: drawLine .85s cubic-bezier(.2,.8,.2,1) .45s forwards; }
@keyframes drawLine { to { transform: scaleX(1); } }
.hero__lead { max-width: 35rem; margin: 18px auto 0; color: var(--ink); font-weight: 500; }
.hero__cta { display: flex; flex-direction: column; gap: 12px; margin: var(--s4) auto 0; width: 100%; max-width: 470px; }
.hero__price { font-family: var(--display); font-size: 1.05rem; color: var(--ink-2); margin-top: 18px; }
.hero__price .old { text-decoration: line-through; color: var(--ink-3); font-size: 1rem; }
.hero__price .new { color: var(--accent-deep); font-weight: 700; font-size: 1.6rem; }

/* Scène : les deux dossiers posés l'un sur l'autre */
.scene { position: relative; width: 100%; max-width: 400px; margin: 16px auto 4px; aspect-ratio: 1 / 1.02; }
.doc { position: absolute; width: 62%; aspect-ratio: 210/297; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 22px 40px -16px rgba(46,42,39,.40), 0 4px 12px -4px rgba(46,42,39,.18); transform: rotate(var(--rr, 0deg)); animation: docRise .8s cubic-bezier(.2,.85,.25,1.02) both; }
.doc img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.doc--back { --rr: -6deg; left: 0; top: 0; z-index: 1; animation-delay: .1s; }
.doc--front { --rr: 4deg; right: 0; bottom: 0; z-index: 2; animation-delay: .28s; }
@keyframes docRise { from { opacity: 0; transform: translateY(36px) scale(.9) rotate(var(--rr,0deg)); } to { opacity: 1; transform: translateY(0) scale(1) rotate(var(--rr,0deg)); } }
.doc__tag { position: absolute; top: 8px; left: 8px; z-index: 3; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--pill); padding: 4px 11px; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); box-shadow: var(--sh-1); }
.scene__badge { position: absolute; z-index: 4; left: 50%; top: 46%; transform: translate(-50%,-50%) rotate(-4deg); background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-2); padding: 11px 16px; text-align: center; animation: floaty 6s ease-in-out infinite; }
.scene__badge b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.15rem; color: var(--accent-deep); }
.scene__badge span { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }
@keyframes floaty { 0%,100% { transform: translate(-50%,-50%) rotate(-4deg) translateY(0); } 50% { transform: translate(-50%,-50%) rotate(-4deg) translateY(-9px); } }

.feat3 { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: var(--s3); width: 100%; max-width: 520px; }
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 13px 14px; font-size: 13.5px; font-weight: 700; color: var(--ink); text-align: left; display: flex; align-items: center; gap: 10px; line-height: 1.25; }
.feat__i { font-size: 20px; flex: 0 0 auto; }

/* ===================== Marquee ===================== */
.marquee { background: var(--surface); color: var(--ink); overflow: hidden; padding: 15px 0; border-block: 1px solid var(--line); }
.marquee__row { display: flex; width: max-content; animation: mq 30s linear infinite; }
.marquee__row > span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; }
.marquee em { font-family: var(--display); font-weight: 600; font-style: italic; font-size: 1.35rem; white-space: nowrap; color: var(--ink); }
.marquee .st { color: var(--accent-deep); font-style: normal; }
.marquee:hover .marquee__row { animation-play-state: paused; }
@keyframes mq { to { transform: translateX(-50%); } }

.reveal { opacity: 0; transform: translateY(34px) scale(.985); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.vis { opacity: 1; transform: none; }

/* ===================== Les 5 questions ===================== */
.pains { display: grid; gap: var(--s3); margin-top: var(--s5); }
.pain { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4) var(--s3); box-shadow: var(--sh-1); transition: transform .18s ease, box-shadow .18s ease; }
.pain:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.pain__i { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: var(--accent-light); font-size: 25px; }
.pain h3 { font-size: 1.22rem; margin-top: 13px; }
.pain p { font-size: 14.5px; margin-top: 7px; }
.flip { font-family: var(--display); font-size: 1.3rem; line-height: 1.4; margin-top: var(--s3); }

/* ===================== Les deux dossiers (sommaire) ===================== */
.pack2 { display: grid; gap: var(--s3); margin-top: var(--s5); }
.pk { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: var(--sh-1); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.pk:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.pk__media { aspect-ratio: 16/10; overflow: hidden; position: relative; background: var(--line-soft); }
.pk__media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.pk__b { padding: var(--s3); display: flex; flex-direction: column; flex: 1; }
.pk__b h3 { font-size: 1.45rem; }
.pk__b p { font-size: 15px; margin-top: 8px; flex: 1; }
.pk__tag { display: inline-block; align-self: flex-start; margin-bottom: 10px; font-size: 11.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--pill); }
.pk--inv .pk__tag { background: var(--peach-light); color: var(--peach-deep); }
.pk--aut .pk__tag { background: var(--mint-light); color: var(--mint-deep); }
.pk__go { margin-top: 16px; font-weight: 800; font-size: 15px; color: var(--accent-deep); }

/* ===================== Bandes de section ===================== */
.band--inv { background: linear-gradient(180deg, var(--peach-light), var(--bg)); }
.band--aut { background: linear-gradient(180deg, var(--mint-light), var(--bg)); }
.band--anat { background: linear-gradient(180deg, var(--sky-light), var(--bg)); }
.band--pillars { background: linear-gradient(180deg, var(--lavender-light), var(--bg)); }

.split { display: grid; gap: var(--s4); align-items: center; margin-top: var(--s4); }
.frame { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-2); background: #fff; position: relative; }
.frame img { width: 100%; height: auto; }
.frame--crop { aspect-ratio: 4/3; }
.frame--crop img { height: 100%; object-fit: cover; object-position: top center; }
.frame__zoom { position: absolute; right: 10px; bottom: 10px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--pill); padding: 6px 13px; font-size: 12px; font-weight: 800; color: var(--ink-2); box-shadow: var(--sh-1); pointer-events: none; }
.feats { list-style: none; display: grid; gap: 12px; margin-top: var(--s3); }
.feats li { display: flex; gap: 12px; font-size: 15.5px; }
.feats .ok { color: var(--mint-deep); font-weight: 900; flex: 0 0 auto; }

/* Les 4 axes du dossier invisibles */
.axes { display: grid; gap: 14px; margin-top: var(--s4); }
.axe { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--accent-soft); border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--sh-1); }
.axe__n { font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.axe h3 { font-size: 1.28rem; margin-top: 4px; }
.axe p { font-size: 14.5px; margin-top: 6px; }

/* Le tableau gestes vers codes, rejoué en HTML pour être lisible sur mobile */
.gcodes { display: grid; gap: 12px; margin-top: var(--s4); }
.gc { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 16px 18px; display: grid; gap: 10px; }
.gc__do { font-weight: 700; color: var(--ink); font-size: 15.5px; }
.gc__do::before { content: "« "; color: var(--ink-3); }
.gc__do::after { content: " »"; color: var(--ink-3); }
.gc__why { font-size: 14.5px; color: var(--ink-2); }
.gc__codes { display: flex; flex-wrap: wrap; gap: 7px; }
.code { font-family: var(--body); font-size: 11.5px; font-weight: 800; border-radius: var(--pill); padding: 5px 12px; letter-spacing: .02em; }
.code--cecp { background: var(--sky-light); color: var(--sky-deep); }
.code--segec { background: var(--lavender-light); color: var(--lavender-deep); }
.code--lpdm { background: var(--peach-light); color: var(--peach-deep); }
.gc__head { display: none; gap: 10px; font-size: 11.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); padding: 0 18px; }

/* ===================== Onglets domaines d'autonomie ===================== */
.niveaux { max-width: 47rem; margin: var(--s5) auto 0; }
.niveaux__bar { display: flex; flex-wrap: wrap; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 6px; box-shadow: var(--sh-1); }
.niveaux__btn { flex: 1 1 30%; font-family: var(--body); font-weight: 800; font-size: 13.5px; border: 0; background: none; color: var(--ink-2); padding: 11px 8px; border-radius: var(--pill); cursor: pointer; transition: background .2s, color .2s; }
.niveaux__btn.on { color: #fff; background: var(--mint-deep); }
.niveaux__panels { position: relative; margin-top: 18px; }
.nivpanel { display: none; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-2); padding: var(--s4) var(--s3); }
.nivpanel.on { display: block; animation: nivIn .4s cubic-bezier(.2,.8,.2,1); }
@keyframes nivIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.nivpanel__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nivpanel__badge { background: var(--mint-light); color: var(--mint-deep); font-weight: 800; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; border-radius: var(--pill); padding: 6px 14px; }
.nivpanel__head h3 { font-size: 1.45rem; }
.nivpanel > p { margin-top: 12px; font-size: 15.5px; }
.nivpanel__acts { list-style: none; display: grid; gap: 9px; margin-top: 16px; }
.nivpanel__acts li { background: var(--bg); border: 1px solid var(--line-soft); border-radius: var(--r-sm); padding: 11px 14px; font-size: 14.5px; color: var(--ink); display: flex; gap: 11px; align-items: baseline; }
.nivpanel__acts b { font-family: var(--body); font-weight: 800; font-size: 12.5px; color: var(--accent-deep); flex: 0 0 auto; letter-spacing: .03em; }
.nivpanel__ssfc { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.ssfc { font-size: 12px; font-weight: 800; border-radius: var(--pill); padding: 6px 13px; }
.ssfc--s { background: var(--sky-light); color: var(--sky-deep); }
.ssfc--sf { background: var(--lavender-light); color: var(--lavender-deep); }
.ssfc--c { background: var(--peach-light); color: var(--peach-deep); }

.bonus { margin-top: var(--s4); background: #fff; border: 1px dashed var(--accent-deep); border-radius: var(--r-lg); padding: var(--s4) var(--s3); max-width: 47rem; margin-inline: auto; text-align: center; box-shadow: var(--sh-1); }
.bonus .eyebrow { margin-bottom: 12px; }
.bonus h3 { font-size: 1.4rem; }
.bonus p { font-size: 15px; margin-top: 10px; }

/* ===================== Anatomie d'une fiche ===================== */
.anat { display: grid; gap: var(--s4); margin-top: var(--s5); align-items: start; }
.anat__doc { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-3); background: #fff; }
.anat__doc img { width: 100%; }
.anat__list { list-style: none; display: grid; gap: 12px; }
.anat__it { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 15px 17px; }
.anat__q { font-family: var(--display); font-weight: 600; font-size: 1.08rem; color: var(--ink); }
.anat__a { display: flex; gap: 10px; align-items: baseline; margin-top: 7px; font-size: 14.5px; color: var(--ink-2); }
.anat__a .arr { color: var(--accent-deep); font-weight: 900; flex: 0 0 auto; }
.anat__a b { color: var(--ink); font-weight: 700; }
.anat__more { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--s3); justify-content: center; }
.chip { background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 8px 15px; font-size: 13px; font-weight: 700; color: var(--ink-2); box-shadow: var(--sh-1); }

/* ===================== Les fondations ===================== */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: var(--s5); max-width: 47rem; margin-inline: auto; }
.pil { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-1); padding: 18px 14px; text-align: center; }
.pil__i { font-size: 27px; line-height: 1; }
.pil b { display: block; font-size: 14.5px; margin-top: 9px; color: var(--ink); }
.lifelines { max-width: 40rem; margin: var(--s5) auto 0; display: grid; gap: 10px; }
.lifelines li { list-style: none; text-align: left; font-family: var(--display); font-size: 1.15rem; color: var(--ink); padding-left: 26px; position: relative; line-height: 1.4; }
.lifelines li::before { content: "✓"; position: absolute; left: 0; color: var(--mint-deep); font-family: var(--body); font-weight: 900; }
.lifelines__end { margin-top: var(--s4); font-family: var(--display); font-size: 1.3rem; color: var(--ink); text-align: center; }

/* ===================== Bandeau valeur ===================== */
.value { background: linear-gradient(160deg, #322C28, #241F1C); color: #fff; }
.value h2, .value em { color: #fff; }
.value em { color: var(--peach); }
.value__grid { display: grid; gap: var(--s3); margin-top: var(--s4); }
.vcard { border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-md); padding: var(--s3); background: rgba(255,255,255,.03); }
.vcard .big { font-family: var(--display); font-size: 2.1rem; color: var(--peach); }
.vcard p { color: rgba(255,255,255,.72); font-size: 15px; margin-top: 6px; }

/* ===================== Mot de Mathilde ===================== */
.word { max-width: 42rem; margin-inline: auto; text-align: center; }
.word blockquote { font-size: clamp(1.25rem, 3vw, 1.7rem); font-style: italic; line-height: 1.4; margin-top: 16px; }
.word cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--body); font-weight: 800; font-size: 14px; color: var(--accent-deep); }

/* ===================== Offre ===================== */
.offer { background: linear-gradient(180deg, var(--accent-light), var(--bg)); }
.fmt { display: inline-flex; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--pill); padding: 6px; box-shadow: var(--sh-1); margin-top: var(--s4); }
.fmt__btn { font-family: var(--body); font-weight: 800; font-size: 14.5px; border: 0; background: none; color: var(--ink-2); padding: 10px 20px; border-radius: var(--pill); cursor: pointer; transition: background .2s, color .2s; }
.fmt__btn.on { color: #fff; background: var(--accent-deep); }
.fmt__note { font-size: 13px; color: var(--ink-3); margin-top: 10px; }

.plans { display: grid; gap: var(--s4) var(--s3); margin-top: var(--s5); align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: var(--s4) var(--s3); text-align: center; display: flex; flex-direction: column; box-shadow: var(--sh-1); position: relative; }
.plan--feat { border: 1.5px solid var(--accent-soft); box-shadow: var(--sh-3); }
.plan__rb { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--lemon), var(--peach)); color: var(--ink); font-weight: 800; font-size: 13px; padding: 7px 18px; border-radius: var(--pill); white-space: nowrap; box-shadow: var(--sh-1); }
.plan__lvl { font-size: 11.5px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); }
.plan__nm { font-family: var(--display); font-size: 1.35rem; margin-top: 4px; }
.plan__pr { margin: 12px 0 4px; }
.plan__pr .old { text-decoration: line-through; color: var(--ink-3); font-family: var(--display); font-size: 1.15rem; margin-right: 6px; }
.plan__pr .new { font-family: var(--display); font-weight: 700; font-size: 2.7rem; color: var(--ink); }
.plan__save { display: inline-block; background: var(--mint-light); color: var(--mint-deep); font-weight: 800; font-size: 13px; border-radius: var(--pill); padding: 5px 14px; }
.plan__ls { list-style: none; text-align: left; margin: 18px 0; display: grid; gap: 9px; }
.plan__ls li { display: flex; gap: 10px; font-size: 14.5px; }
.plan__ls .ok { color: var(--mint-deep); font-weight: 900; flex: 0 0 auto; }
.plan .btn { margin-top: auto; }
.plan__note { font-size: 12.5px; color: var(--ink-2); margin-top: 12px; }
.offer__legal { max-width: 40rem; margin: var(--s4) auto 0; text-align: center; font-size: 13.5px; color: var(--ink-3); }

/* ===================== FAQ ===================== */
.faq { max-width: 46rem; margin: var(--s4) auto 0; display: grid; gap: 12px; }
.faq__it { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-1); }
.faq__q { width: 100%; text-align: left; text-wrap: balance; background: none; border: 0; padding: 18px 20px; font-family: var(--body); font-weight: 700; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; gap: 14px; align-items: center; color: var(--ink); }
.faq__q .pl { color: var(--accent-deep); font-size: 24px; transition: transform .2s; flex: 0 0 auto; }
.faq__it.open .pl { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 20px 18px; font-size: 15px; }

/* ===================== Fin de page ===================== */
.final { background: linear-gradient(135deg, var(--peach-light), var(--lemon-light) 50%, var(--mint-light)); text-align: center; }
.foot { background: var(--ink); color: rgba(255,255,255,.6); padding-block: var(--s5); text-align: center; font-size: 13px; }
.foot a { color: rgba(255,255,255,.6); text-decoration: underline; }
.foot__l { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; margin-top: 10px; }

.sticky { position: fixed; inset-inline: 0; bottom: 0; z-index: 55; transform: translateY(130%); transition: transform .3s ease; padding: 10px var(--s3) calc(10px + env(safe-area-inset-bottom)); background: rgba(250,250,248,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
.sticky.show { transform: none; }

.lb { position: fixed; inset: 0; z-index: 100; background: rgba(46,42,39,.9); display: none; align-items: center; justify-content: center; padding: 20px; }
.lb.open { display: flex; }
.lb img { max-width: 94vw; max-height: 88vh; border-radius: var(--r-sm); box-shadow: var(--sh-3); }
.lb__x { position: absolute; top: 16px; right: 18px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: #fff; font-size: 22px; cursor: pointer; }

.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 80; max-width: 430px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--sh-2);
  padding: 18px 20px; transform: translateY(150%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.cookie-banner--visible { transform: none; }
.cookie-banner__title { font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.cookie-banner__desc { font-size: 13px; color: var(--ink-2); margin-top: 6px; line-height: 1.5; }
.cookie-banner__accept { margin-top: 14px; font-family: var(--body); font-weight: 800; font-size: 15px;
  background: var(--accent); color: #fff; border: 0; border-radius: var(--pill); padding: 11px 24px; cursor: pointer; }
.cookie-banner__refuse { display: block; margin-top: 10px; background: none; border: 0; color: var(--ink-3);
  font-size: 12.5px; text-decoration: underline; cursor: pointer; padding: 0; }

/* ===================== Responsive ===================== */
@media (min-width: 560px) {
  .cookie-banner { right: auto; }
  .nav__brand { font-size: 19px; }
  .nav__brand span { display: block; }
  .nav .btn { padding: 12px 22px; font-size: 15px; }
  .feat3 { grid-template-columns: repeat(3, 1fr); }
  .feat { font-size: 12.5px; }
  .gc { grid-template-columns: 1.1fr 1.2fr 1fr; align-items: start; gap: 18px; }
  .gc__head { display: grid; grid-template-columns: 1.1fr 1.2fr 1fr; gap: 18px; }
  .gc__codes { flex-direction: column; align-items: flex-start; }
}
@media (min-width: 800px) {
  .section { padding-block: var(--s7); }
  .pains { grid-template-columns: repeat(3, 1fr); }
  .pains .pain:nth-child(4) { grid-column: 1 / 2; }
  .pack2 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr 1fr; gap: var(--s5); }
  .axes { grid-template-columns: repeat(2, 1fr); }
  .anat { grid-template-columns: .95fr 1.05fr; gap: var(--s5); }
  .pillars { grid-template-columns: repeat(3, 1fr); }
  .niveaux__bar { flex-wrap: nowrap; border-radius: var(--pill); }
  .niveaux__btn { flex: 1 1 auto; font-size: 14.5px; white-space: nowrap; }
  .value__grid { grid-template-columns: repeat(3, 1fr); }
  .plans { grid-template-columns: repeat(3, 1fr); }
  .plan--feat { transform: scale(1.04); }
  .feat { font-size: 14px; padding: 15px 16px; }
  .sticky { display: none; }
}
@media (min-width: 860px) {
  .hero__grid {
    grid-template-columns: 1.02fr .98fr; column-gap: 56px; padding-block: var(--s5);
    justify-items: start; text-align: left; align-items: center;
    grid-template-areas:
      "eyebrow scene"
      "title   scene"
      "lead    scene"
      "cta     scene"
      "price   scene"
      "feat    scene";
  }
  .hero__cta { margin-top: var(--s3); }
  .hero .h-xl { font-size: clamp(44px, 4vw, 60px); }
  .hero__lead { margin-inline: 0; }
  .ha-scene { align-self: center; }
  .scene { margin: 0; max-width: 520px; }
  .feat3 { max-width: none; }
  .hero__cta { flex-direction: row; max-width: none; flex-wrap: wrap; }
  .hero__cta .btn { width: auto; }
  .hero__price { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .doc { opacity: 1; transform: rotate(var(--rr,0deg)); }
  .hero .h-xl em::after { transform: scaleX(1); }
}
