/* ============================================================
   Traço de Iara — Landing page V2 (révision « ça doit vendre »)
   - 0 italique. Distinction de voix par la POLICE (Playfair upright).
   - Beaucoup plus de gras + surligneur or sur les promesses.
   - Corps plus compact, contraste plus fort.
   ============================================================ */

:root {
  --bordeaux: #7A1F2B;
  --brique: #B8332E;
  --or: #C9A24A;
  --or-soft: #D9B968;
  --or-mark: rgba(201, 162, 74, 0.42);
  --creme: #F5E9D8;
  --creme-clair: #FAF7F2;
  --beige: #E8D5B5;
  --noir: #000000;
  --bordeaux-sombre: #5A1018;
  --gris-60: #000000;
  --gris-50: #000000;

  --serif-display: 'Montserrat', -apple-system, sans-serif;
  --serif-voice: 'Montserrat', -apple-system, sans-serif;
  --sans: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --cursive: 'Allura', cursive;

  --shadow-card: 0 4px 16px rgba(122, 31, 43, 0.10);
  --shadow-cta: 0 6px 16px rgba(122, 31, 43, 0.34);
  --shadow-cta-hover: 0 10px 26px rgba(122, 31, 43, 0.45);
  --shadow-topbar: 0 2px 8px rgba(0, 0, 0, 0.08);

  --maxw: 440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--creme);
  font-family: var(--sans);
  color: var(--noir);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; }

.app {
  max-width: var(--maxw);
  margin: 0 auto;
  background: var(--creme);
  position: relative;
  overflow-x: clip;
  box-shadow: 0 0 60px rgba(0,0,0,0.18);
}

/* ---------- Scroll progress bar ---------- */
.scroll-prog {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--or-soft), var(--or));
  z-index: 200;
  transition: width .08s linear;
  pointer-events: none;
}

/* ---------- Emphasis system (NO italics — weight + colour + marker) ---------- */
strong, b { font-weight: 800; }
/* legacy <em> → now heavy bordeaux, never italic */
em { font-style: normal; font-weight: 800; color: var(--bordeaux); }
.b-bordeaux { color: var(--bordeaux); font-weight: 800; }
.c-bordeaux { color: var(--bordeaux); font-weight: 700; }
.b-or { color: #9c7b22; font-weight: 800; }
.strong-white { color: #fff; font-weight: 800; }
.warn-finalized { color: #1A0F0F; font-style: italic; font-weight: 800; }
.italic-black { color: #1A0F0F; font-style: italic; }
.italic-black-strong { color: #1A0F0F; font-style: italic; font-weight: 800; }
.i-or, .i-or-b { font-style: normal; color: #9c7b22; font-weight: 800; }
.whisper, .term { font-style: normal; font-weight: 700; }
/* Highlighter marker for the punchiest selling phrases */
.mark {
  font-weight: 800;
  color: #1A0F0F;
  background: rgba(255, 214, 58, 0.85);
  padding: 2px 3px;
  border-radius: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.mark-b {
  font-weight: 800;
  color: var(--bordeaux);
  background: linear-gradient(transparent 56%, rgba(122,31,43,0.16) 56%);
  padding: 0 2px;
}
.pricing-strike {
  text-decoration: line-through;
  text-decoration-thickness: 0.08em;
  text-decoration-color: currentColor;
}
.bonus-offert {
  display: inline-flex;
  align-items: center;
  color: #2f7d54;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* ---------- Section scaffolding ---------- */
section { position: relative; }
.sec-pad { padding: 40px 22px; }
.sec-pad-lg { padding: 52px 22px; }
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #9c7b22;
  text-align: center;
  margin: 0 0 14px;
}
.h2 {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: -0.4px;
  color: var(--bordeaux);
  text-align: center;
  margin: 0;
  text-wrap: balance;
}
.sub {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gris-60);
  text-align: center;
  margin: 12px auto 0;
  max-width: 360px;
  text-wrap: pretty;
}

/* ---------- 1. Topbar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bordeaux);
  color: #fff;
  box-shadow: var(--shadow-topbar);
}
.topbar-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 16px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.topbar svg { flex: none; }
.topbar a { color: #fff; text-decoration: underline; text-underline-offset: 2px; font-weight: 700; }
.topbar .b-or { color: var(--or-soft); }
.topbar em { color: #fff; font-weight: 600; }

/* TYP topbar — styles réellement chargés par Astro (typ.html n'est pas servi). */
body.page-typ .topbar {
  min-height: auto;
  border-bottom: 1.5px solid #C9A24A;
}
body.page-typ .topbar-inner {
  max-width: 440px;
  margin: 0 auto;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}
body.page-typ .topbar-photo {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #C9A24A;
}
body.page-typ .topbar-id {
  display: flex;
  flex-direction: column;
  flex: none;
}
body.page-typ .topbar-id .tb-name {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.02;
  color: #D9B968;
  letter-spacing: 0.2px;
}
body.page-typ .topbar-pills {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 4px;
  margin-left: auto;
  text-align: right;
}
body.page-typ .topbar-pills .pill {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #FAF7F2;
  border: 1.3px solid #C9A24A;
  border-radius: 999px;
  padding: 3px 8px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  color: #2A1410;
}
body.page-typ .topbar-pills .pill .star {
  color: #C9A24A;
  font-size: 8px;
  line-height: 1;
}

/* ---------- 2. Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--creme);
}
.hero-img {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 100px), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 100px), transparent 100%);
  z-index: 0;
}
.hero-video {
  display: block;
}
.hero-grad-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 58%;
  z-index: 1;
  background: linear-gradient(to bottom,
    var(--creme) 0%,
    rgba(245,233,216,0.98) 16%,
    rgba(245,233,216,0.88) 32%,
    rgba(245,233,216,0.55) 50%,
    rgba(245,233,216,0) 100%);
  pointer-events: none;
}
.hero-grad-bot {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 48%;
  z-index: 1;
  background: linear-gradient(to top,
    var(--creme) 0%,
    rgba(245,233,216,0.94) 24%,
    rgba(245,233,216,0.55) 54%,
    rgba(245,233,216,0) 100%);
  pointer-events: none;
}
.hero-top {
  position: relative;
  z-index: 2;
  padding: 16px 0 0;
  text-align: center;
}
.wordmark {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 26px;
  color: #9c7b22;
  letter-spacing: 0.3px;
  margin: 0;
}
.hero-eyebrow {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9c7b22;
  margin: 4px 0 0;
}
.hero-h1 {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 25px;
  line-height: 1.22;
  letter-spacing: -0.4px;
  color: var(--bordeaux);
  margin: 20px auto 0;
  max-width: 95%;
  text-wrap: pretty;
}
.hero-h1 .visage {
  color: #9c7b22;
  font-weight: 800;
}
.hero-h1 .hero-black {
  color: #1A0F0F;
  font-style: normal;
  font-weight: 800;
}
.hero-h1 + .hero-sub { margin-top: 12px; }
.hero-sub {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 16px;
  line-height: 1.45;
  color: var(--noir);
  margin: 18px auto 0;
  max-width: 95%;
  text-wrap: pretty;
}
.hero-soft-bg {
  background: rgba(245, 233, 216, 0.42);
  padding: 2px 5px 3px;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-bot {
  position: relative;
  z-index: 2;
  margin-top: 140px;
  padding: 0 22px 26px;
  text-align: center;
}
.hero-microcopy {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  color: var(--gris-60);
  text-shadow: 0 1px 2px rgba(26, 15, 15, 0.18);
  margin: 12px auto 0;
  max-width: 95%;
}
.hero-trustpilot-stars {
  display: inline-block;
  width: auto;
  height: 18px;
  margin-left: 4px;
  vertical-align: -4px;
}
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--noir);
  font-weight: 700;
}
.trust-row .sep { color: var(--or); }
.trust-row .ti { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.trust-row svg { flex: none; }

/* ---------- Hero stats bar ---------- */
.hero-stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 330px;
  margin: 18px auto 0;
  background: rgba(255,255,255,0.55);
  border: 1px solid var(--or);
  border-radius: 14px;
  padding: 12px 8px;
  box-shadow: 0 4px 16px rgba(122,31,43,0.10);
}
.hero-stats .stat {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 0 6px;
}
.hero-stats .stat-num {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #9c7b22;
}
.hero-stats .stat-label {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--noir);
  text-align: center;
}
.hero-stats .stat-div {
  width: 1px;
  background: var(--or);
  opacity: 0.55;
  margin: 3px 0;
  flex: 0 0 auto;
}

/* ---------- CTA ---------- */
.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 88%;
  max-width: 360px;
  margin: 0 auto;
  min-height: 58px;
  padding: 18px 28px;
  background: var(--brique);
  color: #fff;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  box-shadow: var(--shadow-cta);
  transition: transform .2s ease, box-shadow .2s ease;
  line-height: 1.2;
}
.cta .arrow { transition: transform .2s ease; }
.hero .cta .arrow {
  display: inline-block;
  animation: heroCtaArrowNudge 1.25s ease-in-out infinite;
}
.cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-cta-hover); }
.cta:hover .arrow { transform: translateX(3px); }
.cta:active { transform: translateY(0); }
.cta.cta-sm { font-size: 15px; }
.cta.cta-final {
  width: 94%;
  font-size: 17px;
  min-height: 64px;
  transition: transform .35s cubic-bezier(.2,.8,.3,1), box-shadow .2s ease;
}
.cta.cta-final.in { transform: scale(1.05); }
.cta.cta-final.in:hover { transform: scale(1.05) translateY(-2px); }
@keyframes heroCtaArrowNudge {
  0%, 100% { translate: 0 0; }
  50% { translate: 4px 0; }
}

/* ---------- CTA flottant (zone de scroll) ---------- */
.float-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(120px);
  width: 100%;
  max-width: var(--maxw);
  z-index: 60;
  padding: 22px 16px calc(14px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, var(--creme) 58%, rgba(245, 233, 216, 0.92) 80%, rgba(245, 233, 216, 0) 100%);
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
  text-align: center;
}
.float-cta .cta {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
.float-cta-micro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  color: var(--bordeaux);
  opacity: 1;
  margin: 9px auto 0;
}
.float-cta-micro-label { opacity: 0.7; }
.float-cta-clock {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 12.5px;
  line-height: 1.2;
  color: #000;
  background: #F6C744;
  border-radius: 3px;
  padding: 0 5px;
  font-variant-numeric: tabular-nums;
}
/* Variante compacte du bouton checkout dans la barre flottante */
.float-cta .cta-final-checkout.cta-float {
  width: 100%;
  max-width: 360px;
  min-height: 56px;
  padding: 15px 24px;
}

