.poker-hero {
  position: relative;
}

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

.poker-hero__lead {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
}

.poker-hero__actions {
  margin-top: var(--space-16);
}

.poker-hero__media {
  min-height: 260px;
}

.poker-overview-grid {
  align-items: stretch;
}

.poker-overview-card__media {
  max-height: 210px;
}

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

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

.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1c774, #d49b3f);
}

.poker-private__grid {
  align-items: center;
  gap: var(--space-32);
}

.poker-services .card-title {
  margin-bottom: var(--space-4);
}

.poker-technology__grid {
  align-items: flex-start;
  gap: var(--space-32);
}

.poker-rules-grid h4 {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: var(--space-4);
}

.poker-gallery__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.poker-gallery__caption {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.poker-testimonial__meta {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-text-muted);
}

.poker-cta {
  border-radius: var(--radius-xl);
}

.poker-cta__actions {
  min-width: 220px;
}

.poker-section-header p {
  font-size: var(--font-size-base);
}

@media (max-width: 1024px) {
  .poker-private__grid,
  .poker-technology__grid {
    gap: var(--space-24);
  }
}

@media (max-width: 768px) {
  .poker-hero__media {
    order: -1;
    margin-bottom: var(--space-20);
  }

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

@media (max-width: 640px) {
  .poker-hero__lead {
    font-size: var(--font-size-base);
  }

  .poker-cta {
    text-align: center;
  }

  .poker-cta__actions {
    align-items: stretch;
  }
}
