.poker-hero {
  position: relative;
}

.poker-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--space-10);
  align-items: center;
}

.poker-hero-content,
.poker-hero-media {
  min-width: 0;
}

.poker-hero-media-inner {
  box-shadow: var(--shadow-elevated);
}

.poker-hero-image {
  width: 100%;
  height: 100%;
  max-height: 520px;
}

.poker-format-row > * {
  min-width: 0;
}

.poker-format-text,
.poker-format-media,
.poker-design-media,
.poker-design-text,
.poker-scenario-timeline,
.poker-scenario-media,
.poker-audience-grid > *,
.poker-faq-actions {
  min-width: 0;
}

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

.poker-figure figcaption {
  font-size: var(--text-xs);
}

.poker-format-list,
.poker-scenario-list,
.poker-audience-list {
  margin-bottom: 0;
}

.poker-design-grid .card {
  height: 100%;
}

.poker-scenario-grid {
  align-items: flex-start;
}

.poker-scenario-highlights {
  margin-top: var(--space-4);
}

.poker-audience-grid .card {
  height: 100%;
}

.poker-audience-cta {
  max-width: var(--max-w-3xl, 64rem);
}

.poker-faq-cta .media-row {
  align-items: center;
}

.poker-faq-actions {
  display: flex;
  justify-content: flex-end;
}

.poker-hero .hero-actions .btn {
  max-width: 100%;
}

.poker-faq-cta .btn-group .btn {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .poker-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-8);
  }

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

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

  .poker-faq-cta .media-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .poker-faq-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .poker-faq-actions .btn-group {
    width: 100%;
  }

  .poker-faq-actions .btn-group .btn {
    width: 100%;
  }
}
