/* ============================================================
   LAVODA — la gourde née des sources des Balkans
   Palette : violet profond, lavande, ciel, magenta, or.
   Design rond, épuré, inspiré de la structure "mono-produit".
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap');

:root{
  /* couleurs de marque (palette fournie) */
  --purple:      #360e85;
  --purple-deep: #260a5f;
  --lavender:    #dad8fb;
  --lavender-soft:#eeecfc;
  --sky:         #c8edfd;
  --sky-soft:    #e4f7fd;
  --magenta:     #9d41bc;
  --magenta-deep:#7f2f9c;
  --gold:        #efca5a;
  --gold-deep:   #dba62f;

  --paper:       #fffdf8;
  --white:       #ffffff;
  --ink:         var(--purple);
  --ink-soft:    #6a5a9c;
  --line: rgba(54,14,133,0.14);

  --f-display: 'Baloo 2', sans-serif;
  --f-body: 'Nunito', sans-serif;

  --r-sm: 16px;
  --r-md: 24px;
  --r-lg: 32px;
  --r-xl: 46px;
  --r-pill: 999px;

  --shadow-soft: 0 20px 40px -24px rgba(54,14,133,0.25);
  --shadow-deep: 0 30px 60px -20px rgba(54,14,133,0.35);

  color-scheme: light;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  background: var(--lavender);
  color: var(--ink);
  font-family: var(--f-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
input{ font-family:inherit; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,p{ margin:0; }
h1,h2,h3,h4{ font-family:var(--f-display); font-weight:700; color:var(--purple); letter-spacing:-0.01em; }

.container{ width:100%; max-width:1180px; margin:0 auto; padding:0 28px; }
:focus-visible{ outline:3px solid var(--magenta); outline-offset:3px; border-radius:4px; }

section{ padding:88px 0; }
.section-head{ max-width:640px; margin:0 auto 48px; text-align:center; }
.section-head h2{ font-size:clamp(28px,3.6vw,42px); line-height:1.12; }
.section-head p{ margin-top:14px; color:var(--ink-soft); font-size:17px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--f-display); font-weight:700; font-size:13px; letter-spacing:.04em;
  color:var(--magenta-deep); background:var(--white); border:1.5px solid var(--line);
  padding:6px 16px; border-radius:var(--r-pill);
}

/* -------- boutons -------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--f-display); font-weight:700; font-size:16px;
  padding:18px 30px; border-radius:var(--r-pill); border:none;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease;
  white-space:nowrap;
}
.btn-primary{
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--purple);
  box-shadow: 0 14px 30px -10px rgba(219,166,47,0.55);
}
.btn-primary:hover{ transform:translateY(-2px); box-shadow:0 18px 34px -10px rgba(219,166,47,0.65); }
.btn-magenta{ background:var(--magenta); color:var(--white); box-shadow:0 14px 30px -10px rgba(157,65,188,0.55); }
.btn-magenta:hover{ background:var(--magenta-deep); transform:translateY(-2px); }
.btn-ghost{ background:var(--white); color:var(--purple); border:2px solid var(--purple); }
.btn-ghost:hover{ background:var(--purple); color:var(--white); }
.btn-block{ width:100%; white-space:normal; flex-wrap:wrap; row-gap:4px; }
.btn del, .btn s{ opacity:.6; font-weight:600; margin-right:2px; }

/* ============================================================
   ANNONCE + HEADER
   ============================================================ */
.announce-bar{
  background:var(--purple); color:var(--gold);
  text-align:center; font-family:var(--f-display); font-weight:600; font-size:13.5px;
  padding:10px 20px; letter-spacing:.02em;
}
.announce-bar strong{ color:var(--white); }

.site-header{ background:var(--lavender); padding:22px 0; position:sticky; top:0; z-index:200; }
.site-header .container{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.logo{ display:inline-flex; align-items:center; }
.logo img{ height:28px; width:auto; display:block; }
.main-nav{ display:flex; gap:32px; }
.main-nav a{ font-weight:700; font-size:14.5px; color:var(--purple); }
.main-nav a:hover{ color:var(--magenta-deep); }
.header-actions{ display:flex; align-items:center; gap:18px; }
.icon-btn{ background:none; border:none; color:var(--purple); display:flex; align-items:center; justify-content:center; position:relative; }
.icon-btn svg{ width:22px; height:22px; }
.cart-toggle{ transition: transform .25s ease; }
.cart-toggle.bump{ animation: cartBump .4s ease; }
@keyframes cartBump{ 0%{ transform:scale(1); } 35%{ transform:scale(1.28) rotate(-8deg); } 60%{ transform:scale(0.94); } 100%{ transform:scale(1); } }
.cart-count{
  position:absolute; top:-6px; right:-9px; min-width:18px; height:18px; padding:0 4px;
  background:var(--magenta); color:#fff; border-radius:var(--r-pill);
  font-family:var(--f-display); font-size:11px; font-weight:700;
  display:flex; align-items:center; justify-content:center;
  transition: transform .25s ease;
}
.cart-count.bump{ animation: countBump .35s ease; }
@keyframes countBump{ 0%,100%{ transform:scale(1); } 50%{ transform:scale(1.4); } }
.option-label{ font-weight:800; font-size:13.5px; margin-top:22px; }
.option-label strong{ color:var(--magenta-deep); }
.nav-toggle{ display:none; background:none; border:none; color:var(--purple); }
.nav-toggle svg{ width:26px; height:26px; }

@media (max-width:760px){
  .main-nav{ display:none; }
  .main-nav.mobile-open{
    display:flex; flex-direction:column; position:absolute; top:100%; left:16px; right:16px;
    background:var(--white); border-radius:var(--r-md); box-shadow:var(--shadow-deep); padding:10px 6px; gap:0;
  }
  .main-nav.mobile-open a{ padding:14px 16px; border-bottom:1px solid var(--line); }
  .main-nav.mobile-open a:last-child{ border-bottom:none; }
  .nav-toggle{ display:flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero{ padding:36px 0 70px; }
.hero .container{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.trust-row{ display:flex; align-items:center; gap:12px; margin-bottom:24px; flex-wrap:wrap; }
.avatar-stack{ display:flex; }
.avatar-stack span{
  width:34px; height:34px; border-radius:50%; border:2.5px solid var(--lavender);
  background:var(--magenta); margin-left:-10px; display:flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:800; color:#fff;
}
.avatar-stack span:first-child{ margin-left:0; }
.avatar-stack span:nth-child(2){ background:var(--gold-deep); color:var(--purple); }
.avatar-stack span:nth-child(3){ background:var(--purple); }
.trust-row .stars{ color:var(--gold-deep); font-size:15px; letter-spacing:1px; }
.trust-row .rating-text{ font-weight:800; font-size:14px; }

.hero h1{ font-size:clamp(34px,4.4vw,50px); line-height:1.08; }
.check-list{ margin-top:26px; display:flex; flex-direction:column; gap:16px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-size:16px; line-height:1.5; }
.check-list .tick{
  flex-shrink:0; width:24px; height:24px; border-radius:50%; background:var(--gold);
  color:var(--purple); display:flex; align-items:center; justify-content:center; margin-top:1px;
}
.check-list .tick svg{ width:14px; height:14px; }

.hero-cta{ margin-top:32px; }
.hero-cta .btn{ font-size:18px; padding:20px 36px; }
.hero-note{ margin-top:12px; font-size:13px; color:var(--ink-soft); text-align:center; }
.trust-icons{ display:flex; gap:28px; margin-top:30px; flex-wrap:wrap; }
.trust-icons .ti{ display:flex; align-items:center; gap:8px; font-weight:700; font-size:13.5px; }
.trust-icons svg{ width:20px; height:20px; color:var(--magenta-deep); }

.media-placeholder{
  position:relative; border-radius:var(--r-xl); overflow:hidden;
  background: linear-gradient(155deg, var(--sky), var(--lavender-soft));
  display:flex; align-items:center; justify-content:center;
  border:2px dashed rgba(54,14,133,0.18);
}
.media-placeholder::after{
  content: attr(data-label);
  font-family:var(--f-display); font-weight:700; font-size:13px; color:var(--ink-soft);
  background:rgba(255,255,255,0.7); padding:8px 18px; border-radius:var(--r-pill);
}
.media-placeholder svg{ position:absolute; width:34%; opacity:.5; color:var(--purple); }
.hero-media{ aspect-ratio:4/5; }

.photo-frame{
  border-radius:var(--r-xl); overflow:hidden; object-fit:cover;
  width:100%; height:100%; display:block; box-shadow:var(--shadow-soft);
}
.detail-photo{ aspect-ratio:5/4; }

/* ============================================================
   BANDE "ILS EN PARLENT"
   ============================================================ */
.press-strip{ padding:40px 0; }
.press-strip .container{ display:flex; align-items:center; justify-content:center; gap:50px; flex-wrap:wrap; opacity:.6; }
.press-logo{
  width:120px; height:34px; border-radius:var(--r-sm); background:var(--white);
  display:flex; align-items:center; justify-content:center; font-family:var(--f-display); font-weight:700; font-size:12px; color:var(--ink-soft);
}

/* ============================================================
   CAROUSEL TEMOIGNAGE
   ============================================================ */
.quote-carousel{ padding:20px 0 70px; text-align:center; }
.quote-carousel .container{ max-width:880px; position:relative; }
.quote-track{ position:relative; min-height:120px; }
.quote-slide{ display:none; font-family:var(--f-display); font-size:clamp(20px,2.6vw,30px); line-height:1.3; color:var(--purple); }
.quote-slide.active{ display:block; }
.quote-slide strong{ color:var(--magenta-deep); }
.quote-arrow{
  position:absolute; top:50%; transform:translateY(-50%); width:44px; height:44px; border-radius:50%;
  background:var(--white); border:none; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-soft);
  color:var(--purple);
}
.quote-arrow.prev{ left:-10px; } .quote-arrow.next{ right:-10px; }
.quote-arrow svg{ width:18px; height:18px; }
.quote-dots{ display:flex; justify-content:center; gap:8px; margin-top:26px; }
.quote-dots span{ width:8px; height:8px; border-radius:50%; background:var(--lavender-soft); border:1.5px solid var(--line); }
.quote-dots span.active{ background:var(--magenta); border-color:var(--magenta); }

/* ============================================================
   INTRO PRODUIT + GRILLE 6 POINTS
   ============================================================ */
.intro-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:36px 30px; margin-top:10px; }
.intro-item{ text-align:center; }
.intro-item .ico{
  width:64px; height:64px; border-radius:50%; background:var(--gold); margin:0 auto 16px;
  display:flex; align-items:center; justify-content:center; font-size:26px;
}
.intro-item p{ font-size:15px; }
.intro-item p strong{ color:var(--purple); }

.wide-media{ margin-top:56px; border-radius:var(--r-xl); aspect-ratio:16/7; }

.founders-block{
  max-width:640px; margin:56px auto 0; text-align:center; background:var(--white);
  border-radius:var(--r-lg); padding:36px 40px; box-shadow:var(--shadow-soft);
}
.founders-badge{
  display:inline-flex; font-family:var(--f-display); font-weight:700; font-size:12.5px; letter-spacing:.04em;
  color:var(--magenta-deep); background:var(--lavender-soft); padding:6px 16px; border-radius:var(--r-pill); margin-bottom:14px;
}
.founders-block h3{ font-size:20px; }
.founders-block p{ margin-top:12px; font-size:14.5px; color:var(--ink-soft); line-height:1.7; }
.founders-block strong{ color:var(--purple); }

/* ============================================================
   BIENFAITS (2x2)
   ============================================================ */
.benefits-grid{ display:grid; grid-template-columns:1fr 1fr; gap:40px 60px; max-width:900px; margin:0 auto; }
.benefit-item{ text-align:center; }
.benefit-item .ico{
  width:60px; height:60px; margin:0 auto 14px; color:var(--magenta-deep);
  display:flex; align-items:center; justify-content:center; border:2px solid var(--magenta-deep); border-radius:50%;
}
.benefit-item .ico svg{ width:28px; height:28px; }
.benefit-item h3{ font-size:19px; margin-bottom:8px; }
.benefit-item p{ font-size:14.5px; color:var(--ink-soft); }

/* ============================================================
   STATS + CTA
   ============================================================ */
.stats-section .container{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.stats-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px 36px; margin:28px 0 32px; }
.stat b{ display:block; font-family:var(--f-display); font-size:38px; color:var(--magenta-deep); line-height:1; }
.stat span{ font-size:12.5px; font-weight:800; letter-spacing:.04em; color:var(--ink-soft); }
.stats-fine{ font-size:12px; color:var(--ink-soft); margin-bottom:22px; }
.guarantee-note{ display:flex; align-items:center; gap:8px; margin-top:16px; font-weight:700; font-size:14px; }
.guarantee-note svg{ width:18px; height:18px; color:var(--gold-deep); }
.stats-media{ aspect-ratio:4/5; }

/* ============================================================
   BUY BOX
   ============================================================ */
.buy-section{ background:var(--sky); border-radius:var(--r-xl); margin:0 20px; padding:70px 0; }
.buy-section .container{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:flex-start; }

.gallery-stage{
  position:relative; border-radius:var(--r-lg); overflow:hidden; aspect-ratio:1/1;
  display:flex; align-items:center; justify-content:center; background:var(--sky-soft);
  box-shadow:var(--shadow-soft);
}
.gallery-main-img{ width:100%; height:100%; object-fit:cover; transition:opacity .25s ease; }
.gallery-nav{
  position:absolute; top:50%; transform:translateY(-50%); width:40px; height:40px; border-radius:50%;
  background:rgba(255,255,255,0.85); border:none; display:flex; align-items:center; justify-content:center; color:var(--purple);
}
.gallery-nav.prev{ left:14px; } .gallery-nav.next{ right:14px; }
.gallery-nav svg{ width:16px; height:16px; }
.gallery-thumbs{ display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:12px; }
.gallery-thumb{
  aspect-ratio:1/1; border-radius:var(--r-sm); border:2px solid transparent;
  background-color:var(--sky-soft); background-size:cover; background-position:center; padding:0;
}
.gallery-thumb.active{ border-color:var(--magenta); }

.mini-review{ background:var(--white); border-radius:var(--r-md); padding:22px; margin-top:18px; }
.mini-review .stars{ color:var(--gold-deep); font-size:14px; letter-spacing:1px; }
.mini-review h4{ margin-top:10px; font-size:16px; }
.mini-review p{ margin-top:8px; font-size:14px; color:var(--ink-soft); }
.mini-review .who{ margin-top:12px; font-size:12.5px; font-weight:800; display:flex; align-items:center; gap:6px; }
.mini-review .who svg{ width:14px; height:14px; color:var(--magenta-deep); }

.buy-box{ background:var(--white); border-radius:var(--r-lg); padding:30px; }
.buy-badge{
  display:flex; align-items:center; gap:10px; background:var(--lavender-soft); border:1.5px dashed var(--magenta);
  border-radius:var(--r-md); padding:12px 16px; font-size:13.5px; font-weight:700; margin-bottom:16px;
}
.buy-rating{ display:flex; align-items:center; gap:8px; font-size:13.5px; font-weight:800; margin-bottom:14px; }
.buy-rating .stars{ color:var(--gold-deep); }
.buy-box h2{ font-size:clamp(24px,2.6vw,30px); line-height:1.15; }
.buy-box .desc{ margin-top:12px; font-size:15px; color:var(--ink-soft); }
.buy-box .check-list{ margin-top:18px; gap:10px; }
.buy-box .check-list li{ font-size:14.5px; }
.spec-link{ display:inline-flex; align-items:center; gap:6px; margin-top:16px; font-weight:800; font-size:14px; color:var(--magenta-deep); }
.spec-link svg{ width:14px; height:14px; }

.tier-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:24px; }
.tier-card{
  position:relative; border:2px solid var(--line); border-radius:var(--r-md); padding:16px 10px; text-align:center;
  background:var(--paper); cursor:pointer;
}
.tier-card.active{ border-color:var(--purple); background:var(--lavender-soft); }
.tier-badge{
  position:absolute; top:-12px; left:50%; transform:translateX(-50%); white-space:nowrap;
  background:var(--gold); color:var(--purple); font-size:10px; font-weight:800; padding:4px 10px; border-radius:var(--r-pill);
}
.tier-card .n{ font-family:var(--f-display); font-weight:700; font-size:15px; }
.tier-card .save{ display:block; font-size:11.5px; color:var(--magenta-deep); font-weight:800; margin-top:4px; }
.tier-card .unit{ display:block; font-size:12px; color:var(--ink-soft); margin-top:6px; }

.offer-box{ margin-top:22px; border-radius:var(--r-lg); background:var(--gold); padding:4px; }
.offer-flag{ text-align:center; font-family:var(--f-display); font-weight:800; font-size:12.5px; padding:10px; color:var(--purple); }
.offer-option{
  background:var(--paper); border-radius:var(--r-md); padding:16px; display:flex; gap:14px; align-items:flex-start;
  cursor:pointer; margin:4px;
}
.offer-option + .offer-option{ margin-top:8px; }
.offer-option.selected{ background:var(--white); box-shadow:0 0 0 2px var(--purple) inset; }
.radio-dot{ width:20px; height:20px; border-radius:50%; border:2px solid var(--ink-soft); flex-shrink:0; margin-top:2px; position:relative; }
.offer-option.selected .radio-dot{ border-color:var(--purple); }
.offer-option.selected .radio-dot::after{ content:""; position:absolute; inset:3px; border-radius:50%; background:var(--purple); }
.offer-option .title-row{ display:flex; justify-content:space-between; align-items:baseline; gap:10px; }
.offer-option .title-row h4{ font-family:var(--f-display); font-size:16px; }
.offer-option .price{ font-family:var(--f-display); font-weight:700; font-size:17px; }
.offer-option .price del{ color:var(--ink-soft); font-weight:400; font-size:14px; margin-right:6px; }
.offer-option .sub{ font-size:12.5px; color:var(--ink-soft); margin-top:2px; }
.offer-option .check-list{ margin-top:10px; gap:6px; }
.offer-option .check-list li{ font-size:13px; }
.offer-option .check-list .tick{ width:18px; height:18px; }
.offer-option .check-list .tick svg{ width:11px; height:11px; }

.gift-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:14px 4px 4px; }
.gift-card{ background:var(--white); border-radius:var(--r-sm); padding:10px; text-align:center; }
.gift-card .offered{ display:inline-block; background:var(--sky); color:var(--purple); font-size:10px; font-weight:800; padding:2px 8px; border-radius:var(--r-pill); margin-bottom:6px; }
.gift-card .box{ width:100%; aspect-ratio:1/1; border-radius:var(--r-sm); background:var(--lavender-soft); margin-bottom:6px; display:flex; align-items:center; justify-content:center; color:var(--magenta-deep); }
.gift-card .box svg{ width:26px; height:26px; }
.gift-card .name{ font-size:11.5px; font-weight:800; }

.buy-cta{ margin-top:22px; }
.buy-cta .btn{ font-size:17px; }
.buy-cta-note{ text-align:center; font-size:12.5px; font-weight:700; margin-top:10px; color:var(--magenta-deep); }
.mini-trust-row{ display:flex; justify-content:space-between; gap:10px; margin-top:20px; flex-wrap:wrap; }
.mini-trust-row .mt{ display:flex; flex-direction:column; align-items:center; gap:6px; flex:1; text-align:center; font-size:11.5px; font-weight:700; }
.mini-trust-row svg{ width:22px; height:22px; color:var(--magenta-deep); }

.anchor-links{ margin-top:22px; border-top:1px solid var(--line); }
.anchor-links a{
  display:flex; align-items:center; justify-content:space-between; padding:14px 2px; font-weight:800; font-size:14.5px;
  border-bottom:1px solid var(--line);
}
.anchor-links svg{ width:16px; height:16px; color:var(--ink-soft); }

/* ============================================================
   AVIS CLIENTS
   ============================================================ */
.reviews-badge{ display:flex; flex-direction:column; align-items:center; gap:6px; margin-bottom:10px; }
.reviews-badge .excellent{ display:flex; align-items:center; gap:8px; font-family:var(--f-display); font-weight:700; font-size:19px; }
.reviews-badge .stars{ color:var(--gold-deep); font-size:17px; letter-spacing:2px; }
.review-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.review-card{ background:var(--white); border-radius:var(--r-md); padding:24px; }
.review-card .stars{ color:var(--gold-deep); font-size:14px; letter-spacing:1px; }
.review-card h4{ margin-top:12px; font-size:16px; }
.review-card p{ margin-top:8px; font-size:14px; color:var(--ink-soft); line-height:1.6; }
.review-card .who{ margin-top:14px; font-size:12.5px; font-weight:800; display:flex; align-items:center; gap:6px; }
.review-card .who svg{ width:13px; height:13px; color:var(--magenta-deep); }

/* ============================================================
   ETAPES D'UTILISATION
   ============================================================ */
.steps-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-top:10px; }
.step-card{ text-align:center; }
.step-num{
  width:52px; height:52px; border-radius:50%; background:var(--purple); color:var(--white);
  font-family:var(--f-display); font-weight:700; font-size:18px; display:flex; align-items:center; justify-content:center;
  margin:0 auto 16px;
}
.step-card h3{ font-size:18px; margin-bottom:8px; }
.step-card p{ font-size:14.5px; color:var(--ink-soft); }
.steps-footnote{ margin-top:40px; background:var(--white); border-radius:var(--r-md); padding:20px 24px; font-size:13.5px; color:var(--ink-soft); text-align:center; }
.steps-footnote strong{ color:var(--purple); }

