/* ============================================================================
   Sections « par objectif » de la home (portage ZIC Landing v3)
   ----------------------------------------------------------------------------
   Piliers, agrégateur, modules, ZIC Live, ZIC Pronos, Tarifs.

   Fichier séparé de landing-home.css À DESSEIN : landing-home.css est chargé
   par 7 templates, dont public/artist_public_stub.html (profil public). Ces
   sections n'existent que sur la home — les y verser alourdirait le profil.

   z-index : plafonné à 3 dans tout ce fichier. Le chat FAB (.zic-chat-fab) est
   à 100 et le sticky CTA mobile (.zh-sticky-cta) à 90 ; aucune section ne doit
   passer devant, ni créer de stacking context qui les emprisonnerait.

   Le template v3 n'a AUCUNE media query : tout le responsive ci-dessous est
   ajouté (sinon les grilles 2/3 colonnes ne s'effondrent jamais en mobile).

   Palette v3 : text #1A0A3D · muted #6B54A8 · bg1 #EDE9FE · bg2 #E4DCFC
                bg3 #F0EBFF · purple #6D28D9 · dark #0F0722 · bord #D8D0F8
   ============================================================================ */

/* ─── Communs ────────────────────────────────────────────────────────────── */

/* Pastille « live » du v3 (`lpulseL`). Les autres animations utilisées ici
   (zh-scaleIn, zh-slideIn, zh-fadeIn) viennent déjà de landing-home.css. */
@keyframes zh-lpulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.zh-v3-sec {
  padding: 88px 36px;
  position: relative;
  z-index: 0;
}
.zh-v3-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.zh-v3-h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  color: #1a0a3d;
  letter-spacing: -1.2px;
  line-height: 1.12;
  margin: 0;
}

/* Vignette de remplacement des images tierces du v3 (picsum / unsplash).
   Ce projet ne charge aucune image externe : dégradé d'accent + initiale. */
.zh-v3-thumb {
  background-image: linear-gradient(150deg, var(--zh-a, #6d28d9), color-mix(in srgb, var(--zh-a, #6d28d9) 55%, #0f0722));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  color: #fff;
}
@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .zh-v3-thumb {
    background-image: linear-gradient(150deg, var(--zh-a, #6d28d9), #2e1065);
  }
}

/* ─── PillarHeader (v3 l.1564-1602) ──────────────────────────────────────── */

.zh-pillar {
  padding: 76px 36px 8px;
  background: #ede9fe;
  scroll-margin-top: 62px;
  position: relative;
  z-index: 0;
}
.zh-pillar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.zh-pillar-kick {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zh-pillar-n {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  color: var(--zh-a);
}
.zh-pillar-rule {
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: var(--zh-a);
}
.zh-pillar-label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--zh-a);
}
.zh-pillar h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 50px);
  color: #1a0a3d;
  letter-spacing: -1.8px;
  line-height: 1.08;
  max-width: 760px;
  margin: 0;
}
.zh-pillar p {
  font-family: "DM Sans", sans-serif;
  font-size: 16.5px;
  color: #6b54a8;
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}
.zh-pillar-proof {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 6px;
  padding: 11px 18px 11px 13px;
  border-radius: 99px;
  background: #e4dcfc;
  border: 1px solid color-mix(in srgb, var(--zh-a) 20%, transparent);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.5);
}
@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .zh-pillar-proof {
    border-color: rgba(109, 40, 217, 0.2);
  }
}
.zh-pillar-avatars {
  display: flex;
}
.zh-pillar-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #e4dcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.zh-pillar-av + .zh-pillar-av {
  margin-left: -10px;
}
.zh-pillar-proof-txt {
  text-align: left;
  line-height: 1.25;
}
.zh-pillar-stat {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #1a0a3d;
}
.zh-pillar-stat b {
  color: var(--zh-a);
  font-weight: 800;
}
.zh-pillar-quote {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: #6b54a8;
}
.zh-pillar-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 99px;
  border: none;
  cursor: pointer;
  background: var(--zh-a);
  color: #fff;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.2px;
  box-shadow: 0 8px 22px -12px var(--zh-a);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.zh-pillar-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px -12px var(--zh-a);
}
.zh-pillar-cta-arrow {
  font-size: 18px;
  transition: transform 0.18s ease;
}
.zh-pillar-cta:hover .zh-pillar-cta-arrow {
  transform: translateX(3px);
}

/* ─── AggregatorBand (v3 l.1330-1389) ────────────────────────────────────── */

.zh-agg {
  background: linear-gradient(180deg, #150633 0%, #2e1065 45%, #150633 100%);
  padding: 92px 36px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.zh-agg-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(167, 139, 245, 0.22), transparent 65%);
  pointer-events: none;
}
.zh-agg-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.zh-agg-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 99px;
  padding: 6px 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
