/* Masqué visuellement, gardé pour le SEO et les lecteurs d'écran */
.sr-only {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  left: 0; top: 0;
}
/* ========================================
   BUILT COACHING - STYLES
   Dark premium · noir/or · Cinzel + Manrope
   ======================================== */

:root {
  --bg: #1A1D21;
  --bg-soft: #1F2328;
  --bg-card: #23272C;
  --accent: #B8C2CC;          /* accent acier clair (accent acier — nom historique conservé) */
  --accent-bright: #E8EDF2;   /* acier très clair */
  --accent-dark: #6E7883;     /* acier sombre */
  --text: #F2F4F5;
  --text-muted: #9BA3AB;
  --text-faint: #565E66;
  --border: #3A4047;
  --whatsapp: #25D366;
  --cta: #FF6B2C;          /* orange : RÉSERVÉ aux liens Deciplus */
  --cta-hover: #FF8552;
  --reco: #4A6FA5;         /* bleu ardoise : badges/accents secondaires */
  --reco-hover: #5C83BC;
  --font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.06;
  pointer-events: none;
  z-index: 999;
  mix-blend-mode: overlay;
}

/* ===== NAV (uniquement la nav principale, pas le breadcrumb) ===== */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
}

#nav.scrolled {
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 14px 60px;
}

/* ===== LOGO BUILT / COACHING ===== */
/* BUILT + COACHING en blanc. COACHING épouse la largeur exacte de BUILT via flex space-between. */
/* ===== NAV LINKS ===== */
.nav-links {
  display: flex;
  gap: 48px;
  list-style: none;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active { color: var(--text); }
.nav-links a.active::after,
.nav-links a:hover::after { width: 100%; }

.lang-switch {
  display: flex;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.lang-switch a {
  color: var(--text-faint);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}

.lang-switch a.active { color: var(--accent); }
.lang-switch a:hover { color: var(--text-muted); }

/* ===== BUTTONS (BLINDÉS) ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 36px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-body);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: none;
  position: relative;
  white-space: nowrap;
  line-height: 1;
}

/* CTA principal (orange Deciplus via --cta) */
a.btn.btn-primary,
a.btn-primary,
.btn.btn-primary,
.btn-primary {
  background-color: var(--cta);
  color: #FFFFFF;
}

a.btn.btn-primary:link,
a.btn.btn-primary:visited,
a.btn-primary:link,
a.btn-primary:visited { color: #FFFFFF; }

a.btn.btn-primary:hover,
.btn-primary:hover {
  background-color: var(--cta-hover);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(255, 107, 44, 0.25);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* ===== FLÈCHE (SVG inline garanti cross-browser) ===== */
.btn-arrow {
  display: inline-block;
  width: 28px;
  height: 10px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 10' fill='none' stroke='currentColor' stroke-width='1.5'%3E%3Cline x1='0' y1='5' x2='26' y2='5'/%3E%3Cpolyline points='22,1 26,5 22,9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.btn:hover .btn-arrow { transform: translateX(6px); }

/* ===== SECTIONS ===== */
section { position: relative; }
.section-padding { padding: 88px 60px; }

.section-label {
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

/* trait des labels retiré (tic visuel) */

/* section-number retiré complètement (était trop daté) */

.section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 80px;
  max-width: 900px;
}

.section-title em {
  color: var(--accent);
  font-style: italic;
  font-weight: 700;
}

/* ===== PAGE HEADER ===== */
.page-header {
  padding: 140px 60px 50px;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  position: relative;
  border-bottom: 1px solid var(--border);
}

.page-header-content {
  max-width: 1200px;
  margin: 0 auto;
}

.page-header h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
  max-width: 900px;
}

.page-header h1 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 700;
}

.page-header .lede {
  font-size: 20px;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.7;
}

/* ===== HERO HOMEPAGE ===== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 60px 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(184, 194, 204, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  z-index: 0;
}

.hero-image-frame {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 38vw;
  max-width: 600px;
  height: 65vh;
  max-height: 720px;
  background-image: url('img/hero.jpg'), url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1200&q=80');
  background-size: cover;
  background-position: center;
  filter: grayscale(40%) contrast(1.1);
  z-index: 1;
  /* Pas de bordure : on laisse l'image respirer */
}

.hero-image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(10,10,10,0.5) 100%);
  pointer-events: none;
}

/* On retire le cadre or autour de l'image */

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 50%;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 4.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  color: var(--text);
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.hero-title .line { display: block; }

.hero-title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  animation: lineUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-title .word.accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 700;
}

.hero-title .line:nth-child(1) .word { animation-delay: 0.4s; }
.hero-title .line:nth-child(2) .word { animation-delay: 0.55s; }
.hero-title .line:nth-child(3) .word { animation-delay: 0.7s; }

/* ===== MANIFESTO ===== */
.manifesto {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.manifesto-text p {
  font-size: 18px;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.manifesto-text p strong {
  color: var(--text);
  font-weight: 500;
}

.manifesto-text a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
  transition: border-color 0.3s;
}

.manifesto-text a:hover { border-color: var(--accent); }

.stat {
  border-left: 1px solid var(--accent);
  padding-left: 24px;
}

.stat-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 56px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.presta-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  padding: 48px 40px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}

