/* Start custom CSS *//* ═══════════════════════════════════════════════════
   ÊTRE BIEN AVEC SOI — CSS page de vente
   ─────────────────────────────────────────────────────
   INTÉGRATION ELEMENTOR :
   1. Ouvrir la page dans Elementor
   2. Roue dentée (bas gauche) → Avancé → CSS personnalisé
   3. Coller tout ce CSS
   4. Ajouter le widget HTML avec le contenu du fichier
      ebas-html-widget.html
   ═══════════════════════════════════════════════════ */


.ebas-page, .ebas-page * { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }

.ebas-page {
  font-family: 'DM Sans', sans-serif;
  background: #f8f7f4;
  color: #1a1a18;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 300;
}

.ebas-page .page-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #f8f7f4;
  overflow: hidden;
}

/* ── typo ── */
.ebas-page h1, .ebas-page h2, .ebas-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.1;
}
.ebas-page em { font-style: italic; color: #5f7b5f; }
.ebas-page strong { font-weight: 500; }

/* ── layout ── */
.ebas-page .wrap { max-width: 640px; margin: 0 auto; padding: 0 32px; }
.ebas-page .wrap-narrow { max-width: 560px; margin: 0 auto; padding: 0 32px; }

/* ── eyebrow ── */
.ebas-page .ey {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d36e70;
  display: block;
  margin-bottom: 18px;
}
.ebas-page .ey-center { text-align: center; }
.ebas-page .ey-light { color: rgba(248,247,244,.45); }

/* ── bouton plein ── */
.ebas-page .btn-filled {
  display: inline-block;
  background: #5f7b5f;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-decoration: none;
  padding: 16px 48px;
  transition: background .2s, transform .2s;
}
.ebas-page .btn-filled:hover { background: #1a1a18; transform: translateY(-1px); }

/* ── bouton outline ── */
.ebas-page .btn-outline {
  display: inline-block;
  background: #f8f7f4;
  color: #d36e70;
  border: 1px solid #d36e70;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-decoration: none;
  padding: 15px 48px;
  transition: background .2s, color .2s, transform .2s;
}
.ebas-page .btn-outline:hover { background: #d36e70; color: #fff; transform: translateY(-1px); }

/* ── trait fin ── */
.ebas-page .trait { width: 100%; height: 1px; background: rgba(26,26,24,.1); }

/* ════════════════════ HERO ════════════════════ */
.ebas-page .s-hero {
  padding: 32px 32px 40px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.ebas-page .s-hero h1 {
  font-size: clamp(44px, 7vw, 72px);
  margin-bottom: 2px;
  color: #1a1a18;
}
.ebas-page .s-hero .hero-it {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 6vw, 60px);
  font-style: italic;
  font-weight: 300;
  color: #5f7b5f;
  line-height: 1.1;
  margin-bottom: 32px;
}
.ebas-page .s-hero p {
  font-size: 17px;
  color: #5a5a55;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.ebas-page .hero-line {
  width: 1px;
  height: 48px;
  background: rgba(26,26,24,.18);
  margin: 32px auto 0;
}

/* ════════════════════ PROBLÈME ════════════════════ */
.ebas-page .s-prob { padding: 40px 0; }

.ebas-page .s-prob h2 {
  font-size: clamp(36px, 5.5vw, 54px);
  margin-bottom: 40px;
  padding: 0 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* barre verticale vert gauche */
.ebas-page .prob-items {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 32px;
  border-left: 2px solid #5f7b5f;
  margin-top: 8px;
}
.ebas-page .prob-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(26,26,24,.08);
}
.ebas-page .prob-item:first-child { padding-top: 0; }
.ebas-page .prob-item p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(19px, 2.5vw, 23px);
  font-style: italic;
  font-weight: 300;
  color: #5a5a55;
  line-height: 1.5;
}

.ebas-page .prob-body {
  max-width: 640px;
  margin: 48px auto 0;
  padding: 0 32px;
}
.ebas-page .prob-body p {
  font-size: 17px;
  color: #1a1a18;
  line-height: 1.85;
  margin-bottom: 20px;
}

/* ════════════════════ BANDEAU SOMBRE ════════════════════ */
.ebas-page .s-dark {
  background: #3d4f3a;
  padding: 40px 32px;
  text-align: center;
}
.ebas-page .s-dark h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 5vw, 52px);
  font-style: italic;
  font-weight: 300;
  color: #f8f7f4;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.25;
}
.ebas-page .s-dark h2 em { color: #d79a10; }

/* ════════════════════ PORTRAIT + STAT ════════════════════ */
.ebas-page .s-portrait {
  padding: 40px 32px 72px;
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 48px;
  align-items: center;
}
.ebas-page .portrait-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ebas-page .portrait-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.ebas-page .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 88px);
  font-weight: 300;
  color: #d79a10;
  line-height: 1;
}
.ebas-page .stat-lbl {
  font-size: 15px;
  color: #5a5a55;
  margin-top: 8px;
  line-height: 1.6;
  font-weight: 300;
}