.zh-agg h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 52px);
  color: #fff;
  letter-spacing: -1.8px;
  line-height: 1.08;
  margin: 0;
  text-align: center;
}
.zh-agg-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  max-width: 620px;
  margin: 0;
  text-align: center;
}
.zh-agg-group {
  width: 100%;
  margin-top: 14px;
}
.zh-agg-group--mods {
  margin-top: 18px;
}
.zh-agg-group-label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 12px;
  text-align: center;
}
.zh-agg-nets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.zh-agg-net {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 16px;
  backdrop-filter: blur(8px);
  animation: zh-scaleIn 0.4s ease both;
}
.zh-agg-net-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zh-agg-net-l {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 2px;
}
.zh-agg-net-d {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.45;
}
.zh-agg-net-cta {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.zh-agg-mods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px;
}
.zh-agg-mod {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--zh-b, rgba(255, 255, 255, 0.2));
  border-radius: 18px;
  padding: 22px;
  backdrop-filter: blur(8px);
  text-align: left;
  text-decoration: none;
  animation: zh-scaleIn 0.4s ease both;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.zh-agg-mod:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px var(--zh-glow, rgba(139, 92, 246, 0.2));
  border-color: var(--zh-a);
}
.zh-agg-mod-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.zh-agg-mod-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1.5px solid var(--zh-a);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zh-agg-mod-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 17px;
  color: #fff;
}
.zh-agg-mod-p {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
  margin: 0 0 14px;
}
.zh-agg-mod-feats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zh-agg-feat {
  display: flex;
  align-items: center;
  gap: 9px;
}
.zh-agg-feat-tick {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zh-agg-feat span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.zh-agg-mod-more {
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--zh-a);
}
.zh-agg-more {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}
.zh-agg-cta {
  margin-top: 12px;
  background: #6d28d9;
  color: #fff;
  border: none;
  border-radius: 99px;
  padding: 15px 30px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
  transition: transform 0.18s ease;
}
.zh-agg-cta:hover {
  transform: translateY(-2px);
}

/* ─── ModuleSections (v3 l.1440-1464) ────────────────────────────────────── */

.zh-mod {
  padding: 88px 36px;
  position: relative;
  z-index: 0;
  /* Ancres #news / #album : même offset que les piliers (hauteur nav). */
  scroll-margin-top: 62px;
}
.zh-mod-row {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.zh-mod h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 2.6vw, 38px);
  color: #1a0a3d;
  letter-spacing: -1.2px;
  margin: 16px 0;
  line-height: 1.12;
}
.zh-mod-p {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  color: #6b54a8;
  line-height: 1.7;
  margin-bottom: 22px;
}
.zh-mod-feats {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.zh-mod-feat {
  display: flex;
  align-items: center;
  gap: 11px;
}
.zh-mod-feat-tick {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.zh-mod-feat span {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  color: #1a0a3d;
  font-weight: 500;
}
.zh-mod-visual-wrap {
  display: flex;
  justify-content: center;
}
.zh-mod-visual {
  background: linear-gradient(150deg, var(--zh-a), color-mix(in srgb, var(--zh-a) 73%, transparent));
  border-radius: 28px;
  padding: 34px 30px;
  box-shadow: 0 24px 70px color-mix(in srgb, var(--zh-a) 20%, transparent);
  display: flex;
  justify-content: center;
}
@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .zh-mod-visual {
    background: var(--zh-a);
    box-shadow: 0 24px 70px rgba(26, 10, 61, 0.2);
  }
}

/* ─── ZicLiveSection (v3 l.1093-1134) ────────────────────────────────────── */

.zh-zlive {
  padding: 88px 36px;
  background: #f0ebff;
  position: relative;
  z-index: 0;
}
.zh-zlive-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  flex-wrap: wrap;
  gap: 16px;
}
.zh-zlive-head-txt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zh-zlive-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.28);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #dc2626;
  letter-spacing: 0.3px;
}
.zh-zlive-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef4444;
  animation: zh-lpulse 1.6s infinite;
}
.zh-zlive h2 {
  font-size: clamp(26px, 2.8vw, 40px);
  max-width: 560px;
}
.zh-zlive-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.zh-zlive-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.zh-zlive-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  border: 1px solid #d8d0f8;
  display: block;
}
.zh-zlive-card-thumb {
  position: absolute;
  inset: 0;
  font-size: 34px;
}
.zh-zlive-card-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 4, 15, 0.15), rgba(8, 4, 15, 0.72));
}
.zh-zlive-tag {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.zh-zlive-tag--live {
  background: #ef4444;
}
.zh-zlive-tag--live i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  animation: zh-lpulse 1.6s infinite;
}
.zh-zlive-card-foot {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.zh-zlive-card-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
}
.zh-zlive-card-viewers {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.78);
}
.zh-zlive-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.zh-zlive-feat {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 15px 17px;
  border-radius: 14px;
  background: #e4dcfc;
  border: 1px solid #d8d0f8;
}
.zh-zlive-feat-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.zh-zlive-feat-t,
.zh-pronos-feat-t {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1a0a3d;
  margin-bottom: 3px;
}
.zh-zlive-feat-d,
.zh-pronos-feat-d {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: #6b54a8;
  line-height: 1.5;
}

