/*
 * ════════════════════════════════════════════════
 *  Belle Epoque — Page Pressothérapie JOLT
 *  pressotherapie.css
 *  Chargé UNIQUEMENT sur page-pressotherapie.php
 * ════════════════════════════════════════════════
 */
 
/* Typographie globale — em en Cormorant Garamond */
body em,
h1 em, h2 em, h3 em, h4 em,
p em,
.hero-dm-title em,
.hero-pt-title em,
.dm-definition-title em,
.dm-cta-title em,
.dm-how-title em,
.dm-tarifs-title em,
.dm-cibles-title em,
.dm-stats-title em {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
}
/* ── Variables responsive ── */
:root {
  --pad-x: 22px;
  --pad-y: 80px;
}
@media (min-width: 768px)  { :root { --pad-x: 48px;  --pad-y: 100px; } }
@media (min-width: 1100px) { :root { --pad-x: 80px;  --pad-y: 120px; } }

/* ── Animations scroll ── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

/* ── Eyebrow ── */
.pt-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.65rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--or);
}
.pt-eyebrow::before {
  content: ''; width: 24px; height: 1px;
  background: var(--or); display: inline-block; flex-shrink: 0;
}
.pt-eyebrow.center { justify-content: center; }
.pt-eyebrow.center::after {
  content: ''; width: 24px; height: 1px;
  background: var(--or); display: inline-block; flex-shrink: 0;
}


/* ══════════════════════════════════════════
   HERO
   Animation : ondes de pression pulsantes
══════════════════════════════════════════ */
.hero-pt {
  min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 100px var(--pad-x) 60px;
  position: relative; overflow: hidden; text-align: center;
  background: var(--noir) !important;
}
.hero-pt::after {
  content: ''; position: absolute; inset: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px; pointer-events: none; z-index: 0;
}
/* Lueur dorée subtile bas-gauche — différencie du hero DM */
.hero-pt::before {
  content: '';
  position: absolute; bottom: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,169,110,0.07) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}
#ptCanvas {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; z-index: 1;
  width: 100%; height: 100%;
}
.hero-pt-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  max-width: 700px;
}
.hero-pt-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--or); padding: 7px 16px;
  border: 1px solid rgba(201,169,110,0.28);
  background: rgba(201,169,110,0.07);
}
.hero-pt-tag::before { content: ''; width: 6px; height: 6px; background: var(--or); border-radius: 50%; }
.hero-pt-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(3rem, 14vw, 7.5rem) !important;
  font-weight: 300 !important; line-height: 0.95 !important;
  color: var(--blanc) !important; letter-spacing: -0.02em !important;
}
.hero-pt-title em { font-style: italic !important; color: var(--or) !important; display: block !important; }
.hero-pt-brand {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(0.9rem, 3vw, 1.2rem) !important;
  font-weight: 300 !important; letter-spacing: 0.35em !important;
  text-transform: uppercase !important;
  color: rgba(201,169,110,0.6) !important;
}
.hero-pt-subtitle {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1rem, 3.5vw, 1.4rem) !important;
  font-weight: 300 !important; font-style: italic !important;
  color: rgba(255,255,255,0.35) !important; letter-spacing: 0.04em !important;
}
.hero-pt-desc {
  font-size: 0.9rem !important; line-height: 1.75 !important;
  color: rgba(255,255,255,0.5) !important; max-width: 440px !important;
}
.hero-pt-btns {
  display: flex; flex-direction: column; gap: 12px;
  width: 100%; max-width: 320px; margin-top: 8px;
}
@media (min-width: 480px) {
  .hero-pt-btns { flex-direction: row; max-width: none; justify-content: center; }
}
.hero-pt-scroll {
  display: none;
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%); z-index: 2;
  flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.55rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.18);
}
@media (min-width: 768px) { .hero-pt-scroll { display: flex; } }
.pt-scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--or), transparent);
  animation: ptPulse 2s ease-in-out infinite;
}
@keyframes ptPulse { 0%,100%{opacity:1;transform:scaleY(1)} 50%{opacity:.4;transform:scaleY(.5)} }

