/* ============================================================
   Le Cœur Revient — « Les Cycles du Bonheur »
   Feuille de style partagée (page de vente + pages légales)
   ============================================================ */

:root{
  --cream:      #FAF6EF;
  --cream-2:    #F4ECE0;
  --cream-3:    #EFE5D6;
  --ink:        #2B2A28;
  --muted:      #6E675E;
  --forest:     #34503F;
  --forest-2:   #263B2E;
  --clay:       #C0674C;
  --clay-dark:  #A5543B;
  --sage:       #8FA088;
  --gold:       #C6A15C;
  --line:       rgba(43,42,40,.10);
  --line-2:     rgba(43,42,40,.16);
  --shadow-sm:  0 2px 10px rgba(43,42,40,.06);
  --shadow-md:  0 14px 40px rgba(43,42,40,.10);
  --shadow-lg:  0 30px 70px rgba(38,59,46,.18);
  --radius:     18px;
  --radius-lg:  26px;
  --maxw:       1140px;
  --ff-serif:   "Fraunces", Georgia, "Times New Roman", serif;
  --ff-sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }

html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }

body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--ff-sans);
  font-size:17px;
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}

img,svg{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

/* ---------- Layout helpers ---------- */
.wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 22px; }
.section{ padding:72px 0; }
.section--tight{ padding:52px 0; }
.center{ text-align:center; }
.narrow{ max-width:720px; margin-left:auto; margin-right:auto; }

/* ---------- Typography ---------- */
h1,h2,h3,h4{ font-family:var(--ff-serif); font-weight:500; line-height:1.12; letter-spacing:-.01em; margin:0 0 .5em; color:var(--ink); }
h1{ font-size:clamp(2.35rem, 6vw, 4rem); }
h2{ font-size:clamp(1.9rem, 4.4vw, 3rem); }
h3{ font-size:clamp(1.25rem, 2.6vw, 1.6rem); font-weight:600; }
p{ margin:0 0 1.1em; }
p:last-child{ margin-bottom:0; }
.serif-italic{ font-style:italic; }

