 .hero-poker {
  position: relative;
}

.hero-layout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xl);
  align-items: center;
}

.hero-text {
  flex: 1 1 320px;
  min-width: 0;
}

.hero-media-wrapper {
  flex: 1 1 320px;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.hero-media {
  max-width: 520px;
}

.hero-subtitle-secondary {
  font-size: var(--text-md);
  color: var(--color-text-soft);
}

.hero-actions-poker {
  margin-top: var(--space-md);
}

.hero-cta,
.hero-cta-secondary,
.join-cta-btn,
.join-cta-btn-secondary {
  max-width: 100%;
}

.hero-meta-poker {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  align-items: center;
}

.dot-separator {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

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

.section-intro {
  max-width: 640px;
  margin-inline: auto;
}

.section-why-layout {
  align-items: center;
}

.section-why-text {
  min-width: 0;
}

.section-why-media {
  min-width: 0;
  justify-content: center;
}

.section-why-figure {
  max-width: 520px;
}

.card-why {
  height: 100%;
}

.card-list-why {
  display: grid;
  gap: var(--space-md);
}

.card-footer-why {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.cluster-why {
  flex-wrap: wrap;
}

.grid-join {
  align-items: stretch;
}

.join-card {
  height: 100%;
}

.join-list {
  margin-top: var(--space-sm);
  padding-left: 1.25rem;
  list-style: disc;
}

.join-list li {
  margin-bottom: 0.25rem;
}

.join-cta-wrap {
  max-width: var(--container-max);
  margin-inline: auto;
}

.join-cta-card {
  margin-top: var(--space-xl);
}

.join-cta-title {
  font-size: var(--text-2xl);
}

.join-cta-actions {
  flex-wrap: wrap;
}

.join-cta-meta {
  max-width: 640px;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--transition-slow), transform var(--transition-slow);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1023.98px) {
  .hero-layout {
    flex-direction: column;
  }

  .hero-media-wrapper {
    justify-content: center;
  }

  .hero-media {
    max-width: 480px;
  }
}

@media (max-width: 767.98px) {
  .hero-subtitle-secondary {
    font-size: var(--text-base);
  }

  .hero-meta-poker {
    font-size: var(--text-xs);
  }

  .join-cta-title {
    font-size: var(--text-xl);
  }
}