/* ---------- 2b. Bande preuves sociales (single-row marquee) ---------- */
.couples {
  background: var(--creme);
  padding: 26px 0 28px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.couples-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  will-change: transform;
  animation: couplesScroll 60s linear infinite;
}
.couple-item { flex: none; }
.couple-item img {
  display: block;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(40,20,10,0.22);
}
.couple-item--portrait img {
  width: clamp(156px, 42vw, 188px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.couple-item--review img {
  width: clamp(188px, 53vw, 228px);
  height: auto;
  object-fit: contain;
  background: #fff;
}
@keyframes couplesScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .couples-track { animation: none; }
}

/* ---------- 3. Mini-lecture (voix d'Iara = Playfair upright) ---------- */
.lecture { position: relative; overflow: hidden; background: var(--creme); text-align: center; }
.lecture-bg {
  position: absolute;
  inset: -4% -3%;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 54% 70% at 50% 50%, transparent 40%, rgba(0,0,0,0.55) 64%, #000 90%);
          mask-image: radial-gradient(ellipse 54% 70% at 50% 50%, transparent 40%, rgba(0,0,0,0.55) 64%, #000 90%);
}
.lecture-bg img {
  position: absolute;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0.16;
  filter: grayscale(0.4) sepia(0.12) contrast(0.95);
  box-shadow: 0 10px 26px rgba(90,16,24,0.08);
}
.lecture-avatar {
  position: relative;
  z-index: 1;
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 22px;
  border: 1px solid var(--or);
  padding: 2px;
  background: var(--creme);
}
.lecture-blocks {
  position: relative;
  z-index: 1;
  max-width: 384px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lecture-block p {
  font-family: var(--serif-voice);
  font-weight: 600;
  font-size: 18.5px;
  line-height: 1.5;
  color: var(--noir);
  margin: 0 0 10px;
  text-wrap: pretty;
}
.lecture-block p:last-child { margin-bottom: 0; }
.lecture-block em {
  font-style: normal;
  font-weight: 700;
  color: var(--noir);
}
.lecture-block p.lead {
  font-size: 24px;
  font-weight: 700;
  color: var(--bordeaux);
}
.lecture-block strong,
.lecture-block .b-bordeaux,
.lecture-block .c-bordeaux {
  font-weight: 700;
  color: var(--bordeaux);
}
.lecture-prompt {
  font-family: var(--serif-voice);
  font-weight: 700;
  color: var(--bordeaux);
}
.lecture-instruction {
  display: block;
  font-family: var(--serif-voice);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  color: var(--bordeaux);
  text-align: center;
  margin: 12px auto;
}

/* ---------- 4. Mosaïque ---------- */
.mosaique { background: var(--bordeaux); }
.mosaique .eyebrow { color: var(--or-soft); }
.mosaique .h2 { color: var(--creme); }
.mosaique .sub { color: #fff; }
.mosaic-head { margin-bottom: 24px; }
.mq {
  margin: 0 -22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.mq-row { overflow: hidden; }
.mq-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: mqScroll 46s linear infinite;
}
.mq-row--1 .mq-track { margin-left: -72px; }
.mq-row--2 .mq-track { animation-duration: 52s; }
.mq-item { flex: none; width: 132px; margin-right: 12px; }
.mq-item img {
  display: block;
  width: 132px;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.32);
}
@keyframes mqScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .mq-track { animation: none; }
}
.mosaic-closing {
  font-family: var(--serif-voice);
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 26px auto 0;
  max-width: 330px;
  line-height: 1.5;
}
.mosaique .b-or { color: var(--or-soft); }

/* ---------- 5. Story (magazine) ---------- */
.story { background: var(--creme); }
.story-wrap { max-width: 400px; margin: 0 auto; }
.story-head { text-align: center; margin-bottom: 22px; }
.story-head .h2 { text-align: center; }
.story p {
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--noir);
  margin: 0 0 16px;
  text-wrap: pretty;
}
.story p strong, .story p .b-bordeaux { font-weight: 800; }
.story p.tight { margin-bottom: 10px; }

.story .story-body-1::first-letter {
  font-family: var(--serif-display);
  font-size: 58px;
  line-height: 0.86;
  color: var(--bordeaux);
  float: left;
  margin: 6px 8px 0 0;
  font-weight: 800;
}

.story-num {
  color: #9c7b22;
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 20px;
}

/* Pull-quotes (Playfair upright, no italic) */
p.story-pullquote {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: var(--bordeaux);
  text-align: center;
  margin: 28px auto 18px;
  max-width: 340px;
  padding: 0 12px;
  position: relative;
  clear: both;
  text-wrap: balance;
}
.story-pullquote::before,
p.story-pullquote::after {
  content: "";
  display: block;
  width: 40px; height: 2px;
  background: var(--or);
  margin: 14px auto;
}

.story-photo-float {
  width: 30%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  margin-bottom: 14px;
}
.story-photo-float.left {
  float: left;
  margin: 4px 18px 14px 0;
  shape-outside: inset(0 round 6px);
}
.story-photo-float.right {
  float: right;
  margin: 4px 0 14px 18px;
  shape-outside: inset(0 round 6px);
}
.story-clearfix::after { content: ""; display: block; clear: both; }

.quote-block {
  text-align: center;
  margin: 26px auto;
  max-width: 340px;
  clear: both;
}
.quote-block .rule {
  width: 60px; height: 2px;
  background: var(--bordeaux);
  margin: 0 auto;
}
.quote-block blockquote {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.34;
  color: #9c7b22;
  margin: 18px 0;
  text-wrap: balance;
}
.quote-block.small blockquote { font-size: 21px; color: var(--bordeaux); }
.quote-block cite {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #9c7b22;
}
.story-signature {
  font-family: var(--cursive);
  font-size: 62px;
  line-height: 1;
  color: #9c7b22;
  text-align: right;
  margin: 8px 0 0;
  clear: both;
}

/* ---------- 6. Teaser quiz ---------- */
/* ---------- 6. Témoignages WhatsApp (coverflow) ---------- */
.wa-sec { background: var(--creme-clair); overflow: hidden; }
.wa-head { text-align: center; max-width: 460px; margin: 0 auto 40px; }
.wa-h2 {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 27px;
  line-height: 1.18;
  color: var(--bordeaux);
  margin: 0 0 10px;
  text-wrap: balance;
}
.wa-sub {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gris-60);
  margin: 0;
}