/* ─── ZicPronosSection (v3 l.1160-1212) ──────────────────────────────────── */

.zh-pronos {
  padding: 88px 36px;
  background: #ede9fe;
  position: relative;
  z-index: 0;
}
.zh-pronos-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.zh-pronos-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.28);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #0284c7;
  letter-spacing: 0.3px;
}
.zh-pronos h2 {
  font-size: clamp(26px, 2.8vw, 40px);
  max-width: 580px;
}
.zh-pronos-sub {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  color: #6b54a8;
  line-height: 1.6;
  max-width: 560px;
  margin: 0;
}
.zh-pronos-domains {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}
.zh-pronos-domain {
  padding: 6px 13px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid #d8d0f8;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  color: #1a0a3d;
}
.zh-pronos-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.zh-pronos-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zh-pronos-item {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d8d0f8;
}
.zh-pronos-av {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(26, 10, 61, 0.12);
  font-size: 15px;
}
.zh-pronos-body {
  flex: 1;
  min-width: 0;
}
.zh-pronos-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.zh-pronos-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a0a3d;
}
.zh-pronos-dom {
  padding: 2px 8px;
  border-radius: 99px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.2px;
}
.zh-pronos-followers {
  font-family: "DM Sans", sans-serif;
  font-size: 11.5px;
  color: #6b54a8;
  margin-left: auto;
}
.zh-pronos-txt {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #1a0a3d;
  line-height: 1.5;
  margin: 0 0 10px;
}
.zh-pronos-conf {
  display: flex;
  align-items: center;
  gap: 10px;
}
.zh-pronos-bar {
  flex: 1;
  height: 6px;
  border-radius: 99px;
  background: #ede9fe;
  overflow: hidden;
}
.zh-pronos-bar i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: #0ea5e9;
}
.zh-pronos-rate {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #0284c7;
}
.zh-pronos-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.zh-pronos-feat {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #d8d0f8;
}
.zh-pronos-feat-tick {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: rgba(14, 165, 233, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── PricingSection « Tarifs » (v3 l.1502-1559) ─────────────────────────────
   Namespace zh-tarifs-* : NE PAS réutiliser .zh-pricing-card, défini dans
   pricing.css (page dédiée) qui charge landing-home.css *avant* lui — les
   styles fuiteraient. Seuls .zh-pricing-js-cta / data-plan-id sont conservés :
   ce sont les hooks de pricing-checkout.js (aucune règle CSS attachée).
   ------------------------------------------------------------------------- */

.zh-tarifs {
  padding: 96px 36px 100px;
  background: #ede9fe;
  scroll-margin-top: 62px;
  position: relative;
  z-index: 0;
}
.zh-tarifs-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.zh-tarifs-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-bottom: 50px;
}
.zh-tarifs-kicker {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #6d28d9;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.zh-tarifs-head h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3.4vw, 50px);
  color: #1a0a3d;
  letter-spacing: -1.8px;
  line-height: 1.08;
  max-width: 680px;
  margin: 0;
}
.zh-tarifs-head p {
  font-family: "DM Sans", sans-serif;
  font-size: 16.5px;
  color: #6b54a8;
  line-height: 1.6;
  max-width: 560px;
  margin: 0;
}
.zh-tarifs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.zh-tarifs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  border-radius: 22px;
  padding: 30px 28px;
  border: 1px solid rgba(109, 40, 217, 0.14);
  box-shadow: 0 14px 40px -28px rgba(26, 10, 61, 0.4);
}
.zh-tarifs-card--popular {
  padding: 34px 28px;
  border: 2px solid var(--zh-a);
  box-shadow: 0 24px 60px -28px color-mix(in srgb, var(--zh-a) 53%, transparent);
  transform: translateY(-10px);
}
@supports not (background: color-mix(in srgb, red 50%, blue)) {
  .zh-tarifs-card--popular {
    box-shadow: 0 24px 60px -28px rgba(249, 115, 22, 0.53);
  }
}
.zh-tarifs-ribbon {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  border-radius: 99px;
  background: var(--zh-a);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.zh-tarifs-name {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 21px;
  color: #1a0a3d;
}
.zh-tarifs-tag {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #6b54a8;
  margin-top: 3px;
}
.zh-tarifs-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 44px;
  color: #1a0a3d;
  letter-spacing: -2px;
}
.zh-tarifs-cta {
  padding: 13px 18px;
  border-radius: 12px;
  cursor: pointer;
  border: 1.5px solid var(--zh-a);
  background: transparent;
  color: var(--zh-a);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.2px;
  transition: all 0.16s ease;
}
.zh-tarifs-cta:hover:not(:disabled) {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--zh-a) 7%, transparent);
}
.zh-tarifs-card--popular .zh-tarifs-cta {
  border: none;
  background: var(--zh-a);
  color: #fff;
  box-shadow: 0 10px 26px -12px var(--zh-a);
}
.zh-tarifs-card--popular .zh-tarifs-cta:hover:not(:disabled) {
  background: var(--zh-a);
}
.zh-tarifs-cta:disabled {
  opacity: 0.55;
  cursor: default;
}
.zh-tarifs-rule {
  height: 1px;
  background: rgba(109, 40, 217, 0.1);
}
.zh-tarifs-kick {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  color: #6b54a8;
  letter-spacing: 0.2px;
}
.zh-tarifs-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.zh-tarifs-feats li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.zh-tarifs-check {
  flex-shrink: 0;
  margin-top: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zh-tarifs-feats li span:last-child {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #1a0a3d;
  line-height: 1.45;
}
.zh-tarifs-legal {
  text-align: center;
  margin-top: 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #6b54a8;
}
.zh-tarifs-error {
  max-width: 1140px;
  margin: 0 auto 20px;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.28);
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #991b1b;
}

