 .hero-prives {
  position: relative;
}

.hero-prives .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(255, 47, 191, 0.4), transparent 60%),
              radial-gradient(circle at 80% 100%, rgba(47, 216, 255, 0.4), transparent 60%),
              linear-gradient(145deg, rgba(0, 0, 0, 0.9), rgba(5, 3, 10, 0.95));
  mix-blend-mode: multiply;
  opacity: 0.9;
  z-index: 0;
}

.hero-prives-layout {
  align-items: stretch;
}

.hero-prives-strip {
  z-index: 1;
}

.hero-prives-figure {
  border-radius: 20px;
  overflow: hidden;
  max-height: 360px;
}

.hero-prives-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-prives-caption {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.section-header {
  max-width: 780px;
  margin-inline: auto;
}

.section-prives-grid .card-list,
.section-prives-animations .prives-bullets,
.section-prives-tables .prives-bullets,
.section-prives-ambiance .prives-bullets,
.section-prives-formules .prives-bullets {
  margin-top: 0.75rem;
}

.prives-bullets li {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.4rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.prives-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2fbf, #2fd8ff);
  box-shadow: 0 0 12px rgba(255, 47, 191, 0.7);
}

.section-prives-tables-layout {
  align-items: center;
}

.prives-table-figure {
  padding: var(--space-4);
}

.prives-table-figure img {
  border-radius: 16px;
}

.prives-table-overview {
  margin-bottom: var(--space-6);
}

.prives-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

.prives-group-figure {
  margin-bottom: var(--space-4);
  border-radius: 18px;
  overflow: hidden;
}

.prives-group-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-animations,
.card-securite {
  height: 100%;
}

.section-prives-cta {
  padding-bottom: var(--space-48);
}

.prives-cta-panel {
  padding: var(--space-16);
  box-shadow: var(--shadow-strong);
}

.prives-cta-content header {
  max-width: 640px;
  margin-bottom: var(--space-8);
}

.prives-cta-form .form-group:last-of-type {
  margin-bottom: var(--space-8);
}

@media (max-width: 900px) {
  .prives-cta-panel {
    padding: var(--space-12);
  }
}

@media (max-width: 600px) {
  .hero-prives-figure {
    max-height: 260px;
  }

  .prives-cta-panel {
    padding: var(--space-10);
  }
}
