.poker-hero {
  align-items: center;
}

.poker-hero__content {
  max-width: 640px;
}

.poker-hero__actions {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.poker-hero__image-wrapper {
  display: flex;
  justify-content: center;
}

.poker-hero__image {
  border-radius: var(--radius-xl);
  max-width: 480px;
  box-shadow: var(--shadow-soft);
}

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

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

.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-strong));
}

.section-header {
  max-width: 720px;
  margin: 0 auto;
}

.poker-card__image {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.poker-security-image {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.poker-gallery__item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(31, 41, 55, 0.95);
}

.poker-gallery__caption {
  padding: 0.75rem 0.9rem 0.9rem;
  font-size: var(--font-size-sm);
  color: var(--gray-300);
}

.poker-cta__actions {
  max-width: 360px;
}

.poker-cta__image {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.poker-cta__buttons {
  display: flex;
  flex-direction: column;
}

.poker-infos .location-chip {
  margin-top: 0.5rem;
}

.table--soft-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.95);
}

@media (max-width: 767px) {
  .poker-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .poker-hero__image {
    max-width: 100%;
  }

  .poker-cta__actions {
    width: 100%;
  }
}