.eyebrow{
  font-family:var(--ff-sans);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--clay-dark);
  margin:0 0 18px;
  display:inline-block;
}
:target{ scroll-margin-top:90px; }
.section-intro{ color:var(--muted); font-size:1.08rem; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.55em;
  font-family:var(--ff-sans); font-weight:600; font-size:1rem;
  padding:16px 30px; border-radius:999px; border:1px solid transparent;
  cursor:pointer; transition:transform .18s ease, box-shadow .2s ease, background .2s ease;
  text-align:center; line-height:1.2;
}
.btn--primary{ background:var(--clay); color:#fff; box-shadow:0 10px 26px rgba(165,84,59,.32); }
.btn--primary:hover{ background:var(--clay-dark); transform:translateY(-2px); box-shadow:0 16px 34px rgba(165,84,59,.38); }
.btn--ghost{ background:transparent; color:var(--forest); border-color:var(--line-2); }
.btn--ghost:hover{ background:rgba(52,80,63,.06); border-color:var(--forest); }
.btn--light{ background:#fff; color:var(--forest); box-shadow:var(--shadow-sm); }
.btn--light:hover{ transform:translateY(-2px); box-shadow:var(--shadow-md); }
.btn--lg{ padding:19px 40px; font-size:1.08rem; }
.btn--block{ width:100%; }
.btn small{ font-weight:400; opacity:.85; }

/* ---------- Header ---------- */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(250,246,239,.82);
  backdrop-filter:saturate(140%) blur(10px);
  -webkit-backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; height:70px; }
.brand{ display:flex; align-items:center; gap:11px; }
.brand__mark{ width:34px; height:34px; flex:0 0 auto; }
.brand__name{ font-family:var(--ff-serif); font-size:1.24rem; font-weight:600; letter-spacing:-.01em; color:var(--forest); line-height:1; }
.brand__name span{ display:block; font-family:var(--ff-sans); font-size:.6rem; font-weight:600; letter-spacing:.24em; text-transform:uppercase; color:var(--muted); margin-top:3px; }
.header-cta{ font-size:.94rem; padding:11px 22px; }

/* ---------- Hero ---------- */
.hero{ position:relative; overflow:hidden; background:
  radial-gradient(120% 120% at 85% 0%, #FBF3E7 0%, var(--cream) 55%),
  var(--cream); }
.hero__grid{ display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr); gap:56px; align-items:center; padding:72px 0 84px; }
.hero__title{ margin-bottom:22px; }
.hero__title em{ font-style:italic; color:var(--forest); }
.hero__sub{ font-size:1.16rem; color:var(--muted); max-width:34ch; margin-bottom:30px; }
.hero__cta-row{ display:flex; flex-wrap:wrap; align-items:center; gap:16px; margin-bottom:22px; }
.hero__price-note{ font-size:.95rem; color:var(--muted); }
.hero__price-note strong{ color:var(--ink); }
.hero__trust{ display:flex; flex-wrap:wrap; gap:20px 26px; margin-top:30px; padding-top:26px; border-top:1px solid var(--line); }
.trust-item{ display:flex; align-items:center; gap:9px; font-size:.9rem; color:var(--muted); }
.trust-item svg{ width:19px; height:19px; color:var(--sage); flex:0 0 auto; }

.hero__art{ position:relative; }
.hero__emblem{
  width:100%; max-width:440px; margin:0 auto; aspect-ratio:1/1;
  border-radius:50%; padding:26px;
  background:linear-gradient(160deg,#EFE7D8, #F7F0E4);
  box-shadow:var(--shadow-lg), inset 0 0 0 1px rgba(255,255,255,.6);
}
.hero__emblem svg{ width:100%; height:100%; }
.hero__badge{
  position:absolute; right:2%; bottom:6%;
  background:#fff; border-radius:16px; padding:14px 18px;
  box-shadow:var(--shadow-md); display:flex; align-items:center; gap:11px;
}
.hero__badge b{ font-family:var(--ff-serif); font-size:1.5rem; color:var(--forest); line-height:1; }
.hero__badge span{ font-size:.76rem; color:var(--muted); line-height:1.3; }

/* ---------- Section header ---------- */
.sec-head{ max-width:640px; margin:0 auto 46px; text-align:center; }
.sec-head.left{ margin-left:0; text-align:left; }

/* ---------- Constat (soft alt) ---------- */
.alt{ background:var(--cream-2); }
.forest-bg{ background:var(--forest); color:#EFEBE1; }
.forest-bg h2, .forest-bg h3{ color:#fff; }
.forest-bg .eyebrow{ color:var(--gold); }
.forest-bg .section-intro{ color:rgba(239,235,225,.82); }

.constat-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.constat-card{ background:var(--cream); border:1px solid var(--line); border-radius:var(--radius); padding:30px 26px; }
.constat-card p{ color:var(--muted); font-size:.98rem; }
.constat-card h3{ color:var(--forest); }
.constat-lead{ font-family:var(--ff-serif); font-size:clamp(1.3rem,2.6vw,1.7rem); font-style:italic; line-height:1.4; color:var(--ink); }

/* ---------- Pillars ---------- */
.pillars{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.pillar{ text-align:center; padding:8px; }
.pillar__ico{ width:60px; height:60px; margin:0 auto 18px; border-radius:16px; display:grid; place-items:center; background:var(--cream-3); color:var(--forest); }
.pillar__ico svg{ width:28px; height:28px; }
.pillar h3{ font-size:1.14rem; margin-bottom:.35em; }
.pillar p{ color:var(--muted); font-size:.94rem; }

/* ---------- Modules ---------- */
.modules{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.module{
  display:flex; gap:20px; align-items:flex-start;
  background:var(--cream); border:1px solid var(--line); border-radius:var(--radius);
  padding:26px 26px; transition:box-shadow .2s ease, transform .2s ease, border-color .2s;
}
.module:hover{ box-shadow:var(--shadow-md); transform:translateY(-3px); border-color:var(--line-2); }
.module__num{
  flex:0 0 auto; width:46px; height:46px; border-radius:50%;
  display:grid; place-items:center; font-family:var(--ff-serif); font-size:1.25rem; font-weight:600;
  background:var(--forest); color:#fff;
}
.module h3{ font-size:1.16rem; margin-bottom:.3em; }
.module p{ color:var(--muted); font-size:.95rem; margin:0; }

/* ---------- Audience ---------- */
.aud-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.aud-card{ background:var(--cream); border:1px solid var(--line); border-radius:var(--radius-lg); padding:34px; }
.aud-card h3{ display:flex; align-items:center; gap:12px; }
.aud-card h3 svg{ width:26px; height:26px; flex:0 0 auto; }
.aud-list{ list-style:none; margin:0; padding:0; }
.aud-list li{ position:relative; padding:9px 0 9px 32px; color:var(--muted); border-top:1px solid var(--line); }
.aud-list li:first-child{ border-top:none; }
.aud-list li svg{ position:absolute; left:0; top:12px; width:20px; height:20px; }

/* ---------- Format / includes ---------- */
.includes{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.inc{ display:flex; gap:16px; align-items:flex-start; }
.inc__ico{ flex:0 0 auto; width:46px; height:46px; border-radius:12px; background:var(--cream-3); color:var(--forest); display:grid; place-items:center; }
.inc__ico svg{ width:23px; height:23px; }
.inc h3{ font-size:1.04rem; margin-bottom:.25em; }
.inc p{ color:var(--muted); font-size:.92rem; margin:0; }
.delivery-note{ margin-top:40px; text-align:center; background:var(--cream); border:1px dashed var(--line-2); border-radius:var(--radius); padding:22px 26px; color:var(--muted); font-size:.98rem; }
.delivery-note strong{ color:var(--forest); }

/* ---------- About ---------- */
.about-grid{ display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:52px; align-items:center; }
.about-card{ background:linear-gradient(160deg,#EFE7D8,#F7F0E4); border-radius:var(--radius-lg); padding:44px; box-shadow:var(--shadow-md); }
.about-card svg{ width:88px; height:88px; margin-bottom:18px; }
.about-quote{ font-family:var(--ff-serif); font-style:italic; font-size:1.5rem; line-height:1.45; color:var(--forest); }

/* ---------- Testimonials ---------- */
.testi-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.testi{ background:var(--cream); border:1px solid var(--line); border-radius:var(--radius); padding:28px; display:flex; flex-direction:column; }
.testi__stars{ display:flex; gap:3px; color:var(--gold); margin-bottom:14px; }
.testi__stars svg{ width:17px; height:17px; }
.testi p{ font-size:.98rem; color:var(--ink); margin-bottom:20px; }
.testi__who{ display:flex; align-items:center; gap:12px; margin-top:auto; }
.testi__ava{ width:42px; height:42px; border-radius:50%; display:grid; place-items:center; background:var(--forest); color:#fff; font-weight:600; font-size:.9rem; flex:0 0 auto; }
.testi__who b{ display:block; font-size:.94rem; }
.testi__who span{ font-size:.82rem; color:var(--muted); }
.testi-disclaimer{ text-align:center; font-size:.82rem; color:var(--muted); margin-top:28px; }

/* ---------- Offer ---------- */
.offer{ background:var(--cream-2); }
.offer-card{
  max-width:640px; margin:0 auto; background:#fff; border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg); overflow:hidden; border:1px solid var(--line);
}
.offer-card__top{ background:var(--forest); color:#fff; text-align:center; padding:30px 28px 26px; }
.offer-card__top .eyebrow{ color:var(--gold); }
.offer-card__top h3{ color:#fff; font-size:1.7rem; margin:0; }
.offer-card__body{ padding:34px 34px 38px; }
.offer-list{ list-style:none; margin:0 0 28px; padding:0; }
.offer-list li{ position:relative; padding:11px 0 11px 34px; border-top:1px solid var(--line); color:var(--ink); }
.offer-list li:first-child{ border-top:none; }
.offer-list li svg{ position:absolute; left:0; top:13px; width:21px; height:21px; color:var(--sage); }
.price{ text-align:center; margin:0 0 8px; }
.price__old{ color:var(--muted); text-decoration:line-through; font-size:1.05rem; margin-right:10px; }
.price__now{ font-family:var(--ff-serif); font-size:3.4rem; font-weight:600; color:var(--forest); line-height:1; }
.price__cur{ font-size:2rem; font-weight:500; margin-left:.12em; }
.price-sub{ text-align:center; color:var(--muted); font-size:.95rem; margin-bottom:24px; }
.offer-secure{ display:flex; align-items:center; justify-content:center; gap:8px; margin-top:18px; font-size:.85rem; color:var(--muted); }
.offer-secure svg{ width:17px; height:17px; color:var(--sage); }
.pay-methods{ display:flex; align-items:center; justify-content:center; gap:12px; margin-top:16px; opacity:.8; flex-wrap:wrap; }
.pay-methods span{ font-size:.78rem; color:var(--muted); border:1px solid var(--line-2); border-radius:6px; padding:4px 10px; }

/* ---------- Guarantee ---------- */
.guar{ display:grid; grid-template-columns:auto minmax(0,1fr); gap:34px; align-items:center; max-width:840px; margin:0 auto; background:var(--cream); border:1px solid var(--line); border-radius:var(--radius-lg); padding:40px; }
.guar__seal{ width:130px; height:130px; flex:0 0 auto; }
.guar h3{ color:var(--forest); }
.guar p{ color:var(--muted); margin:0; }

/* ---------- FAQ ---------- */
.faq{ max-width:760px; margin:0 auto; }
.faq details{ border:1px solid var(--line); border-radius:14px; background:var(--cream); margin-bottom:14px; overflow:hidden; }
.faq details[open]{ box-shadow:var(--shadow-sm); border-color:var(--line-2); }
.faq summary{ list-style:none; cursor:pointer; padding:20px 56px 20px 24px; font-weight:600; font-size:1.03rem; position:relative; color:var(--ink); }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:""; position:absolute; right:24px; top:50%; width:11px; height:11px; border-right:2px solid var(--clay); border-bottom:2px solid var(--clay); transform:translateY(-70%) rotate(45deg); transition:transform .2s ease; }
.faq details[open] summary::after{ transform:translateY(-30%) rotate(-135deg); }
.faq .faq__a{ padding:0 24px 22px; color:var(--muted); }

/* ---------- Final CTA ---------- */
.final-cta{ background:linear-gradient(160deg,var(--forest),var(--forest-2)); color:#fff; text-align:center; }
.final-cta h2{ color:#fff; }
.final-cta p{ color:rgba(239,235,225,.85); max-width:52ch; margin-left:auto; margin-right:auto; }
.final-cta .btn--primary{ box-shadow:0 14px 34px rgba(0,0,0,.28); }

/* ---------- Footer ---------- */
.site-footer{ background:var(--forest-2); color:rgba(239,235,225,.78); font-size:.9rem; padding:56px 0 30px; }
.footer-grid{ display:grid; grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr); gap:40px; padding-bottom:34px; border-bottom:1px solid rgba(255,255,255,.12); }
.footer-brand{ display:flex; align-items:center; gap:11px; margin-bottom:16px; }
.footer-brand svg{ width:34px; height:34px; }
.footer-brand b{ font-family:var(--ff-serif); font-size:1.2rem; color:#fff; }
.footer-col h4{ font-family:var(--ff-sans); font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); margin:0 0 16px; font-weight:600; }
.footer-col ul{ list-style:none; margin:0; padding:0; }
.footer-col li{ margin-bottom:10px; }
.footer-col a{ color:rgba(239,235,225,.8); transition:color .15s; }
.footer-col a:hover{ color:#fff; }
.footer-seller{ line-height:1.7; }
.footer-seller strong{ color:#EFEBE1; }
.footer-seller a{ color:rgba(239,235,225,.9); word-break:break-word; }
.footer-bottom{ padding-top:26px; display:flex; flex-wrap:wrap; gap:14px 26px; justify-content:space-between; align-items:flex-start; }
.footer-disclaimer{ max-width:720px; font-size:.82rem; color:rgba(239,235,225,.6); line-height:1.6; }
.footer-pay{ font-size:.82rem; color:rgba(239,235,225,.6); }
.footer-copy{ font-size:.8rem; color:rgba(239,235,225,.72); margin-top:18px; text-align:center; }

/* ============================================================
   Pages légales (contenu partagé)
   ============================================================ */
.legal-hero{ background:var(--cream-2); border-bottom:1px solid var(--line); padding:56px 0 40px; }
.legal-hero .eyebrow{ color:var(--clay); }
.legal-hero h1{ font-size:clamp(2rem,5vw,3rem); margin:0; }
.legal{ max-width:820px; margin:0 auto; padding:56px 22px 80px; }
.legal .lead{ font-size:1.15rem; color:var(--forest); font-family:var(--ff-serif); font-style:italic; line-height:1.5; margin-bottom:14px; }
.legal .meta-date{ font-size:.85rem; color:var(--muted); margin-bottom:36px; padding-bottom:24px; border-bottom:1px solid var(--line); }
.legal h2{ font-size:1.5rem; margin-top:44px; color:var(--forest); }
.legal h3{ font-size:1.15rem; margin-top:28px; }
.legal p, .legal li{ color:#40403b; }
.legal ul, .legal ol{ padding-left:22px; margin:0 0 1.2em; }
.legal li{ margin-bottom:8px; }
.legal a{ color:var(--clay-dark); text-decoration:underline; text-underline-offset:2px; overflow-wrap:anywhere; }
.legal a:hover{ color:var(--clay); }
.legal .table-wrap{ overflow-x:auto; margin:0 0 1.4em; }
.legal table{ width:100%; border-collapse:collapse; margin:0; font-size:.94rem; }
.legal th, .legal td{ border:1px solid var(--line-2); padding:10px 12px; text-align:left; vertical-align:top; overflow-wrap:anywhere; }
.legal th{ background:var(--cream-2); font-weight:600; }
.back-link{ display:inline-flex; align-items:center; gap:8px; margin-bottom:30px; color:var(--forest); font-weight:600; font-size:.92rem; }
.back-link svg{ width:16px; height:16px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width:960px){
  .hero__grid{ grid-template-columns:1fr; gap:40px; padding:52px 0 64px; }
  .hero__art{ order:-1; max-width:360px; margin:0 auto; }
  .hero__sub{ max-width:none; }
  .about-grid{ grid-template-columns:1fr; gap:34px; }
  .includes{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .constat-grid{ grid-template-columns:1fr; }
  .pillars{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:30px 20px; }
  .testi-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:640px){
  body{ font-size:16px; }
  .section{ padding:54px 0; }
  .wrap{ padding:0 18px; }
  .modules{ grid-template-columns:1fr; }
  .aud-grid{ grid-template-columns:1fr; }
  .includes{ grid-template-columns:1fr; }
  .guar{ grid-template-columns:1fr; text-align:center; padding:32px 24px; gap:20px; }
  .guar__seal{ margin:0 auto; }
  .offer-card__body{ padding:28px 22px 32px; }
  .footer-grid{ grid-template-columns:1fr; gap:28px; }
  .footer-bottom{ flex-direction:column; }
  .header-cta{ padding:10px 16px; font-size:.86rem; }
  .brand__name{ font-size:1.1rem; }
  .hero__cta-row{ gap:12px; }
  .btn{ width:100%; }
  .hero__cta-row .btn{ width:100%; }
}
@media (max-width:360px){
  h1{ font-size:2.05rem; }
  .price__now{ font-size:2.8rem; }
  .wrap{ padding:0 15px; }
}

@media (prefers-reduced-motion:reduce){
  *{ scroll-behavior:auto !important; transition:none !important; }
}
