/* ✅ Advertorial top badge */
.advertorial-badge{
  width:100%;
  text-align:center;
  font-size:12px;
  color:#000;
  padding:8px 10px;
  line-height:1.2;
}

/* ✅ Inline product photo before "Ce que vous allez apprécier" */
.product-inline{
  display:flex;
  justify-content:center;
  margin: 0 0 14px;
}
.product-inline-frame{
  width:100%;
  max-width: 560px;
  border:1px solid rgba(17,24,39,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 10px 28px rgba(17,24,39,.08);
  padding:14px;
  display:grid;
  place-items:center;
}
.product-inline-frame img{
  width:min(420px, 92%);
  height:auto;
  display:block;
  filter: drop-shadow(0 18px 24px rgba(17,24,39,.18));
}
.product-inline-cap{
  margin-top:8px;
  font-size:12.5px;
  color: rgba(17,24,39,.65);
  text-align:center;
}

:root{
  --bg: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --soft: #f6f7fb;
  --card: #ffffff;
  --border: rgba(17,24,39,.10);
  --shadow: 0 18px 50px rgba(17,24,39,.10);
  --shadow2: 0 8px 24px rgba(17,24,39,.08);
  --gold: #b68b2e;
  --gold2:#d2b15a;
  --ok: #16a34a;
  --warn:#b45309;
  --focus: rgba(182,139,46,.25);
  --radius: 18px;
  --radius2: 26px;
  --max: 1100px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(900px 420px at 15% 5%, rgba(182,139,46,.10), transparent 60%),
    radial-gradient(700px 380px at 90% 20%, rgba(210,177,90,.12), transparent 55%),
    linear-gradient(180deg, #fff 0%, #fff 60%, #fafafa 100%);
}
a{color:inherit}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.78);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--border);
}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px; padding:12px 0;
}
.brand{
  display:flex; align-items:center; gap:10px; min-width:220px;
  text-decoration:none;
}
.logo{
  width:34px; height:34px; border-radius:12px;
  background:linear-gradient(135deg, var(--gold), var(--gold2));
  box-shadow: 0 8px 22px rgba(182,139,46,.25);
  position:relative;
}
.logo:after{
  content:"";
  position:absolute; inset:9px;
  border-radius:10px;
  background:rgba(255,255,255,.35);
  transform:rotate(12deg);
}
.brand strong{font-size:14px; letter-spacing:.2px}
.brand span{display:block; font-size:12px; color:var(--muted); margin-top:2px}
nav{display:none; gap:14px; align-items:center}
nav a{
  text-decoration:none;
  font-size:13px;
  color:rgba(17,24,39,.82);
  padding:8px 10px;
  border-radius:12px;
  transition: background .15s ease, color .15s ease;
}
nav a:hover{background:rgba(182,139,46,.10); color:var(--text)}
.actions{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  background:#fff;
  text-decoration:none;
  font-weight:650;
  font-size:13px;
  cursor:pointer;
  box-shadow: 0 6px 18px rgba(17,24,39,.06);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: var(--shadow2); border-color: rgba(182,139,46,.35)}
