/* ═══════════════════════════════════════════
   FITNESS KETO CAPSULES — PAGE DE VENTE FR-CA
   Structure : TheraWolf (identique)
   Couleurs : vert keto (index.html)
═══════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:68px}

:root{
  --brand:#3dc051;
  --brand-dark:#2a9040;
  --brand-glow:#3dc051;
  --green-mid:#2d9e42;
  --amber:#ffb20a;
  --amber-dark:#e09b00;
  --gold:#ffb20a;
  --gold-light:#ffd15c;
  --black:#fefeff;
  --dark:#f3f7f3;
  --dark-2:#eaf4eb;
  --dark-3:#ddeede;
  --dark-4:#cce5cd;
  --dark-card:#f7fbf7;
  --white:#2a2429;
  --off-white:#3a3240;
  --grey-text:#6b6070;
  --light-text:#4a4050;
  --red:#d24739;
  --border-dark:rgba(42,36,41,.10);
  --border-green:rgba(61,192,81,.35);
  --radius:14px;
  --radius-sm:8px;
  --shadow-green:0 8px 32px rgba(61,192,81,.18);
  --shadow-dark:0 8px 32px rgba(42,36,41,.12);
  --tr:all .28s cubic-bezier(.4,0,.2,1);
  --font-display:'Barlow Condensed',sans-serif;
  --font-body:'DM Sans',sans-serif;
  /* ── VARIABLES AJOUTÉES pour les sections sans style ── */
  --cream-2:#f3f7f3;
  --green:#2a9040;
  --border:rgba(42,36,41,.12);
  --text-dark:#2a2429;
  --text-muted:#6b6070;
  --text-mid:#4a4050;
}

body{
  font-family:var(--font-body);
  color:var(--white);
  background:var(--black);
  overflow-x:hidden;
  line-height:1.7;
  padding-top:98px;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 24px}

/* ═══ SCROLL REVEAL ═══ */
.rv{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
.rv.vi{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}

/* ═══ URGENT BAR ═══ */
.urgent-bar{
  position:fixed;top:0;left:0;right:0;z-index:10001;
  min-height:30px;
  background:linear-gradient(90deg,#2a9040,#3dc051,#2a9040);
  background-size:200% 100%;
  animation:gradShift 4s ease infinite;
  text-align:center;padding:7px 16px;font-size:13px;font-weight:700;letter-spacing:.3px;
  line-height:1.25;color:#fff;
}
.urgent-bar span{color:var(--gold-light)}
.urgent-bar a{color:#fff;text-decoration:underline;text-underline-offset:2px;margin-left:6px}
@keyframes gradShift{0%,100%{background-position:0%}50%{background-position:100%}}

/* ═══ FIXED NAV ═══ */
#main-nav{
  position:fixed;top:30px;left:0;right:0;z-index:10000;
  background:linear-gradient(90deg,#ffffff 0%,#f3faf4 100%);
  border-bottom:1px solid var(--border-green);
  box-shadow:0 4px 24px rgba(0,0,0,.7);
  height:68px;display:flex;align-items:center;
}
.nav-inner{
  max-width:1200px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;
}
.nav-brand{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex-shrink:0;
  line-height:1;
}
.nav-brand img,
.nav-logo{
  display:block;
  width:auto;
  height:46px;
  max-width:178px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(61,192,81,.18));
}
.nav-brand span{color:var(--brand-glow)}
.nav-links{display:flex;align-items:center;gap:4px}
.nav-links a{
  color:rgba(42,36,41,.78);font-size:14px;font-weight:600;
  padding:6px 13px;border-radius:6px;transition:var(--tr);
  letter-spacing:.2px;white-space:nowrap;
}
.nav-links a:hover{color:#2a2429;background:rgba(61,192,81,.15)}
.nav-cta{
  background:linear-gradient(135deg,var(--gold),var(--amber));
  color:#111!important;
  padding:10px 22px;border-radius:7px;
  font-family:var(--font-display);font-weight:700;font-size:15px;
  letter-spacing:.5px;text-transform:uppercase;
  box-shadow:0 4px 18px rgba(234,179,8,.45);
  transition:var(--tr);display:inline-flex;align-items:center;gap:7px;
  white-space:nowrap;flex-shrink:0;
  animation:pulseNav 2.5s ease-in-out infinite;
}
.nav-cta:hover{background:linear-gradient(135deg,var(--amber-dark),var(--brand-dark));color:#fff!important;transform:translateY(-2px);animation:none}
@keyframes pulseNav{0%,100%{box-shadow:0 4px 18px rgba(234,179,8,.45)}50%{box-shadow:0 6px 28px rgba(234,179,8,.75)}}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}
.nav-toggle span{display:block;width:26px;height:2.5px;background:#2a2429;border-radius:2px;transition:var(--tr)}
.mobile-nav-cta{display:none}

@media(max-width:960px){
  .nav-links{display:none;position:absolute;top:68px;left:0;right:0;background:#ffffff;border-bottom:1px solid var(--border-green);flex-direction:column;align-items:flex-start;padding:14px 20px 18px;gap:0}
  .nav-links.open{display:flex}
  .nav-links a{width:100%;padding:11px 6px;border-bottom:1px solid rgba(42,36,41,.06);border-radius:0;color:rgba(42,36,41,.85)!important}
  .nav-links a:last-child{border-bottom:none}
  .nav-toggle{display:flex}
  .nav-cta{display:none}
  .mobile-nav-cta{display:inline-flex}
}

/* ═══ TRUST MARQUEE ═══ */
.trust-bar{background:var(--brand);padding:11px 0;overflow:hidden}
.marquee-track{display:flex;white-space:nowrap;animation:marquee 20s linear infinite}
.trust-item{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.9);font-size:12.5px;font-weight:700;padding:0 24px;flex-shrink:0;letter-spacing:.3px}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ═══ SECTIONS ═══ */
.section{padding:80px 0}
.section-dark{background:var(--dark)}
.section-darker{background:var(--black)}
.section-card{background:var(--dark-2)}

/* ── SEÇÕES EXTRAS SEM CLASSE (how-to-use, science, bonus, bg-white) ── */
section#how-to-use,
section.bg-white{
  background:#f3f7f3;
  padding:80px 0;
}
section#how-to-use .container,
section.bg-white .container{
  max-width:1100px;margin:0 auto;padding:0 24px;
}
/* bonus card */
.bonus-card{
  display:flex;align-items:center;gap:24px;
  background:#fff;border:1px solid var(--border-green);
  border-radius:var(--radius);padding:24px;
  max-width:640px;margin:24px auto;
  box-shadow:var(--shadow-dark);
}
.bonus-card img{width:120px;height:auto;border-radius:8px;flex-shrink:0}
.bonus-card-body{flex:1}
.bonus-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--brand);margin-bottom:6px}
.bonus-card-body h4{font-family:var(--font-display);font-size:1.1rem;color:#2a2429;margin-bottom:6px}
.bonus-price-old{font-size:.85rem;color:rgba(42,36,41,.4);text-decoration:line-through;margin-bottom:3px}
.bonus-price-free{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--brand)}
/* science section wrapper */
section:not([id]):not([class]) + section:not([id]):not([class]){background:var(--dark)}

.section-label{
  font-family:var(--font-display);font-size:12px;letter-spacing:3px;text-transform:uppercase;
  color:var(--brand-glow);font-weight:700;margin-bottom:10px;display:block;
}
h2{
  font-family:var(--font-display);font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;
  line-height:1.15;color:var(--white);margin-bottom:14px;letter-spacing:.5px;
}
h3{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:10px;letter-spacing:.3px}
h4{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--white);margin-bottom:8px}
p{color:var(--light-text);margin-bottom:14px;line-height:1.78}
.section-title{text-align:center;max-width:760px;margin:0 auto 44px}
.section-title h2::after{content:'';display:block;width:56px;height:3px;background:linear-gradient(90deg,var(--brand),var(--amber));margin:12px auto 0;border-radius:2px}
.section-title p{color:var(--grey-text)}

/* ═══ CTA BUTTONS ═══ */
.btn-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:linear-gradient(135deg,var(--gold),var(--brand-glow));
  color:#100407!important;font-family:var(--font-display);font-weight:800;
  font-size:1.1rem;letter-spacing:.8px;text-transform:uppercase;
  padding:17px 40px;border-radius:9px;
  box-shadow:0 6px 28px rgba(22,163,74,.5);
  transition:var(--tr);position:relative;overflow:hidden;
  text-decoration:none;cursor:pointer;border:none;
  animation:pulseCta 2.4s ease-in-out infinite;
}
.btn-cta::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s ease}
.btn-cta:hover::before{left:100%}
.btn-cta:hover{background:linear-gradient(135deg,var(--amber-dark),var(--brand-dark));color:#fff!important;transform:translateY(-3px);box-shadow:0 12px 40px rgba(22,163,74,.65);animation:none}
.btn-cta:active{transform:scale(.97)}
.btn-cta-sm{font-size:.9rem;padding:13px 26px;letter-spacing:.5px;animation:none}
.btn-cta-full{width:100%;max-width:540px;display:flex;margin:0 auto}
.btn-cta-wrap{text-align:center;margin:32px 0}
@keyframes pulseCta{0%,100%{box-shadow:0 6px 28px rgba(22,163,74,.5)}50%{box-shadow:0 10px 44px rgba(22,163,74,.8);transform:translateY(-2px)}}

/* ═══ HERO ═══ */
.hero{
  background:radial-gradient(ellipse at 70% 40%,rgba(61,192,81,.12) 0%,transparent 55%),
             linear-gradient(160deg,#f0faf1 0%,#eaf4eb 40%,#f0faf1 100%);
  position:relative;overflow:hidden;padding:0;min-height:600px;
  display:flex;flex-direction:column;
}
.hero-noise{
  position:absolute;inset:0;pointer-events:none;opacity:.015;
  background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:200px;
}
.hero-grid{
  display:grid;grid-template-columns:1fr 440px;
  min-height:600px;align-items:center;position:relative;z-index:1;gap:0;
}
.hero-left{padding:56px 48px 56px 0;display:flex;flex-direction:column;gap:20px}
.hero-right{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,rgba(61,192,81,.07) 0%,transparent 100%);
  display:flex;align-items:center;justify-content:center;
  border-left:1px solid var(--border-green);min-height:600px;
}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.hero-badge-float{
  position:absolute;bottom:24px;left:20px;
  background:rgba(255,255,255,.95);border:1px solid var(--border-green);
  backdrop-filter:blur(8px);border-radius:10px;
  padding:12px 16px;z-index:2;
}
.hero-badge-float .big{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--brand);line-height:1}
.hero-badge-float .sub{font-size:12px;color:var(--grey-text);margin-top:3px}