.wa-flow {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wa-stage {
  position: relative;
  width: 100%;
}
.wa-spacer {
  width: 92%;
  aspect-ratio: 1506 / 2677;
  margin: 0 auto;
  visibility: hidden;
  pointer-events: none;
}
.wa-card {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 92%;
  aspect-ratio: 1506 / 2677;
  border-radius: 16px;
  overflow: hidden;
  background: #ECE5DD;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.22,0.61,0.36,1), opacity 0.5s ease, filter 0.5s ease;
  will-change: transform, opacity;
}
.wa-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  -webkit-user-drag: none;
}
.wa-card.is-center {
  transform: translate(-50%, -50%) scale(1);
  z-index: 3;
  opacity: 1;
  filter: none;
  cursor: default;
  box-shadow: 0 24px 54px rgba(40,20,10,0.30);
}
.wa-card.is-right {
  transform: translate(34%, -50%) scale(0.74);
  z-index: 2;
  opacity: 0.9;
  filter: saturate(0.92);
  box-shadow: 0 18px 40px rgba(40,20,10,0.26);
}
.wa-card.is-left {
  transform: translate(-134%, -50%) scale(0.74);
  z-index: 2;
  opacity: 0.9;
  filter: saturate(0.92);
  box-shadow: 0 18px 40px rgba(40,20,10,0.26);
}
.wa-card.is-hidden {
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.wa-arrow {
  position: relative;
  z-index: 5;
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--or-soft);
  background: var(--creme-clair);
  color: var(--bordeaux);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(40,20,10,0.16);
  transition: background 0.2s ease, transform 0.2s ease;
}
.wa-arrow:hover { background: #fff; transform: scale(1.06); }
.wa-arrow:active { transform: scale(0.96); }
.wa-arrow--left { margin-right: -14px; }
.wa-arrow--right { margin-left: -14px; }

.wa-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}
.wa-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(122,31,43,0.25);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.wa-dot.is-on { background: var(--bordeaux); transform: scale(1.25); }

.social-proof-wall {
  max-width: 378px;
  margin: 0 auto;
  padding: 8px 0 4px;
}
.social-proof-shot {
  position: relative;
  width: 92%;
  margin: 0;
}
.social-proof-shot + .social-proof-shot {
  margin-top: -16px;
}
.social-proof-shot--left {
  margin-right: auto;
  transform: rotate(-1.4deg);
}
.social-proof-shot--right {
  margin-left: auto;
  transform: rotate(1.25deg);
}
.social-proof-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(40,20,10,0.18);
}
.social-proof-wall--wa {
  max-width: 372px;
}
.social-proof-wall--wa .social-proof-shot {
  width: 94%;
}
.social-proof-wall--trustpilot {
  margin-top: -2px;
  max-width: 352px;
}
.social-proof-wall--trustpilot .social-proof-shot {
  width: 94%;
}
.social-proof-wall--trustpilot .social-proof-shot + .social-proof-shot {
  margin-top: -14px;
}
.social-proof-wall--checkout {
  max-width: 382px;
  padding-top: 0;
}
.social-proof-wall--checkout .social-proof-shot {
  width: 91%;
}
.social-proof-wall--checkout .social-proof-shot + .social-proof-shot {
  margin-top: -12px;
}
@media (max-width: 360px) {
  .social-proof-shot,
  .social-proof-wall--wa .social-proof-shot,
  .social-proof-wall--trustpilot .social-proof-shot,
  .social-proof-wall--checkout .social-proof-shot {
    width: 94%;
  }
  .social-proof-shot + .social-proof-shot {
    margin-top: -10px;
  }
}

/* ---------- 7. Méthode ---------- */
.methode { background: var(--creme); }
.methode-head { margin-bottom: 24px; }
.methode-cards {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.m-card {
  background: var(--beige);
  border-radius: 12px;
  padding: 22px 22px 28px;
  box-shadow: var(--shadow-card);
}
.m-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.m-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--or);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 30px;
  color: var(--bordeaux);
  margin: -50px auto 16px;
  position: relative;
  z-index: 1;
  border: 3px solid var(--creme);
  box-shadow: 0 4px 14px rgba(201,162,74,0.45);
}
.m-title {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 21px;
  line-height: 1.22;
  color: var(--bordeaux);
  text-align: center;
  margin: 0 0 12px;
  text-wrap: balance;
}
.m-card h3 + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(201,162,74,0.35);
}
.m-body {
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.58;
  color: var(--noir);
  text-align: center;
  margin: 0;
  text-wrap: pretty;
}
.methode-closing {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--bordeaux);
  text-align: center;
  margin: 24px auto 0;
  max-width: 330px;
}

/* ---------- 8. Témoignages — style Trustpilot ---------- */
.avis { background: var(--creme-clair); }

.tp-head {
  max-width: 460px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tp-logo-lg { width: 172px; height: auto; }
.tp-stars-lg { width: 210px; height: auto; margin-top: 12px; }
.tp-count {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 17px;
  color: var(--noir);
  margin: 15px 0 0;
}
.tp-count .tp-count-num { color: #00b67a; text-decoration: underline; text-underline-offset: 2px; }

.tp-list {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.tp-review {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(0,0,0,0.09);
}
.tp-review:first-child { border-top: none; padding-top: 0; }
.tp-avatar {
  width: 52px; height: 52px;
  flex: none;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 20%;
}
.tp-content { flex: 1 1 auto; min-width: 0; }
.tp-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 9px;
}
.tp-stars-sm { width: 100px; height: auto; flex: none; }
.tp-name {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 15px;
  color: var(--noir);
}
.tp-posted {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  color: #9aa0a6;
  white-space: nowrap;
}
.tp-posted img { width: 72px; height: auto; }
.tp-quote {
  font-family: var(--sans);
  font-style: italic;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.62;
  color: #2c2622;
  margin: 0;
  white-space: pre-line;
  text-wrap: pretty;
}
.tp-quote::before { content: "\201C"; }
.tp-quote::after { content: "\201D"; }
.tp-purchase-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11.5px;
  color: #1F7A4D;
  margin: 8px 0 0;
}
.tp-purchase-badge svg {
  width: 14px;
  height: 14px;
  flex: none;
}

/* ---------- 9 + 10. Avertissement (note intime signée) ---------- */
.warn-box {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  background:
    radial-gradient(130% 90% at 50% -10%, rgba(201,162,74,0.13), transparent 58%),
    var(--bordeaux-sombre);
  border: 1px solid rgba(201,162,74,0.42);
  border-radius: 3px;
  padding: 42px 36px 34px;
  box-shadow: 0 26px 60px rgba(40,8,12,0.42);
}
.warn-box::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201,162,74,0.22);
  border-radius: 1px;
  pointer-events: none;
}
.warn-emblem {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
}
.warn-eyebrow {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  margin: 0 0 22px;
}
.warn-eyebrow::after {
  content: none;
}
.warn-lead {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.42;
  color: #fff;
  margin: 0 0 16px;
  text-wrap: pretty;
}
.warn-body {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 15px;
  line-height: 1.72;
  color: #fff;
  margin: 0;
  text-wrap: pretty;
}
.warn-rule {
  width: 38px;
  height: 1px;
  border: 0;
  background: rgba(201,162,74,0.6);
  margin: 24px 0;
}
.warn-prog {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 26px 0 12px;
}
.wp-frame {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 5px;
  background: var(--creme-clair);
  border-radius: 2px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.32);
}
.wp-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 1px;
  filter: sepia(0.12);
}
.wp-arrow {
  flex: none;
  width: 26px;
  height: 14px;
  opacity: 0.9;
}
.warn-prog-cap {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
  color: var(--or-soft);
  margin: 0;
}
.warn-close {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  text-wrap: pretty;
}
.warn-close strong { color: var(--or-soft); font-weight: 800; }
.warn-sign {
  font-family: var(--cursive);
  font-size: 46px;
  line-height: 1;
  color: var(--or-soft);
  text-align: right;
  margin: 14px 0 0;
}

