/* ============================================================
   PAGE STELVAR+ (stelvar-plus.php) — styles extraits de la page.
   Réutilise les tokens globaux de site.css (var(--brand)…) et les
   sections partagées (.how, .how-grid, .faq, .finale). Aucune couleur
   en dur : tout passe par les tokens. Sobre, dans le thème noir/or.
   ============================================================ */

/* ---- HERO ---- */
.splus-hero { padding-top: 150px; padding-bottom: 90px; text-align: center; }
.splus-hero-inner { max-width: 760px; margin: 0 auto; }
.splus-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(38px, 5.4vw, 68px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; text-wrap: balance;
}
.splus-hero h1 span { color: var(--brand); }
.splus-hero-text {
  max-width: 620px; margin: 0 auto;
  font-size: 17px; line-height: 1.65; color: var(--muted);
}
.splus-hero-price {
  margin: 30px 0 4px;
  font-size: 20px; font-weight: 800; letter-spacing: -0.01em; color: var(--brand);
}
.splus-hero-note { margin: 0; font-size: 13px; color: var(--muted-2); }
.splus-hero-actions { justify-content: center; margin-top: 30px; }

/* ---- PILIERS ---- */
.splus-pillars { grid-template-columns: repeat(2, 1fr); column-gap: 56px; row-gap: 8px; margin-top: 40px; }
@media (max-width: 760px) { .splus-pillars { grid-template-columns: 1fr; } }

/* ---- L'HEBDO STELVAR (copie + maquette de courriel) ---- */
.splus-hebdo {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.splus-hebdo-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.12;
}
.splus-hebdo-copy h2 span { color: var(--brand); }
.splus-hebdo-lead { margin: 0 0 24px; font-size: 16px; line-height: 1.65; color: var(--muted); }

/* liste à coches (réutilisée par les tarifs) */
.splus-checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.splus-checklist li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; line-height: 1.5; color: var(--text); }
.splus-check { flex-shrink: 0; margin-top: 2px; color: var(--brand); }

/* ---- EMPLACEMENT D'IMAGE HEBDO (vertical) ---- */
.splus-hebdo-media {
  max-width: 340px; margin: 0 auto; width: 100%;
  border: 1px solid var(--border); border-radius: 18px; overflow: hidden;
  background: var(--surface-soft);
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.8);
}
.splus-hebdo-media img { display: block; width: 100%; height: auto; }
/* état vide : boîte verticale avec un indice discret */
.splus-hebdo-media.is-empty {
  aspect-ratio: 4 / 5; border-style: dashed;
  display: flex; align-items: center; justify-content: center;
  box-shadow: none;
}
.splus-media-hint { font-size: 13px; letter-spacing: 0.04em; color: var(--muted-2); }

@media (max-width: 820px) {
  .splus-hebdo { grid-template-columns: 1fr; gap: 40px; }
  .splus-hebdo-media { order: -1; }
}

/* ---- FILTRAGE D'AVIS (schéma « fourche ») ---- */
.splus-filter { text-align: center; }
.splus-filter-title {
  margin: 0 0 48px;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.12;
}
.splus-funnel { max-width: 640px; margin: 0 auto; }
/* nœuds : icône + mot, aucune boîte */
.funnel-node { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.funnel-ico { display: inline-flex; align-items: center; justify-content: center; color: var(--brand); }
.funnel-ico svg { width: 42px; height: 42px; }
.funnel-node b { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
/* fourche : fines lignes qui se séparent */
.funnel-fork { display: block; width: 100%; height: 80px; color: var(--border-gold); }
.funnel-ends { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 520px) {
  .funnel-ends { grid-template-columns: 1fr; gap: 32px; }
  .funnel-fork { height: 48px; }
  .funnel-ico svg { width: 38px; height: 38px; }
  .funnel-node b { font-size: 16px; }
}

/* ---- TARIFS ---- */
.splus-pricing { text-align: center; }
.splus-pricing-head { max-width: 640px; margin: 0 auto 40px; }
.splus-pricing-head h2 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1.12;
}
.splus-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 680px; margin: 0 auto; }
.splus-plan {
  position: relative; text-align: center; padding: 34px 26px;
  border: 1px solid var(--border); border-radius: 18px; background: var(--surface-soft);
}
.splus-plan.is-featured { border-color: var(--border-gold); background: var(--brand-soft); }
.splus-plan-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 5px 14px; border-radius: 99px;
  background: var(--brand); color: var(--on-brand);
  font-size: 11px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; white-space: nowrap;
}
.splus-plan-label { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; }
.splus-plan-price { margin: 0 0 8px; font-size: 40px; font-weight: 800; letter-spacing: -0.03em; color: var(--text); }
.splus-plan-price span { font-size: 15px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.splus-plan-note { margin: 0; font-size: 13.5px; color: var(--muted); }
@media (max-width: 560px) { .splus-plans { grid-template-columns: 1fr; } }

.splus-features { max-width: 460px; margin: 48px auto 0; text-align: left; }
.splus-features-title { display: block; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 20px; }
.splus-features-list { max-width: 380px; margin: 0 auto; }
.splus-pricing-actions { justify-content: center; margin-top: 40px; }