.hero-topbar{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:4px;}
.hero-label{
  background:rgba(61,192,81,.12);border:1px solid rgba(61,192,81,.4);
  color:var(--brand-glow);font-size:11px;font-weight:800;letter-spacing:1.5px;
  text-transform:uppercase;padding:5px 13px;border-radius:4px;white-space:nowrap;
}
.hero-anchors{display:flex;gap:8px;flex-wrap:wrap}
.hero-anchors a{
  font-size:12.5px;font-weight:600;color:rgba(42,36,41,.55);
  border-bottom:1px solid rgba(42,36,41,.18);padding-bottom:1px;
  transition:color .15s,border-color .15s;letter-spacing:.2px;
}
.hero-anchors a:hover{color:var(--brand-glow);border-color:var(--brand-glow)}

.hero h1{
  font-family:var(--font-display);
  font-size:clamp(2.1rem,4.5vw,3.2rem);line-height:1.08;
  color:#2a2429;font-weight:800;letter-spacing:1px;margin:0;
}
.hero h1 em{color:var(--brand);font-style:italic}

.hero-sub{font-size:16px;color:rgba(42,36,41,.72);line-height:1.65;max-width:560px}
.hero-sub strong{color:#2a2429}

.author-badge{
  display:inline-flex;align-items:center;gap:10px;
  background:rgba(42,36,41,.04);border:1px solid rgba(42,36,41,.1);
  border-radius:8px;padding:10px 14px;width:fit-content;
}
.author-av{
  width:36px;height:36px;border-radius:50%;background:var(--brand);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:13px;flex-shrink:0;
}
/* Corrigé : texte blanc sur fond clair */
.author-info{font-size:12px;color:rgba(42,36,41,.7);line-height:1.4}
.author-info strong{display:block;color:#2a2429;font-size:13px}

.hero-verdict{
  background:rgba(61,192,81,.08);border:1px solid rgba(61,192,81,.3);
  border-radius:10px;padding:14px 18px;
  display:flex;align-items:center;gap:14px;max-width:480px;
}
.verd-score{font-family:var(--font-display);font-size:2.6rem;font-weight:800;color:var(--brand-glow);line-height:1;flex-shrink:0}
/* Corrigé : contraste sur fond clair */
.verd-text{font-size:13px;color:#3a3240;line-height:1.5}
.verd-text strong{color:#2a2429;display:block;font-size:14px;margin-bottom:2px}
.stars{color:var(--gold);font-size:13px;letter-spacing:1px}

/* Corrigé : contraste sur fond clair */
.hero-bullets{list-style:none;display:flex;flex-direction:column;gap:6px}
.hero-bullets li{font-size:13.5px;display:flex;align-items:flex-start;gap:9px;color:#3a3240;line-height:1.5;}
.hero-bullets li span.ok{color:var(--brand-glow);font-weight:900;flex-shrink:0}
.hero-bullets li span.no{color:var(--red);font-weight:900;flex-shrink:0}

.hero-badges{display:flex;gap:8px;flex-wrap:wrap}
.hbadge{
  background:rgba(42,36,41,.05);border:1px solid rgba(42,36,41,.12);
  border-radius:6px;padding:6px 11px;font-size:11px;font-weight:700;
  color:rgba(42,36,41,.78);letter-spacing:.4px;text-transform:uppercase;
}
.hero-disclaimer{font-size:11px;color:rgba(42,36,41,.45);display:block;margin-top:5px}

/* ═══ SCORE CARD ═══ */
.score-card{
  background:var(--dark-card);border:1px solid var(--border-dark);
  border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow-dark);margin:24px 0;
}
.score-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.score-item{text-align:center}
.score-num{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--brand-glow);line-height:1;margin-bottom:6px;}
.score-label{font-size:.8rem;color:var(--grey-text);font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}
.score-bar{background:rgba(42,36,41,.12);border-radius:999px;height:5px;overflow:hidden}
.score-bar-fill{height:100%;background:linear-gradient(90deg,var(--brand),var(--gold));border-radius:999px}

/* ═══ EDITORIAL INTRO ═══ */
.editorial-intro{
  background:rgba(61,192,81,.07);border-left:3px solid var(--brand);
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  padding:18px 22px;margin-bottom:24px;
}
/* Corrigé : contraste explicite sur fond clair */
.editorial-intro p{font-family:var(--font-display);font-size:1.15rem;color:#2a2429;margin:0;line-height:1.6;letter-spacing:.2px}

/* ═══ OVERVIEW TABLE ═══ */
.overview-table{width:100%;border-collapse:collapse;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-dark);margin:24px 0}
.overview-table td{padding:12px 18px;border-bottom:1px solid var(--border-dark);font-size:.92rem;vertical-align:top;color:var(--light-text)}
.overview-table tr:last-child td{border-bottom:none}
.overview-table tr:nth-child(even) td{background:rgba(42,36,41,.025)}
.overview-table td:first-child{font-weight:700;color:rgba(42,36,41,.9);white-space:nowrap;width:38%}
.ov-good{color:var(--brand-glow);font-weight:700}
.ov-warn{color:var(--amber-dark);font-weight:700}

/* ═══ PROBLEM / SOLUTION ═══ */
.ps-grid{display:grid;grid-template-columns:400px 1fr;gap:40px;align-items:start;margin:24px 0}
.ps-grid-rev{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start;margin:28px 0}
.ps-img{border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 48px rgba(42,36,41,.12);border:1px solid var(--border-dark)}
.ps-img img{width:100%;display:block}
.ps-list{list-style:none;margin:14px 0}
.ps-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:15px;color:var(--light-text)}
.icon-bad{color:var(--red);font-weight:900;flex-shrink:0;margin-top:2px}
.icon-good{color:var(--brand-glow);font-weight:900;flex-shrink:0;margin-top:2px}

.solution-cta-box{
  background:rgba(61,192,81,.07);border:1px solid var(--border-green);
  border-left:4px solid var(--brand);border-radius:var(--radius-sm);
  padding:16px 18px;margin-top:18px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
/* Corrigé : contraste sur fond clair */
.cta-text strong{display:block;font-size:.92rem;color:#2a2429;margin-bottom:2px}
.cta-text span{font-size:.8rem;color:var(--grey-text)}
.solution-cta-box a{
  display:inline-block;background:var(--brand);color:#fff;
  font-family:var(--font-display);font-weight:700;font-size:.9rem;
  padding:11px 20px;border-radius:6px;white-space:nowrap;
  letter-spacing:.5px;text-transform:uppercase;transition:background .2s;
}
.solution-cta-box a:hover{background:var(--brand-dark)}

/* ═══ HOW IT WORKS ═══ */
.how-grid{display:grid;grid-template-columns:360px 1fr;gap:48px;align-items:start}
.how-media-stack{display:flex;flex-direction:column;gap:14px}
.how-media-slot{border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-dark);border:1px solid var(--border-dark)}
.how-list{list-style:none;display:flex;flex-direction:column;gap:9px;margin:14px 0 18px}
.how-list li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:var(--light-text);line-height:1.55}
.how-list li::before{content:'→';color:var(--brand-glow);font-weight:900;flex-shrink:0;margin-top:1px;font-family:var(--font-display)}

/* ═══ INGREDIENTS ═══ */
.ingredient-box{
  display:flex;align-items:flex-start;gap:18px;
  background:var(--dark-card);border:1px solid var(--border-dark);
  border-radius:var(--radius);padding:20px 22px;margin-bottom:12px;
  box-shadow:var(--shadow-dark);transition:var(--tr);cursor:default;
}
.ingredient-box:hover{border-color:var(--border-green);transform:translateX(4px)}
.ingredient-icon{
  width:60px;height:60px;min-width:60px;border-radius:12px;
  background:rgba(61,192,81,.1);border:1px solid var(--border-green);
  display:flex;align-items:center;justify-content:center;font-size:1.7rem;flex-shrink:0;
}
.ingredient-content h4{font-family:var(--font-display);font-size:1.05rem;color:var(--white);margin-bottom:5px;letter-spacing:.3px}
.ingredient-content p{font-size:.88rem;color:var(--grey-text);line-height:1.65;margin:0}
.ingredients-full-list{
  background:rgba(61,192,81,.05);border-left:3px solid var(--brand);
  border-radius:var(--radius-sm);padding:16px 20px;
  font-size:.87rem;color:var(--grey-text);line-height:1.65;margin:20px 0 24px;
}
.ingredients-full-list strong{color:var(--white);font-weight:700}

/* ═══ COMPARISON TABLE ═══ */
.comparison-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px}
.comparison-table{width:100%;border-collapse:collapse;font-size:14px;min-width:520px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-dark)}
.comparison-table thead th{background:#ddeede;color:var(--grey-text);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:14px 16px;text-align:center}
.comparison-table thead th:first-child{text-align:left}
.comparison-table .product-col-header{background:rgba(61,192,81,.75)!important;color:#fff!important}
.comparison-table tbody td{padding:13px 16px;border-bottom:1px solid var(--border-dark);font-size:.88rem;text-align:center;vertical-align:middle;color:var(--light-text);background:#ffffff}
.comparison-table tbody td:first-child{text-align:left;font-weight:600;color:var(--white)}
.comparison-table .highlighted-row td{background:rgba(61,192,81,.04)}
.check-yes{color:var(--brand-glow);font-weight:800;font-size:1rem}
.check-no{color:var(--red);font-weight:800}
.check-maybe{color:var(--amber-dark);font-weight:700;font-size:.82rem}

/* ═══ REVIEWS ═══ */
.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}
.review-card{
  background:var(--dark-card);border:1px solid var(--border-dark);
  border-radius:var(--radius);padding:22px;transition:var(--tr);
  border-top:3px solid var(--brand);
}
.review-card.green-top{border-top-color:var(--brand-glow)}
.review-card.amber-top{border-top-color:var(--gold)}
.review-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-dark)}
.review-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.review-avatar{
  width:44px;height:44px;border-radius:50%;background:rgba(61,192,81,.15);
  border:2px solid var(--border-green);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:14px;color:var(--brand);
}
.review-name{font-weight:600;font-size:14px;color:var(--white)}
.verified-badge{font-size:11px;color:var(--brand-glow);font-weight:700;background:rgba(34,197,94,.1);padding:2px 7px;border-radius:4px}
.review-text{font-size:14px;color:var(--grey-text);line-height:1.7;font-style:italic}
.stars-small{color:var(--gold);font-size:13px;margin-bottom:8px;letter-spacing:1px}

