.tematyczne-hero {
  padding-top: var(--space-16);
}

.tematyczne-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}

.tematyczne-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-soft);
  margin-bottom: var(--space-5);
}

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

.tematyczne-hero__meta {
  display: grid;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
}

.tematyczne-hero__media {
  max-width: 480px;
  margin-inline: auto;
}

.tematyczne-hero__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.tematyczne-hero__chips {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.tematyczne-section-header {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--space-8);
}

.tematyczne-section-header p {
  font-size: var(--font-size-md);
}

.tematyczne-themes__grid {
  grid-template-columns: 1fr;
}

.tematyczne-theme-card {
  height: 100%;
}

.tematyczne-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--color-text-muted);
}

.tematyczne-list li {
  margin-bottom: var(--space-2);
}

.tematyczne-gaming__grid {
  gap: var(--space-8);
}

.tematyczne-gaming__columns {
  display: grid;
  gap: var(--space-5);
  margin-top: var(--space-4);
}

.tematyczne-gaming__cta {
  margin-top: var(--space-5);
}

.tematyczne-decor-card__image-wrapper,
.tematyczne-showcase-card__image-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.tematyczne-service__grid {
  gap: var(--space-6);
}

.tematyczne-business__grid {
  gap: var(--space-8);
  align-items: center;
}

.tematyczne-business__pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: var(--space-4) 0;
}

.tematyczne-business__pill {
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-border-subtle);
  background-color: rgba(8, 8, 20, 0.9);
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-soft);
}

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

.tematyczne-link-inline {
  font-size: var(--font-size-sm);
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tematyczne-link-inline:hover {
  color: var(--color-primary-strong);
}

.tematyczne-order__inner {
  max-width: 960px;
  margin-inline: auto;
}

.tematyczne-order__content {
  display: grid;
  gap: var(--space-6);
}

.tematyczne-order__steps {
  margin-top: var(--space-3);
}

.tematyczne-order__actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (min-width: 640px) {
  .tematyczne-hero__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-4);
  }
}

@media (min-width: 768px) {
  .tematyczne-hero__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }

  .tematyczne-themes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-6);
  }

  .tematyczne-gaming__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tematyczne-order__content {
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }

  .tematyczne-order__actions {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .tematyczne-hero__lead {
    font-size: var(--font-size-xl);
  }

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