/* ============================================
   JM Adultère Rencontre - Feuille de style principale
   Palette bordeaux + doré sur fond sombre
   Mobile-first, animations subtiles
   ============================================ */

:root {
  --bg-primary: #0E0708;
  --bg-secondary: #18090C;
  --bg-tertiary: #221013;
  --accent: #C41E3A;
  --accent-dark: #8B0000;
  --gold: #D4AF37;
  --gold-soft: #B8941F;
  --accent-glow: rgba(196, 30, 58, 0.45);
  --gold-glow: rgba(212, 175, 55, 0.4);
  --text-primary: #F5EDE6;
  --text-secondary: #B0A099;
  --border: #2A1216;
  --font-title: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --radius: 10px;
  --radius-lg: 16px;
  --transition: 0.3s ease;
  --max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  padding-bottom: 130px;
}

@media (max-width: 600px) {
  body {
    padding-bottom: 115px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: #f0c74a;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  letter-spacing: -0.5px;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 0.75rem;
}

p {
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

section {
  padding: 4rem 0;
  position: relative;
}

section.alt {
  background-color: var(--bg-secondary);
}

.section-title {
  text-align: center;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  text-align: center;
  color: var(--text-secondary);
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Boutons ---- */
.btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: center;
  transition: all var(--transition);
  letter-spacing: 0.3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  box-shadow: 0 0 25px var(--accent-glow), 0 4px 15px rgba(0, 0, 0, 0.4);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 40px var(--accent-glow), 0 6px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  color: #1a0a0a;
  box-shadow: 0 0 22px var(--gold-glow), 0 4px 14px rgba(0, 0, 0, 0.4);
}

.btn-gold:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 38px var(--gold-glow), 0 6px 20px rgba(0, 0, 0, 0.5);
  color: #1a0a0a;
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}

.btn-outline:hover {
  background: var(--gold);
  color: #1a0a0a;
  box-shadow: 0 0 20px var(--gold-glow);
}

.btn-large {
  padding: 1.15rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.3;
  max-width: 100%;
  word-wrap: break-word;
}

/* Tous les boutons : limite naturelle à 2 lignes sur mobile */
@media (max-width: 600px) {
  .btn {
    line-height: 1.25;
    word-wrap: break-word;
  }
  .btn-large {
    padding: 0.95rem 1.4rem;
    font-size: 1rem;
  }
}

/* Bouton S'inscrire du header avec flamme animée */
.btn-signup {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
}

.btn-signup-icon {
  font-size: 1rem;
  animation: hero-icon-pulse 1.4s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(255, 100, 50, 0.6));
}

@media (max-width: 600px) {
  .btn-signup {
    gap: 0.3rem;
  }
  .btn-signup-icon {
    font-size: 1.05rem;
  }
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 25px var(--accent-glow), 0 4px 15px rgba(0, 0, 0, 0.4); }
  50% { box-shadow: 0 0 45px var(--accent-glow), 0 6px 20px rgba(0, 0, 0, 0.5); }
}