/* ---------- 11. FAQ ---------- */
.faq { background: var(--creme); }
.faq-head { margin-bottom: 24px; }
.faq-list {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: var(--creme-clair);
  border: 1px solid var(--or);
  border-radius: 8px;
  overflow: hidden;
  transition: background .2s ease;
}
.faq-item[open] { background: var(--beige); }
.faq-q {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 22px;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 15.5px;
  line-height: 1.32;
  color: var(--noir);
  cursor: pointer;
  text-wrap: pretty;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-chevron {
  flex: none;
  color: var(--or);
  transition: transform .2s ease;
}
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-a {
  padding: 0 22px 18px;
  font-family: var(--sans);
  font-size: 14.5px;
  line-height: 1.58;
  color: var(--noir);
  text-wrap: pretty;
}
.faq-a p { margin: 0; }

/* ---------- 12. CTA final ---------- */
.final { background: var(--creme); text-align: center; }
.final-wrap { max-width: 400px; margin: 0 auto; }
.final-photo {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto 24px;
  box-shadow: var(--shadow-card);
}
.final .h2 { margin-bottom: 16px; font-size: 31px; }
.final-body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--noir);
  margin: 0 0 22px;
  text-wrap: pretty;
}
.final-seal-box {
  background: var(--beige);
  border-radius: 16px;
  padding: 26px 22px;
  margin: 30px -22px;
  box-shadow: var(--shadow-card);
}
.final-tagline {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  color: var(--bordeaux);
  margin: 14px auto 0;
  max-width: 320px;
  text-wrap: pretty;
}
.final-whisper {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: var(--noir);
  margin: 26px auto 20px;
  max-width: 320px;
  text-wrap: pretty;
}
.final-micro {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  color: var(--gris-60);
  margin: 12px 0 0;
}

/* ---------- Wax seal ---------- */
.seal-wrap { margin: 26px auto 8px; display: flex; justify-content: center; }
.seal {
  position: relative;
  width: 140px; height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(0 8px 16px rgba(90,16,24,0.45));
}
.seal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 38% 32%, #9a3340 0%, #7A1F2B 46%, #5A1018 100%);
  clip-path: polygon(
    50% 0%, 63% 7%, 76% 4%, 82% 17%, 95% 22%, 92% 36%,
    100% 47%, 92% 60%, 96% 74%, 82% 79%, 78% 93%, 63% 91%,
    50% 100%, 37% 91%, 22% 93%, 18% 79%, 4% 74%, 8% 60%,
    0% 47%, 8% 36%, 5% 22%, 18% 17%, 24% 4%, 37% 7%);
}
.seal-inner {
  position: relative;
  z-index: 1;
  width: 104px; height: 104px;
  border: 2px solid var(--or);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.seal-inner .gj {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.25;
}
.seal-inner .gj-num { font-size: 16px; color: var(--or-soft); }
.seal-inner .gj-sig {
  font-family: var(--cursive);
  font-size: 32px;
  color: var(--or-soft);
  line-height: 1;
  margin-top: 1px;
  text-transform: none;
}

/* ---------- 13. Footer ---------- */
.email-section-head {
  max-width: 400px;
  margin: 0 auto 22px;
  text-align: center;
}
body.page-email-lp .email-hero {
  min-height: clamp(560px, 82vh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #2a1410;
}
body.page-email-lp .email-hero .hero-top {
  padding: 24px 22px 0;
}
.email-offer-box {
  max-width: 400px;
  margin: 0 auto;
  background: var(--beige);
  border: 1px solid rgba(201,162,74,0.55);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--shadow-card);
}
.email-offer-row,
.email-offer-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(122,31,43,0.12);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.4;
  color: var(--noir);
}
.email-offer-row strong {
  color: var(--bordeaux);
  white-space: nowrap;
}
.email-offer-total {
  border-bottom: 0;
  align-items: center;
  font-weight: 800;
  color: var(--bordeaux);
}
.email-offer-total .pricing-strike,
.email-pack-price .pricing-strike {
  color: rgba(42,20,16,0.48);
  text-decoration-thickness: 2px;
}
.email-offer-total .pricing-now {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  color: var(--bordeaux);
}
.email-saving {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(201,162,74,0.18);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  color: var(--bordeaux);
}
.email-reminder {
  background: var(--creme-clair);
}
.email-reminder-final {
  background: var(--creme);
}
.email-reminder-box {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: var(--beige);
  border: 1px solid rgba(201,162,74,0.52);
  border-radius: 8px;
  padding: 24px 18px;
  box-shadow: var(--shadow-card);
}
.email-reminder-kicker {
  margin: 0 0 10px;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--or);
}
.email-reminder-price {
  margin: 16px 0 20px;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 20px;
  color: var(--bordeaux);
}
.email-checkout-hero {
  background: var(--creme);
  text-align: center;
}
.email-checkout-section {
  max-width: 430px;
  margin: 0 auto;
  padding: 22px 18px;
}
.email-gifts {
  background: var(--creme-clair);
}
.email-gifts .v2-step-title {
  margin: 8px auto 16px;
  text-align: center;
}
.email-gifts-grid {
  margin-top: 16px;
}
.email-gift-card {
  cursor: default;
}
.email-gift-price {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--gris-60);
}
.email-gift-price span {
  text-decoration: line-through;
}
.email-gift-price strong {
  color: #1a7f48;
  font-weight: 900;
}
.email-gifts-total {
  margin: 14px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: var(--bordeaux);
}
.email-input-box {
  background: var(--beige);
  border-top: 1px solid rgba(201,162,74,0.35);
  border-bottom: 1px solid rgba(201,162,74,0.35);
}
.email-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  border: 1.5px solid rgba(122,31,43,0.35);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--noir);
}
.email-input:focus {
  outline: 3px solid rgba(201,162,74,0.28);
  border-color: var(--or);
}
.email-input-help {
  margin: 9px 0 0;
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--gris-60);
}
.email-packs {
  background: var(--creme);
}
.email-pack-card {
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid rgba(122,31,43,0.14);
  border-radius: 8px;
  padding: 20px 17px;
  background: var(--creme-clair);
  box-shadow: 0 12px 28px rgba(40,20,10,0.10);
}
.email-pack-card + .email-pack-card {
  margin-top: 18px;
}
.email-pack-card-main {
  border: 2px solid var(--or);
  background: #fffdf8;
}
.email-pack-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--bordeaux);
  color: #fff;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.03em;
}
.email-pack-title {
  margin: 0;
  font-family: var(--serif-display);
  font-weight: 900;
  font-size: 25px;
  line-height: 1.16;
  color: var(--bordeaux);
  text-wrap: balance;
}
.email-pack-sub {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.45;
  color: var(--gris-60);
}
.email-pack-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
  font-family: var(--sans);
}
.email-pack-price .pricing-now {
  font-size: 31px;
  font-weight: 900;
  color: var(--bordeaux);
}
.email-pack-price .pct {
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(201,162,74,0.18);
  color: var(--bordeaux);
  font-weight: 900;
  font-size: 12px;
}
.email-pack-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.42;
  color: var(--noir);
}
.email-pack-list li {
  position: relative;
  padding-left: 24px;
}
.email-pack-list .is-included::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1a7f48;
  font-weight: 900;
}
.email-pack-list .is-limited::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: var(--bordeaux);
  font-weight: 900;
}
.email-pack-risk {
  margin: -4px 0 16px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  color: var(--bordeaux);
}
.email-pack-cta[disabled],
.email-pack-link[disabled] {
  opacity: 0.58;
  cursor: not-allowed;
}
.email-pack-link {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 4px 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
  color: var(--bordeaux);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.email-or {
  max-width: 400px;
  margin: 18px auto;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 12px;
  color: var(--gris-60);
}
.email-or::before,
.email-or::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(122,31,43,0.18);
}
.email-secure {
  max-width: 400px;
  margin: 20px auto 0;
}
.email-back-link {
  display: block;
  max-width: 400px;
  margin: 18px auto 0;
  text-align: center;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--gris-60);
}
.email-input-error {
  min-height: 18px;
  margin: 7px 0 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  color: #B8332E;
}
.email-input[aria-invalid="true"] {
  border-color: #B8332E;
  box-shadow: 0 0 0 3px rgba(184,51,46,0.12);
}
.email-payment-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 12px max(18px, env(safe-area-inset-bottom));
  background: rgba(26,15,15,0.58);
}
.email-payment-modal {
  width: min(100%, 414px);
  max-height: calc(100vh - 28px);
  overflow: auto;
  border: 1px solid rgba(122,31,43,0.14);
  border-radius: 8px 8px 0 0;
  background: #FAF7F2;
  padding: 18px 16px 16px;
  box-shadow: 0 -18px 50px rgba(26,15,15,0.28);
}
.email-payment-close {
  float: right;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(122,31,43,0.16);
  border-radius: 50%;
  background: #fff;
  color: var(--bordeaux);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.email-payment-title {
  margin: 4px 42px 6px 0;
  font-family: var(--serif-display);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--bordeaux);
}
.email-payment-pack {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--gris-60);
}
.email-payment-element {
  min-height: 226px;
}
.email-payment-submit {
  width: 100%;
  margin: 14px 0 6px;
  border: 0;
  border-radius: 8px;
  background: var(--bordeaux);
  color: #F5E9D8;
  padding: 15px 16px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  box-shadow: 0 7px 20px rgba(122,31,43,0.24);
}
.email-payment-submit:disabled {
  opacity: 0.62;
  cursor: wait;
}
.email-payment-status {
  min-height: 18px;
  margin: 10px 0 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--bordeaux);
  text-align: center;
}
.email-payment-legal {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(26,15,15,0.62);
  text-align: center;
}
.email-payment-confirmed-fallback {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 9999;
  max-width: 390px;
  margin: 0 auto;
  border: 1px solid rgba(122,31,43,0.18);
  border-radius: 8px;
  background: #FAF7F2;
  padding: 14px 16px;
  box-shadow: 0 16px 36px rgba(26,15,15,0.24);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--bordeaux);
  text-align: center;
}
.email-payment-confirmed-fallback .email-payment-continue {
  display: block;
  width: 100%;
  margin: 10px auto 0;
  border: 0;
  border-radius: 8px;
  background: var(--bordeaux);
  color: #fff;
  padding: 10px 12px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
}
.email-payment-confirmed-fallback .email-payment-continue:disabled {
  cursor: wait;
  opacity: .72;
}

