body {
}

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

.themes-hero-layout {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 900px) {
  .themes-hero-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
}

.themes-hero-copy h1 {
  max-width: 18ch;
}

.themes-hero-intro {
  font-size: var(--font-size-lg);
  max-width: 44rem;
}

.themes-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
  margin-bottom: var(--space-3);
}

.themes-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.themes-hero-visual {
  position: relative;
  display: grid;
  gap: var(--space-4);
}

.themes-hero-image {
  min-height: 260px;
}

.themes-hero-stat-card {
  margin-top: -4.5rem;
  max-width: 420px;
  justify-self: flex-end;
}

@media (max-width: 899px) {
  .themes-hero-stat-card {
    margin-top: 0;
    justify-self: stretch;
  }
}

.themes-section-header {
  max-width: 48rem;
  margin-bottom: var(--space-8);
}

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

.themes-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.themes-card-body {
  display: grid;
  gap: var(--space-4);
}

@media (min-width: 720px) {
  .themes-card-body {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .themes-card:nth-child(1) .themes-card-body,
  .themes-card:nth-child(3) .themes-card-body {
    grid-template-columns: minmax(0, 1fr);
  }
}

.themes-card-media {
  order: -1;
}

@media (min-width: 720px) {
  .themes-card-media {
    order: 0;
  }
}

.themes-card-image {
  height: 100%;
  min-height: 220px;
}

.themes-card-copy p:last-child {
  margin-bottom: 0;
}

.themes-card-footer {
  margin-top: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.themes-list {
  display: grid;
  gap: var(--space-2);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.themes-list li::marker {
  content: none;
}

.themes-customization-grid {
  display: grid;
  gap: var(--space-8);
  align-items: start;
}

@media (min-width: 960px) {
  .themes-customization-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
}

.themes-side-card {
  align-self: stretch;
}

.themes-side-footer {
  margin-top: var(--space-5);
}

.themes-testimonials {
  background: radial-gradient(circle at 0 0, rgba(184, 255, 59, 0.08), transparent 55%),
              radial-gradient(circle at 100% 100%, rgba(138, 59, 255, 0.18), transparent 55%),
              linear-gradient(135deg, #050608 0%, #0e1117 60%, #050608 100%);
}

.themes-testimonials-grid {
  margin-top: var(--space-6);
}

.themes-testimonial-meta {
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

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

.themes-cta-layout {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 960px) {
  .themes-cta-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  }
}

.themes-cta-copy h2 {
  margin-bottom: var(--space-4);
}

.themes-steps {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: var(--space-3);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.themes-steps li span {
  display: block;
  margin-top: 0.15rem;
}

.themes-cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

@media (min-width: 600px) {
  .themes-cta-actions {
    align-items: flex-start;
  }
}

.themes-cta-actions .btn-ghost {
  align-self: flex-start;
}