.presta-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width 0.6s ease;
}

.presta-card:hover::before { width: 100%; }
.presta-card:hover {
  background: var(--bg-card);
  transform: translateY(-8px);
}

.presta-card.featured {
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-soft) 100%);
  border-color: var(--accent-dark);
}

.presta-card.featured::after {
  content: 'POPULAIRE';
  position: absolute;
  top: 24px; right: 24px;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 4px 10px;
}

.tarif-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
}

.tarif-desc {
  color: var(--text-muted);
  font-size: 14px;
  max-width: 380px;
}

/* ===== TÉMOIGNAGES ===== */
.testimonials { background: var(--bg); }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testi-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  padding: 48px;
  position: relative;
}

.testi-card::before {
  content: '"';
  position: absolute;
  top: 20px; right: 32px;
  font-family: var(--font-display);
  font-size: 100px;
  color: var(--accent-dark);
  line-height: 1;
  opacity: 0.3;
}

.testi-name { font-weight: 600; font-size: 15px; display: block; margin-bottom: 4px; color: var(--text); font-style: normal; }

.testi-role {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

/* ===== FAQ ===== */
.faq { background: var(--bg); }

.faq-list { max-width: 900px; margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-item:hover .faq-q { color: var(--accent); }

.faq-item[open] .faq-toggle { transform: rotate(45deg); }

.faq-a {
  color: var(--text-muted);
  line-height: 1.8;
  margin-top: 20px;
}

.faq-a a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
}

/* ===== CTA FINAL ===== */
.cta-final {
  background: var(--bg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* watermark BUILT retiré (débordait en plein écran) */

.cta-final-content { position: relative; z-index: 1; }

.cta-final h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.1;
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cta-final h2 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 700;
}

.cta-final p {
  color: var(--text-muted);
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto 48px;
}

.cta-final p a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
}

/* ===== PARTNERS ===== */
.partners {
  background: var(--bg);
  text-align: center;
  border-top: 1px solid var(--border);
  padding: 100px 60px;
}

/* ===== FOOTER ===== */
footer {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  padding: 80px 60px 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand .logo { 
  align-items: stretch; 
  margin-bottom: 16px; 
  display: inline-flex;
}
.footer-brand .logo-main { font-size: 32px; }
.footer-brand .logo-sub { font-size: 11px; }

.footer-brand p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 300px;
}

.footer-brand p a { color: var(--accent); text-decoration: none; }

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  font-weight: 500;
}

.footer-col ul { list-style: none; }

.footer-col li {
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 14px;
}

.footer-col a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col a:hover { color: var(--accent); }

.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-faint);
  letter-spacing: 0.1em;
}

/* ===== WHATSAPP FLOATING (vert officiel) ===== */
a.whatsapp-float,
.whatsapp-float {
  position: fixed;
  bottom: 32px; right: 32px;
  background-color: #25D366;
  color: #FFFFFF;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 50;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.25);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s 2s forwards;
}

a.whatsapp-float:link,
a.whatsapp-float:visited { color: #FFFFFF; }

a.whatsapp-float:hover,
.whatsapp-float:hover {
  background-color: #E8EDF2;
  transform: translateY(-4px);
  box-shadow: 0 30px 50px rgba(184, 194, 204, 0.4);
  color: #1A1D21;
}

.whatsapp-icon { width: 20px; height: 20px; fill: currentColor; }

.long-form h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin: 60px 0 24px;
  color: var(--text);
}

.long-form h2:first-child { margin-top: 0; }

.long-form h2 em {
  color: var(--accent);
  font-style: italic;
  font-weight: 700;
}

.long-form h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  color: var(--accent);
  margin: 40px 0 16px;
}

.long-form p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.long-form p strong { color: var(--text); font-weight: 500; }

.long-form a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
  transition: border-color 0.3s;
}

.long-form a:hover { border-color: var(--accent); }

.long-form ul {
  list-style: none;
  margin: 24px 0;
}

.long-form ul li {
  padding: 12px 0 12px 32px;
  position: relative;
  color: var(--text-muted);
  line-height: 1.7;
}

.long-form ul li::before {
  content: '—';
  color: var(--accent);
  position: absolute;
  left: 0;
}

/* ===== CONTACT PAGE ===== */
.contact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.contact-method {
  border: 1px solid var(--border);
  padding: 48px;
  background: var(--bg-soft);
  margin-bottom: 24px;
  transition: border-color 0.3s;
}

.contact-method:hover { border-color: var(--accent-dark); }

.contact-method h3 {
  font-family: var(--font-display);
  font-size: 24px;
  margin-bottom: 16px;
}

.contact-method h3 em { color: var(--accent); font-style: italic; }

.contact-method p {
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.7;
}

.contact-method .value {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--accent);
  letter-spacing: 0.02em;
  display: block;
  margin-top: 16px;
  text-decoration: none;
}

.contact-method .value:hover { color: var(--accent-bright); }