.footer {
  background: var(--bordeaux-sombre);
  color: #fff;
  padding: 44px 24px;
  text-align: center;
}
.footer-wrap {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer em { color: inherit; font-weight: 600; font-style: normal; }
.footer-logo {
  font-family: var(--serif-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--or-soft);
  margin: 0;
}
.footer-tagline {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13.5px;
  color: rgba(255,255,255,0.92);
  margin: 6px 0 0;
}
.footer-addr {
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}
.footer-contact {
  font-family: var(--sans);
  font-size: 13px;
  color: #fff;
}
.footer-contact a { color: var(--or-soft); text-decoration: none; font-weight: 600; }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.82);
}
.footer-legal a { text-decoration: none; transition: color .15s ease; }
.footer-legal a:hover { color: var(--or-soft); text-decoration: underline; }
.footer-disclaimer {
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  max-width: 360px;
  margin: 0 auto;
}
.footer-copy {
  font-size: 11px;
  color: rgba(255,255,255,0.72);
}
.footer-divider {
  width: 40px; height: 1px;
  background: rgba(201,162,74,0.4);
  margin: 4px auto;
  border: none;
}

/* ---------- Scroll fade-in ---------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .cta { transition: none; }
}

/* ============================================================
   Story V2 — « Avant toi » (article continu, photos 30%)
   Namespacé sous .story-v2 — n'affecte rien d'autre.
   ============================================================ */
.story-v2 {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 44px 24px 52px;
}
.story-v2 .sv-eyebrow {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 12px;
}
.story-v2 .sv-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--bordeaux);
  margin: 0 0 24px;
  text-wrap: balance;
}
.story-v2 p {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15.5px;
  line-height: 1.7;
  color: #000;
  margin: 0 0 18px;
  text-wrap: pretty;
}
.story-v2 p em { font-style: normal; }
.story-v2 .sv-key {
  font-weight: 700;
  font-size: 17.5px;
  color: var(--bordeaux);
}
.story-v2 .sv-diva {
  font-style: normal;
  font-weight: 600;
  color: var(--noir);
}
.story-v2 .sv-diva .sv-src {
  font-style: normal;
  font-weight: 700;
  color: var(--gris-60);
}
.story-v2 .sv-beat { overflow: hidden; }
.story-v2 .sv-beat img {
  width: 30%;
  height: auto;
  display: block;
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(122, 31, 43, 0.16);
}
.story-v2 .sv-beat img.sv-left {
  float: left;
  margin: 4px 18px 8px 0;
  shape-outside: inset(0 round 3px);
}
.story-v2 .sv-beat img.sv-right {
  float: right;
  margin: 4px 0 8px 18px;
  shape-outside: inset(0 round 3px);
}
.story-v2 .sv-sign {
  font-family: 'Mr Dafoe', cursive;
  font-weight: 400;
  font-size: 58px;
  line-height: 0.9;
  color: var(--bordeaux);
  margin: 18px 0 0;
  transform: rotate(-5deg);
  transform-origin: left center;
}

/* ============================================================
   Email flow design v4 - scoped pages only
   ============================================================ */
body.page-email-lp .bold,
body.page-email-checkout .bold { font-weight: 800; }
body.page-email-lp .strike,
body.page-email-checkout .strike { text-decoration: line-through; text-decoration-thickness: 0.08em; }