.btn-primary{
  border-color: rgba(182,139,46,.45);
  background: linear-gradient(135deg, rgba(182,139,46,.95), rgba(210,177,90,.95));
  color:#111;
  box-shadow: 0 14px 34px rgba(182,139,46,.25);
}
.btn-primary:hover{box-shadow: 0 18px 44px rgba(182,139,46,.32)}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(182,139,46,.10);
  border:1px solid rgba(182,139,46,.22);
  color:rgba(17,24,39,.85);
  font-size:12px;
  font-weight:650;
  width:fit-content;
}
.hero{padding:26px 0 12px}
.hero-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:18px;
  align-items:stretch;
  margin-top:14px;
}
.hero-card{
  background: rgba(255,255,255,.82);
  border:1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-left{padding:22px}
h1{
  margin:10px 0 10px;
  font-size: 32px;
  line-height:1.1;
  letter-spacing:-.6px;
}
.lead{
  margin:0 0 14px;
  font-size:15px;
  line-height:1.55;
  color:rgba(17,24,39,.82);
}
.bullets{display:grid; gap:10px; margin:14px 0 18px}
.bullet{
  display:flex; gap:10px; align-items:flex-start;
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius: 16px;
  background: rgba(246,247,251,.75);
}
.check{
  width:20px; height:20px; border-radius:8px;
  display:grid; place-items:center;
  background: rgba(22,163,74,.12);
  border:1px solid rgba(22,163,74,.20);
  flex:0 0 auto;
  margin-top:1px;
}
.bullet strong{display:block; font-size:13px}
.bullet span{display:block; font-size:12.5px; color:var(--muted); margin-top:2px; line-height:1.35}
.hero-ctas{display:flex; flex-wrap:wrap; gap:10px; align-items:center}
.micro{
  font-size:12px; color:var(--muted); line-height:1.35;
  margin-top:12px;
}
.trust{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:14px;
}
.trust-item{
  display:flex; align-items:center; gap:10px;
  padding:10px 12px;
  background: #fff;
  border:1px solid var(--border);
  border-radius: 16px;
  font-size:12px;
  color:rgba(17,24,39,.78);
}
.icon{
  width:18px; height:18px; flex:0 0 auto;
  opacity:.9;
}
.hero-right{
  display:grid;
  grid-template-rows: auto 1fr;
  background:
    radial-gradient(700px 420px at 30% 10%, rgba(182,139,46,.22), transparent 60%),
    linear-gradient(135deg, #fff 0%, #fff 45%, #fbf6ea 100%);
}
.product-wrap{
  padding:18px;
  display:grid;
  gap:12px;
  align-content:start;
}
.product-frame{
  border:1px solid rgba(17,24,39,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 10px 28px rgba(17,24,39,.08);
  padding:14px;
  display:grid;
  place-items:center;
  min-height: 280px;
}
.product-frame img{
  width:min(320px, 86%);
  height:auto;
  display:block;
  filter: drop-shadow(0 18px 24px rgba(17,24,39,.20));
}
.product-notes{
  display:grid; gap:10px;
  padding:0 2px 16px;
}
.tagrow{display:flex; flex-wrap:wrap; gap:8px}
.tag{
  font-size:11.5px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(182,139,46,.20);
  background: rgba(182,139,46,.08);
  color:rgba(17,24,39,.80);
  font-weight:650;
}

section{padding:26px 0}
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between; gap:14px;
  margin-bottom:14px;
}
.section-head h2{
  margin:0;
  font-size: 22px;
  letter-spacing:-.3px;
}
.section-head p{
  margin:0;
  font-size:13px;
  color:var(--muted);
  line-height:1.5;
  max-width: 520px;
}
.grid-3{display:grid; grid-template-columns: 1fr; gap:12px}
.card{
  background: var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  padding:16px;
}
.card h3{margin:0 0 6px; font-size:14px}
.card p{margin:0; font-size:13px; color:var(--muted); line-height:1.55}
.note{
  font-size:12px;
  color:rgba(17,24,39,.72);
  padding:12px 14px;
  border-radius:16px;
  border:1px dashed rgba(182,139,46,.35);
  background: rgba(182,139,46,.07);
}

.steps{display:grid; gap:10px}
.step{
  display:flex; gap:12px; align-items:flex-start;
  padding:14px;
  border-radius: 18px;
  border:1px solid var(--border);
  background: rgba(246,247,251,.70);
}
.num{
  width:30px; height:30px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(182,139,46,.95), rgba(210,177,90,.95));
  color:#111;
  font-weight:900;
  font-size:13px;
  flex:0 0 auto;
  box-shadow: 0 10px 22px rgba(182,139,46,.22);
}
.step strong{display:block; font-size:13px}
.step span{display:block; font-size:12.5px; color:var(--muted); margin-top:2px; line-height:1.45}

.timeline{
  display:grid; gap:12px;
}
.titem{
  padding:14px;
  border:1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17,24,39,.06);
}
.titem b{display:block; font-size:13px; margin-bottom:4px}
.titem small{display:block; font-size:12.5px; color:var(--muted); line-height:1.5}