.map-frame {
  width: 100%;
  height: 400px;
  border: 1px solid var(--border);
  filter: grayscale(40%) brightness(0.7) contrast(1.1);
  margin-top: 32px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lineUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollLine {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

html.js .reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
html.js .reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

html.js .reveal-stagger > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.3s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.45s; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.6s; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.75s; }

html.js .reveal-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1300px) {
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 13px; }
}

@media (max-width: 1200px) {
  .hero-content { max-width: 55%; }
  .hero-title { font-size: clamp(32px, 4vw, 56px); }
}

@media (max-width: 1024px) {
  .hero-image-frame {
    width: 45vw;
    right: 30px;
    opacity: 0.35;
  }
  .hero-content { max-width: 100%; }
  .manifesto-content, .two-col, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* Nav mobile : seuil propre à 1200px (au-delà, le menu déborderait avec 8 liens) */
@media (max-width: 1200px) {
  .nav-links { display: none; }
}

@media (max-width: 640px) {
  #nav, #nav.scrolled { padding: 16px 24px; }
  .hero {
    padding: 100px 24px 60px;
    min-height: auto;
    flex-direction: column;
  }
  .hero-image-frame {
    position: relative;
    width: 100%;
    height: 40vh;
    right: auto; top: auto; transform: none;
    margin-bottom: 40px;
    opacity: 1;
  }
  .hero-content { max-width: 100%; }
  .hero-title { font-size: clamp(32px, 8vw, 48px); }
  .section-padding, .page-header { padding-left: 24px; padding-right: 24px; }
  .page-header { padding-top: 140px; padding-bottom: 60px; }
  .section-padding { padding-top: 56px; padding-bottom: 56px; }
  .partners { padding: 60px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  footer { padding: 60px 24px 32px; }
  .whatsapp-float { bottom: 20px; right: 20px; padding: 14px 20px; font-size: 11px; }
  .hero-cta-group .btn { justify-content: center; }
  .contact-method { padding: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}

/* ============================================
   SIGNATURE INTERACTIONS
   ============================================ */

/* Split text animation (titres) - fail-safe : visible par défaut */
.char-split {
  display: inline-block;
}
/* L'animation ne se déclenche que si --animate est appliqué */
.char-split.char-split--start {
  opacity: 0;
  transform: translateY(60%);
}
.char-split--animate {
  animation: charSplitIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes charSplitIn {
  from { opacity: 0; transform: translateY(60%); }
  to { opacity: 1; transform: translateY(0); }
}

/* Magnetic buttons effect smoother */
.btn-primary, .whatsapp-float {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s, box-shadow 0.3s;
}

/* Tilt cards smoother */
.presta-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s, box-shadow 0.4s;
  transform-style: preserve-3d;
  will-change: transform;
}
.presta-card:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(184, 194, 204, 0.2);
}

/* Nav avec fond opaque par défaut sur pages internes pour éviter superposition */
.page-header { padding-top: 240px; }
#nav {
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Hero overlay : effet "rideau or" qui se lève à l'arrivée */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 50%, transparent 100%);
  z-index: 3;
  pointer-events: none;
  transform-origin: right center;
  animation: curtainReveal 1.4s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
@keyframes curtainReveal {
  0% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}

/* (barre verticale de section supprimée en V2 : elle apparaissait sur toutes les sections sans intention) */

/* Effet "shimmer" sur le bouton primary */
.btn-primary {
  overflow: hidden;
}
/* Underline animation sur les liens du body */
.long-form a, .manifesto-text a, .faq-a a {
  position: relative;
  display: inline;
  border-bottom: none !important;
  background-image: linear-gradient(var(--accent-dark), var(--accent-dark));
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  transition: background-size 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.long-form a:hover, .manifesto-text a:hover, .faq-a a:hover {
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 100% 2px;
}

/* (section-number outline retiré) */

/* Disabled cursor custom sur les inputs (rien à éditer ici) */
input, textarea, select { cursor: text !important; }

/* Footer brand : logo plus visible */
.footer-brand .logo { display: inline-flex; }

/* Print fallback */
@media print {
  .hero::before { display: none; }
}

/* ===== HANDLE INSTAGRAM (police corps, plus de Cinzel cassé sur le @) ===== */
.insta-handle {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

/* Mobile : grille Insta passe à 2 colonnes (au lieu de 3) */
@media (max-width: 640px) {
}

@media (max-width: 640px) {
}

/* ===== BTN-ROW : paires de boutons côte à côte ===== */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
@media (max-width: 640px) {
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; justify-content: center; }
}

/* ===== FIX LIENS :VISITED qui prennent la couleur violette par défaut ===== */
.long-form a:link,
.long-form a:visited,
.manifesto-text a:link,
.manifesto-text a:visited,
.faq-a a:link,
.faq-a a:visited {
  color: var(--accent);
  text-decoration: none;
}

/* Forcer la couleur or sur TOUS les liens du body, sauf nav/footer/btn */
main a:link, main a:visited,
section a:link, section a:visited {
  color: var(--accent);
}
/* Sauf les boutons et liens spéciaux qui ont leur propre couleur */
a.btn:link, a.btn:visited,
a.logo:link, a.logo:visited,
.nav-links a:link, .nav-links a:visited,
.footer-col a:link, .footer-col a:visited,
.lang-switch a:link, .lang-switch a:visited,
.testi-name, .footer-brand p a:link, .footer-brand p a:visited {
  color: inherit;
}

/* Forcer color des liens dans nav et footer */
.nav-links a:link, .nav-links a:visited { color: var(--text-muted); }
.footer-col a:link, .footer-col a:visited { color: var(--text-muted); }

/* ===== FIX @ dans le bloc Contact "Instagram" ===== */
.contact-method .value {
  font-family: var(--font-body);
}
.contact-method .value[href*="instagram"] {
  font-family: var(--font-body);
  letter-spacing: 0.15em;
  font-weight: 500;
}

/* ===== SELECTION (au lieu du bleu navigateur par défaut) ===== */
::selection {
  background-color: rgba(184, 194, 204, 0.35);
  color: var(--text);
}
::-moz-selection {
  background-color: rgba(184, 194, 204, 0.35);
  color: var(--text);
}

/* ===== LIENS dans les tarifs/descriptions ===== */
.tarif-desc a:link,
.tarif-desc a:visited {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
  transition: border-color 0.3s;
}
.tarif-desc a:hover {
  border-bottom-color: var(--accent);
}

/* ===== MENU MOBILE HAMBURGER ===== */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  z-index: 101;
  position: relative;
}
.nav-toggle-line {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--text);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1200px) {
  .nav-toggle { display: flex; }
  
  /* Le menu mobile : overlay fullscreen (seuil aligné avec la règle nav-links display:none ci-dessus) */
  .nav-links {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1A1D21;
    padding: 120px 40px 40px;
    gap: 0;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    list-style: none;
    margin: 0;
  }
  .nav-open .nav-links {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  .nav-links li {
    border-bottom: 1px solid var(--border);
    padding: 24px 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s, transform 0.4s;
  }
  .nav-open .nav-links li {
    opacity: 1;
    transform: translateX(0);
  }
  .nav-open .nav-links li:nth-child(1) { transition-delay: 0.1s; }
  .nav-open .nav-links li:nth-child(2) { transition-delay: 0.15s; }
  .nav-open .nav-links li:nth-child(3) { transition-delay: 0.2s; }
  .nav-open .nav-links li:nth-child(4) { transition-delay: 0.25s; }
  .nav-open .nav-links li:nth-child(5) { transition-delay: 0.3s; }
  .nav-open .nav-links li:nth-child(6) { transition-delay: 0.35s; }
  .nav-open .nav-links li:nth-child(7) { transition-delay: 0.4s; }
  .nav-open .nav-links li:nth-child(8) { transition-delay: 0.45s; }
  
  .nav-links a {
    font-size: 18px;
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.15em;
    color: var(--text);
  }
  
  /* Lang switch reste visible en haut à droite (à côté du hamburger) */
  .lang-switch {
    margin-right: 56px;
  }
  
  /* Bloquer le scroll du body quand le menu est ouvert */
  body.nav-open { overflow: hidden; }
}

@media (max-width: 480px) {
  .lang-switch { font-size: 10px; gap: 8px; margin-right: 48px; }
}

/* ===== INSTA PLACEHOLDER (style site, propre) ===== */
/* ============================================
   V2 — COMPOSANTS ACIER
   ============================================ */

/* --- Tableau de tarifs V2 --- */
.tarif-table-wrapper { max-width: 900px; }
.tarif-table {
  width: 100%;
  border-collapse: collapse;
}
.tarif-table thead th {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
  text-align: left;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--border);
}
.tarif-table tbody td {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}
.tarif-prix {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: var(--text);
  text-align: right;
  white-space: nowrap;
}
.tarif-prix small {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 400;
}

/* --- Grille des formules 3/6/12 --- */
.formules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.formule-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 40px 32px;
  transition: border-color 0.3s, transform 0.3s;
}
.formule-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}
.formule-duree {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
  line-height: 1;
}
.formule-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 12px;
}
.formule-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* --- Encart Sport en entreprise / URSSAF --- */
.entreprise-highlight {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  padding: 40px;
  max-width: 800px;
  margin-top: 40px;
}
.entreprise-highlight h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 16px;
}
.entreprise-highlight p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}
.entreprise-highlight p:last-child { margin-bottom: 0; }
.entreprise-highlight strong { color: var(--text); }