.rating-summary{
  background:var(--dark-card);border:1px solid var(--border-dark);border-radius:var(--radius);
  padding:28px 32px;margin:0 auto 36px;display:flex;flex-wrap:wrap;gap:32px;
  align-items:center;box-shadow:var(--shadow-dark);max-width:860px;
}
.rating-score{text-align:center;min-width:140px}
.big-num{font-family:var(--font-display);font-size:4.5rem;font-weight:800;color:var(--brand-glow);line-height:1}
.big-stars{color:var(--gold);font-size:1.4rem;letter-spacing:3px;margin:6px 0 4px}
.big-count{font-size:.83rem;color:var(--grey-text);font-weight:700}
.rating-bars{flex:1;min-width:240px;display:flex;flex-direction:column;gap:10px}
.rating-bar-row{display:flex;align-items:center;gap:10px}
.rating-bar-label{font-size:.83rem;color:var(--grey-text);width:40px;text-align:right}
.rating-bar-track{flex:1;background:rgba(42,36,41,.12);border-radius:999px;height:9px;overflow:hidden}
.rating-bar-fill{height:100%;background:var(--gold);border-radius:999px}
.rating-bar-pct{font-size:.82rem;color:var(--grey-text);width:34px}

/* ═══ SCAM SECTION ═══ */
.scam-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}
.scam-stat-card{
  background:#fff5f4;border:1px solid rgba(210,71,57,.2);
  border-top:4px solid var(--red);border-radius:var(--radius);
  padding:24px 16px;text-align:center;box-shadow:var(--shadow-dark);
}
.scam-stat-number{font-family:var(--font-display);font-size:2.6rem;font-weight:800;color:var(--red);line-height:1;margin-bottom:8px}
.scam-stat-label{font-size:.85rem;color:var(--grey-text);line-height:1.5}
.scam-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0}
.scam-warning-card{background:rgba(210,71,57,.05);border:1.5px solid rgba(210,71,57,.25);border-radius:var(--radius);padding:24px 22px;}
.scam-warning-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.97rem;color:var(--red);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(210,71,57,.2);}
.scam-avoid-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.scam-avoid-list li{display:flex;align-items:flex-start;gap:10px}
.scam-avoid-list strong{display:block;font-size:.9rem;color:var(--white);margin-bottom:2px}
.scam-avoid-list p{font-size:.83rem;color:var(--grey-text);margin:0;line-height:1.5}
.scam-rules-card{background:rgba(61,192,81,.06);border:1.5px solid rgba(61,192,81,.2);border-radius:var(--radius);padding:24px 22px;position:relative;}
.scam-rules-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--brand-glow);border-radius:var(--radius) 0 0 var(--radius)}
.scam-rules-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.97rem;color:var(--brand);margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(61,192,81,.2);}
.scam-rules-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.scam-rules-list li{display:flex;align-items:flex-start;gap:10px}
.scam-rule-num{background:var(--brand-glow);color:#100407;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;flex-shrink:0;margin-top:1px;}
.scam-rules-list strong{display:block;font-size:.9rem;color:var(--brand-glow);margin-bottom:2px}
.scam-rules-list p{font-size:.83rem;color:var(--grey-text);margin:0;line-height:1.5}

/* ═══ PRICING SECTION ═══ */
.pricing-section{
  background:linear-gradient(180deg,#f0faf1 0%,#e8f5e9 50%,#f0faf1 100%);
  padding:80px 0;position:relative;overflow:hidden;
}
.pricing-section::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse at center top,rgba(61,192,81,.08) 0%,transparent 60%);
}
.offer-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;color:var(--white);text-align:center;margin-bottom:10px;line-height:1.15;position:relative;z-index:1;letter-spacing:.5px;}
.offer-sub{font-size:1rem;color:#5a5060;text-align:center;max-width:680px;margin:0 auto 36px;line-height:1.72;position:relative;z-index:1}

.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:36px;position:relative;z-index:1}
.price-card{
  background:#ffffff;border:1px solid var(--border-dark);
  border-radius:var(--radius);padding:28px 16px;text-align:center;
  position:relative;transition:var(--tr);box-shadow:0 2px 12px rgba(42,36,41,.07);
}
.price-card:hover{background:#f7fdf7;border-color:var(--border-green);transform:translateY(-5px);box-shadow:var(--shadow-green)}
.price-card.featured{background:rgba(61,192,81,.07);border:2px solid var(--brand);transform:scale(1.04)}
.price-card.featured:hover{transform:scale(1.04) translateY(-4px)}
.price-card.best-val{background:rgba(255,178,10,.07);border:2px solid var(--gold)}
.has-badge{padding-top:46px}
.price-badge{
  position:absolute;top:-1px;left:50%;transform:translateX(-50%);
  background:var(--brand);color:#fff;
  font-family:var(--font-display);font-size:.68rem;font-weight:800;
  text-transform:uppercase;letter-spacing:1.2px;
  padding:5px 18px;border-radius:0 0 10px 10px;white-space:nowrap;
}
.price-card.best-val .price-badge{background:var(--gold);color:#100407}
.bottles{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--grey-text);margin-bottom:4px}
.price-title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:10px;letter-spacing:.3px}
.price-card img{max-width:85px;margin:0 auto 12px}
.price-image-slot{
  min-height:148px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:8px auto 14px;
  padding:10px 8px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(61,192,81,.06),rgba(255,178,10,.05));
  border:1px dashed rgba(42,36,41,.14);
}
.price-image-slot img{
  width:100%;
  max-width:150px!important;
  height:auto;
  object-fit:contain;
  margin:0 auto!important;
  filter:drop-shadow(0 12px 22px rgba(42,36,41,.12));
}
.price-card.featured .price-image-slot img,
.price-card.best-val .price-image-slot img{
  max-width:165px!important;
}
@media(max-width:600px){
  .price-image-slot{
    min-height:132px;
    margin:6px auto 12px;
  }
  .price-image-slot img,
  .price-card.featured .price-image-slot img,
  .price-card.best-val .price-image-slot img{
    max-width:140px!important;
  }
}
.price-old{font-size:.87rem;color:rgba(42,36,41,.35);text-decoration:line-through;margin-bottom:2px}
.price-new{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:var(--brand-glow);line-height:1;margin-bottom:2px}
.price-new span{font-size:1.2rem;vertical-align:top;margin-top:5px;display:inline-block}
.price-per{font-size:.76rem;color:var(--grey-text);margin-bottom:14px}
.price-perks{list-style:none;display:flex;flex-direction:column;gap:6px;text-align:left;margin-bottom:18px}
.price-perks li{font-size:.81rem;color:rgba(42,36,41,.65);display:flex;align-items:flex-start;gap:7px}
.price-perks li::before{content:'✓';color:var(--brand-glow);flex-shrink:0;font-weight:900}
.btn-order{
  display:block;background:linear-gradient(135deg,var(--gold),var(--brand-glow));
  color:#100407;font-family:var(--font-display);font-weight:800;
  padding:14px 16px;border-radius:8px;text-decoration:none;
  font-size:13.5px;letter-spacing:.6px;text-transform:uppercase;
  transition:all .2s;box-shadow:0 4px 18px rgba(22,163,74,.35);margin-bottom:12px;
}
.btn-order:hover{background:linear-gradient(135deg,var(--amber-dark),var(--brand-dark));color:#fefeff;transform:translateY(-2px)}

/* Countdown */
.countdown-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:4px}
.countdown-label{font-size:.68rem;font-weight:700;letter-spacing:2px;color:var(--grey-text);text-transform:uppercase}
.countdown-timer{font-family:var(--font-display);font-size:3.2rem;font-weight:800;color:var(--brand-glow);letter-spacing:3px;line-height:1;font-variant-numeric:tabular-nums;text-shadow:0 0 20px rgba(61,192,81,.3);}
.offer-timer-text{font-size:.85rem;color:var(--grey-text);text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:10px}
.urgency-text{text-align:center;font-size:.87rem;color:rgba(42,36,41,.45);margin-top:20px;font-style:italic}