.reviews{display:grid; grid-template-columns:1fr; gap:12px}
.review-top{display:flex; justify-content:space-between; gap:10px; align-items:flex-start}
.stars{letter-spacing:1px; font-size:12px}
.who{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
  color:rgba(17,24,39,.75);
  font-size:12.5px;
}
.avatar{
  width:32px !important;
  height:32px !important;
  flex:0 0 32px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  position:relative;
  border:1px solid rgba(17,24,39,.12);
  background: rgba(182,139,46,.10);
}
.avatar img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

.faq{display:grid; gap:10px}
details{
  border:1px solid var(--border);
  border-radius: 18px;
  background:#fff;
  box-shadow: 0 8px 22px rgba(17,24,39,.05);
  overflow:hidden;
}
summary{
  list-style:none;
  padding:14px 14px;
  cursor:pointer;
  font-weight:800;
  font-size:13px;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
}
summary::-webkit-details-marker{display:none}
.chev{
  width:18px; height:18px;
  opacity:.7;
  transition: transform .18s ease;
  flex:0 0 auto;
}
details[open] .chev{transform: rotate(180deg)}
.faq-body{
  padding:0 14px 14px;
  font-size:13px;
  color:var(--muted);
  line-height:1.6;
}

.order-wrap{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
  align-items:start;
}
.pricebox{
  background: linear-gradient(135deg, rgba(182,139,46,.12), rgba(210,177,90,.10));
  border:1px solid rgba(182,139,46,.22);
}
.price{
  font-size:30px; font-weight:950; letter-spacing:-.5px; margin:6px 0 4px;
}
.subprice{font-size:12.5px; color:rgba(17,24,39,.70); margin:0}
form{display:grid; gap:10px}
label{font-size:12px; color:rgba(17,24,39,.75); font-weight:750}
.field{display:grid; gap:6px}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid var(--border);
  background:#fff;
  font-size:14px;
  outline:none;
}
input:focus, textarea:focus, select:focus{
  border-color: rgba(182,139,46,.55);
  box-shadow: 0 0 0 4px var(--focus);
}
.row{display:grid; grid-template-columns:1fr; gap:10px}
.fineprint{
  font-size:12px;
  color:rgba(17,24,39,.70);
  line-height:1.45;
  margin-top:2px;
}
.success{
  display:none;
  margin-top:10px;
  padding:12px 14px;
  border-radius: 16px;
  border:1px solid rgba(22,163,74,.20);
  background: rgba(22,163,74,.08);
  color: rgba(17,24,39,.85);
  font-size:13px;
}

footer{
  padding:26px 0 34px;
  border-top:1px solid var(--border);
  background: #fff;
}
.footgrid{
  display:grid; gap:12px;
}
.footlinks{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:8px;
}
.footlinks a{
  text-decoration:none;
  font-size:12.5px;
  padding:8px 10px;
  border-radius: 12px;
  border:1px solid var(--border);
  background: rgba(246,247,251,.70);
}
.legal{
  font-size:12px; color:var(--muted); line-height:1.6; margin:10px 0 0;
}