/* --- Grille équipe --- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 0 0 28px;
  transition: border-color 0.3s;
}
.team-card:hover { border-color: var(--accent-dark); }
.team-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center top;
  margin-bottom: 24px;
}
.team-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  padding: 0 28px;
  margin-bottom: 6px;
}
.team-role {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 0 28px;
  margin-bottom: 14px;
}
.team-bio {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 0 28px;
}

/* --- Grille conditions / valeurs --- */
.conditions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 900px;
}
.condition-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 32px;
}
.condition-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 12px;
}
.condition-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* --- Page équipe : grille portrait --- */
.about-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.about-grid > * { min-width: 0; }
.about-text { min-width: 0; max-width: 100%; }
.about-portrait {
  background-image: url('img/coach-action.jpg');
  background-size: cover;
  background-position: center;
  aspect-ratio: 4 / 5;      /* format exact de la source : aucun rognage */
  height: 560px;
  width: auto;              /* largeur déduite du ratio */
  justify-self: end;
  filter: grayscale(35%) contrast(1.08);
  border: 1px solid var(--border);
}
@media (max-width: 860px) {
  .about-portrait { min-height: 320px; aspect-ratio: 16/10; }
}

/* --- Grille logos partenaires (préparée, désactivée) --- */
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
}

/* --- Responsive V2 --- */
@media (max-width: 1024px) {
  .formules-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait {
    aspect-ratio: 4 / 5;      /* même format : aucun rognage sur mobile non plus */
    height: auto;
    width: 100%;
    max-width: 420px;
    min-height: 0;
    justify-self: center;
  }
}
@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr; }
  .conditions-grid { grid-template-columns: 1fr; }
  .tarif-prix { font-size: 22px; }
  .entreprise-highlight { padding: 28px 20px; }
}