/* ═══ TRUST SECTION ═══ */
.trust-section{background:linear-gradient(180deg,#e8f5e9 0%,#f0faf1 100%);padding:72px 0}
.trust-title{text-align:center;margin-bottom:40px}
.trust-title h2{margin-bottom:8px}
.trust-title p{color:var(--grey-text)}
.trust-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.trust-feat{
  text-align:center;padding:28px 20px;
  background:var(--dark-card);border:1px solid var(--border-dark);
  border-top:3px solid var(--brand);border-radius:var(--radius);transition:var(--tr);
}
.trust-feat:hover{background:rgba(61,192,81,.05);transform:translateY(-4px);border-color:var(--border-green)}
.trust-feat img{width:64px;height:64px;object-fit:contain;margin:0 auto 16px;display:block;}
.trust-feat h3{font-size:1.05rem;margin-bottom:10px}
.trust-feat p{font-size:.9rem;color:var(--grey-text);line-height:1.72;margin:0}
.trust-warn{margin-top:28px;text-align:center;color:#966000;font-size:.9rem;line-height:1.6;background:rgba(255,178,10,.10);border:1px solid rgba(255,178,10,.30);border-radius:var(--radius-sm);padding:14px 18px;}

/* ═══ GUARANTEE ═══ */
.guarantee-section{background:linear-gradient(160deg,#f0faf1 0%,#eaf4eb 100%);padding:68px 0;border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);}
.guarantee-section h2{text-align:center}
.guarantee-section p{color:var(--grey-text);text-align:center}
.guarantee-icon{
  width:180px;
  max-width:180px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.guarantee-icon img{
  width:100%;
  max-width:180px;
  height:auto;
  display:block;
  object-fit:contain;
}

@media(max-width:600px){
  .guarantee-icon{
    width:130px;
    max-width:130px;
    margin-bottom:14px;
  }

  .guarantee-icon img{
    max-width:130px;
  }
}

/* ═══ FAQ ═══ */
.faq-list{display:flex;flex-direction:column;gap:10px;max-width:820px;margin:0 auto}
.faq-item{background:var(--dark-card);border:1px solid var(--border-dark);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-dark);transition:var(--tr);}
.faq-item:hover{border-color:var(--border-green)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--white);transition:background .2s;position:relative;padding-right:40px;}
.faq-question::after{content:'＋';position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--brand-glow);transition:transform .2s}
.faq-question:hover{background:rgba(61,192,81,.06)}
.faq-item.open .faq-question::after{transform:translateY(-50%) rotate(45deg)}
.faq-answer{display:none;padding:0 20px 16px;font-size:.92rem;color:var(--grey-text);line-height:1.72;background:#fefeff}
.faq-item.open .faq-answer{display:block}

/* ═══ SEO FOOTER ═══ */
.seo-footer-section{background:#e8f5e9;padding:28px 0 16px;border-top:1px solid var(--border-dark)}
.seo-footer-box{text-align:center}
.seo-footer-box h2{font-size:.95rem;font-weight:700;color:rgba(42,36,41,.8);margin-bottom:14px;line-height:1.4;letter-spacing:.2px}
.seo-footer-box p{color:var(--grey-text);font-size:.73rem;font-style:italic;line-height:1.65;margin-bottom:10px;max-width:900px;margin-left:auto;margin-right:auto}
/* Corrigé : contraste sur fond clair */
.seo-footer-box strong{color:#2a2429;font-weight:700}

/* ═══ FOOTER ═══ */
.site-footer{background:#2a2429;padding:36px 0}
.footer-inner{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
.footer-sitemap{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:860px;margin:0 auto 24px;text-align:left}
.footer-sitemap-col h4{font-family:var(--font-display);font-size:.75rem;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}
.footer-sitemap-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-sitemap-col ul li a{font-size:.82rem;color:rgba(255,255,255,.45);transition:color .2s}
.footer-sitemap-col ul li a:hover{color:var(--brand-glow)}
.footer-divider{width:100%;max-width:860px;height:1px;background:rgba(255,255,255,.1);margin:4px 0}
.footer-links-row{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.footer-links-row a{color:rgba(255,255,255,.4);font-size:.82rem;transition:color .2s}
.footer-links-row a:hover{color:var(--white)}
.footer-copy{color:rgba(255,255,255,.35);font-size:.8rem;line-height:1.5}
.footer-disclaimer{color:rgba(255,255,255,.32);font-size:.7rem;font-style:italic;line-height:1.6;max-width:760px}

/* ═══ HOW-TO-USE STEPS ═══ */
#how-to-use .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:28px}
#how-to-use .step-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px 18px;text-align:center}
#how-to-use .step-num{width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
#how-to-use .step-card h4{font-family:var(--font-display);font-size:1rem;color:var(--text-dark);margin-bottom:7px}
#how-to-use .step-card p{font-size:13px;color:var(--text-muted);margin:0;line-height:1.6}
#how-to-use .step-note{background:#fff;border:1px solid var(--border);border-radius:10px;padding:18px 24px;margin-top:24px;text-align:center}
#how-to-use .step-note p{margin:0;font-size:14px;color:var(--text-mid)}

/* ═══ SCIENCE SECTION ═══ */
#science-section{background:var(--cream-2);padding:80px 0}
#science-section .science-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:840px;margin:0 auto}
#science-section .science-highlight{background:#fff;border:1px solid var(--border);border-radius:10px;padding:14px 18px;margin-top:8px}
#science-section .science-highlight p{margin:0;font-size:13px;color:var(--text-mid)}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1100px){.price-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-right{display:none}
  .hero-left{padding:48px 0 44px}
  .ps-grid,.ps-grid-rev{grid-template-columns:1fr}
  .how-grid{grid-template-columns:1fr}
  .trust-features-grid{grid-template-columns:1fr;gap:18px}
  .score-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr}
  .scam-split{grid-template-columns:1fr}
  .rating-summary{flex-direction:column}
  .footer-sitemap{grid-template-columns:1fr;gap:18px}
  .scam-stat-grid{grid-template-columns:1fr}
  #how-to-use .steps-grid{grid-template-columns:1fr}
  #science-section .science-grid{grid-template-columns:1fr}
  .bonus-card{flex-direction:column;text-align:center}
}
@media(max-width:700px){
  #how-to-use .steps-grid{grid-template-columns:1fr!important}
}
@media(max-width:600px){
  .section{padding:52px 0}
  .pricing-section,.trust-section{padding:52px 0}
  .price-cards{grid-template-columns:1fr}
  .price-card.featured{transform:none}
  .hero h1{font-size:2rem}
  .score-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  body{padding-top:116px !important}
  .urgent-bar{min-height:48px !important;height:48px !important;padding:7px 10px !important;font-size:12px !important;line-height:1.25 !important;display:flex !important;align-items:center !important;justify-content:center !important;flex-wrap:wrap !important;gap:0 4px !important}
  #main-nav{top:48px !important;height:68px !important}
  .nav-inner{justify-content:flex-start !important;padding:0 14px !important;gap:8px !important}
  .nav-brand{margin-right:auto !important;font-size:1.2rem !important}
  .mobile-nav-cta{margin-left:auto !important;margin-right:3px !important;padding:8px 12px !important;font-size:12.5px !important}
  .nav-toggle{margin-left:0 !important;padding:4px !important}
}
@media(max-width:430px){
  body{padding-top:114px !important}
  .urgent-bar{min-height:46px !important;height:46px !important;font-size:11.5px !important;padding:7px 9px !important}
  #main-nav{top:46px !important}
  .nav-brand{font-size:1.08rem !important}
  .mobile-nav-cta{margin-right:2px !important;padding:8px 10px !important;font-size:12px !important}
}
.hero-mobile-image{display:none}
@media(max-width:900px){
  .hero-mobile-image{display:block;width:100%;margin:6px 0 2px;border-radius:16px;overflow:hidden;border:1px solid rgba(61,192,81,.3);box-shadow:0 12px 34px rgba(42,36,41,.12)}
  .hero-mobile-image img{width:100%;height:auto;display:block;object-fit:cover}
}
@media(max-width:600px){.hero-mobile-image{margin:2px 0 0;border-radius:14px}}
@media(min-width:961px){.nav-links{gap:2px}.nav-links a{font-size:13.5px;padding:6px 10px}}
@media(min-width:961px) and (max-width:1100px){.nav-inner{padding:0 18px;gap:10px}.nav-brand{font-size:1.25rem}.nav-links a{font-size:13px;padding:6px 8px}.nav-cta{padding:9px 16px;font-size:14px}}
@keyframes ketoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.hero-right img{animation:ketoFloat 4.2s ease-in-out infinite;will-change:transform}
.hero-mobile-image img{animation:ketoFloat 4.6s ease-in-out infinite;will-change:transform}
@media(max-width:600px){@keyframes ketoFloatMobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}.hero-mobile-image img{animation:ketoFloatMobile 4.6s ease-in-out infinite}}
@media(max-width:900px){.marquee-track{animation-duration:10s !important}}
@media(max-width:900px){#problem .ps-grid-rev{display:flex;flex-direction:column}#problem .ps-grid-rev .ps-img{order:-1;margin-bottom:20px}#problem .ps-grid-rev > div:not(.ps-img){order:1}}

.payment-methods-wrap{
  position:relative;
  z-index:1;
  width:100%;
  max-width:260px;
  margin:0 auto 26px;
  padding:8px 10px;
  display:flex;
  justify-content:center;
  align-items:center;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,.16);
}

.payment-methods-wrap img{
  width:100%;
  max-width:230px;
  height:auto;
  object-fit:contain;
  display:block;
  opacity:1;
}

@media(max-width:600px){
  .payment-methods-wrap{
    max-width:220px;
    margin:0 auto 24px;
    padding:7px 9px;
    border-radius:9px;
  }

  .payment-methods-wrap img{
    max-width:200px;
    opacity:1;
  }
}

/* ═══ RESULTS GALLERY BEFORE FAQ ═══ */
.results-gallery-section{
  background:linear-gradient(180deg,#f0faf1 0%,#f7fbf7 100%);
  padding:54px 0 58px;
  border-top:1px solid rgba(42,36,41,.06);
  border-bottom:1px solid rgba(42,36,41,.06);
}

.results-gallery-wrap{
  max-width:980px;
  margin:0 auto;
  text-align:center;
}

.results-gallery-title{
  margin-bottom:28px;
}

.results-gallery-title .section-label{
  display:block;
  text-align:center;
  margin-bottom:8px;
}

.results-gallery-title h2{
  max-width:760px;
  margin:0 auto 10px;
  color:#2a2429;
}

.results-gallery-title p{
  max-width:680px;
  margin:0 auto;
  color:var(--grey-text);
  font-size:.95rem;
}

.results-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  align-items:stretch;
  justify-content:center;
}

.results-gallery-card{
  background:#ffffff;
  border:1px solid rgba(42,36,41,.10);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 34px rgba(42,36,41,.10);
  transition:all .25s ease;
  text-align:left;
}

.results-gallery-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 42px rgba(42,36,41,.14);
  border-color:rgba(61,192,81,.35);
}

.results-gallery-image{
  width:100%;
  aspect-ratio:4 / 3;
  background:#eaf4eb;
  overflow:hidden;
}

.results-gallery-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.results-gallery-body{
  padding:16px 16px 18px;
}

.results-gallery-body h3{
  font-family:var(--font-display);
  font-size:1.15rem;
  line-height:1.15;
  color:#2a2429;
  margin-bottom:8px;
}

.results-gallery-body p{
  color:var(--grey-text);
  font-size:.88rem;
  line-height:1.6;
  margin:0;
}

.results-gallery-note{
  max-width:760px;
  margin:22px auto 0;
  color:rgba(42,36,41,.50);
  font-size:.82rem;
  font-style:italic;
  line-height:1.6;
}

@media(max-width:900px){
  .results-gallery-grid{
    grid-template-columns:1fr;
    max-width:520px;
    margin:0 auto;
  }

  .results-gallery-section{
    padding:44px 0 46px;
  }
}

@media(max-width:600px){
  .results-gallery-section{
    padding:38px 0 42px;
  }

  .results-gallery-title h2{
    font-size:1.9rem;
  }

  .results-gallery-card{
    border-radius:14px;
  }

  .results-gallery-body{
    padding:14px 14px 16px;
  }
}

/* ═══ YELLOW POPULARITY SECTION ═══ */
.keto-popular-section{
  background:linear-gradient(135deg,#f6c400 0%,#f0a800 45%,#ed9700 100%);
  padding:56px 0 58px;
  position:relative;
  overflow:hidden;
}

.keto-popular-section::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 35%,rgba(255,255,255,.18) 0%,transparent 26%),
    radial-gradient(circle at 78% 70%,rgba(255,255,255,.10) 0%,transparent 28%);
  pointer-events:none;
}

.keto-popular-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:460px 1fr;
  gap:36px;
  align-items:center;
}

.keto-popular-media{
  position:relative;
  height:440px;
  min-height:440px;
  width:100%;
  overflow:visible;
}

/* Composite image: woman + magazines */
.keto-popular-leaf{
  position:absolute;
  left:-145px;
  top:50%;
  bottom:auto;
  width:560px;
  max-width:none!important;
  height:auto;
  opacity:1;
  transform:translateY(-50%);
  filter:drop-shadow(0 18px 28px rgba(42,36,41,.16));
  z-index:2;
}

/* Product bottle overlapping the woman image */
.keto-popular-product{
  position:absolute;
  left:255px;
  top:56%;
  bottom:auto;
  width:190px;
  max-width:none!important;
  height:auto;
  transform:translateY(-50%);
  z-index:6;
  filter:drop-shadow(0 20px 32px rgba(42,36,41,.24));
}

.keto-popular-magazines,
.keto-popular-person{
  display:none!important;
}

.keto-popular-content{
  color:#ffffff;
  position:relative;
  z-index:8;
}

.keto-popular-kicker{
  font-family:var(--font-display);
  font-size:clamp(1.8rem,3.3vw,2.7rem);
  line-height:1.05;
  font-weight:800;
  color:#ffffff;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.keto-popular-title{
  font-family:var(--font-display);
  font-size:clamp(2.1rem,4.8vw,3.7rem);
  line-height:1.02;
  font-weight:800;
  color:#111827;
  letter-spacing:3px;
  text-transform:uppercase;
  margin-bottom:24px;
}

.keto-popular-content p{
  color:#ffffff;
  font-size:1.03rem;
  line-height:1.68;
  margin-bottom:16px;
  max-width:620px;
  font-weight:500;
}

.keto-popular-content strong{
  color:#111827;
  font-weight:800;
}

.keto-popular-summary{
  font-weight:800!important;
  color:#ffffff!important;
  margin-top:18px;
}

.keto-popular-cta{
  margin-top:24px;
}

.keto-popular-cta .btn-cta{
  background:linear-gradient(135deg,#111827,#2a2429);
  color:#ffffff!important;
  box-shadow:0 10px 34px rgba(42,36,41,.28);
}

.keto-popular-cta .btn-cta:hover{
  background:linear-gradient(135deg,#2a9040,#3dc051);
  color:#ffffff!important;
}

@media(max-width:1100px){
  .keto-popular-grid{
    grid-template-columns:430px 1fr;
    gap:28px;
  }

  .keto-popular-media{
    height:420px;
    min-height:420px;
  }

  .keto-popular-leaf{
    width:525px;
    left:-135px;
  }

  .keto-popular-product{
    width:175px;
    left:236px;
  }
}

@media(max-width:900px){
  .keto-popular-section{
    padding:48px 0 52px;
  }

  .keto-popular-grid{
    grid-template-columns:1fr;
    gap:26px;
    text-align:center;
  }

  .keto-popular-media{
    height:390px;
    min-height:390px;
    max-width:620px;
    margin:0 auto;
  }

  .keto-popular-leaf{
    width:480px;
    left:50%;
    top:50%;
    transform:translate(-58%,-50%);
  }

  .keto-popular-product{
    width:160px;
    left:50%;
    top:55%;
    transform:translate(18%,-50%);
  }

  .keto-popular-content p{
    margin-left:auto;
    margin-right:auto;
  }
}

@media(max-width:600px){
  .keto-popular-section{
    padding:42px 0 46px;
  }

  .keto-popular-media{
    height:330px;
    min-height:330px;
    max-width:360px;
    margin:0 auto;
  }

  .keto-popular-leaf{
    width:360px;
    left:50%;
    top:50%;
    transform:translate(-58%,-50%);
  }

  .keto-popular-product{
    width:120px;
    left:50%;
    top:57%;
    transform:translate(12%,-50%);
  }

  .keto-popular-kicker{
    font-size:1.65rem;
  }

  .keto-popular-title{
    font-size:2.15rem;
    letter-spacing:2px;
  }

  .keto-popular-content p{
    font-size:.95rem;
    line-height:1.62;
  }
}

@media(max-width:390px){
  .keto-popular-media{
    height:300px;
    min-height:300px;
    max-width:330px;
  }

  .keto-popular-leaf{
    width:330px;
  }

  .keto-popular-product{
    width:108px;
  }
}


/* ═══ POSITION FINALE — FLACON FITNESS KETO ═══ */
.keto-popular-media img#keto-product-bottle{
  position:absolute!important;
  left:78px!important;
  top:83%!important;
  bottom:auto!important;
  width:145px!important;
  max-width:none!important;
  height:auto!important;
  transform:translateY(-50%)!important;
  z-index:99!important;
  margin:0!important;
  display:block!important;
  filter:drop-shadow(0 20px 32px rgba(42,36,41,.24))!important;
}

@media(max-width:1100px){
  .keto-popular-media img#keto-product-bottle{
    left:72px!important;
    top:83%!important;
    width:138px!important;
  }
}

@media(max-width:900px){
  .keto-popular-media img#keto-product-bottle{
    left:50%!important;
    top:79%!important;
    width:130px!important;
    transform:translate(-122%,-50%)!important;
  }
}

@media(max-width:600px){
  .keto-popular-media img#keto-product-bottle{
    left:50%!important;
    top:78%!important;
    width:96px!important;
    transform:translate(-122%,-50%)!important;
  }
}



/* ═══ MOBILE LAYOUT PATCH — TABLES, FAQ, IMAGES ═══ */
.mobile-hero-offer,
.mobile-phase-img{
  display:none;
}

@media(max-width:900px){
  .mobile-hero-offer{
    display:block;
    width:100%;
    max-width:520px;
    margin:24px auto 2px;
    text-align:center;
  }

  .mobile-hero-offer img{
    width:100%;
    height:auto;
    display:block;
    border-radius:18px;
    box-shadow:0 14px 36px rgba(42,36,41,.14);
    border:1px solid rgba(61,192,81,.26);
    object-fit:cover;
  }

  .mobile-hero-offer-btn{
    margin-top:14px;
  }

  #comment .how-media-stack{
    display:none;
  }

  .mobile-phase-img{
    display:block;
    width:100%;
    margin:22px 0 14px;
  }

  .mobile-phase-img:first-of-type{
    margin-top:18px;
  }

  .mobile-phase-img img{
    width:100%;
    height:auto;
    display:block;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(42,36,41,.12);
    border:1px solid rgba(42,36,41,.08);
  }

  .keto-popular-media{
    height:420px!important;
    min-height:420px!important;
    max-width:620px!important;
    overflow:visible!important;
  }

  .keto-popular-leaf{
    top:56%!important;
  }
}

