body.poker-page main {
  padding-top: var(--space-80);
}

.section--dark {
  background: radial-gradient(circle at top, rgba(10, 12, 16, 0.9), #050608);
}

.section--poker-lounge {
  background: radial-gradient(circle at top left, rgba(102, 23, 39, 0.18), transparent);
}

.section--poker-reservation {
  background: radial-gradient(circle at top right, rgba(14, 107, 79, 0.16), transparent);
}

.section--faq {
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.96), rgba(5, 6, 8, 0.9));
}

.section--gallery {
  background: radial-gradient(circle at top, rgba(215, 180, 106, 0.08), rgba(5, 6, 8, 1));
}

.section--cta-final {
  padding-top: var(--space-40);
  padding-bottom: var(--space-80);
}

.split-screen--poker .split-screen__panel--visual,
.split-screen--reverse .split-screen__panel--visual {
  min-height: 360px;
}

.poker-feature-list {
  list-style: none;
}

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

.poker-feature-list li::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-accent-gold), var(--color-primary));
  box-shadow: 0 0 0 4px rgba(215, 180, 106, 0.18);
}

.poker-testimonials-card {
  display: flex;
  flex-direction: column;
}

.poker-testimonials-figure {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.poker-reservation-card {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.poker-reservation-form {
  display: block;
}

.poker-reservation-footer {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
  align-items: center;
  justify-content: space-between;
}

.poker-reservation-hint {
  max-width: 32rem;
  font-size: var(--font-size-sm);
}

.poker-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.poker-faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: var(--space-16) var(--space-20);
  background: rgba(5, 6, 8, 0.9);
}

.poker-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: var(--font-size-sm);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text);
}

.poker-faq-item[open] summary {
  color: var(--color-accent-gold);
}

.poker-faq-item summary::-webkit-details-marker {
  display: none;
}

.poker-faq-item p {
  margin-top: var(--space-12);
  font-size: var(--font-size-sm);
}

@media (max-width: 768px) {
  .poker-reservation-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
