/* ═══════════════════════════════════════════════════
   PAGE ENTRETIEN MENSUEL
═══════════════════════════════════════════════════ */

/* ── Hero ── */
.em-hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  background: #0a0a0a;
  overflow: hidden;
  padding: calc(var(--nav-h) + 80px) 0 100px;
}
.em-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 0% 50%, rgba(226,0,26,.14) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 100% 80%, rgba(32,80,95,.12) 0%, transparent 60%);
}
.em-hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='70'%3E%3Cpolygon points='30,2 58,17 58,53 30,68 2,53 2,17' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 60px 70px;
}
.em-hero-content { position: relative; z-index: 1; max-width: 780px; }
.em-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(226,0,26,.15);
  border: 1px solid rgba(226,0,26,.3);
  color: rgba(255,255,255,.85);
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px;
  margin-bottom: 28px;
}
.em-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 5.5vw, 76px);
  letter-spacing: 2px; line-height: 1.05;
  color: #ffffff; margin-bottom: 22px;
}
.em-title-accent { color: var(--red); }
.em-sub {
  font-size: 17px; font-weight: 300;
  color: rgba(255,255,255,.55);
  line-height: 1.75; max-width: 560px;
  margin-bottom: 28px;
}
.em-hero-checks {
  display: flex; flex-wrap: wrap; gap: 10px 28px;
  margin-bottom: 36px;
}
.em-hero-checks span {
  font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,.75);
}

/* ── Pourquoi ── */
.em-why { background: #ffffff; position: relative; overflow: hidden; }
.em-why::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='70'%3E%3Cpolygon points='30,2 58,17 58,53 30,68 2,53 2,17' fill='none' stroke='rgba(0,0,0,0.035)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 60px 70px; pointer-events: none;
}
.em-why .container { position: relative; z-index: 1; }
.em-why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.em-why-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 2px 18px rgba(0,0,0,.055);
  transition: transform .3s, box-shadow .3s;
}
.em-why-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,.1); }
.em-why-icon { font-size: 32px; margin-bottom: 16px; }
.em-why-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: 1.5px;
  color: var(--black); margin-bottom: 12px;
}
.em-why-card p { font-size: 14px; color: #777; line-height: 1.8; }

/* ── Formules ── */
.em-formules { background: var(--bg); }
.em-formules-head { margin-bottom: 48px; }

/* En-têtes colonnes */
.em-plans-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0;
  margin-bottom: 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.em-plans-header-empty { background: #ffffff; padding: 28px; }
.em-plans-col-head {
  background: #ffffff;
  padding: 28px 20px;
  text-align: center;
  border-left: 1px solid #eaeaea;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  position: relative;
}
.em-plans-col-head--featured {
  background: #111111;
}
.em-plans-col-head h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px; letter-spacing: 2px;
  color: var(--black); margin: 0;
}
.em-plans-col-head--featured h3 { color: #ffffff; }
.em-plans-col-head p { font-size: 12px; color: #888; line-height: 1.4; margin: 0; }
.em-plans-col-head--featured p { color: rgba(255,255,255,.5); }
.em-plan-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--red); color: #ffffff;
  font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 14px; border-radius: 0 0 10px 10px;
  white-space: nowrap;
}
.em-plan-price { display: flex; align-items: baseline; gap: 3px; }
.em-plan-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px; color: var(--black); line-height: 1;
}
.em-plans-col-head--featured .em-plan-amount { color: var(--red); }
.em-plan-per { font-size: 12px; color: #aaa; }
.em-plan-btn {
  width: 100%; padding: 10px 16px;
  background: #f0f0f0; color: var(--black);
  border: 1px solid #ddd; border-radius: 100px;
  font-family: 'Barlow', sans-serif; font-weight: 700;
  font-size: 12px; letter-spacing: .5px; cursor: pointer;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.em-plan-btn:hover { background: #e0e0e0; }
.em-plan-btn--primary { background: var(--red); color: #fff; border-color: var(--red); }
.em-plan-btn--primary:hover { background: #c00016; border-color: #c00016; }

/* Tableau comparatif */
.em-compare {
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 32px;
}
.em-compare-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border-bottom: 1px solid #f0f0f0;
  min-height: 0;
}
.em-compare-row:last-child { border-bottom: none; }
.em-compare-row--label {
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px 24px;
  justify-content: center;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
.em-compare-row--label span:first-child { font-size: 14px; font-weight: 700; color: #111; }
.em-compare-sub { font-size: 12px; color: #999; line-height: 1.5; }
.em-compare-row--cells {
  grid-column: 2 / 5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.em-ok, .em-no {
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800;
  padding: 18px 8px;
  border-left: 1px solid #f0f0f0;
}
.em-ok { color: #1a7a3a; }
.em-ok--feat { background: #fafafa; }
.em-no { color: #e2001a; }

/* Services inclus */
.em-included {
  background: #111111;
  border-radius: 16px;
  padding: 36px 40px;
}
.em-included-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: 2px;
  color: #ffffff; margin-bottom: 24px;
  text-align: center;
}
.em-included-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 40px;
}
.em-included-grid > div {
  font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.6;
  display: flex; flex-direction: column; gap: 4px;
}
.em-included-grid strong { color: #ffffff; font-size: 13px; }
.em-included-grid small { color: rgba(255,255,255,.45); font-size: 12px; }
.em-inc-dot {
  display: inline-block; width: 8px; height: 8px;
  background: var(--red); border-radius: 50;
  margin-bottom: 4px;
}

/* ── Stripe form ── */
.em-stripe { background: #ffffff; position: relative; overflow: hidden; }
.em-stripe::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='70'%3E%3Cpolygon points='30,2 58,17 58,53 30,68 2,53 2,17' fill='none' stroke='rgba(0,0,0,0.035)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 60px 70px; pointer-events: none;
}
.em-stripe .container { position: relative; z-index: 1; }
.em-stripe-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.em-stripe-reassurance { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.em-stripe-reassurance li { font-size: 14px; color: #555; font-weight: 500; }
.em-form { background: #ffffff; border: 1px solid #eaeaea; border-radius: 16px; padding: 40px; box-shadow: 0 2px 18px rgba(0,0,0,.055); }
.em-stripe-card {
  padding: 13px 16px;
  border: 1px solid #ddd; border-radius: var(--r);
  background: #ffffff;
  transition: border-color .2s;
}
.em-stripe-card.StripeElement--focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(226,0,26,.08); }
.em-stripe-error { color: var(--red); font-size: 12px; margin-top: 6px; min-height: 18px; }
.em-stripe-note {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; color: #aaa; margin-top: 14px; line-height: 1.5;
}
.em-stripe-note svg { flex-shrink: 0; color: #aaa; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .em-why-grid { grid-template-columns: 1fr; }
  .em-plans { grid-template-columns: 1fr; }
  .em-plan--featured { transform: none; }
  .em-stripe-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .em-hero { padding: calc(var(--nav-h) + 48px) 0 72px; }
  .em-hero-checks { flex-direction: column; gap: 8px; }
}