body.page-email-lp .email-hero {
  background: var(--creme);
}
body.page-email-lp .email-hero .hero-img,
body.page-email-lp .email-hero .hero-video {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 100px), transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 100px), transparent 100%);
}
body.page-email-lp .email-hero .hero-top {
  padding: clamp(18px, 5.4vw, 24px) clamp(8px, 2.6vw, 16px) 0;
}
body.page-email-lp .email-hero .hero-eyebrow {
  font-size: clamp(10px, 2.8vw, 11px);
  margin: 8px 0 0;
}
body.page-email-lp .email-hero .hero-h1 {
  font-size: clamp(22.5px, 6.4vw, 25px);
  margin-top: 14px;
  max-width: 98%;
}
body.page-email-lp .email-hero .hero-h1 + .hero-sub {
  margin-top: 12px;
}
body.page-email-lp .email-hero .hero-sub {
  font-size: clamp(14.5px, 4.1vw, 16px);
  font-weight: 600;
  max-width: 98%;
}
body.page-email-lp .email-hero .hero-bot {
  margin-top: clamp(150px, 40vw, 188px);
  padding: 0 clamp(14px, 4.2vw, 22px) 24px;
}
body.page-email-lp .email-hero .trust-row {
  margin-top: 12px;
}
body.page-email-lp .el-proofrow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  max-width: 360px;
  margin: 16px auto 0;
}
body.page-email-lp .el-proofrow .hero-stats {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  max-width: none;
}
body.page-email-lp .el-hero-portrait {
  position: relative;
  flex: 0 0 auto;
  align-self: stretch;
  width: 69px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--or);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