/* --- V2 : les emphases de titres en accent, sans italique --- */
.section-title em, .hero-title em, h1 em, h2 em, h3 em {
  font-style: normal;
  color: var(--accent);
}

/* --- V2 : alias classes manquantes --- */
.hero-label {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
  font-weight: 500;
}
.stat-plus {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  margin-left: 4px;
}
.cta-final-text {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto 40px;
}
.cta-final .section-label, .cta-final .section-title { text-align: center; }
.cta-final { text-align: center; }

/* ============================================
   V2.1 — GRAMMAIRE ÉDITORIALE (photo-first)
   ============================================ */

/* --- Hero pleine hauteur photo --- */
.hero--full {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 88px 8vw 60px;
  overflow: hidden;
}
.hero--full .hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('img/hero.jpg'), linear-gradient(135deg, #2A2F35 0%, #1A1D21 100%);
  background-size: cover;
  background-position: center 40%;
  filter: grayscale(30%) contrast(1.06);
}
.hero--full .hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,29,33,0.35) 0%, rgba(26,29,33,0.55) 55%, rgba(26,29,33,0.92) 100%);
}
.hero--full .hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.hero--full .hero-title { font-size: clamp(40px, 5.5vw, 84px); }

/* --- Ticker défilant --- */
.ticker {
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-soft);
  padding: 20px 0;
}
.ticker-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: ticker-scroll 36s linear infinite;
}
.ticker-track span {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 64px;
}
.ticker-track span::after {
  content: '/';
  color: var(--accent-dark);
}
@keyframes ticker-scroll {
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* --- Déclaration éditoriale --- */
.statement {
  padding: 88px 8vw;
  text-align: center;
}
.statement p {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text);
  max-width: 960px;
  margin: 0 auto;
}
.statement em { font-style: normal; color: var(--accent); }

/* --- Piliers numérotés 01-04 --- */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pillar-card {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: border-color 0.3s;
  background-size: cover;
  background-position: center;
}
.pillar-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,29,33,0.55) 0%, rgba(26,29,33,0.3) 25%, rgba(26,29,33,0.9) 100%);
}
.pillar-card:hover { border-color: var(--accent-dark); }
.pillar-num {
  position: absolute;
  top: 24px;
  left: 28px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: var(--accent);
  z-index: 1;
}
.pillar-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}
.pillar-card p {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
/* Placeholders photo différenciés */
.pillar-card--1 { background-image: url('img/coach-action.jpg'); background-position: center 30%; }
.pillar-card--2 { background-image: url('img/pillar-engagement.jpg'); background-position: center 40%; }
.pillar-card--3 { background-image: url('img/pillar-rigueur.jpg'); background-position: center 30%; }
.pillar-card--4 { background-image: url('img/pillar-smallgroup.jpg'); background-position: center; }

/* --- Cartes programmes façon "parcours" (hautes, photo) --- */
.parcours-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.parcours-card {
  position: relative;
  filter: contrast(1.04);
  isolation: isolate;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 28px;
  border: 1px solid var(--border);
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  transition: border-color 0.35s, transform 0.35s;
}
.parcours-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transition: transform 7s cubic-bezier(0.16, 1, 0.3, 1);
}
.parcours-card:hover::after { transform: scale(1.06); }
.parcours-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(26,29,33,0.55) 0%, rgba(26,29,33,0.25) 22%, rgba(26,29,33,0.92) 100%);
}
.parcours-card:hover { border-color: var(--accent); transform: translateY(-6px); }
.parcours-label {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 1;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.parcours-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
}
.parcours-card p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}
.parcours-card .presta-link { position: relative; z-index: 1; }
.parcours-card--masse::after      { background-image: url('img/prog-masse.jpg'); background-position: center 30%; }
.parcours-card--perte::after      { background-image: url('img/prog-perte.jpg'); background-position: 65% 55%; }
.parcours-card--athletique::after { background-image: url('img/prog-athletique.jpg'); background-position: center 65%; }
.parcours-card--sante::after      { background-image: url('img/prog-sante.jpg'); background-position: center 40%; }
@media (max-width: 1024px) {
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .parcours-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pillar-card { padding: 18px; aspect-ratio: 3/4.2; }
  .pillar-card h3 { font-size: 15px; }
  .pillar-card p { font-size: 11px; }
  .parcours-grid { grid-template-columns: 1fr; }
  .parcours-card { min-height: 380px; }
  .hero--full { padding: 120px 6vw 60px; }
  .statement { padding: 90px 6vw; }
}