/* ─── Bandeau de retour Stripe ───────────────────────────────────────────────
   Repris de pricing.css : ces classes ne sont PAS que décoratives —
   pricing-checkout.js:339 lit `.zh-pricing-alert--success/--cancel` pour
   détecter l'état (detectSubscriptionStatus). La home ne charge pas
   pricing.css : sans ces règles, le bandeau serait nu.
   ------------------------------------------------------------------------- */

.zh-pricing-alert {
  max-width: 1100px;
  margin: calc(62px + env(safe-area-inset-top, 0px) + 12px) auto 20px;
  padding: 12px 20px;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}
.zh-pricing-alert--success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #14532d;
}
.zh-pricing-alert--cancel {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #991b1b;
}

/* ─── Responsive (absent du template v3) ─────────────────────────────────── */

@media (max-width: 980px) {
  .zh-zlive-grid,
  .zh-pronos-grid {
    grid-template-columns: 1fr;
  }
  .zh-tarifs-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  /* En colonne unique, la carte « populaire » n'a plus de voisines à dominer :
     le décalage vertical ne ferait que créer un trou. */
  .zh-tarifs-card--popular {
    transform: none;
  }
  .zh-mod-row {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  /* Le zigzag desktop (ordre 1/2 alterné) est neutralisé : en colonne, le
     texte doit toujours précéder le visuel. */
  .zh-mod-txt,
  .zh-mod-visual-wrap {
    order: 0 !important;
  }
}

@media (max-width: 768px) {
  .zh-v3-sec,
  .zh-mod,
  .zh-zlive,
  .zh-pronos,
  .zh-agg {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .zh-pillar {
    padding: 48px 16px 8px;
  }
  .zh-tarifs {
    padding: 56px 16px 64px;
  }
  .zh-tarifs-head {
    margin-bottom: 34px;
  }
  .zh-zlive-head {
    margin-bottom: 28px;
  }
  .zh-agg-nets,
  .zh-agg-mods {
    grid-template-columns: 1fr;
  }
  .zh-mod-visual {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .zh-pillar-proof {
    flex-direction: column;
    border-radius: 18px;
    padding: 14px 16px;
  }
  .zh-pillar-proof-txt {
    text-align: center;
  }
  .zh-pronos-followers {
    margin-left: 0;
  }
  .zh-pricing-alert {
    margin-top: calc(62px + env(safe-area-inset-top, 0px) + 10px);
  }
}

@media (max-width: 520px) {
  .zh-zlive-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 3 vignettes en 2 colonnes : la dernière prend toute la largeur. */
  .zh-zlive-card:last-child {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zh-agg-net,
  .zh-agg-mod {
    animation: none;
  }
  .zh-zlive-badge-dot,
  .zh-zlive-tag--live i {
    animation: none;
  }
  .zh-pillar-cta,
  .zh-tarifs-cta,
  .zh-agg-cta,
  .zh-agg-mod {
    transition: none;
  }
}