/* ════════════════════ À PROPOS ════════════════════ */
.ebas-page .s-about {
  padding: 40px 32px 44px;
  max-width: 640px;
  margin: 0 auto;
}
.ebas-page .s-about h2 {
  font-size: clamp(36px, 5vw, 52px);
  margin-bottom: 28px;
  color: #1a1a18;
}
.ebas-page .s-about p {
  font-size: 17px;
  color: #1a1a18;
  line-height: 1.85;
  margin-bottom: 20px;
}
.ebas-page .s-about p.light { color: #5a5a55; }
.ebas-page .about-credit {
  font-size: 14px;
  color: #a0a0a0;
  margin-top: 28px;
  letter-spacing: .5px;
}

/* ════════════════════ TÉMOIGNAGES ════════════════════ */
.ebas-page .s-testi {
  padding: 40px 32px;
  max-width: 640px;
  margin: 0 auto;
}
.ebas-page .s-testi h2 {
  font-size: clamp(36px, 5vw, 52px);
  text-align: center;
  margin-bottom: 48px;
}
.ebas-page .testi-item {
  padding: 24px 0;
  border-bottom: 1px solid rgba(26,26,24,.1);
}
.ebas-page .testi-item:first-of-type { border-top: 1px solid rgba(26,26,24,.1); }
.ebas-page .testi-tag {
  display: inline-block;
  background: rgba(211,110,112,.12);
  color: #d36e70;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 14px;
  margin-bottom: 16px;
  font-weight: 400;
}
.ebas-page .testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 2.2vw, 21px);
  font-style: italic;
  font-weight: 300;
  color: #1a1a18;
  line-height: 1.5;
  margin-bottom: 16px;
}
.ebas-page .testi-name {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a0a0a0;
}

/* ════════════════════ MODULES INTRO ════════════════════ */
.ebas-page .s-modint {
  padding: 40px 32px 40px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.ebas-page .s-modint h2 {
  font-size: clamp(36px, 5.5vw, 54px);
  margin-bottom: 24px;
}
.ebas-page .s-modint p {
  font-size: 17px;
  color: #5a5a55;
  line-height: 1.8;
}

/* ════════════════════ MODULE CARD ════════════════════ */
.ebas-page .s-module {
  padding: 32px 32px 40px;
  max-width: 640px;
  margin: 0 auto;
  border-top: 1px solid rgba(26,26,24,.1);
}
.ebas-page .mod-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 96px;
  font-weight: 300;
  color: #5f7b5f;
  opacity: .18;
  line-height: 1;
  margin-bottom: -8px;
}
.ebas-page .mod-lbl {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d36e70;
  margin-bottom: 12px;
}
.ebas-page .mod-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #1a1a18;
}
.ebas-page .mod-promise {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: #5a5a55;
  margin-bottom: 32px;
  line-height: 1.55;
}
.ebas-page .mod-items {
  list-style: none;
  margin-bottom: 40px;
}
.ebas-page .mod-items li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(26,26,24,.08);
  font-size: 16px;
  color: #5a5a55;
  align-items: flex-start;
  line-height: 1.5;
}
.ebas-page .mod-items li::before {
  content: '→';
  color: #5f7b5f;
  flex-shrink: 0;
  font-size: 14px;
  margin-top: 1px;
}
.ebas-page .mod-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: #1a1a18;
  line-height: 1;
  margin-bottom: 24px;
}