/* ============================================
   PAGE RÉSERVATION (iframe Deciplus)
   Contraintes doc Deciplus : ne rien superposer au
   haut de l'iframe, éviter le double scroll,
   largeur généreuse (bascule mobile < 992px)
   ============================================ */
.resa-header {
  padding: 120px 4vw 24px; /* dégage la nav fixe, header compact */
  text-align: center;
}
.resa-header h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 24px;
}
.resa-header h1 em { font-style: normal; color: var(--accent); }
.resa-tab.active {
  background: var(--cta);
  border-color: var(--cta);
  color: #FFFFFF;
}

.resa-frame-wrap {
  /* Pleine largeur, hauteur viewport moins header — un seul scroll : celui de l'iframe */
  width: 100%;
  padding: 0 max(2vw, 12px);
}
#resa-frame {
  display: block;
  width: 100%;
  height: max(720px, calc(100vh - 260px));
  border: 1px solid var(--border);
  background: #FFFFFF; /* le contenu Deciplus est clair : évite le flash sombre au chargement */
}

.resa-fallback {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  padding: 16px 4vw 32px;
}
.resa-fallback a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
}

@media (max-width: 640px) {
  .resa-header { padding: 100px 4vw 16px; }
  #resa-frame { height: max(640px, calc(100vh - 230px)); }
}



/* --- Photos équipe (reçues) --- */
.team-photo--hugo {
  background-image: url('img/team-hugo.jpg');
  background-position: 62% 12%;
}