/* ── Boutons globaux page PT ── */
.btn-pt-or {
  background: var(--or) !important; color: var(--noir) !important;
  padding: 15px 28px !important; font-size: 0.78rem !important;
  font-weight: 500 !important; letter-spacing: 0.12em !important;
  text-transform: uppercase !important; border: none !important;
  text-decoration: none !important; border-radius: 0 !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  position: relative !important; overflow: hidden !important; white-space: nowrap !important;
}
.btn-pt-or::after {
  content: '' !important; position: absolute !important; inset: 0 !important;
  background: rgba(255,255,255,0.15) !important;
  transform: translateX(-100%) !important; transition: transform 0.4s ease !important;
}
.btn-pt-or:hover::after { transform: translateX(0) !important; }
.btn-pt-ghost {
  background: transparent !important; color: rgba(255,255,255,0.6) !important;
  padding: 14px 28px !important; font-size: 0.78rem !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  text-decoration: none !important; transition: all 0.3s !important;
  border-radius: 0 !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  white-space: nowrap !important;
}
.btn-pt-ghost:hover { border-color: var(--or) !important; color: var(--or) !important; }


/* ══════════════════════════════════════════
   CITATION
══════════════════════════════════════════ */
.pt-citation {
  background: var(--creme) !important;
  padding: var(--pad-y) var(--pad-x) !important;
  text-align: center; position: relative; overflow: hidden;
}
.pt-citation::before {
  content: '❝';
  position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(5rem, 20vw, 10rem);
  color: rgba(201,169,110,0.1); line-height: 1; pointer-events: none;
}
.pt-citation-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.25rem, 3.5vw, 2.2rem) !important;
  font-weight: 300 !important; font-style: italic !important;
  color: var(--texte) !important; line-height: 1.55 !important;
  max-width: 760px; margin: 0 auto 24px; position: relative; z-index: 1;
}
.pt-citation-text em { color: var(--or) !important; }
.pt-citation-source {
  font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--texte-doux);
  display: flex; align-items: center; justify-content: center; gap: 10px;
}
.pt-citation-source::before, .pt-citation-source::after {
  content: ''; width: 20px; height: 1px; background: var(--or);
}


/* ══════════════════════════════════════════
   DÉFINITION
   Mobile : 1 col | Desktop : 2 cols
══════════════════════════════════════════ */
.pt-definition {
  background: var(--blanc) !important;
  padding: var(--pad-y) var(--pad-x) !important;
}
.pt-definition-grid {
  display: grid; grid-template-columns: 1fr; gap: 56px;
}
@media (min-width: 900px) {
  .pt-definition-grid { grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
}
.pt-definition-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.8rem, 5vw, 3rem) !important;
  font-weight: 300 !important; color: var(--texte) !important;
  line-height: 1.2 !important; margin: 20px 0 24px !important;
}
.pt-definition-title em { font-style: italic !important; color: var(--or) !important; }
.pt-definition-desc {
  font-size: 0.9rem !important; line-height: 1.8 !important;
  color: var(--texte-doux) !important; margin-bottom: 20px !important;
}
.pt-definition-desc strong { color: var(--texte) !important; font-weight: 500 !important; }
.pt-definition-note {
  font-size: 0.8rem; color: var(--texte-doux); line-height: 1.7;
  padding-left: 16px; border-left: 2px solid var(--or);
  font-style: italic; margin-top: 28px;
}