@media(max-width:600px){
  body{
    overflow-x:hidden!important;
  }

  .container{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .overview-table{
    display:block;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    border-radius:14px;
  }

  .overview-table tbody,
  .overview-table tr,
  .overview-table td{
    display:block;
    width:100%!important;
    max-width:100%!important;
  }

  .overview-table tr{
    border-bottom:1px solid rgba(42,36,41,.10);
  }

  .overview-table tr:last-child{
    border-bottom:0;
  }

  .overview-table td{
    padding:11px 14px!important;
    border-bottom:0!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
  }

  .overview-table td:first-child{
    width:100%!important;
    background:rgba(61,192,81,.08)!important;
    color:#2a2429!important;
    font-weight:800!important;
    padding-bottom:6px!important;
  }

  .overview-table td:nth-child(2){
    padding-top:7px!important;
  }

  .comparison-wrap{
    width:100%;
    max-width:100%;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch;
    padding-bottom:8px;
  }

  .comparison-table{
    min-width:560px;
  }

  .faq-list{
    width:100%;
    max-width:100%;
    gap:9px;
  }

  .faq-item{
    width:100%;
    max-width:100%;
    border-radius:12px;
  }

  .faq-question{
    width:100%;
    min-height:auto;
    align-items:flex-start;
    padding:14px 42px 14px 14px!important;
    font-size:.9rem!important;
    line-height:1.35!important;
    overflow-wrap:anywhere;
  }

  .faq-question::after{
    right:14px!important;
    top:16px!important;
    transform:none!important;
  }

  .faq-item.open .faq-question::after{
    transform:rotate(45deg)!important;
  }

  .faq-answer{
    padding:0 14px 14px!important;
    font-size:.88rem!important;
    line-height:1.62!important;
  }

  .keto-popular-section{
    padding-top:44px!important;
  }

  .keto-popular-media{
    height:365px!important;
    min-height:365px!important;
    max-width:360px!important;
    margin:0 auto 8px!important;
    overflow:visible!important;
  }

  .keto-popular-leaf{
    width:350px!important;
    top:58%!important;
    left:50%!important;
    transform:translate(-58%,-50%)!important;
  }

  .keto-popular-media img#keto-product-bottle{
    left:50%!important;
    top:80%!important;
    width:92px!important;
    transform:translate(-122%,-50%)!important;
  }
}

