.themed-hero {
  padding-block: var(--space-16);
}

.themed-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: var(--space-10);
  align-items: center;
}

.themed-hero__content {
  max-width: 640px;
}

.themed-hero__chips {
  margin-top: var(--space-5);
}

.themed-hero__media {
  max-width: 520px;
  margin-left: auto;
}

.themed-hero__image {
  box-shadow: var(--shadow-elevated);
}

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

.themed-concepts__grid {
  align-items: stretch;
}

.themed-concept .themed-list {
  padding-left: 1.1rem;
}

.themed-concept .themed-list li {
  margin-bottom: 0.4rem;
}

.themed-custom__inner {
  align-items: center;
}

.themed-custom__cta {
  justify-content: center;
}

.themed-list {
  list-style: disc;
  padding-left: 1.2rem;
  color: var(--color-text-muted);
}

.themed-list--inline {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.themed-list--inline li {
  margin: 0;
}

.themed-list--compact {
  list-style: disc;
  padding-left: 1.2rem;
}

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

.themed-experience__grid {
  align-items: center;
  gap: var(--space-8);
}

.themed-experience__image {
  max-width: 520px;
  margin-inline: auto;
}

.themed-features {
  align-items: stretch;
}

.themed-feature .themed-list {
  padding-left: 1.1rem;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.themed-flow__card {
  margin-top: var(--space-4);
}

.themed-cta__inner {
  align-items: center;
  gap: var(--space-8);
}

.themed-cta__card {
  max-width: 520px;
  margin-left: auto;
}

.themed-faq__grid {
  align-items: flex-start;
  gap: var(--space-6);
}

.themed-faq__cta {
  margin-top: var(--space-6);
}

@media (max-width: 960px) {
  .themed-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .themed-hero__media {
    order: -1;
    margin-left: 0;
    max-width: 460px;
    margin-inline: auto;
  }

  .themed-hero {
    padding-block: var(--space-12);
  }

  .themed-cta__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .themed-cta__card {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .themed-hero__inner {
    gap: var(--space-6);
  }

  .themed-hero__chips {
    margin-top: var(--space-4);
  }

  .themed-experience__grid {
    gap: var(--space-6);
  }

  .themed-cta__inner {
    gap: var(--space-6);
  }
}

@media (max-width: 480px) {
  .themed-hero {
    padding-block: var(--space-10);
  }

  .themed-hero__content h1 {
    font-size: var(--font-size-3xl);
  }

  .themed-hero__ctas .btn {
    width: 100%;
    justify-content: center;
  }
}
