.vip-home-hero {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 35px;
  padding: 0 16px;
  text-align: center;
}

.vip-welcome-card {
  position: relative;
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 34px 22px;
  border-radius: 28px;
  border: 2px solid rgba(255,42,168,0.55);
  background:
    radial-gradient(circle at top, rgba(255,42,168,0.34), transparent 45%),
    linear-gradient(135deg, rgba(255,42,168,0.20), rgba(0,0,0,0.96));
  box-shadow: 0 0 32px rgba(255,42,168,0.16);
}

.vip-welcome-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.10), transparent);
  transform: translateX(-100%);
  animation: shine 3.5s infinite;
  pointer-events: none;
}

.vip-label {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255,42,168,0.18);
  color: #ff8fd0;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vip-title {
  color: #fff;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 800;
  text-shadow: 0 0 22px rgba(255,42,168,0.75);
}

.vip-title span {
  color: #ff2aa8;
}

.vip-subtitle {
  color: #ddd;
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0 auto 24px;
  max-width: 620px;
}

.vip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.vip-actions .button {
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 800;
}

@keyframes shine {
  0% { transform: translateX(-100%); }
  45%, 100% { transform: translateX(100%); }
}

.message-button {
  position: relative;
}

.message-alert {
  display: none;
  position: absolute;
  top: -14px;
  right: -8px;
  background: #ffd54f;
  color: #111;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 4px 8px;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(255,213,79,0.8);
  white-space: nowrap;
}

.home-video-block {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 40px;
  padding: 26px 18px 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255,42,168,0.20), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(0,0,0,0.82));
  border: 1px solid rgba(255,42,168,0.35);
  box-shadow: 0 0 28px rgba(255,42,168,0.10);
}

.home-video-title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.45rem, 5vw, 2.1rem);
  margin: 0 0 10px;
  text-shadow: 0 0 18px rgba(255,42,168,0.55);
}

.home-video-subtitle {
  color: #bbb;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto 24px;
  max-width: 620px;
}

.home-video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.home-video-card {
  flex: 1 1 300px;
  max-width: 560px;
  padding: 12px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255,42,168,0.12), transparent 55%),
    rgba(0,0,0,0.50);
  border: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  color: inherit;
  box-shadow: 0 10px 24px rgba(0,0,0,0.30);
}

.home-video-card.highlight {
  border-color: rgba(255,42,168,0.55);
  box-shadow: 0 0 24px rgba(255,42,168,0.14);
}

.home-thumb {
  position: relative;
  border: 1px solid #ff2aa8;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 0 22px rgba(255,42,168,0.16);
}

.home-thumb img,
.home-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-thumb video {
  position: absolute;
  inset: 0;
  display: none;
}

.home-video-name {
  color: #fff;
  margin: 15px 0 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  text-shadow: 0 0 12px rgba(255,42,168,0.35);
}

.home-video-tags {
  color: #fff;
  font-size: 12px;
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.home-video-tags a {
  color: #ff69b4;
  text-decoration: none;
  background: rgba(255,42,168,0.10);
  border: 1px solid rgba(255,42,168,0.22);
  border-radius: 999px;
  padding: 4px 8px;
}

.home-video-cta {
  margin: 22px 0 8px;
  text-align: center;
}

.home-video-cta .button {
  border-radius: 999px;
  padding: 14px 26px;
  font-weight: 800;
}

.home-intime-separator {
  margin: 34px auto 24px;
  height: 1px;
  max-width: 620px;
  background: linear-gradient(90deg, transparent, rgba(255,42,168,0.65), transparent);
}

.home-story-block {
  width: 100%;
  max-width: 1200px;
  margin: 12px auto 32px;
  padding: 22px 16px 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255,42,168,0.14), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.68));
  border: 1px solid rgba(255,42,168,0.26);
  box-shadow: 0 0 24px rgba(255,42,168,0.08);
}

.home-story-title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.35rem, 4.5vw, 1.9rem);
  margin: 0 0 6px;
  text-shadow: 0 0 16px rgba(255,42,168,0.45);
}

.home-story-subtitle {
  color: #aaa;
  text-align: center;
  font-size: 0.95rem;
  margin: 0 0 18px;
}

.home-story-row {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 4px 12px;
  scroll-snap-type: x proximity;
}

.home-story-row::-webkit-scrollbar {
  height: 6px;
}

.home-story-row::-webkit-scrollbar-thumb {
  background: rgba(255,42,168,0.45);
  border-radius: 999px;
}

.home-story-chip {
  flex: 0 0 150px;
  width: 150px;
  aspect-ratio: 9 / 16;
  height: auto;
  border: 2px solid rgba(255,42,168,0.75);
  border-radius: 22px;
  padding: 3px;
  background:
    linear-gradient(135deg, rgba(255,42,168,0.35), rgba(0,0,0,0.9));
  box-shadow: 0 0 18px rgba(255,42,168,0.15);
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: center;
}

