 .hero--private {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.hero-private-grid {
  align-items: center;
}

.hero-private-copy {
  max-width: 36rem;
}

.hero-private-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-private-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

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

.hero-private-meta {
  flex-wrap: wrap;
}

.private-image-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.private-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.private-list {
  list-style: none;
  padding-left: 0;
}

.private-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.private-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fffbe0 0, var(--color-primary) 45%, #7b1238 100%);
  box-shadow: var(--shadow-glow-gold);
}

.private-poker-grid,
.private-casino-grid,
.private-ambience-grid,
.private-hosts-grid,
.private-cta-grid {
  align-items: flex-start;
}

.private-cta-row {
  flex-wrap: wrap;
}

.private-form {
  background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.16), rgba(16, 12, 30, 0.98));
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-soft);
}

.private-form h3 {
  margin-bottom: var(--space-3);
}

.private-form p {
  margin-bottom: var(--space-4);
}

.private-form-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-soft);
}

.private-benefits-grid .card {
  height: 100%;
}

@media (max-width: 767px) {
  .hero--private {
    padding-top: var(--space-12);
    padding-bottom: var(--space-12);
  }

  .hero-private-meta {
    margin-top: var(--space-6);
  }
}