body.page-email-lp .el-hero-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}
body.page-email-lp .el-recv .livre-h2 { margin-bottom: 4px; }
body.page-email-lp .livre-sec {
  background: var(--creme);
  padding-top: 24px;
}
body.page-email-lp .livre-h2 {
  text-align: center;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 22px;
  color: var(--noir);
  margin: 0 0 18px;
}
body.page-email-lp .livre-list {
  max-width: 420px;
  margin: 0 auto;
}
body.page-email-lp .livre-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(201, 162, 74, 0.3);
}
body.page-email-lp .livre-item .li-title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14px;
  color: var(--noir);
  margin: 0;
}
body.page-email-lp .livre-item .li-desc {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.75;
  margin: 2px 0 0;
}
body.page-email-lp .sticker-total {
  max-width: 340px;
  margin: 18px auto 0;
  background: #F4E4BC;
  border: 1px solid var(--or);
  border-radius: 10px;
  padding: 14px 20px;
  text-align: center;
}
body.page-email-lp .sticker-total .st-old,
body.page-email-lp .sticker-total .st-now {
  font-family: var(--sans);
}
body.page-email-lp .sticker-total .st-now {
  font-weight: 800;
  font-size: 18px;
  color: var(--bordeaux);
}
body.page-email-lp .el-recv-sub {
  text-align: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--gris-60);
  margin: 0 auto 18px;
}
body.page-email-lp .el-recv .livre-item {
  align-items: flex-start;
}
body.page-email-lp .el-recv-body {
  flex: 1 1 auto;
  min-width: 0;
}
body.page-email-lp .el-recv .li-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
body.page-email-lp .el-recv .li-price {
  flex: none;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 12.5px;
  color: #9c7b22;
}
body.page-email-lp .el-recv .li-price.is-incl { color: #2f7d54; }
body.page-email-lp .el-recv .li-price.is-old { color: #b0a48f; }
body.page-email-lp .el-recv .li-desc {
  color: #000;
  font-weight: 600;
  opacity: 1;
  font-size: 12px;
}
body.page-email-lp .el-recv .livre-h2 .b-bordeaux {
  color: var(--bordeaux);
}
body.page-email-lp .el-recv-badge {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 11px rgba(40, 8, 14, 0.34), inset 0 0 0 1.5px rgba(243, 226, 176, 0.6);
  animation: elBadgePulse 2.4s ease-in-out infinite;
}
@keyframes elBadgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 3px 11px rgba(40, 8, 14, 0.34), inset 0 0 0 1.5px rgba(243, 226, 176, 0.55); }
  50% { transform: scale(1.1); box-shadow: 0 5px 16px rgba(243, 226, 176, 0.5), inset 0 0 0 1.5px rgba(243, 226, 176, 0.95); }
}
body.page-email-lp .el-recv-badge-ico {
  display: flex;
  width: 19px;
  height: 19px;
  animation: elIcoFloat 2.8s ease-in-out infinite;
}
body.page-email-lp .el-recv-badge-ico svg { width: 19px; height: 19px; }
@keyframes elIcoFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-2px) rotate(-6deg); }
}
body.page-email-lp .el-recv .st-save {
  margin: 6px 0 0;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12.5px;
  color: #2f7d54;
}
body.page-email-lp .el-recv .sticker-total .st-old {
  color: #1A0F0F;
  font-weight: 700;
  text-decoration: none;
}
body.page-email-lp .el-recv .sticker-total .st-arrow { color: #1A0F0F; }
body.page-email-lp .el-polas { background: var(--creme-clair); }
body.page-email-lp .el-polas-title {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.18;
  color: var(--bordeaux);
  text-align: center;
  margin: 0 auto 24px;
  text-wrap: balance;
}
body.page-email-lp .el-polas-title .hero-black { color: #1A0F0F; }
body.page-email-lp .el-polas .portraits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 340px;
  margin: 0 auto;
}
body.page-email-lp .el-polas .portrait-cell {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(122,31,43,0.10);
}
body.page-email-lp .el-polas .portrait-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-email-lp .el-cta2 {
  background: var(--creme);
  text-align: center;
}
body.page-email-lp .el-cta2-eyebrow {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1A0F0F;
  margin: 0 0 14px;
}
body.page-email-lp .el-cta2-price { margin: 0 auto 22px; }
body.page-email-lp .el-cta2-old-label {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6B5D4D;
  margin: 0 0 2px;
}
body.page-email-lp .el-cta2-old {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  color: var(--brique);
  position: relative;
  display: inline-block;
}
body.page-email-lp .el-cta2-old::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 52%;
  height: 5px;
  background: var(--brique);
  transform: rotate(-7deg);
  border-radius: 4px;
}
body.page-email-lp .el-cta2-new {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  color: #1A0F0F;
  margin: 14px 0 0;
}
body.page-email-lp .el-cta2-date {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 16px;
  color: #1A0F0F;
  margin: 1px 0 0;
}
body.page-email-lp .el-cta2-amount {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 19px;
  color: #2f7d54;
  margin: 7px 0 0;
}
body.page-email-lp .el-cta2-btn {
  display: block;
  margin: 18px auto 0;
  max-width: 440px;
  background: var(--brique);
  color: var(--creme);
  padding: 19px 22px;
  border-radius: 12px;
  text-align: center;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(184, 51, 46, 0.36);
  text-wrap: balance;
  transition: transform .2s ease, box-shadow .2s ease;
}
body.page-email-lp .el-cta2-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(184, 51, 46, 0.46);
}
body.page-email-lp .el-cta2-guar {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12.5px;
  color: #9c7b22;
  margin: 14px 0 0;
}
body.page-email-lp .el-cta2-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12.5px;
  color: #5A4A3A;
  margin: 9px 0 0;
}
body.page-email-lp .el-cta2-stars img { height: 14px; width: auto; }
body.page-email-lp .el-cta2-micro {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  color: #6B5D4D;
  margin: 4px 0 0;
}
body.page-email-lp .el-cta2-cartes { max-width: 220px; margin: 16px auto 0; }
body.page-email-lp .el-cta2-cartes img { width: 100%; height: auto; opacity: 0.92; }
body.page-email-lp .final .final-photo { margin: 28px auto 0; }
body.page-email-lp .final .final-micro { margin-top: 12px; }
body.page-email-lp .final { padding-top: 22px; }
body.page-email-lp .el-recv-tight { padding-bottom: 4px; }
body.page-email-lp .faq .eyebrow { color: #1A0F0F; }
body.page-email-lp .faq .h2 { font-size: 23px; }
body.page-email-lp .faq .h2 .hero-black { color: #1A0F0F; }
body.page-email-lp .el-guar { background: #1A0F0F; }
body.page-email-lp .el-guar .seal-wrap { margin: 0 auto 20px; }
body.page-email-lp .el-guar-card {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
body.page-email-lp .el-guar-body {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(245,233,216,0.92);
  margin: 0 auto;
  max-width: 360px;
  text-wrap: pretty;
}
body.page-email-lp .el-guar-sign {
  font-family: var(--cursive);
  font-size: 44px;
  line-height: 1;
  color: var(--or-soft);
  margin: 16px 0 0;
}
body.page-email-lp .el-wa .wa-sub { max-width: 320px; margin: 0 auto; }
body.page-email-lp .el-wa .social-proof-wall--wa {
  max-width: 340px;
  padding-top: 14px;
}
body.page-email-lp .el-wa .social-proof-shot { width: 80%; }
body.page-email-lp .el-wa .social-proof-shot + .social-proof-shot { margin-top: -66px; }
body.page-email-lp .el-wa .social-proof-shot--left { transform: rotate(-3deg); }
body.page-email-lp .el-wa .social-proof-shot--right { transform: rotate(3deg); }
body.page-email-lp .el-wa .social-proof-shot img {
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(40,20,10,0.22);
}
body.page-email-lp .float-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 60;
  width: 100%;
  max-width: var(--maxw);
  padding: 22px 16px calc(14px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, var(--creme) 58%, rgba(245, 233, 216, 0.92) 80%, rgba(245, 233, 216, 0) 100%);
  opacity: 0;
  transform: translateX(-50%) translateY(120px);
  pointer-events: none;
  will-change: opacity, transform;
  text-align: center;
}
body.page-email-lp .float-cta .cta-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  min-height: 58px;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 15px;
  border-radius: 10px;
}

body.page-email-checkout .pc { background: var(--creme); }
body.page-email-checkout .pc-head {
  background: var(--creme);
  text-align: center;
  padding: 0 clamp(14px, 4vw, 22px) 6px;
}
body.page-email-checkout .pc-h1 {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: clamp(26px, 7.7vw, 30px);
  line-height: 1.14;
  letter-spacing: -0.5px;
  color: var(--bordeaux);
  margin: 26px auto 0;
  max-width: 96%;
  text-wrap: balance;
}
body.page-email-checkout .pc-h1 .hero-black { color: #1A0F0F; font-weight: 800; }
body.page-email-checkout .pc-sub {
  font-family: var(--sans);
  font-weight: 650;
  font-size: clamp(14.5px, 4vw, 15.5px);
  line-height: 1.45;
  color: var(--noir);
  margin: 7px auto 0;
  max-width: min(96%, 340px);
  text-wrap: pretty;
}
body.page-email-checkout .pc-body { padding: 24px clamp(16px, 5vw, 22px) 8px; }
body.page-email-checkout .pc-callout,
body.page-email-checkout .pc-value {
  max-width: 440px;
  margin: 0 auto;
  border: 1.5px solid var(--or);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  background: var(--creme-clair);
}
body.page-email-checkout .pc-value {
  margin-top: 16px;
  background: #F4E4BC;
}
body.page-email-checkout .pc-callout p,
body.page-email-checkout .pc-value p {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 15px;
  line-height: 1.5;
  color: #1A0F0F;
  margin: 0;
  text-wrap: pretty;
}
body.page-email-checkout .pc-value p { font-size: 14.5px; line-height: 1.55; }
body.page-email-checkout .pc-gifts {
  max-width: 440px;
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.page-email-checkout .pc-gift {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--creme-clair);
  border: 1px solid rgba(201,162,74,0.5);
  border-radius: 10px;
  padding: 16px 18px;
  box-shadow: 0 4px 12px rgba(122,31,43,0.06);
}
body.page-email-checkout .pc-gift-badge {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 11px rgba(40, 8, 14, 0.32), inset 0 0 0 1.5px rgba(243, 226, 176, 0.55);
  animation: pcBadgePulse 2.4s ease-in-out infinite;
}
@keyframes pcBadgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 3px 11px rgba(40, 8, 14, 0.32), inset 0 0 0 1.5px rgba(243, 226, 176, 0.5); }
  50% { transform: scale(1.08); box-shadow: 0 5px 16px rgba(243, 226, 176, 0.45), inset 0 0 0 1.5px rgba(243, 226, 176, 0.92); }
}
body.page-email-checkout .pc-gift-badge-ico {
  display: flex;
  width: 21px;
  height: 21px;
  animation: pcIcoFloat 2.8s ease-in-out infinite;
}
body.page-email-checkout .pc-gift-badge-ico svg { width: 21px; height: 21px; }
@keyframes pcIcoFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-2px) rotate(-6deg); }
}
body.page-email-checkout .pc-gift-body { flex: 1 1 auto; min-width: 0; }
body.page-email-checkout .pc-offert {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #2f7d54;
  padding: 3px 8px;
  border-radius: 4px;
}
body.page-email-checkout .pc-gift-name {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 15px;
  color: #1A0F0F;
  display: block;
}
body.page-email-checkout .pc-gift-priceline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 3px 0 6px;
}
body.page-email-checkout .pc-gift-old {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12.5px;
  color: #1A0F0F;
  text-decoration: line-through;
}
body.page-email-checkout .pc-gift-desc {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(0,0,0,0.82);
  margin: 0;
  text-wrap: pretty;
}
body.page-email-checkout .pc-scarcity {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--bordeaux);
  text-align: center;
  max-width: 380px;
  margin: 22px auto 0;
  text-wrap: pretty;
}
body.page-email-checkout .pc-choose {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 24px;
  color: var(--bordeaux);
  text-align: center;
  margin: 34px auto 0;
}
body.page-email-checkout .pc-arrow-down {
  display: block;
  width: 22px;
  height: 22px;
  margin: 8px auto 20px;
  color: var(--or);
  animation: pcBob 1.8s ease-in-out infinite;
}
@keyframes pcBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
body.page-email-checkout .pc-plan { max-width: 440px; margin: 0 auto; }
body.page-email-checkout .pc-plan-complet {
  position: relative;
  border: 2px solid var(--bordeaux);
  border-radius: 14px;
  background: var(--creme-clair);
  box-shadow: 0 16px 40px rgba(122,31,43,0.16);
  overflow: hidden;
}
body.page-email-checkout .pc-plan-badge {
  background: var(--bordeaux);
  color: var(--or-soft);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 12px;
}
body.page-email-checkout .pc-plan-in { padding: 20px 22px 24px; }
body.page-email-checkout .pc-plan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
body.page-email-checkout .pc-plan-name {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: 23px;
  color: var(--bordeaux);
  margin: 0;
}
body.page-email-checkout .pc-plan-simple .pc-plan-name { color: #6B5D4D; }
body.page-email-checkout .pc-plan-pricetag {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: var(--bordeaux);
  color: #fff;
  border-radius: 999px;
  padding: 7px 14px;
  white-space: nowrap;
}
body.page-email-checkout .pc-plan-simple .pc-plan-pricetag { background: #8a7d6d; }
body.page-email-checkout .pc-plan-pricetag s {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12.5px;
  color: rgba(255,255,255,0.72);
}
body.page-email-checkout .pc-plan-pricetag .now {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 17px;
}
body.page-email-checkout .pc-plan-incl {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 13px;
  color: #2f7d54;
  margin: 10px 0 0;
}
body.page-email-checkout .pc-plan-note {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 13.5px;
  color: #6B5D4D;
  margin: 8px 0 0;
}
body.page-email-checkout .pc-feats {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
body.page-email-checkout .pc-feats li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid rgba(201,162,74,0.3);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #1A0F0F;
  text-wrap: pretty;
}
body.page-email-checkout .pc-feats li:first-child { border-top: none; }
body.page-email-checkout .pc-feats .fi {
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
}
body.page-email-checkout .pc-feats .fi-check { fill: var(--or); }
body.page-email-checkout .pc-feats .fi-cross {
  fill: none;
  stroke: #b0463f;
  stroke-width: 2.4;
}
body.page-email-checkout .pc-plan-simple .pc-feats li {
  font-weight: 600;
  color: #5A4A3A;
}
body.page-email-checkout .pc-plan-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 18px 0 0;
  min-height: 60px;
  padding: 16px 20px;
  background: var(--brique);
  color: var(--creme);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(122,31,43,0.4);
  transition: transform .2s ease, box-shadow .2s ease;
}
body.page-email-checkout .pc-plan-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-cta-hover);
}
body.page-email-checkout .v2-guarantee {
  margin: 14px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #FFFDF8;
  border: 1px solid var(--or);
  border-radius: 14px;
  padding: 11px 18px;
  box-shadow: 0 10px 26px -16px rgba(122, 31, 43, 0.55);
}
body.page-email-checkout .seal-svg {
  width: 3.3em;
  height: 3.3em;
  font-size: 13.5px;
  flex: none;
  filter: drop-shadow(0 2px 5px rgba(122, 31, 43, 0.2));
}
body.page-email-checkout .seal-disc { fill: #FFFDF8; }
body.page-email-checkout .seal-ring-out { fill: none; stroke: var(--bordeaux); stroke-width: 1.5; }
body.page-email-checkout .seal-ring-in { fill: none; stroke: var(--or); stroke-width: 0.8; }
body.page-email-checkout .seal-bead { fill: var(--or); }
body.page-email-checkout .seal-num {
  fill: var(--bordeaux);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 35px;
  text-anchor: middle;
}
body.page-email-checkout .seal-unit {
  fill: #9c7b22;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-anchor: middle;
}
body.page-email-checkout .v2-guarantee-txt {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.35;
  color: #000;
  margin: 0;
  text-align: left;
}
body.page-email-checkout .pc-or {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 440px;
  margin: 22px auto;
  color: #9aa0a6;
}
body.page-email-checkout .pc-or::before,
body.page-email-checkout .pc-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.12);
}
body.page-email-checkout .pc-or span {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
body.page-email-checkout .pc-plan-simple {
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 12px;
  background: var(--creme-clair);
  padding: 20px 22px 22px;
}
body.page-email-checkout .pc-plan-decline {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  background: none;
  border: none;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13.5px;
  color: #6B5D4D;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: center;
}
body.page-email-checkout .pc-foot-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  color: #6B5D4D;
  margin: 26px 0 0;
}
body.page-email-checkout .pc-foot-secure svg {
  width: 15px;
  height: 15px;
  fill: #9c7b22;
}
body.page-email-checkout .pc-cartes {
  max-width: 220px;
  margin: 14px auto 0;
}
body.page-email-checkout .pc-cartes img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
body.page-email-checkout .pc-back {
  display: block;
  text-align: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13.5px;
  color: #8A7A6A;
  text-decoration: none;
  margin: 16px 0 8px;
}
body.page-email-checkout [data-pack][disabled],
body.page-email-checkout [data-pack][aria-disabled="true"] {
  opacity: .62;
  cursor: wait;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  body.page-email-lp .el-recv-badge,
  body.page-email-lp .el-recv-badge-ico,
  body.page-email-checkout .pc-gift-badge,
  body.page-email-checkout .pc-gift-badge-ico,
  body.page-email-checkout .pc-arrow-down {
    animation: none;
  }
}