/* Bouton hero premium - plus large, brillant, avec sweep */
.btn-hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 1.25rem 2.6rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 60px;
  background:
    linear-gradient(135deg, #ff2a4d 0%, var(--accent) 35%, var(--accent-dark) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 30px var(--accent-glow),
    0 8px 25px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  overflow: hidden;
  isolation: isolate;
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.btn-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: hero-shine 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.btn-hero-icon,
.btn-hero-text,
.btn-hero-arrow {
  position: relative;
  z-index: 2;
}

.btn-hero-icon {
  font-size: 1.3rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  animation: hero-icon-pulse 1.6s ease-in-out infinite;
}

.btn-hero-arrow {
  font-size: 1.3rem;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.btn-hero:hover {
  transform: translateY(-3px) scale(1.03);
  color: #fff;
  box-shadow:
    0 0 50px var(--accent-glow),
    0 14px 35px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

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

@keyframes hero-shine {
  0% { left: -130%; }
  55% { left: 150%; }
  100% { left: 150%; }
}

@keyframes hero-icon-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.btn-hero-text {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .btn-hero {
    padding: 0.9rem 1.3rem;
    font-size: 0.85rem;
    gap: 0.45rem;
    letter-spacing: 0;
    text-transform: none;
    max-width: calc(100% - 1rem);
  }
  .btn-hero-icon,
  .btn-hero-arrow {
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .btn-hero {
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
    gap: 0.35rem;
  }
  .btn-hero-arrow {
    display: none;
  }
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 0;
  background: rgba(14, 7, 8, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: all var(--transition);
}

.site-header.scrolled {
  background: rgba(14, 7, 8, 0.95);
  border-bottom-color: var(--border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-family: var(--font-title);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.5px;
}

.logo:hover {
  color: var(--text-primary);
}

.logo-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  background: var(--text-primary);
  padding: 4px;
  box-shadow: 0 0 24px var(--accent-glow);
  transition: transform var(--transition), box-shadow var(--transition);
}

.logo:hover .logo-img {
  transform: scale(1.05);
  box-shadow: 0 0 22px var(--gold-glow);
}

.footer-brand .logo-img {
  width: 38px;
  height: 38px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-actions .btn {
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
}

.btn-login {
  display: none;
}

@media (min-width: 768px) {
  .btn-login {
    display: inline-block;
  }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 7rem 1.25rem 4rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at top, rgba(139, 0, 0, 0.4) 0%, transparent 60%),
    radial-gradient(ellipse at bottom, rgba(212, 175, 55, 0.1) 0%, transparent 60%),
    var(--bg-primary);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(14, 7, 8, 0.85), rgba(14, 7, 8, 0.92));
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: 0;
}

.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 3.5rem;
  }
}

.hero-content {
  text-align: center;
}

@media (min-width: 1024px) {
  .hero-content {
    text-align: left;
  }
}

.hero h1 {
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #fff 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-primary);
  margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
  .hero-subtitle {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-mention {
  margin-top: 1.25rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-image::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  max-width: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 0, 0, 0.4) 0%, transparent 65%);
  filter: blur(20px);
  z-index: 0;
}

.hero-image img {
  position: relative;
  z-index: 1;
  max-width: 290px;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow:
    0 0 60px rgba(196, 30, 58, 0.4),
    0 25px 60px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.hero-image img:hover {
  transform: rotate(0deg) scale(1.04);
  box-shadow:
    0 0 80px rgba(212, 175, 55, 0.45),
    0 30px 70px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1024px) {
  .hero-image img {
    max-width: 320px;
  }
}

/* ============================================
   SHOWCASE PROFILS
   ============================================ */
.profiles-showcase {
  padding: 2.5rem 1.25rem;
  background: var(--bg-primary);
}

.showcase-image {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow:
    0 0 50px rgba(196, 30, 58, 0.2),
    0 20px 50px rgba(0, 0, 0, 0.6);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}

.showcase-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(14, 7, 8, 0.4) 100%);
  pointer-events: none;
}

.showcase-image:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 70px rgba(212, 175, 55, 0.3),
    0 25px 60px rgba(0, 0, 0, 0.7);
}

.showcase-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 600px) {
  .showcase-image {
    max-width: 100%;
  }
}

/* ============================================
   STATS
   ============================================ */
.stats {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-item {
  padding: 0.5rem;
}

.stat-number {
  font-family: var(--font-title);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 20px var(--gold-glow);
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ============================================
   GRID DE CARDS
   ============================================ */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}

.card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px var(--accent-glow);
}

.card:hover::before {
  opacity: 1;
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.card h3 {
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.card-percent {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 700;
  font-family: var(--font-body);
}

.card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* ============================================
   PROFILS / SECTION CTA
   ============================================ */
.profiles-cta,
.section-cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* ============================================
   TARIFS - TABLEAU
   ============================================ */
.pricing-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  margin-bottom: 1.5rem;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-secondary);
}