.modal{
  position:fixed; inset:0;
  background: rgba(17,24,39,.55);
  display:none;
  align-items:center; justify-content:center;
  padding:20px;
  z-index:100;
}
.modal[aria-hidden="false"]{display:flex}
.modal-card{
  width:min(820px, 100%);
  max-height: min(78vh, 700px);
  overflow:auto;
  background:#fff;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.20);
  box-shadow: 0 20px 70px rgba(0,0,0,.28);
}
.modal-head{
  position:sticky; top:0;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:14px 14px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.modal-head strong{font-size:13px}
.modal-body{padding:14px 14px 18px; color:var(--muted); font-size:13px; line-height:1.65}
.close{
  border:1px solid var(--border);
  background:#fff;
  border-radius: 14px;
  padding:9px 12px;
  cursor:pointer;
  font-weight:850;
  font-size:12px;
}
.cookie{
  position:fixed;
  left:14px; right:14px; bottom:14px;
  display:none;
  background: rgba(255,255,255,.92);
  border:1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 18px 60px rgba(17,24,39,.18);
  padding:12px;
  z-index:90;
  backdrop-filter: blur(12px);
}
.cookie-inner{
  max-width:var(--max); margin:0 auto;
  display:flex; flex-direction:column; gap:10px;
}
.cookie p{margin:0; font-size:12.5px; color:rgba(17,24,39,.75); line-height:1.5}
.cookie .btns{display:flex; gap:10px; flex-wrap:wrap}
.btn-ghost{background: rgba(246,247,251,.85)}
.small{font-size:12px; color:var(--muted)}
.divider{height:1px; background: var(--border); margin:12px 0}

/* responsive */
@media (min-width: 860px){
  nav{display:flex}
  .hero-grid{grid-template-columns: 1.05fr .95fr; gap:14px}
  .hero-left{padding:26px}
  h1{font-size:42px}
  .grid-3{grid-template-columns: repeat(3, 1fr)}
  .reviews{grid-template-columns: repeat(3, 1fr)}
  .order-wrap{grid-template-columns: 1fr .9fr}
  .row{grid-template-columns: 1fr 1fr}
  .cookie-inner{flex-direction:row; align-items:center; justify-content:space-between}
  .cookie p{max-width: 720px}
}

/* ===== Graph block (SVG card) ===== */
.graph-section .graph-wrap{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
  align-items:stretch;
}
.graph-section .graph-left p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
  font-size:13px;
}
.graph-section .graph-mini{
  margin-top:10px;
  padding:12px 14px;
  border-radius:16px;
  border:1px dashed rgba(182,139,46,.35);
  background: rgba(182,139,46,.07);
  color: rgba(17,24,39,.75);
  font-size:12.5px;
  line-height:1.6;
}
.graph-section .graph-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:0 10px 26px rgba(17,24,39,.06);
  padding:14px;
}
.graph-section .graph-note{
  margin-top:10px;
  font-size:12px;
  color: rgba(17,24,39,.62);
  line-height:1.55;
}
@media (min-width: 860px){
  .graph-section .graph-wrap{grid-template-columns: 1.15fr .85fr}
}

.site-logo{
  height:50px;
  width:auto;
  display:block;
}

/* HERO IMAGE FIX */
.hero-image{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* --- Dark footer --- */
footer.footer-dark{
  padding: 34px 0 38px;
  background: #050505;
  color: rgba(255,255,255,.62);
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-dark .container{max-width: var(--max); margin:0 auto; padding:0 18px}

.footer-links{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.footer-links a{
  color: rgba(255,255,255,.55);
  text-decoration:none;
  font-size:13px;
  padding:6px 10px;
  border-radius:12px;
  transition: background .15s ease, color .15s ease;
}
.footer-links a:hover{
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
}

.footer-block{
  max-width: 900px;
  margin: 0 auto;
  text-align:center;
  padding: 0 6px;
}
.footer-text{
  margin: 10px 0;
  font-size: 12.5px;
  line-height: 1.85;
  color: rgba(255,255,255,.55);
}

.footer-title{
  margin: 16px 0 8px;
  font-size: 12.5px;
  letter-spacing: .7px;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
  font-weight: 850;
}

.footer-sources{
  margin-top: 6px;
}
.footer-source{
  margin: 10px 0;
  font-size: 12.3px;
  line-height: 1.85;
  color: rgba(255,255,255,.52);
}
.footer-source a{
  color: #3b82f6;
  text-decoration:none;
}
.footer-source a:hover{text-decoration:underline}

.footer-divider{
  height:1px;
  background: rgba(255,255,255,.08);
  width: min(920px, 92%);
  margin: 18px auto;
}

.footer-copyright{
  margin-top: 18px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  text-align:center;
}

/* make modal links still work nicely in dark footer */
.footer-dark [data-modal]{cursor:pointer}

/* === How-to (steps) + offer photo on the right === */
.how-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
  align-items:start;
}

.how-main{min-width:0}

.how-aside{
  background: rgba(255,255,255,.82);
  border:1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding:14px;
}

.how-aside img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 18px;
  border:1px solid rgba(17,24,39,.10);
  box-shadow: 0 12px 30px rgba(17,24,39,.12);
}

@media (min-width: 860px){
  .how-grid{ grid-template-columns: 1.15fr .85fr; }
}