/* --- Accessibilité : animations désactivées si demandé --- */
@media (prefers-reduced-motion: reduce) {
  html.js .reveal, html.js .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* --- Utilitaires de section (extraits des styles inline) --- */
.section--alt { background: var(--bg-soft); border-top: 1px solid var(--border); }
.btn-row--center { justify-content: center; }
@media (max-width: 640px) {
}

/* --- Valeurs incarnées (page équipe) : lignes éditoriales --- */
.values-list { max-width: 860px; margin-top: 48px; }
.value-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}
.value-row:first-child { border-top: 1px solid var(--border); }
.value-row h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--accent);
}
.value-row p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
}
@media (max-width: 640px) {
  .value-row { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
}

/* --- Fix débordement mobile page contact : les enfants de grille peuvent rétrécir --- */
.contact-grid > * { min-width: 0; }
.contact-method .value { overflow-wrap: anywhere; }

.team-photo--lola {
  background-image: url('img/team-lola.jpg');
  background-position: center 18%;
}

/* --- Lien Instagram par coach --- */
.team-insta {
  display: inline-block;
  margin: 12px 28px 0;
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid var(--accent-dark);
}
.team-insta:hover { color: var(--accent-bright); }

/* --- Badge Recommandé --- */
.formule-card--reco { position: relative; border-color: var(--reco); }
.formule-badge {
  position: absolute;
  top: -13px; right: 24px;
  background: var(--reco);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 14px;
}
.tarif-reco {
  display: inline-block;
  background: var(--reco);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 9px;
  margin-left: 10px;
  vertical-align: middle;
}

.team-photo--cedric {
  background-image: url('img/team-cedric.jpg');
  background-position: center 20%;
}

.team-photo--leo {
  background-image: url('img/team-leo.jpg');
  background-position: center 25%;
}

/* --- Bouton plein neutre (CTA hors Deciplus : devis, navigation) --- */
.btn-solid {
  background-color: var(--accent);
  color: var(--bg);
  border: 1px solid var(--accent);
}
.btn-solid:link, .btn-solid:visited { color: var(--bg); }
.btn-solid:hover {
  background-color: var(--accent-bright);
  border-color: var(--accent-bright);
  color: var(--bg);
  transform: translateY(-2px);
}

/* Menu ouvert : le nav (logo + croix) reste cliquable au-dessus du panneau */
.nav-open #nav { z-index: 201; }
.nav-toggle { z-index: 202; position: relative; }
.nav-open .nav-toggle { z-index: 202; }
.nav-open #nav.scrolled, .nav-open #nav { background: transparent; backdrop-filter: none; border: none; }

/* --- Logos entreprises clientes --- */
.partners-grid { display: flex; flex-wrap: wrap; align-items: center; gap: 48px; }
.partner-logo { display: inline-flex; align-items: center; opacity: 0.55; transition: opacity 0.3s; text-decoration: none; }
.partner-logo:hover { opacity: 1; }
.partner-logo img { height: 36px; width: auto; display: block; }
.partner-lr { font-family: var(--font-body); font-weight: 600; font-size: 22px; letter-spacing: 0.06em; text-transform: uppercase; color: #C8CCD0; }
@media (max-width: 640px) {
  .partners-grid { gap: 32px; }
  .partner-logo img { height: 28px; }
  .partner-lr { font-size: 18px; }
}

.team-photo--andrea {
  background-image: url('img/team-andrea.jpg');
  background-position: center 20%;
}
@media (max-width: 860px) { }

/* --- Parcours Hugo --- */

.parcours-content { max-width: 820px; margin-top: 64px; padding-top: 48px; border-top: 1px solid var(--border); }
.parcours-block { margin-bottom: 48px; }
.parcours-block:last-child { margin-bottom: 0; }
.parcours-block h3 {
  font-family: var(--font-display); font-size: 22px; font-weight: 600;
  color: var(--text); margin-bottom: 16px;
}
.parcours-block > p { color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; }
.parcours-palmares { list-style: none; padding: 0; margin: 20px 0 0; }
.parcours-palmares li {
  color: var(--text-muted); line-height: 1.55; padding: 10px 0 10px 24px;
  border-left: 1px solid var(--border); margin-bottom: 4px; position: relative;
}
.parcours-palmares li strong { color: var(--text); }
.parcours-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; margin-top: 24px; }
.parcours-logos img { height: 40px; width: auto; opacity: 0.5; transition: opacity 0.3s; }
.parcours-logos img:hover { opacity: 0.85; }
@media (max-width: 640px) {
  .parcours-logos { gap: 24px; }
  .parcours-logos img { height: 32px; }
}

/* Pas de flèche sur les boutons orange (Deciplus) */
.btn-primary .btn-arrow { display: none; }

/* --- Partenaire technique (révélable) --- */
.team-partner { margin-top: 48px; text-align: center; }
.team-partner-toggle {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 12px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--text-faint);
  padding: 8px 0; transition: color 0.3s; position: relative;
}
.team-partner-toggle::after { content: ' +'; }
.team-partner-toggle[aria-expanded="true"]::after { content: ' –'; }
.team-partner-toggle:hover { color: var(--text-muted); }
.team-partner-card[hidden] { display: none !important; }
.team-partner-card {
  display: flex; align-items: center; gap: 28px; max-width: 520px;
  margin: 28px auto 0; padding: 24px; text-align: left;
  background: var(--bg-card); border: 1px solid var(--border);
}
.team-partner-card .team-photo {
  width: 90px; height: 90px; flex-shrink: 0; border-radius: 50%;
  background-size: cover; background-position: center 20%;
}
.team-partner-info h3 { font-size: 18px; margin-bottom: 4px; }
@media (max-width: 520px) { .team-partner-card[hidden] { display: none !important; }
.team-partner-card { flex-direction: column; text-align: center; } }

.parcours-photo { margin: 28px 0 0; }
.parcours-photo img { width: 100%; max-width: 620px; height: auto; display: block; border: 1px solid var(--border); filter: grayscale(100%); }
.parcours-photo figcaption { font-size: 12px; color: var(--text-faint); margin-top: 10px; letter-spacing: 0.04em; }

/* --- Logo BUILT COACHING / Spot Training (côte à côte) --- */
.logo { display: inline-flex; flex-direction: row; align-items: center; gap: 10px; text-decoration: none; }
.logo-lockup { display: inline-flex; flex-direction: column; line-height: 1; }
.logo-built-img {
  height: 28px; width: auto; display: block;
}
.logo-coaching {
  font-family: var(--font-display); font-weight: 400; font-size: 7.2px;
  letter-spacing: 0.395em; color: var(--text); text-transform: uppercase;
  margin-top: 2px; white-space: nowrap;
}
.logo-sep { color: var(--text-faint); font-size: 26px; font-weight: 200; line-height: 1; }
.logo-spot { height: 34px; width: auto; display: block; }
@media (max-width: 600px) {
  .logo-built-img { height: 22px; }
  .logo-spot { height: 26px; }
  .logo { gap: 7px; }
}
.footer-brand .logo-built-img { height: 32px; }
.footer-brand .logo-coaching { font-size: 9.1px; }
.footer-brand .logo-spot { height: 42px; }

/* --- Section "Vous êtes débordés ?" sur photo --- */
.photo-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(26,29,33,0.92) 0%, rgba(26,29,33,0.75) 45%, rgba(26,29,33,0.4) 100%), url('img/method-coaching.jpg');
  background-size: cover;
  background-position: center 35%;
  padding: 88px 60px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.photo-hero-overlay { max-width: 620px; }
.photo-hero .section-label { color: var(--accent); }
.photo-hero-text { color: var(--text-muted); font-size: 18px; line-height: 1.55; margin-top: 20px; }
.photo-hero-text strong { color: var(--text); }
@media (max-width: 700px) {
  .photo-hero { min-height: 50vh; padding: 56px 24px;
    background-image: linear-gradient(180deg, rgba(26,29,33,0.85) 0%, rgba(26,29,33,0.75) 100%), url('img/method-coaching.jpg'); }
}

