/* =====================================================
   VISIOSEXY - TEMPLATE FICHE MODÈLE
   CSS GLOBAL COMPLET
===================================================== */

/* BASE */
.sppb-section {
  overflow: hidden;
  position: relative;
}

.sppb-row,
.sppb-column,
.sppb-addon {
  position: relative;
  z-index: 2;
}

/* LUMIÈRES PREMIUM */
.sppb-section:before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 0, 102, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.sppb-section:after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 180, 0, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* BADGE LIVE */
.vs-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vs-badge-live.online {
  background: #00c46a;
  box-shadow: 0 10px 30px rgba(0, 196, 106, 0.35);
}

.vs-badge-live.offline,
.vs-badge-live {
  background: #ff0055;
  box-shadow: 0 10px 30px rgba(255, 0, 85, 0.35);
}

/* TITRES */
h1 {
  font-size: 42px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 30px !important;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
}

h2 {
  font-size: 42px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  margin-bottom: 25px !important;
  color: #fff !important;
}

h3 {
  color: #fff !important;
}

/* TEXTES */
.sppb-addon-text-block,
.sppb-addon-text-block p {
  color: #f3f3f3 !important;
  font-size: 19px;
  line-height: 1.7;
}

/* BOUTONS */
.sppb-btn {
  background: linear-gradient(135deg, #ff0066, #ff3399) !important;
  border: none !important;
  color: #fff !important;
  min-width: 280px;
  height: 64px;
  padding: 0 34px !important;
  border-radius: 16px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 35px rgba(255, 0, 102, 0.38);
  transition: all 0.3s ease;
}

.sppb-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(255, 0, 102, 0.5);
  color: #fff !important;
}

/* BOUTON SECONDAIRE */
.vs-btn-secondary .sppb-btn,
.sppb-btn-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

/* STATS */
.vs-stat-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 24px 20px;
  border-radius: 22px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
  min-height: 135px;
}

.vs-stat-box strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  word-break: break-word;
}

.vs-stat-box span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d7d7d7;
}

/* IMAGE MODÈLE */
.vs-model-card {
  position: relative;
  border-radius: 32px;
  padding: 12px;
  overflow: visible;
}

.vs-model-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(135deg, #ff0066, #ffcc66);
  z-index: 0;
  opacity: 0.65;
  filter: blur(18px);
}

.vs-model-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 780px;
  object-fit: contain;
  border-radius: 30px;
  display: block;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  transition: 0.35s ease;
}

.vs-model-card img:hover {
  transform: translateY(-6px);
}

/* =====================================================
   SHORTS / VIDÉOS
   IMPORTANT : mettre la classe .vs-short-card sur la COLONNE,
   pas sur la vidéo elle-même.
===================================================== */

/* SHORTS / VIDÉOS */

.vs-short-card {
  position: relative;
  height: 520px;
  border-radius: 32px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 25px 70px rgba(0,0,0,0.45);
  transition: 0.35s ease;
}

.vs-short-card:hover {
  transform: translateY(-10px);
}

.vs-short-card .sppb-addon-wrapper,
.vs-short-card .sppb-addon,
.vs-short-card .sppb-addon-content,
.vs-short-card .sppb-video-block {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vs-short-card video {
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;
  object-fit: cover !important;
  border-radius: 32px;
  display: block;
}

/* Cache les espacements internes SPPB */
.vs-short-card .sppb-addon {
  margin: 0 !important;
  padding: 0 !important;
}

/* Overlay premium */
.vs-short-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.12) 45%,
    transparent
  );
  z-index: 3;
  pointer-events: none;
}

/* Bouton overlay optionnel */
.vs-short-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 25px;
  z-index: 4;
  opacity: 0;
  transition: 0.3s ease;
}

.vs-short-card:hover .vs-short-overlay {
  opacity: 1;
}

.vs-watch-btn {
  background: #fff;
  color: #000 !important;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* STATUT LIVE */
.vs-live-status {
  padding: 18px 24px;
  border-radius: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.vs-live-status.online {
  background: rgba(0,255,120,0.12);
  border: 1px solid rgba(0,255,120,0.25);
  color: #00ff99;
}

.vs-live-status.offline {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ddd;
}

/* CTA FINAL */
.vs-final-cta {
  text-align: center;
  padding: 120px 20px;
}

.vs-final-cta h2 {
  font-size: 48px !important;
  color: #fff !important;
}

.vs-final-cta p {
  font-size: 20px;
  max-width: 720px;
  margin: 0 auto 35px;
  color: #e7e7e7;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 991px) {
  h1 {
    font-size: 44px !important;
  }

  .sppb-btn {
    min-width: 240px;
  }

  .vs-short-card {
    height: 560px;
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  .sppb-addon-text-block,
  .sppb-addon-text-block p {
    font-size: 17px;
  }

  .sppb-btn {
    width: 100%;
    min-width: 100%;
    height: 58px;
    font-size: 16px !important;
  }

  .vs-stat-box {
    margin-bottom: 15px;
  }

  .vs-model-card img {
    max-height: none;
  }

  .vs-short-card {
    height: 620px;
    margin-bottom: 25px;
  }
}
/* ===============================
   RESPONSIVE HERO VISIOSEXY FIX
================================ */

@media (max-width: 991px) {

  .sppb-btn {
    min-width: 100% !important;
    width: 100% !important;
    font-size: 15px !important;
    height: 56px !important;
  }

  h1 {
    font-size: 38px !important;
    line-height: 1.15 !important;
  }

  .vs-model-card {
    margin-top: 35px;
  }

  .vs-model-card img {
    max-height: 520px;
    width: 100%;
    object-fit: contain;
  }

  .vs-stat-box {
    min-height: 115px;
    padding: 20px 12px;
  }

  .vs-stat-box strong {
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  .sppb-row {
    flex-direction: column !important;
  }

  .sppb-col-md-6,
  .sppb-col-sm-6,
  .sppb-col-xs-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  h1 {
    font-size: 32px !important;
    text-align: center;
  }

  .vs-badge-live {
    display: table;
    margin: 0 auto 20px;
  }

  .sppb-addon-text-block,
  .sppb-addon-text-block p {
    text-align: center;
    font-size: 16px;
  }

  .vs-model-card {
    margin: 35px auto 0;
    max-width: 360px;
  }

  .vs-model-card img {
    max-height: 460px;
  }

  .vs-stat-box {
    margin-bottom: 18px;
  }

  .vs-short-card {
    height: 520px;
  }
}