/* ════════════════════ VERSION COMPLÈTE ════════════════════ */
.ebas-page .s-complet {
  background: #3d4f3a;
  padding: 40px 32px;
  text-align: center;
}
.ebas-page .s-complet h2 {
  font-size: clamp(36px, 6vw, 62px);
  color: #f8f7f4;
  margin-bottom: 20px;
}
.ebas-page .s-complet h2 em { color: #d79a10; }
.ebas-page .complet-desc {
  font-size: 17px;
  color: rgba(248,247,244,.6);
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.8;
}
.ebas-page .complet-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  margin-bottom: 8px;
}
.ebas-page .complet-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 72px;
  font-weight: 300;
  color: #f8f7f4;
  line-height: 1;
}
.ebas-page .complet-barred {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: rgba(248,247,244,.3);
  text-decoration: line-through;
}
.ebas-page .complet-saving {
  font-size: 13px;
  color: rgba(248,247,244,.35);
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/* ════════════════════ INCLUS ════════════════════ */
.ebas-page .s-inclus {
  padding: 40px 32px;
  max-width: 640px;
  margin: 0 auto;
}
.ebas-page .s-inclus h2 {
  font-size: clamp(32px, 4.5vw, 48px);
  margin-bottom: 40px;
}
.ebas-page .inclus-list { list-style: none; border-top: 1px solid rgba(26,26,24,.1); }
.ebas-page .inclus-list li {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(26,26,24,.1);
  align-items: flex-start;
}
.ebas-page .inclus-list li::before {
  content: '◆';
  font-size: 7px;
  color: #5f7b5f;
  flex-shrink: 0;
  margin-top: 7px;
}
.ebas-page .inclus-list strong { display: block; font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.ebas-page .inclus-list p { font-size: 15px; color: #5a5a55; line-height: 1.7; }

/* ════════════════════ CTA FINAL ════════════════════ */
.ebas-page .s-cta {
  padding: 64px 32px;
  text-align: center;
  background: #3d4f3a;
}
.ebas-page .s-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 4.5vw, 50px);
  font-style: italic;
  font-weight: 300;
  color: #f8f7f4;
  margin-bottom: 24px;
  line-height: 1.25;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.ebas-page .s-cta p {
  font-size: 17px;
  color: rgba(248,247,244,.75);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.ebas-page .cta-note {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  color: rgba(248,247,244,.45);
  letter-spacing: 1px;
}

/* ════════════════════ FOOTER ════════════════════ */
.ebas-page .s-footer {
  border-top: 2px solid #5f7b5f;
  background: #f8f7f4;
  padding: 48px 32px;
  text-align: center;
}
.ebas-page .s-footer p {
  font-size: 13px;
  color: #a0a0a0;
  line-height: 2;
}
.ebas-page .s-footer a { color: #5f7b5f; text-decoration: none; }

@media(max-width:600px) {
  .s-portrait { grid-template-columns: 1fr; }
  .portrait-img { max-width: 160px; margin: 0 auto; }

  /* Trait vert visible sur mobile */
  .prob-items {
    padding: 0 20px 0 22px;
    margin-left: 12px;
    margin-right: 12px;
  }

  /* Stats moins imposantes */
  .stat-num { font-size: 52px; }

  /* 4.9 aligné sur stat-num mobile */
  .stat-avis-num { font-size: 52px !important; }

  /* Phrases promise des modules moins grosses */
  .mod-promise { font-size: 17px !important; }
}/* End custom CSS */