.page--poker {
  background: radial-gradient(circle at top, rgba(15, 58, 109, 0.4), transparent 55%), radial-gradient(circle at bottom, rgba(217, 179, 108, 0.22), transparent 55%), linear-gradient(145deg, #050814 0%, #050814 40%, #050814 100%);
}
.hero--poker {
  position: relative;
}
.hero-grid {
  align-items: center;
}
.hero-col {
  min-width: 0;
}
.hero-col--content {
  z-index: 1;
}
.hero-col--media {
  z-index: 1;
}
.hero-media-frame {
  max-width: 520px;
  margin-left: auto;
}
.hero-image {
  max-height: 520px;
}
.hero-cta-group .btn {
  max-width: 100%;
}
.hero-note {
  margin-top: var(--space-md);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}
.hero-meta--poker {
  margin-top: var(--space-sm);
}
.poker-intro-grid .grid-item,
.poker-flow-card .grid-item,
.section--poker-booking .grid-item {
  min-width: 0;
}
.poker-intro-content,
.poker-booking-content,
.poker-flow-card .flow-lg {
  font-size: var(--font-size-md);
  line-height: var(--line-height-relaxed);
}
.poker-list {
  margin-top: var(--space-md);
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.poker-list li {
  color: var(--color-text-soft);
}
.poker-list--benefits li::marker,
.poker-list--flow li::marker,
.poker-list--booking li::marker {
  color: var(--color-accent-gold);
}
.poker-intro-media,
.poker-flow-media {
  max-width: 520px;
}
.poker-alert-wrapper {
  max-width: var(--container-md);
  margin-left: auto;
  margin-right: auto;
}
.alert--poker {
  background: linear-gradient(135deg, rgba(12, 19, 40, 0.95), rgba(5, 8, 20, 0.98));
  border-color: rgba(217, 179, 108, 0.6);
}
.section--poker-flow {
  position: relative;
}
.section--poker-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(15, 58, 109, 0.32), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}
.section--poker-flow > .container {
  position: relative;
  z-index: 1;
}
.poker-flow-card {
  overflow: hidden;
}
.poker-flow-step {
  position: relative;
}
.poker-flow-title {
  margin-bottom: var(--space-xs);
}
.section--poker-booking {
  border-top: 1px solid var(--color-border-subtle);
  border-bottom: 1px solid var(--color-border-subtle);
  background: radial-gradient(circle at 10% 0, rgba(217, 179, 108, 0.12), transparent 55%), radial-gradient(circle at 80% 100%, rgba(15, 58, 109, 0.3), transparent 55%);
}
.poker-booking-cta .btn {
  max-width: 100%;
}
.poker-quickform-card {
  height: 100%;
}
.poker-form .form-row {
  margin-bottom: var(--space-sm);
}
.poker-form .btn--full {
  width: 100%;
}
.poker-form .form-help {
  margin-top: var(--space-xs);
}
.poker-faq-card {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.poker-faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.poker-faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(12, 19, 40, 0.95), rgba(5, 8, 20, 0.98));
}
.poker-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: var(--space-md) var(--space-lg);
  border: 0;
  background: transparent;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: var(--font-size-md);
  text-align: left;
  cursor: pointer;
}
.poker-faq-question {
  flex: 1 1 auto;
  min-width: 0;
}
.poker-faq-icon {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  border: 1px solid rgba(217, 179, 108, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.poker-faq-icon::before,
.poker-faq-icon::after {
  content: "";
  position: absolute;
  background-color: var(--color-accent-gold);
  transition: transform var(--transition-base), opacity var(--transition-base);
}
.poker-faq-icon::before {
  width: 10px;
  height: 2px;
}
.poker-faq-icon::after {
  width: 2px;
  height: 10px;
}
.poker-faq-item[aria-expanded="true"] .poker-faq-icon::after {
  transform: scaleY(0);
  opacity: 0;
}
.poker-faq-panel {
  padding: 0 var(--space-lg) var(--space-md);
  font-size: var(--font-size-md);
  color: var(--color-text-soft);
}
.poker-faq-panel p {
  margin-bottom: 0;
}
.poker-faq-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: var(--space-lg);
}
.poker-faq-footer .btn {
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .hero-media-frame {
    max-width: 100%;
    margin-top: var(--space-xl);
  }
  .poker-flow-media,
  .poker-intro-media {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hero-media-frame {
    margin-top: var(--space-lg);
  }
  .poker-faq-trigger {
    padding: var(--space-md);
  }
  .poker-faq-panel {
    padding: 0 var(--space-md) var(--space-md);
  }
  .section--poker-booking {
    background-position: 50% 0, 50% 100%;
  }
}
@media (max-width: 479.98px) {
  .hero-note {
    font-size: var(--font-size-xs);
  }
  .poker-faq-card {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }
}
