body.themed-page-enabled {}

.themed-hero {
  position: relative;
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__subtext {
  max-width: 36rem;
  color: var(--color-text-muted);
}

.hero__cta {
  margin-top: var(--space-6);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.themed-intro-grid {
  align-items: flex-start;
  gap: var(--space-8);
}

.themed-intro-cta {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.themed-spec-card {
  height: 100%;
}

.themed-spec-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.themed-spec-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-3);
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--color-text-soft);
}

.themed-spec-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.8);
  background: radial-gradient(circle at 30% 20%, rgba(34, 211, 238, 0.65), transparent 55%), rgba(15, 23, 42, 0.96);
  font-size: 0.7rem;
  font-family: var(--font-mono);
}

.themed-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--color-primary);
}

.themed-link::after {
  content: "→";
  font-size: 0.8rem;
}

.themed-link:hover {
  color: var(--color-accent);
}

.themed-image-card {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-soft);
  background: radial-gradient(circle at 0 0, rgba(34, 211, 238, 0.24), transparent 55%), rgba(15, 23, 42, 0.98);
}

.themed-image-card img {
  width: 100%;
  height: auto;
}

.themed-image-card figcaption {
  padding: var(--space-4);
  font-size: 0.85rem;
  color: var(--color-text-soft);
}

.themed-image-card--glow {
  box-shadow: var(--shadow-border-glow);
}

.themed-poker-grid {
  gap: var(--space-8);
  align-items: center;
}

.themed-program-tiles {
  margin-top: var(--space-8);
}

.themed-decor-section {
  background: radial-gradient(circle at 0 0, rgba(34, 211, 238, 0.16), transparent 60%), radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.22), transparent 60%);
}

.themed-decor-grid {
  gap: var(--space-8);
  align-items: center;
}

.themed-chips-grid {
  gap: var(--space-8);
}

.themed-team-grid {
  gap: var(--space-6);
}

.themed-vip-section {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.96));
}

.themed-vip-grid {
  gap: var(--space-8);
  align-items: flex-start;
}

.themed-vip-card {
  margin-top: var(--space-2);
}

.themed-gallery-grid {
  gap: var(--space-6);
}

.themed-gallery-item {
  height: 100%;
}

.themed-testimonials-grid {
  gap: var(--space-6);
}

.themed-cta-section {
  padding-bottom: var(--space-16);
}

.themed-cta-card {
  background: radial-gradient(circle at 0 0, rgba(34, 211, 238, 0.24), transparent 60%), radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.3), transparent 60%), rgba(15, 23, 42, 0.98);
}

.themed-cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  align-items: center;
  justify-content: space-between;
}

.themed-cta-text {
  max-width: 30rem;
}

.themed-cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: flex-start;
}

.themed-cta-meta {
  font-size: 0.9rem;
  color: var(--color-text-soft);
}

.themed-inline-cta {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

@media (max-width: 960px) {
  .hero__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .themed-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .themed-image-card {
    border-radius: var(--radius-xl);
  }
}
