 .hero__panel--center {
  text-align: left;
}

.hero__title {
  margin-top: var(--space-4);
  margin-bottom: var(--space-3);
}

.hero__text {
  max-width: 40rem;
}

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

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.section-header {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--space-10);
}

.section-header p {
  margin-bottom: 0;
}

.themes-intro-grid {
  align-items: center;
  gap: var(--space-10);
}

.themes-intro-panel {
  display: flex;
  align-items: stretch;
}

.themes-intro-card {
  width: 100%;
}

.themes-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: var(--space-4);
}

.themes-intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.themes-casino-block {
  background: radial-gradient(circle at top, rgba(219, 234, 254, 0.8), transparent 60%);
}

.themes-highlight-grid {
  align-items: stretch;
}

.themes-highlight-card {
  display: flex;
  flex-direction: column;
}

.themes-highlight-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.themes-highlight-header h3 {
  margin-top: var(--space-2);
}

.themes-highlight-figure {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.themes-highlight-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.themes-highlight-card .list-check {
  margin-top: var(--space-3);
}

.themes-highlight-cta {
  margin-top: auto;
  padding-top: var(--space-4);
}

.themes-grid-section {
  background: var(--color-bg-soft);
}

.themes-card-grid {
  align-items: stretch;
}

.themes-integration-grid {
  align-items: stretch;
  gap: var(--space-10);
}

.themes-process-list {
  counter-reset: proc-counter;
  display: grid;
  gap: var(--space-4);
  padding-left: 0;
  margin-top: var(--space-4);
}

.themes-process-item h4 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--space-2);
}

.themes-process-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.themes-integration-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: var(--space-5);
}

.themes-bottom-cta {
  padding-top: var(--space-10);
}

.themes-bottom-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
}

.themes-bottom-text {
  max-width: 40rem;
}

.themes-bottom-text p {
  margin-bottom: 0;
}

.themes-bottom-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  min-width: 230px;
}

@media (max-width: 960px) {
  .themes-highlight-image {
    height: 200px;
  }

  .themes-bottom-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .themes-bottom-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .hero__panel {
    padding-inline: var(--space-4);
  }

  .hero__cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__meta {
    flex-direction: column;
  }

  .themes-highlight-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .themes-bottom-actions {
    width: 100%;
  }

  .themes-bottom-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
