.poker-page {
  background: radial-gradient(circle at top, rgba(184, 155, 90, 0.08), transparent 55%), radial-gradient(circle at bottom, rgba(24, 32, 28, 0.9), #050607);
}
.poker-hero {
  padding-top: calc(var(--space-16) + var(--header-height));
}
.poker-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr);
  gap: var(--space-10);
  align-items: center;
}
.poker-hero-copy {
  max-width: 42rem;
}
.poker-hero-meta {
  margin-top: var(--space-6);
  margin-bottom: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.poker-hero-links {
  margin-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}
.poker-hero-visual {
  position: relative;
}
.poker-hero-figure {
  overflow: hidden;
}
.poker-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.poker-hero-caption {
  margin-top: var(--space-3);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}
.poker-section-grid {
  align-items: center;
}
.poker-section-image {
  border-radius: var(--radius-lg);
}
.poker-image-card,
.poker-image-panel {
  overflow: hidden;
}
.poker-image-card img,
.poker-image-panel img {
  width: 100%;
  height: auto;
}
.poker-atmosphere {
  background: linear-gradient(145deg, rgba(20, 23, 24, 0.96), rgba(13, 16, 17, 0.96));
}
.poker-atmosphere-header {
  max-width: 40rem;
  margin-bottom: var(--space-8);
}
.poker-panel-caption {
  padding: var(--space-4) var(--space-5) var(--space-5);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}
.poker-dining-cta {
  margin-top: var(--space-5);
}
.poker-how-it-works {
  background: radial-gradient(circle at top, rgba(72, 86, 60, 0.18), transparent 60%);
}
.poker-section-header {
  max-width: 44rem;
  margin: 0 auto var(--space-8);
  text-align: center;
}
.poker-steps-grid,
.poker-events-grid,
.poker-etiquette-grid {
  margin-top: var(--space-6);
}
.poker-step {
  height: 100%;
}
.poker-disclaimer {
  margin-top: var(--space-6);
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(184, 155, 90, 0.45);
  background: rgba(11, 13, 14, 0.9);
  font-size: var(--font-size-sm);
}
.poker-events {
  background: radial-gradient(circle at bottom, rgba(90, 60, 44, 0.45), transparent 60%);
}
.poker-private {
  background: linear-gradient(145deg, #050607, rgba(20, 23, 24, 0.96));
}
.poker-highlight-card {
  margin-top: var(--space-4);
}
.poker-etiquette-card {
  height: 100%;
}
.poker-gallery {
  background: radial-gradient(circle at center, rgba(184, 155, 90, 0.12), transparent 65%);
}
.poker-gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr);
  gap: var(--space-8);
  align-items: center;
}
.poker-gallery-main {
  overflow: hidden;
}
.poker-gallery-image {
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
}
.poker-gallery-caption {
  padding: var(--space-4) var(--space-5) var(--space-5);
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}
.poker-gallery-text {
  max-width: 34rem;
}
.poker-gallery-text p:last-of-type {
  margin-bottom: var(--space-4);
}
.poker-cta {
  padding-bottom: var(--space-16);
}
.poker-cta-panel {
  padding: var(--space-10) var(--space-8);
}
.poker-cta-content {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}
.poker-cta-content .btn-group {
  justify-content: center;
  margin-top: var(--space-6);
  margin-bottom: var(--space-4);
}
.poker-cta-note {
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}
@media (min-width: 768px) {
  .poker-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  .poker-gallery-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
}
@media (max-width: 767.98px) {
  .poker-hero {
    padding-top: calc(var(--space-14) + var(--header-height));
  }
  .poker-hero-links {
    flex-direction: column;
  }
  .poker-cta-panel {
    padding: var(--space-8) var(--space-5);
  }
}