/* ============================================================
   QUALITE (badges circulaires)
   ============================================================ */
.quality-badges{ display:grid; grid-template-columns:1fr 1fr; gap:36px; max-width:640px; margin:0 auto; }
.quality-badge{ display:flex; flex-direction:column; align-items:center; gap:14px; text-align:center; }
.quality-badge .circle{
  width:96px; height:96px; border-radius:50%; border:2.5px solid var(--gold-deep); background:var(--white);
  display:flex; align-items:center; justify-content:center; color:var(--gold-deep);
}
.quality-badge .circle svg{ width:38px; height:38px; }
.quality-badge span{ font-weight:800; font-size:14.5px; }

/* -------- cartes matières (photo + badge) -------- */
.material-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:44px; }
.material-card{
  position:relative; border-radius:var(--r-md); overflow:hidden; aspect-ratio:4/5;
  background: linear-gradient(160deg, var(--purple), var(--purple-deep));
  display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-end; padding:22px;
}
.material-card:nth-child(2){ background:linear-gradient(160deg, var(--magenta), var(--magenta-deep)); }
.material-card:nth-child(3n){ background:linear-gradient(160deg, #6a4a1f, #4a3315); }
.material-card.has-photo{ background-size:cover; background-position:center; }
.material-card .pill{
  background:rgba(255,255,255,0.92); color:var(--purple); font-size:11px; font-weight:800;
  padding:5px 12px; border-radius:var(--r-pill); margin-bottom:12px;
}
.material-card h4{ color:var(--white); font-size:19px; }
.material-card p{ color:rgba(255,255,255,0.85); font-size:13px; margin-top:6px; }

/* ============================================================
   FINITIONS (tabs)
   ============================================================ */
.variant-tabs{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin:30px 0 24px; }
.variant-tab{
  padding:12px 22px; border-radius:var(--r-pill); border:2px solid var(--line); background:var(--white);
  font-weight:800; font-size:14px; color:var(--ink-soft); transition:all .2s ease;
}
.variant-tab.active{ background:var(--purple); color:var(--white); border-color:var(--purple); }
.variant-tags{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; font-size:13px; color:var(--ink-soft); font-weight:700; }
.variant-tags span::after{ content:"•"; margin-left:10px; color:var(--line); }
.variant-tags span:last-child::after{ content:""; }

/* ============================================================
   CONTROLE QUALITE (carte pleine couleur)
   ============================================================ */
.lab-card{ background:var(--purple); border-radius:var(--r-xl); padding:48px 40px; color:var(--white); }
.lab-card p.lead{ max-width:640px; color:rgba(255,255,255,0.8); font-size:15px; margin-bottom:30px; }
.lab-grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.lab-item{ display:flex; align-items:center; gap:14px; }
.lab-item .circle{
  width:52px; height:52px; border-radius:50%; border:2px solid var(--gold); flex-shrink:0;
  display:flex; align-items:center; justify-content:center; color:var(--gold);
}
.lab-item .circle svg{ width:22px; height:22px; }
.lab-item span{ font-weight:700; font-size:15px; }

/* ============================================================
   BLOCS ALTERNES IMAGE / TEXTE
   ============================================================ */
.alt-block{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; margin-top:70px; }
.alt-block:first-of-type{ margin-top:0; }
.alt-block .media-placeholder{ aspect-ratio:5/4; }
.alt-block .check-list{ margin-top:18px; }
.alt-block h3{ font-size:22px; }

.guarantee-block{
  margin-top:70px; background:var(--gold); border-radius:var(--r-lg); padding:36px 40px;
  display:flex; align-items:center; gap:20px;
}
.guarantee-block svg{ width:44px; height:44px; color:var(--purple); flex-shrink:0; }
.guarantee-block h3{ font-size:19px; }
.guarantee-block p{ font-size:14px; color:var(--purple); margin-top:4px; }

/* ============================================================
   TABLEAU COMPARATIF
   ============================================================ */
.compare-wrap{ overflow-x:auto; }
.compare-table{ width:100%; border-collapse:separate; border-spacing:0; min-width:600px; }
.compare-table th{ padding:18px 16px; text-align:left; font-family:var(--f-display); font-size:15px; }
.compare-table th.mid{ background:var(--gold); color:var(--purple); border-radius:var(--r-sm) var(--r-sm) 0 0; text-align:center; font-size:18px; }
.compare-table td{ padding:18px 16px; border-bottom:1px solid var(--line); font-size:14.5px; }
.compare-table td.mid{ background:var(--gold); text-align:center; }
.compare-table tr:last-child td.mid{ border-radius:0 0 var(--r-sm) var(--r-sm); }
.compare-table td.mid svg, .compare-table td.side svg{ width:20px; height:20px; }
.compare-table td.mid svg{ color:var(--purple); }
.compare-table td.side{ text-align:center; color:var(--ink-soft); }

/* ============================================================
   COMMUNAUTE (grille vidéo)
   ============================================================ */
.community-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:10px; }
.community-item{
  position:relative; aspect-ratio:3/4; border-radius:var(--r-md); overflow:hidden;
  background:linear-gradient(160deg, var(--lavender-soft), var(--sky-soft));
  display:flex; align-items:center; justify-content:center;
}
.community-item .play{
  width:48px; height:48px; border-radius:50%; background:rgba(255,255,255,0.9);
  display:flex; align-items:center; justify-content:center; color:var(--purple);
}
.community-item .play svg{ width:18px; height:18px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ border-bottom:1.5px solid var(--line); }
.faq-trigger{
  width:100%; background:none; border:none; display:flex; align-items:center; gap:18px; padding:22px 4px;
  text-align:left; font-family:var(--f-display); font-weight:700; font-size:16px; color:var(--purple);
}
.faq-trigger .num{ color:var(--magenta-deep); font-size:14px; width:26px; flex-shrink:0; }
.faq-trigger .plus{ margin-left:auto; width:22px; height:22px; flex-shrink:0; transition:transform .3s ease; }
.faq-item.open .faq-trigger .plus{ transform:rotate(45deg); }
.faq-panel{ max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-panel-inner{ padding:0 4px 22px 48px; font-size:14.5px; color:var(--ink-soft); line-height:1.7; }

/* ============================================================
   BARRE STICKY
   ============================================================ */
.sticky-bar{
  position:fixed; left:16px; right:16px; bottom:-120px; z-index:400; background:var(--white);
  border-radius:var(--r-lg); box-shadow:var(--shadow-deep); transition:bottom .35s ease;
}
.sticky-bar.show{ bottom:16px; }
.sticky-bar .inner{ display:flex; align-items:center; gap:16px; padding:12px 18px; }
.sticky-thumb{ width:52px; height:52px; border-radius:var(--r-sm); background-color:var(--lavender-soft); background-size:cover; background-position:center; flex-shrink:0; }
.sticky-text{ flex:1; min-width:0; }
.sticky-text .t{ font-weight:800; font-size:14px; }
.sticky-text .s{ font-size:12px; color:var(--ink-soft); }
.sticky-bar .btn{ padding:14px 22px; font-size:14px; flex-shrink:0; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{ padding:80px 0 40px; text-align:center; }
.site-footer .logo img{ height:36px; }
.footer-links{ display:flex; justify-content:center; gap:60px; margin-top:36px; flex-wrap:wrap; }
.footer-links ul{ display:flex; flex-direction:column; gap:12px; }
.footer-links a{ font-size:14px; font-weight:700; }
.footer-links a:hover{ color:var(--magenta-deep); }
.footer-legal{ max-width:720px; margin:40px auto 0; font-size:12px; color:var(--ink-soft); line-height:1.7; }
.footer-bottom{ margin-top:28px; font-size:13px; color:var(--ink-soft); }

/* ============================================================
   PANIER LATERAL
   ============================================================ */
.cart-overlay{
  position:fixed; inset:0; background:rgba(38,10,95,0.4); backdrop-filter:blur(2px);
  z-index:600; opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.cart-overlay.open{ opacity:1; pointer-events:auto; }
.cart-drawer{
  position:fixed; top:0; right:0; bottom:0; width:min(430px,92vw); background:var(--paper);
  z-index:601; box-shadow:-20px 0 50px -20px rgba(38,10,95,0.5);
  transform:translateX(100%); transition:transform .4s cubic-bezier(.2,.8,.2,1);
  display:flex; flex-direction:column;
}
.cart-drawer.open{ transform:translateX(0); }
.cart-head{ display:flex; align-items:center; justify-content:space-between; padding:22px 24px; border-bottom:1px solid var(--line); }
.cart-head h3{ font-size:20px; }
.cart-close{ background:var(--lavender-soft); border:none; width:36px; height:36px; border-radius:50%; font-size:20px; color:var(--purple); line-height:1; }
.cart-items{ flex:1; overflow-y:auto; padding:8px 24px; }
.cart-empty{ padding:70px 10px; text-align:center; color:var(--ink-soft); font-size:14.5px; }
.cart-empty svg{ width:44px; height:44px; color:var(--lavender-soft); margin:0 auto 14px; }
.cart-item{ display:flex; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.cart-item .ci-thumb{ width:64px; height:64px; border-radius:var(--r-sm); background:linear-gradient(155deg,var(--sky),var(--lavender-soft)); background-size:cover; background-position:center; flex-shrink:0; }
.cart-item .ci-name{ font-family:var(--f-display); font-size:14.5px; font-weight:700; }
.cart-item .ci-opts{ font-size:12.5px; color:var(--ink-soft); margin-top:4px; }
.cart-item .ci-price{ font-family:var(--f-display); font-size:14px; margin-top:8px; color:var(--magenta-deep); }
.cart-item .ci-remove{ margin-left:auto; background:none; border:none; color:var(--ink-soft); font-size:12px; font-weight:700; align-self:flex-start; }
.cart-item .ci-remove:hover{ color:var(--magenta-deep); }
.cart-foot{ padding:20px 24px 28px; border-top:1px solid var(--line); }
.cart-foot .total-line{ display:flex; justify-content:space-between; align-items:baseline; font-size:15px; font-weight:700; margin-bottom:16px; }
.cart-foot .total-line b{ font-family:var(--f-display); font-size:20px; color:var(--purple); }
.cart-note{ font-size:11.5px; color:var(--ink-soft); text-align:center; margin-top:12px; }

.fly-item{
  position:fixed; width:26px; height:26px; border-radius:50%;
  background:radial-gradient(circle at 30% 30%, var(--gold), var(--gold-deep));
  z-index:900; pointer-events:none; box-shadow:0 6px 16px -4px rgba(219,166,47,0.6);
  transition: transform .55s cubic-bezier(.3,.7,.3,1), opacity .55s ease .05s;
}

.toast{
  position:fixed; bottom:26px; left:50%; transform:translateX(-50%) translateY(20px); z-index:700;
  background:var(--purple); color:#fff; padding:14px 24px; border-radius:var(--r-pill);
  font-family:var(--f-display); font-size:13.5px; font-weight:700;
  opacity:0; pointer-events:none; transition:all .35s ease; display:flex; align-items:center; gap:10px;
}
.toast.show{ opacity:1; transform:translateX(-50%) translateY(0); }
.toast svg{ width:16px; height:16px; color:var(--gold); }

.btn.pulse{ animation:ctaPulse .4s ease; }
@keyframes ctaPulse{ 0%{ transform:scale(1); } 40%{ transform:scale(0.96); } 100%{ transform:scale(1); } }

body.lock-scroll{ overflow:hidden; }

/* ============================================================
   PAGE DE PAIEMENT
   ============================================================ */
.checkout-overlay{
  position:fixed; inset:0; background:var(--lavender); z-index:800;
  opacity:0; pointer-events:none; transform:translateY(16px);
  transition:opacity .35s ease, transform .35s ease;
  overflow-y:auto;
}
.checkout-overlay.open{ opacity:1; pointer-events:auto; transform:translateY(0); }
.checkout-topbar{ background:var(--white); border-bottom:1px solid var(--line); padding:18px 0; }
.checkout-topbar-inner{ display:flex; align-items:center; justify-content:space-between; }
.checkout-secure{ display:flex; align-items:center; gap:8px; font-weight:800; font-size:13px; color:var(--ink-soft); }
.checkout-secure svg{ width:18px; height:18px; color:var(--magenta-deep); }
.checkout-body{ display:grid; grid-template-columns:1.3fr 1fr; gap:48px; align-items:flex-start; padding:48px 28px 90px; }
.checkout-section{ background:var(--white); border-radius:var(--r-lg); padding:26px 28px; margin-bottom:20px; }
.checkout-section h3{ font-size:17px; margin-bottom:16px; }
.field-grid{ display:grid; grid-template-columns:1fr; gap:14px; }
.field-grid.two{ grid-template-columns:1fr 1fr; }
.field{ display:flex; flex-direction:column; gap:6px; }
.field span{ font-size:12.5px; font-weight:800; color:var(--ink-soft); }
.field input{
  border:1.5px solid var(--line); border-radius:var(--r-sm); padding:13px 14px; font-size:14.5px; color:var(--ink);
  background:var(--paper); transition:border-color .2s ease;
}
.field input:focus{ border-color:var(--magenta); outline:none; }
.checkout-submit{ font-size:17px; }
.checkout-summary{ background:var(--white); border-radius:var(--r-lg); padding:26px 28px; position:sticky; top:24px; }
.checkout-summary h3{ font-size:17px; margin-bottom:14px; }
.checkout-item{ display:flex; gap:12px; align-items:center; padding:12px 0; border-bottom:1px solid var(--line); }
.checkout-item .ci-thumb{ width:48px; height:48px; border-radius:var(--r-sm); background:linear-gradient(155deg,var(--sky),var(--lavender-soft)); background-size:cover; background-position:center; flex-shrink:0; }
.checkout-item .ci-name{ font-family:var(--f-display); font-size:13.5px; font-weight:700; }
.checkout-item .ci-opts{ font-size:11.5px; color:var(--ink-soft); margin-top:2px; }
.checkout-item .ci-price{ margin-left:auto; font-family:var(--f-display); font-size:13.5px; color:var(--magenta-deep); }
.checkout-summary .total-line{ display:flex; justify-content:space-between; font-size:14px; margin-top:14px; }
.checkout-summary .total-line.grand{ font-weight:800; font-size:16px; margin-top:16px; padding-top:16px; border-top:1px solid var(--line); color:var(--purple); }

@media (max-width:860px){
  .checkout-body{ grid-template-columns:1fr; padding:32px 20px 70px; }
  .checkout-summary{ position:static; order:-1; }
  .field-grid.two{ grid-template-columns:1fr; }
}

/* ============================================================
   POPUP CONFIRMATION DE COMMANDE
   ============================================================ */
.order-popup-overlay{
  position:fixed; inset:0; background:rgba(38,10,95,0.45); backdrop-filter:blur(2px);
  z-index:900; display:flex; align-items:center; justify-content:center; padding:20px;
  opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.order-popup-overlay.open{ opacity:1; pointer-events:auto; }
.order-popup{
  background:var(--white); border-radius:var(--r-lg); padding:40px 36px; max-width:380px; width:100%;
  text-align:center; box-shadow:var(--shadow-deep); transform:scale(.94); transition:transform .3s ease;
}
.order-popup-overlay.open .order-popup{ transform:scale(1); }
.order-check{
  width:60px; height:60px; border-radius:50%; background:var(--gold); color:var(--purple);
  display:flex; align-items:center; justify-content:center; margin:0 auto 18px;
}
.order-check svg{ width:28px; height:28px; }
.order-popup h3{ font-size:20px; }
.order-popup p{ margin-top:10px; font-size:14px; color:var(--ink-soft); line-height:1.6; }
.order-popup .btn{ margin-top:22px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:980px){
  .hero .container, .stats-section .container, .buy-section .container, .alt-block{ grid-template-columns:1fr; }
  .stats-media, .hero-media{ order:-1; }
  .intro-grid{ grid-template-columns:repeat(2,1fr); }
  .benefits-grid{ grid-template-columns:1fr; }
  .material-grid{ grid-template-columns:repeat(2,1fr); }
  .review-grid{ grid-template-columns:1fr; }
  .steps-grid{ grid-template-columns:1fr; }
  .community-grid{ grid-template-columns:repeat(2,1fr); }
  .quality-badges{ grid-template-columns:1fr; max-width:320px; }
  .lab-grid{ grid-template-columns:1fr; }
  .footer-links{ gap:36px; }
  .buy-section{ margin:0 12px; }
}
@media (max-width:640px){
  section{ padding:60px 0; }
  .tier-grid{ grid-template-columns:1fr; }
  .gift-row{ grid-template-columns:1fr; }
  .intro-grid{ grid-template-columns:1fr; }
  .compare-table{ font-size:13px; }
  .trust-icons{ gap:16px; }
  .mini-trust-row{ justify-content:center; }
}