@media(max-width:390px){
  .keto-popular-media{
    height:345px!important;
    min-height:345px!important;
    max-width:330px!important;
  }

  .keto-popular-leaf{
    width:330px!important;
    top:58%!important;
  }

  .keto-popular-media img#keto-product-bottle{
    width:86px!important;
  }
}



/* ═══ FINAL FAQ FIX — MOBILE / ELEMENTOR SAFE ═══ */
#faq,
#faq *{
  box-sizing:border-box!important;
}

#faq{
  overflow:hidden!important;
}

#faq .container{
  width:100%!important;
  max-width:1100px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

#faq .section-title{
  width:100%!important;
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

#faq .faq-list{
  width:100%!important;
  max-width:820px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
  overflow:visible!important;
}

#faq .faq-item{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  background:#ffffff!important;
  border:1px solid rgba(42,36,41,.10)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  box-shadow:0 8px 28px rgba(42,36,41,.08)!important;
}

#faq button.faq-question{
  -webkit-appearance:none!important;
  appearance:none!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#ffffff!important;
  box-shadow:none!important;
  outline:none!important;
  cursor:pointer!important;
  position:relative!important;
  padding:17px 54px 17px 20px!important;
  font-family:var(--font-body)!important;
  font-size:.96rem!important;
  font-weight:800!important;
  line-height:1.42!important;
  color:#2a2429!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
}

