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

.poker-hero-copy {
  max-width: 640px;
}

.poker-hero-cta {
  margin-top: var(--space-5);
  flex-wrap: wrap;
}

.poker-hero-media {
  max-height: 420px;
}

.poker-hero-media img {
  min-height: 320px;
}

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

.poker-image-card {
  max-height: 380px;
}

.poker-image-card img {
  height: 100%;
}

.faq-list {
  margin-top: var(--space-4);
}

.faq-item + .faq-item {
  margin-top: var(--space-2);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  color: var(--color-text);
  font-size: var(--font-size-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: var(--font-size-lg);
  color: var(--color-primary-strong);
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.poker-faq-cta {
  align-items: flex-start;
}

.poker-cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

@media (max-width: 767px) {
  .poker-hero-grid {
    gap: var(--space-8);
  }

  .poker-hero-media {
    order: -1;
  }
}
