/* =============================================
   COMPOSANT HERO PRESTATIONS — fs-presta-hero
   ============================================= */
.fs-presta-hero {
  width: 100%;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, #3D0A50 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 60%, #1a0535 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 60%, #1a0535 0%, transparent 60%),
    #0A0118;
  padding: 13rem 2rem 6rem;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

/* Grille de fond */
.fs-presta-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(180,124,253,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180,124,253,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

/* Fondu vers le bas pour la transition */
.fs-presta-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #0A0118);
  pointer-events: none;
}

.fs-presta-hero__inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Eyebrow */
.fs-presta-hero__eyebrow {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FF7FC2;
  margin: 0 0 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.fs-presta-hero__eyebrow::before,
.fs-presta-hero__eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FF7FC2);
}

.fs-presta-hero__eyebrow::after {
  background: linear-gradient(90deg, #FF7FC2, transparent);
}

/* Titre H1 */
.fs-presta-hero__title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.6rem, 6.5vw, 4.8rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 2rem;
}

/* Texte intro */
.fs-presta-hero__text {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #FFFFFF;
  margin: 0 auto 2.75rem;
  max-width: 660px;
}

.fs-presta-hero__text strong {
  color: #FF7FC2;
  font-weight: 600;
}

/* Actions */
.fs-presta-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 4rem;
}

/* Bouton principal */
.fs-presta-hero .fs-btn-gradient {
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 0.6rem;
  padding: 1.1rem 2.75rem;
  background: linear-gradient(135deg, #FF7FC2 0%, #B47CFD 100%);
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 25px rgba(255, 127, 194, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  letter-spacing: 0.01em;
}

.fs-presta-hero .fs-btn-gradient svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.fs-presta-hero .fs-btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 127, 194, 0.5);
}

.fs-presta-hero .fs-btn-gradient:hover svg {
  transform: translateX(3px);
}

/* Mention sous le bouton */
.fs-presta-hero__sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  color: rgba(236, 233, 242, 0.3);
  margin: 0;
}

/* Bande de stats */
.fs-presta-hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: rgba(19, 6, 44, 0.6);
  border: 1px solid rgba(180, 124, 253, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.fs-presta-hero__stat {
  flex: 1;
  padding: 1.4rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}

.fs-presta-hero__stat + .fs-presta-hero__stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(180, 124, 253, 0.12);
}

.fs-presta-hero__stat-value {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #B47CFD 0%, #FF7FC2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fs-presta-hero__stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: rgba(236, 233, 242, 0.4);
  line-height: 1.3;
}

/* Zone Image Mockup */
.fs-presta-hero__mockup {
  margin-top: 4rem;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(180, 124, 253, 0.15);
  overflow: hidden;
  line-height: 0;
}

.fs-presta-hero__mockup img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .fs-presta-hero {
    padding: 10rem 2rem 4rem;
  }
}

@media (max-width: 768px) {
  .fs-presta-hero {
    padding: 9rem 1.25rem 3rem;
  }
  .fs-presta-hero__mockup {
    margin-top: 2.5rem;
  }
  .fs-presta-hero__stats {
    flex-wrap: wrap;
  }
  .fs-presta-hero__stat {
    flex: 1 1 calc(50% - 1px);
    min-width: 0;
  }
  .fs-presta-hero__stat:nth-child(3)::before {
    display: none;
  }
  .fs-presta-hero .fs-btn-gradient {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .fs-presta-hero__title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }
}