.pricing-table th,
.pricing-table td {
  padding: 1.1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.pricing-table th {
  background: var(--bg-tertiary);
  color: var(--gold);
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-table tbody tr:hover {
  background: rgba(196, 30, 58, 0.05);
}

.pricing-table .price {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

.pricing-mention {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* ============================================
   AVIS / TÉMOIGNAGES
   ============================================ */
.testimonial {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  position: relative;
  transition: all var(--transition);
}

.testimonial:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 15px;
  font-family: var(--font-title);
  font-size: 5rem;
  color: var(--accent);
  opacity: 0.3;
  line-height: 1;
}

.testimonial-stars {
  color: var(--gold);
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  letter-spacing: 2px;
}

.testimonial-text {
  font-style: italic;
  color: var(--text-primary);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  font-weight: 600;
  color: var(--gold);
  font-size: 0.95rem;
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
}

.testimonial-author span {
  display: block;
  color: var(--text-secondary);
  font-weight: 400;
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

/* Slider horizontal sur mobile pour les avis */
@media (max-width: 767px) {
  .testimonials-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    margin: 0 -1.25rem;
    padding: 0.5rem 1.25rem 1.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-left: 1.25rem;
  }

  .testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonials-grid .testimonial {
    flex: 0 0 86%;
    max-width: 86%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .testimonials-grid .testimonial:hover {
    transform: none;
  }

  .testimonials-hint {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: var(--text-secondary);
    letter-spacing: 0.5px;
    animation: hint-slide 2.4s ease-in-out infinite;
  }

  .testimonials-hint::before {
    content: "←";
    color: var(--gold);
  }

  .testimonials-hint::after {
    content: "→";
    color: var(--gold);
  }

  @keyframes hint-slide {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
  }
}

@media (min-width: 768px) {
  .testimonials-hint {
    display: none;
  }
}

/* ============================================
   ÉTAPES
   ============================================ */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  counter-reset: step;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

.step {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.25rem;
  text-align: center;
  position: relative;
  transition: all var(--transition);
}

.step:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  box-shadow: 0 0 15px var(--accent-glow);
}

.step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item.active {
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  padding: 1.1rem 1.25rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color var(--transition);
}

.faq-question:hover {
  color: var(--gold);
}

.faq-icon {
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform var(--transition);
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer-inner {
  padding: 0 1.25rem 1.25rem;
  color: var(--text-secondary);
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

/* ============================================
   CTA FINAL
   ============================================ */
.cta-final {
  text-align: center;
  padding: 5rem 1.25rem;
  background:
    radial-gradient(ellipse at center, rgba(196, 30, 58, 0.22) 0%, transparent 70%),
    var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cta-final h2 {
  margin-bottom: 1rem;
}

.cta-final p {
  max-width: 600px;
  margin: 0 auto 2rem;
  color: var(--text-primary);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #07040a;
  border-top: 1px solid var(--border);
  padding: 3.5rem 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

.footer-col-empty {
  display: none;
}

@media (min-width: 768px) {
  .footer-col-empty {
    display: block;
  }
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  font-size: 0.92rem;
  text-decoration: none;
  transition: all var(--transition);
}

.footer-contact:hover {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
  transform: translateY(-1px);
}

.footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.footer-contact-icon svg {
  display: block;
}

.footer-col h4 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer-col p,
.footer-col li {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

.footer-col a {
  color: var(--text-secondary);
  transition: color var(--transition);
}

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

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
  transition: opacity var(--transition);
}

.footer-brand:hover {
  opacity: 0.85;
}

.footer-brand:hover .footer-brand-name {
  color: var(--gold);
}

.footer-brand-name {
  transition: color var(--transition);
}

.footer-brand-name {
  font-family: var(--font-title);
  font-size: 1.25rem;
  color: var(--text-primary);
  font-weight: 700;
}

.footer-tagline {
  font-size: 0.9rem;
  color: var(--text-secondary);
  max-width: 320px;
}

.footer-age {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.25rem 0.75rem;
  background: var(--accent-dark);
  color: #fff;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-bottom {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* ============================================
   FORMULAIRE PARTENAIRE (override)
   ============================================ */
.ptprelinker-content {
  max-width: 640px;
  margin: 2.5rem auto 0;
  background: linear-gradient(145deg, var(--bg-secondary), var(--bg-primary));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 0 40px rgba(196, 30, 58, 0.18), 0 8px 24px rgba(0, 0, 0, 0.5);
  padding: 2.5rem;
  font-family: var(--font-body);
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
  text-align: left;
  transition: box-shadow var(--transition);
}

.ptprelinker-content:hover {
  box-shadow: 0 0 55px rgba(212, 175, 55, 0.25), 0 10px 30px rgba(0, 0, 0, 0.6);
}

.ptprelinker-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ptprelinker-content h1,
.ptprelinker-content h2,
.ptprelinker-content h3,
.ptprelinker-content h4,
.ptprelinker-content h5 {
  font-family: var(--font-title);
  color: var(--gold);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
}

.ptprelinker-content h2 { font-size: 1.6rem; }
.ptprelinker-content h3 { font-size: 1.3rem; }

.ptprelinker-content p {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.ptprelinker-content label {
  display: block;
  color: var(--text-primary);
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.ptprelinker-content input[type="text"],
.ptprelinker-content input[type="email"],
.ptprelinker-content input[type="password"],
.ptprelinker-content input[type="tel"],
.ptprelinker-content input[type="number"],
.ptprelinker-content input[type="date"],
.ptprelinker-content input[type="search"],
.ptprelinker-content input[type="url"],
.ptprelinker-content input:not([type]),
.ptprelinker-content select,
.ptprelinker-content textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  margin-bottom: 1rem;
  transition: all var(--transition);
  -webkit-appearance: none;
  appearance: none;
}

.ptprelinker-content input:focus,
.ptprelinker-content select:focus,
.ptprelinker-content textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
  background: var(--bg-secondary);
}

.ptprelinker-content input::placeholder,
.ptprelinker-content textarea::placeholder {
  color: var(--text-secondary);
  opacity: 0.7;
}

.ptprelinker-content textarea {
  resize: vertical;
  min-height: 100px;
}

.ptprelinker-content select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23D4AF37' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
  padding-right: 2.5rem;
}

.ptprelinker-content input[type="radio"],
.ptprelinker-content input[type="checkbox"] {
  width: auto;
  margin: 0 0.5rem 0 0;
  accent-color: var(--accent);
  transform: scale(1.1);
  vertical-align: middle;
}

.ptprelinker-content button,
.ptprelinker-content input[type="submit"],
.ptprelinker-content input[type="button"],
.ptprelinker-content .btn {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  margin-top: 1rem;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 25px var(--accent-glow), 0 4px 15px rgba(0, 0, 0, 0.4);
  animation: pulse-glow 2.5s ease-in-out infinite;
  transition: transform var(--transition), box-shadow var(--transition);
}

.ptprelinker-content button:hover,
.ptprelinker-content input[type="submit"]:hover,
.ptprelinker-content input[type="button"]:hover,
.ptprelinker-content .btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 45px var(--accent-glow), 0 6px 22px rgba(0, 0, 0, 0.55);
}

.ptprelinker-content small {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .ptprelinker-content {
    padding: 1.75rem 1.25rem;
    margin-top: 2rem;
  }
}

/* ============================================
   BOTTOM BAR FIXE (compteur + CTA centrés)
   ============================================ */
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, #1a0608 0%, #2a0d12 50%, #1a0608 100%);
  border-top: 2px solid var(--gold);
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.7);
}

.bottom-bar::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  pointer-events: none;
}

.bottom-bar-inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.bottom-bar-info {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.1;
}

.bottom-bar-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 10px #2ecc71, 0 0 4px #2ecc71;
  animation: dot-pulse-live 1.4s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes dot-pulse-live {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

.bottom-bar-counter {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.3px;
}

.bottom-bar-counter span {
  color: var(--gold);
  text-shadow: 0 0 12px var(--gold-glow);
  font-size: 1.15em;
}

.bottom-bar-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 2.2rem;
  background: linear-gradient(135deg, #ffd966 0%, var(--gold) 45%, var(--gold-soft) 100%);
  color: #1a0a0a;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 0 22px var(--gold-glow),
    0 6px 18px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  animation: pulse-glow-gold 2.2s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  isolation: isolate;
}

.bottom-bar-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: shine-sweep 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.bottom-bar-cta-icon,
.bottom-bar-cta-text,
.bottom-bar-cta-arrow {
  position: relative;
  z-index: 2;
}

.bottom-bar-cta-icon {
  font-size: 1.1rem;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.4));
}

.bottom-bar-cta-arrow {
  font-size: 1.15rem;
  font-weight: 900;
  transition: transform 0.25s ease;
}

.bottom-bar-cta:hover {
  transform: translateY(-2px) scale(1.03);
  color: #1a0a0a;
  box-shadow:
    0 0 38px var(--gold-glow),
    0 10px 25px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.bottom-bar-cta:hover .bottom-bar-cta-arrow {
  transform: translateX(4px);
}

@keyframes pulse-glow-gold {
  0%, 100% {
    box-shadow:
      0 0 22px var(--gold-glow),
      0 6px 18px rgba(0, 0, 0, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow:
      0 0 38px var(--gold-glow),
      0 8px 22px rgba(0, 0, 0, 0.65),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
}

@keyframes shine-sweep {
  0% { left: -120%; }
  60% { left: 140%; }
  100% { left: 140%; }
}

@media (max-width: 600px) {
  .bottom-bar {
    padding: 0.6rem 0.75rem;
  }
  .bottom-bar-counter {
    font-size: 0.85rem;
  }
  .bottom-bar-cta {
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
  }
  .bottom-bar-cta-icon {
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .bottom-bar-counter {
    font-size: 0.78rem;
  }
  .bottom-bar-cta {
    padding: 0.75rem 1.1rem;
    font-size: 0.8rem;
    gap: 0.4rem;
  }
}

/* ============================================
   ANIMATIONS AU SCROLL
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.mb-2 { margin-bottom: 2rem; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-dark);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent);
}

::selection {
  background: var(--accent);
  color: #fff;
}