.home-story-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.home-story-cta {
  text-align: center;
  margin: 14px 0 0;
}

.home-story-cta .button {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 800;
}

.hsx-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.86);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 18px;
}

.hsx-overlay.hsx-show {
  display: flex;
}

.hsx-player {
  position: relative;
  width: min(420px, 94vw);
  max-height: 88vh;
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255,42,168,0.55);
  box-shadow: 0 0 34px rgba(255,42,168,0.22);
}

.hsx-video {
  width: 100%;
  max-height: 88vh;
  display: block;
  background: #000;
}

.hsx-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(0,0,0,0.72);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.home-video-grid.compact .home-video-card {
  flex: 0 1 360px;
  max-width: 360px;
}

.tag-search-form {
  max-width: 560px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tag-search-input {
  width: 100%;
  max-width: 330px;
  padding: 13px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,42,168,0.42);
  background: rgba(0,0,0,0.55);
  color: #fff;
  outline: none;
  box-shadow: 0 0 18px rgba(255,42,168,0.08);
}

.tag-search-button {
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 800;
}

.tag-search-help {
  text-align: center;
  color: #aaa;
  font-size: 0.95rem;
  margin: 0 auto 18px;
  max-width: 520px;
  line-height: 1.5;
}

.tag-search-empty {
  text-align: center;
  color: #bbb;
  font-size: 1rem;
  margin: 15px auto 0;
  max-width: 520px;
}

.home-video-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.tip-form {
  margin: 0;
}

.tip-disclaimer {
  font-size: 0.55em;
  color: #888;
  text-align: center;
  line-height: 1.5;
}

.tip-section {
  max-width: 760px;
  margin: 25px auto 40px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(255,42,168,0.15), transparent 45%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(0,0,0,0.75));
  border: 1px solid rgba(255,42,168,0.30);
  box-shadow: 0 0 24px rgba(255,42,168,0.08);
}

.tip-title {
  text-shadow: 0 0 16px rgba(255,42,168,0.35);
}

.giveaway-block {
  width: 100%;
  max-width: 760px;
  margin: 25px auto 35px;
  padding: 24px 20px;
  border-radius: 26px;

  background:
    radial-gradient(circle at top left, rgba(255,42,168,0.14), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.72));

  border: 1px solid rgba(255,42,168,0.28);
  box-shadow: 0 0 24px rgba(255,42,168,0.08);

  text-align: center;
}

.giveaway-title {
  color: #fff;
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin: 0 0 12px;
  text-shadow: 0 0 16px rgba(255,42,168,0.45);
}

.home-interaction-block {
  width: 100%;
  max-width: 760px;
  margin: 20px auto;
  padding: 24px 20px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255,42,168,0.14), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.72));
  border: 1px solid rgba(255,42,168,0.28);
  box-shadow: 0 0 24px rgba(255,42,168,0.08);
  text-align: center;
}

.home-interaction-question {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.interaction-message {
  display: none;
  margin-bottom: 15px;
}

.homeInteractionForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}

.interaction-radio-label {
  cursor: pointer;
  text-align: left;
}

.interaction-textarea {
  resize: none;
  width: 100%;
  max-width: 420px;
}

.interaction-results {
  display: none;
  margin-top: 20px;
}

.giveaway-block,
.home-interaction-block,
.tip-section {
  width: 100%;
  max-width: 760px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

body .giveaway-block,
body .home-interaction-block,
body .tip-section {
  width: 760px !important;
  max-width: calc(100% - 32px) !important;
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-bio-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.home-bio-image {
    width: 320px;
    max-width: 320px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 16px;
    border: 3px solid #ff2aa8;
}

.home-bio-content {
    flex: 1;
    color: #ddd;
    line-height: 1.8;
    text-align: left;
}

.home-bio-content p {
    margin: 0;
}

.home-bio-content .home-video-cta {
    text-align: left;
}

@media (max-width: 768px) {

    .home-bio-layout {
        flex-direction: column;
        text-align: center;
    }

    .home-bio-image {
        width: 100%;
        max-width: 260px;
    }

    .home-bio-content {
        text-align: center;
    }

    .home-bio-content .home-video-cta {
        text-align: center;
    }
}

.promo-code {
    width: fit-content;
    margin: 15px auto;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,42,168,0.14);
    border: 1px solid rgba(255,42,168,0.35);
    color: #ff8fd0;
    font-weight: 900;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
  .bio-block {
    flex-direction: column;
  }
  .bio-block img {
    width: 100% !important;
  }

  /* ✅ Masque le texte SEO sur mobile */
  .seo-intro {
    display: none;
  }
}

#events {
    scroll-margin-top: 120px;
}