.hero__content {
  max-width: 640px;
}

.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.hero__figure {
  max-width: 520px;
  margin-left: auto;
}

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

.section-header {
  margin-bottom: var(--space-8);
}

.services-grid .card__footer,
.formats-grid .card__footer {
  margin-top: var(--space-4);
}

.service-list,
.poker-highlights,
.team-list,
.team-benefits,
.contact-list {
  display: grid;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.service-price {
  margin-bottom: var(--space-3);
}

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

.poker-section__figure {
  max-width: 520px;
  margin-left: auto;
}

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

.formats-grid .card {
  height: 100%;
}

.gallery-item img {
  border-radius: var(--radius-lg);
}

.testimonials-grid .testimonial__text {
  margin-bottom: var(--space-3);
}

.team-section {
  align-items: flex-start;
  gap: var(--space-8);
}

.team-card {
  height: 100%;
}

.contact-section__grid {
  align-items: flex-start;
  gap: var(--space-8);
}

.contact-form__note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.contact-card__meta {
  margin-top: var(--space-4);
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

@media (max-width: 900px) {
  .hero {
    padding-top: var(--space-16);
    padding-bottom: var(--space-16);
  }

  .hero__figure,
  .poker-section__figure {
    margin: 0 auto;
  }

  .hero__cta-group {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .hero__cta-group {
    flex-direction: column;
    align-items: stretch;
  }
}