#faq button.faq-question:hover,
#faq button.faq-question:focus{
  background:rgba(61,192,81,.06)!important;
  color:#2a2429!important;
}

#faq button.faq-question::after{
  content:'+'!important;
  position:absolute!important;
  right:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:24px!important;
  height:24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--brand)!important;
  font-size:22px!important;
  font-weight:800!important;
  line-height:1!important;
  transition:transform .2s ease!important;
}

#faq .faq-item.open button.faq-question::after{
  transform:translateY(-50%) rotate(45deg)!important;
}

#faq .faq-answer{
  display:none;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0 20px 18px!important;
  background:#ffffff!important;
  color:#6b6070!important;
  font-family:var(--font-body)!important;
  font-size:.93rem!important;
  line-height:1.7!important;
  white-space:normal!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}

#faq .faq-item.open .faq-answer{
  display:block!important;
}

@media(max-width:600px){
  #faq.section{
    padding-top:46px!important;
    padding-bottom:48px!important;
  }

  #faq .container{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  #faq .section-title{
    margin-bottom:26px!important;
  }

  #faq .section-title h2{
    font-size:1.85rem!important;
    line-height:1.08!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }

  #faq .section-title p{
    font-size:.94rem!important;
    line-height:1.6!important;
  }

  #faq .faq-list{
    gap:10px!important;
  }

  #faq .faq-item{
    border-radius:12px!important;
  }

  #faq button.faq-question{
    padding:15px 46px 15px 14px!important;
    font-size:.91rem!important;
    line-height:1.38!important;
  }

  #faq button.faq-question::after{
    right:13px!important;
    width:22px!important;
    height:22px!important;
    font-size:21px!important;
  }

  #faq .faq-answer{
    padding:0 14px 15px!important;
    font-size:.88rem!important;
    line-height:1.62!important;
  }
}