body.page-email-checkout .email-payment-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 3.2vw, 18px);
  background: rgba(26,8,12,0.62);
  backdrop-filter: blur(4px);
}
body.page-email-checkout .email-payment-modal {
  position: relative;
  width: min(100%, 372px);
  max-height: calc(100vh - 28px);
  overflow: auto;
  background: var(--creme);
  border: 1px solid var(--or);
  border-radius: 14px;
  padding: clamp(20px, 5.8vw, 24px) clamp(20px, 5.8vw, 24px) 18px;
  box-shadow: 0 30px 70px rgba(40,8,12,0.5);
}
body.page-email-checkout .email-payment-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #8A7A6A;
  font-size: 24px;
  line-height: 1;
}
body.page-email-checkout .email-payment-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 30px 10px;
}
body.page-email-checkout .email-payment-lock {
  width: 17px;
  height: 17px;
  fill: #9c7b22;
  flex: none;
}
body.page-email-checkout .email-payment-title {
  font-family: var(--serif-display);
  font-weight: 800;
  font-size: clamp(18px, 5.1vw, 22px);
  line-height: 1.12;
  text-align: center;
  color: var(--bordeaux);
  margin: 0;
  white-space: nowrap;
}
body.page-email-checkout .email-payment-pack {
  margin: 0 auto 20px;
  max-width: 260px;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--bordeaux);
  color: #fff;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(11.5px, 3.3vw, 12.5px);
  text-align: center;
}
body.page-email-checkout .email-payment-email {
  margin: 0 0 18px;
}
body.page-email-checkout .email-payment-label {
  display: block;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 12.5px;
  color: #1A0F0F;
  margin: 0 0 5px;
}
body.page-email-checkout .email-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  border: 1.5px solid rgba(122,31,43,0.35);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--noir);
}
body.page-email-checkout .email-input:focus {
  outline: 3px solid rgba(201,162,74,0.28);
  border-color: var(--or);
}
body.page-email-checkout .email-input.is-locked {
  background: #F7F1E8;
  border-color: rgba(122,31,43,0.24);
  color: #3B2B24;
  cursor: default;
}
body.page-email-checkout .email-input.is-locked:focus {
  outline: none;
  border-color: rgba(122,31,43,0.24);
}
body.page-email-checkout .email-input[aria-invalid="true"] {
  border-color: #B8332E;
  outline: 3px solid rgba(184,51,46,0.18);
}
body.page-email-checkout .email-input-error {
  min-height: 0;
  margin: 4px 0 0;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.35;
  color: #B8332E;
}
body.page-email-checkout .email-payment-trust {
  margin: 4px 0 0;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  line-height: 1.45;
  color: #6B5D4D;
}
body.page-email-checkout .email-payment-element {
  min-height: 202px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  background: #fffdf8;
}
body.page-email-checkout .email-payment-submit {
  width: 100%;
  min-height: 56px;
  margin: 18px 0 0;
  border: 0;
  border-radius: 10px;
  background: var(--brique);
  color: var(--creme);
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(13px, 3.6vw, 14px);
  line-height: 1.25;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(122,31,43,0.35);
}
body.page-email-checkout .email-payment-submit:disabled {
  opacity: .62;
  cursor: wait;
}
body.page-email-checkout .email-payment-status {
  min-height: 0;
  margin: 8px 0 0;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--bordeaux);
  text-align: center;
}
body.page-email-checkout .email-payment-status:empty {
  display: none;
}
body.page-email-checkout .email-payment-trust-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 8px 0 0;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1.35;
  color: #6B5D4D;
  text-align: center;
}
body.page-email-checkout .email-payment-cards {
  max-width: 186px;
  margin: 5px auto 0;
  opacity: .95;
}
body.page-email-checkout .email-payment-cards img {
  width: 100%;
  height: auto;
}
body.page-email-checkout .email-payment-confirmed-fallback {
  position: fixed;
  left: 50%;
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 320;
  width: min(360px, calc(100vw - 28px));
  transform: translateX(-50%);
  border-radius: 12px;
  padding: 14px 16px;
  background: #1A0F0F;
  color: var(--creme);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
}
body.page-email-checkout .email-payment-confirmed-fallback .email-payment-continue {
  background: var(--red);
  color: #fff;
}