/* Bénéfices */
.pt-benefits-label {
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--or); margin-bottom: 20px;
}
.pt-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.pt-benefit {
  padding: 20px 18px; background: var(--creme);
  border: 1px solid rgba(201,169,110,0.12);
  display: flex; flex-direction: column; gap: 6px;
  transition: all 0.35s;
}
.pt-benefit:hover {
  background: var(--noir) !important; border-color: rgba(201,169,110,0.3) !important;
  transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.pt-benefit-icon { font-size: 1.2rem; }
.pt-benefit-name {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 0.95rem; color: var(--texte); transition: color 0.3s;
}
.pt-benefit:hover .pt-benefit-name { color: var(--or) !important; }
.pt-benefit-desc { font-size: 0.68rem; color: var(--texte-doux); line-height: 1.45; transition: color 0.3s; }
.pt-benefit:hover .pt-benefit-desc { color: rgba(255,255,255,0.38) !important; }


/* ══════════════════════════════════════════
   COMMENT ÇA MARCHE
   Fond noir | 4 étapes
══════════════════════════════════════════ */
.pt-how {
  background: var(--noir) !important;
  padding: var(--pad-y) var(--pad-x) !important;
}
.pt-how-header { text-align: center; margin-bottom: 60px; }
.pt-how-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.8rem, 5vw, 3rem) !important;
  font-weight: 300 !important; color: var(--blanc) !important;
  line-height: 1.2 !important; margin: 16px 0 !important;
}
.pt-how-title em { font-style: italic !important; color: var(--or) !important; }
.pt-how-divider { width: 40px; height: 1px; background: var(--or); margin: 20px auto 0; }
.pt-how-steps { display: grid; grid-template-columns: 1fr; gap: 0; }
@media (min-width: 640px) { .pt-how-steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) {
  .pt-how-steps { grid-template-columns: repeat(4, 1fr); position: relative; }
  .pt-how-steps::before {
    content: '';
    position: absolute; top: 26px; left: 12%; right: 12%; height: 1px;
    background: linear-gradient(to right, transparent, rgba(201,169,110,0.25), transparent);
  }
}
.pt-how-step {
  padding: 36px 28px; text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.05); position: relative;
}
@media (min-width: 1000px) { .pt-how-step { border-bottom: none; padding: 0 28px; } }
.pt-how-num {
  width: 52px; height: 52px;
  border: 1px solid rgba(201,169,110,0.3); border-radius: 50%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; color: var(--or);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px; background: var(--noir);
  position: relative; z-index: 1; transition: all 0.3s;
}
.pt-how-step:hover .pt-how-num { background: var(--or) !important; color: var(--noir) !important; }
.pt-how-step-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.15rem !important; color: var(--blanc) !important; margin-bottom: 12px !important;
}
.pt-how-step-desc { font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.38); }


/* ══════════════════════════════════════════
   POUR QUI — Bande crème horizontale
   Mobile : 1 col | Desktop : 3 cols
══════════════════════════════════════════ */
.pt-cibles {
  background: var(--creme) !important;
  padding: var(--pad-y) var(--pad-x) !important;
}
.pt-cibles-header { text-align: center; margin-bottom: 48px; }
.pt-cibles-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.8rem, 5vw, 2.6rem) !important;
  font-weight: 300 !important; color: var(--texte) !important;
  line-height: 1.2 !important; margin: 16px 0 0 !important;
}
.pt-cibles-title em { font-style: italic !important; color: var(--or) !important; }
.pt-cibles-grid { display: grid; grid-template-columns: 1fr; gap: 2px; }
@media (min-width: 600px) { .pt-cibles-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .pt-cibles-grid { grid-template-columns: repeat(3, 1fr); } }
.pt-cible-card {
  background: var(--blanc) !important; padding: 36px 28px;
  border: 1px solid rgba(201,169,110,0.1);
  display: flex; flex-direction: column; gap: 14px; transition: all 0.4s;
}
.pt-cible-card:hover {
  background: var(--noir) !important; border-color: rgba(201,169,110,0.28) !important;
  transform: translateY(-5px); box-shadow: 0 28px 70px rgba(0,0,0,0.14);
}
.pt-cible-icon { font-size: 1.8rem; transition: transform 0.4s; }
.pt-cible-card:hover .pt-cible-icon { transform: scale(1.12); }
.pt-cible-name {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.2rem !important; color: var(--texte) !important; transition: color 0.4s;
}
.pt-cible-card:hover .pt-cible-name { color: var(--or) !important; }
.pt-cible-desc { font-size: 0.8rem; line-height: 1.7; color: var(--texte-doux); transition: color 0.4s; }
.pt-cible-card:hover .pt-cible-desc { color: rgba(255,255,255,0.42) !important; }