/* ═══ MOBILE HAMBURGER BUTTON FIX ═══ */
.nav-toggle,
.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active,
.nav-toggle.open{
  background:transparent!important;
  background-color:transparent!important;
  border:none!important;
  box-shadow:none!important;
  outline:none!important;
  -webkit-tap-highlight-color:transparent!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}

.nav-toggle span,
.nav-toggle:hover span,
.nav-toggle:focus span,
.nav-toggle:active span{
  background:#2a2429!important;
}

@media(max-width:960px){
  .nav-toggle{
    width:32px!important;
    height:32px!important;
    padding:4px!important;
    border-radius:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
  }
}


/* ═══ HEADER LOGO PATCH ═══ */
@media(max-width:600px){
  .nav-brand img,
  .nav-logo{
    height:40px!important;
    max-width:148px!important;
  }
}
@media(max-width:430px){
  .nav-brand img,
  .nav-logo{
    height:36px!important;
    max-width:132px!important;
  }
}



/* ═══ FIX FINAL — LINKS DO RODAPÉ / PÁGINAS POLÍTICAS ═══
   Evita que links visitados, clicados ou focados fiquem escuros no fundo escuro.
*/
.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:active,
.site-footer a:focus,
.footer-sitemap-col ul li a,
.footer-sitemap-col ul li a:link,
.footer-sitemap-col ul li a:visited,
.footer-sitemap-col ul li a:active,
.footer-sitemap-col ul li a:focus,
.footer-links-row a,
.footer-links-row a:link,
.footer-links-row a:visited,
.footer-links-row a:active,
.footer-links-row a:focus{
  color:rgba(255,255,255,.50)!important;
  background:transparent!important;
  outline:none!important;
  box-shadow:none!important;
  text-decoration:none!important;
}

.site-footer a:hover,
.footer-sitemap-col ul li a:hover,
.footer-links-row a:hover{
  color:var(--brand-glow)!important;
  background:transparent!important;
  text-decoration:none!important;
}

.footer-copy,
.footer-copy:visited,
.footer-disclaimer,
.footer-disclaimer:visited{
  color:rgba(255,255,255,.38)!important;
}

.footer-disclaimer strong{
  color:rgba(255,255,255,.72)!important;
}

/* ═══════════════════════════════════════════
   FIXES REVIEW — preserva o estilo base de offre/index.html
   Ajustes de responsividade, cards de preço e CTAs com tracking.
═══════════════════════════════════════════ */
.pricing-section .price-cards{
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  align-items:stretch;
}
.pricing-section .price-card{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.pricing-section .price-card .btn-order{
  margin-top:auto;
}
.payment-methods-wrap{
  flex-direction:column;
}
.pricing-note{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:12px auto 0;
}
@media(max-width:900px){
  .pricing-section .price-cards{
    grid-template-columns:1fr;
    max-width:520px;
    margin-left:auto;
    margin-right:auto;
  }
  .price-card.featured,
  .price-card.featured:hover{
    transform:none;
  }
}
@media(max-width:960px){
  .nav-links{
    max-height:calc(100vh - 116px);
    overflow-y:auto;
  }
}
a.track-link.btn-cta,
a.track-link.btn-order,
a.track-link.nav-cta{
  text-decoration:none!important;
}