/* Alignement de la carte partenaire (neutralise les paddings des cartes équipe) */
.team-partner-info h3,
.team-partner-info .team-role,
.team-partner-info .team-bio { padding-left: 0; padding-right: 0; margin-left: 0; }
.team-partner-info .team-role { margin-bottom: 8px; }

/* --- Page Entreprises : modes d'intervention --- */
.interv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 8px;
}
.interv-card {
  padding: 36px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: border-color 0.3s;
}
.interv-card:hover { border-color: var(--accent-dark); }
.interv-card h3 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 14px;
}
.interv-card p { color: var(--text-muted); line-height: 1.6; }
.interv-card strong { color: var(--text); }
@media (max-width: 860px) {
  .interv-grid { grid-template-columns: 1fr; gap: 20px; }
  .interv-card { padding: 28px; }
}


/* --- Formulaire de contact (Web3Forms) --- */
.contact-form { margin-top: 20px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  padding: 14px 16px;
  transition: border-color 0.25s;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--text-faint); }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-dark);
}
.contact-form textarea { resize: vertical; min-height: 100px; margin-bottom: 14px; }
.contact-form .btn { border: none; cursor: pointer; }
.form-status { margin-top: 12px; font-size: 14px; min-height: 20px; }
.form-status.ok { color: #7CB88F; }
.form-status.error { color: #D97C6C; }
@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
}

/* --- Page Témoignages : grille vidéos Instagram --- */
.testi-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.testi-video-card { text-align: center; }
.testi-video-embed {
  border: 1px solid var(--border);
  background: var(--bg-card);
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-video-embed iframe { max-width: 100%; }
.testi-video-embed blockquote.instagram-media { margin: 0 !important; width: 100% !important; min-width: 0 !important; }
.testi-video-card h3 {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.testi-video-role {
  font-size: 14px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .testi-video-grid { grid-template-columns: 1fr; gap: 40px; max-width: 480px; }
}

/* ===== BANNIÈRE DE CONSENTEMENT COOKIES ===== */
#cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 500;
  background: var(--bg);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.35);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
#cookie-banner.visible { transform: translateY(0); }
.cookie-banner-text { flex: 1; min-width: 260px; }
.cookie-banner-text h3 {
  font-family: var(--font-display); font-size: 16px; font-weight: 600;
  color: var(--text); margin-bottom: 6px;
}
.cookie-banner-text p { font-size: 14px; color: var(--text-muted); line-height: 1.5; margin: 0; }
.cookie-banner-text a { color: var(--accent); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn {
  font-family: var(--font-body); font-weight: 600; font-size: 13px;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 13px 28px; border: 1px solid var(--border);
  cursor: pointer; transition: all 0.25s; white-space: nowrap;
}
.cookie-btn-accept { background: var(--accent); color: #1A1D21; border-color: var(--accent); }
.cookie-btn-accept:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.cookie-btn-refuse { background: transparent; color: var(--text-muted); }
.cookie-btn-refuse:hover { color: var(--text); border-color: var(--text-muted); }
@media (max-width: 640px) {
  #cookie-banner { padding: 20px; flex-direction: column; align-items: stretch; gap: 16px; }
  .cookie-banner-actions { flex-direction: column-reverse; }
  .cookie-btn { width: 100%; text-align: center; }
}

/* Lien discret pour rouvrir les préférences (footer) */
.cookie-settings-link {
  position: fixed; left: 20px; bottom: 20px; z-index: 90;
  font-family: var(--font-body); font-size: 12px; color: var(--text-faint);
  background: var(--bg-card); border: 1px solid var(--border);
  padding: 8px 14px; text-decoration: none; cursor: pointer;
  opacity: 0.7; transition: opacity 0.25s;
}
.cookie-settings-link:hover { opacity: 1; }
@media (max-width: 640px) { .cookie-settings-link { left: 12px; bottom: 12px; font-size: 11px; padding: 6px 10px; } }

/* Conteneur de contenu tiers en attente de consentement */
.embed-consent-wrap { position: relative; }
.embed-consent-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; text-align: center; padding: 48px 24px;
  background: var(--bg-card); border: 1px dashed var(--border);
  min-height: 200px;
  max-width: 500px; margin: 0 auto;
}
.embed-consent-wrap[data-consent-type="instagram"] .embed-consent-placeholder { min-height: 400px; }
.embed-consent-placeholder p { font-size: 14px; color: var(--text-muted); max-width: 380px; line-height: 1.5; margin: 0; }
.embed-consent-placeholder .btn { font-size: 13px; padding: 12px 28px; max-width: 100%; white-space: normal; text-align: center; box-sizing: border-box; }
.embed-consent-wrap[data-consent="given"] .embed-consent-placeholder { display: none; }
.embed-consent-wrap:not([data-consent="given"]) .testi-video-grid,
.embed-consent-wrap:not([data-consent="given"]) .map-frame { display: none; }