/* ══════════════════════════════════════════
   TARIFS
   Fond noir | 2 cartes
══════════════════════════════════════════ */
.pt-tarifs {
  background: var(--noir) !important;
  padding: var(--pad-y) var(--pad-x) !important;
}
.pt-tarifs-header { text-align: center; margin-bottom: 56px; }
.pt-tarifs-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.8rem, 5vw, 3rem) !important;
  font-weight: 300 !important; color: var(--blanc) !important;
  line-height: 1.2 !important; margin: 16px 0 !important;
}
.pt-tarifs-title em { font-style: italic !important; color: var(--or) !important; }
.pt-tarifs-divider { width: 40px; height: 1px; background: var(--or); margin: 20px auto 0; }
.pt-tarifs-grid {
  display: grid; grid-template-columns: 1fr; gap: 2px;
  max-width: 860px; margin: 0 auto;
}
@media (min-width: 700px) { .pt-tarifs-grid { grid-template-columns: 1fr 1fr; } }
.pt-tarif-card {
  padding: 40px 32px; position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color 0.4s; overflow: hidden;
}
@media (min-width: 768px) { .pt-tarif-card { padding: 56px 44px; } }
.pt-tarif-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: transparent; transition: background 0.4s;
}
.pt-tarif-card.featured { background: rgba(201,169,110,0.06) !important; border-color: rgba(201,169,110,0.28) !important; }
.pt-tarif-card.featured::before { background: var(--or); }
.pt-tarif-card:hover { border-color: rgba(201,169,110,0.25) !important; }
.pt-tarif-card:hover::before { background: var(--or); }
.pt-tarif-badge {
  font-size: 0.52rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--noir); background: var(--or);
  padding: 4px 12px; display: inline-block; margin-bottom: 28px;
}
.pt-tarif-type {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 14px;
}
.pt-tarif-price {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(3rem, 10vw, 4.5rem) !important;
  font-weight: 300 !important; color: var(--or) !important;
  line-height: 1 !important; margin-bottom: 4px !important;
}
.pt-tarif-price-unit { font-size: 0.72rem; color: rgba(255,255,255,0.28); margin-bottom: 8px; }
.pt-tarif-price-sub { font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.6; margin-bottom: 32px; }
.pt-tarif-sep { height: 1px; background: rgba(255,255,255,0.06); margin-bottom: 28px; }
.pt-tarif-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.pt-tarif-feat {
  font-size: 0.8rem; color: rgba(255,255,255,0.5);
  display: flex; align-items: center; gap: 10px;
}
.pt-tarif-feat::before { content: ''; width: 14px; height: 1px; background: var(--or); flex-shrink: 0; }
.btn-pt-block {
  display: block !important; text-align: center !important;
  text-decoration: none !important; padding: 15px 20px !important;
  font-size: 0.76rem !important; font-weight: 500 !important;
  letter-spacing: 0.12em !important; text-transform: uppercase !important;
  border-radius: 0 !important; transition: all 0.3s !important;
  position: relative !important; overflow: hidden !important;
}
.btn-pt-block-or { background: var(--or) !important; color: var(--noir) !important; border: none !important; }
.btn-pt-block-or::after {
  content: '' !important; position: absolute !important; inset: 0 !important;
  background: rgba(255,255,255,0.15) !important;
  transform: translateX(-100%) !important; transition: transform 0.4s !important;
}
.btn-pt-block-or:hover::after { transform: translateX(0) !important; }
.btn-pt-block-ghost {
  background: transparent !important; color: rgba(255,255,255,0.5) !important;
  border: 1px solid rgba(255,255,255,0.1) !important; margin-top: 10px !important;
}
.btn-pt-block-ghost:hover { border-color: var(--or) !important; color: var(--or) !important; }


/* ══════════════════════════════════════════
   CTA FINAL
   Fond noir | Centré
══════════════════════════════════════════ */
.pt-cta {
  background: var(--noir) !important;
  padding: var(--pad-y) var(--pad-x) !important;
  text-align: center; position: relative; overflow: hidden;
}
.pt-cta::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: min(700px, 140vw); height: min(700px, 140vw);
  background: radial-gradient(circle, rgba(201,169,110,0.05) 0%, transparent 65%);
  pointer-events: none;
}
.pt-cta-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2.2rem, 8vw, 4.5rem) !important;
  font-weight: 300 !important; color: var(--blanc) !important;
  line-height: 1.15 !important; margin: 20px 0 16px !important;
  position: relative; z-index: 1;
}
.pt-cta-title em { font-style: italic !important; color: var(--or) !important; }
.pt-cta-sub {
  font-size: 0.9rem; line-height: 1.75;
  color: rgba(255,255,255,0.4); max-width: 480px;
  margin: 0 auto 40px; position: relative; z-index: 1;
}
.pt-cta-btns {
  display: flex; flex-direction: column; gap: 12px;
  align-items: center; position: relative; z-index: 1;
}
@media (min-width: 480px) { .pt-cta-btns { flex-direction: row; justify-content: center; } }

/* Contre-indications */
.pt-contra {
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 60px; padding-top: 40px; position: relative; z-index: 1;
}
.pt-contra-label {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.18); margin-bottom: 16px;
}
.pt-contra-items { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.pt-contra-item {
  font-size: 0.72rem; color: rgba(255,255,255,0.22);
  padding: 7px 14px; border: 1px solid rgba(255,255,255,0.06);
  line-height: 1.5;
}
