.hero-strip--ceges {
  align-items: stretch;
}

.hero-strip-text--ceges {
  padding: var(--space-6) var(--space-4);
  border: 3px solid var(--color-border-strong);
  background-color: var(--color-surface);
  box-shadow: var(--shadow-layered);
}

.hero-strip-text--ceges .hero-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.hero-strip-text--ceges .hero-strip-meta {
  margin-top: var(--space-4);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.hero-strip-gallery--single {
  grid-auto-flow: row;
  grid-auto-columns: unset;
}

.hero-strip-card--wide {
  min-height: 260px;
}

.section--ceges-intro {
  background-color: var(--color-bg);
}

.ceges-list,
.ceges-bullets {
  display: grid;
  gap: var(--space-2);
  padding-top: var(--space-2);
}

.ceges-bullets li,
.ceges-list li {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-relaxed);
}

.ceges-list .badge-chip {
  margin-right: var(--space-2);
}

.ceges-subtitle {
  font-size: var(--font-size-md);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: var(--space-2);
}

.section--ceges-env .card--brown {
  background-image: linear-gradient(135deg, #4a2d1a, #20130b);
}

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

.section--ceges-testimonials blockquote.ceges-quote {
  border-left: 3px solid var(--color-primary);
  padding-left: var(--space-3);
  margin-bottom: var(--space-4);
}

.section--ceges-testimonials blockquote.ceges-quote p {
  font-style: italic;
  margin-bottom: var(--space-2);
}

.section--ceges-testimonials blockquote.ceges-quote footer {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
}

.ceges-form {
  margin-top: var(--space-3);
}

.section--ceges-faq .ceges-faq-header {
  max-width: 46rem;
}

.section--ceges-faq .ceges-faq-header .badge-chip {
  margin-bottom: var(--space-3);
}

.section--ceges-faq .faq-list {
  margin-top: var(--space-6);
}

.section--ceges-faq .ceges-faq-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
}

.ceges-bullets--light li {
  color: #fff;
}

@media (max-width: 960px) {
  .hero-strip-text--ceges {
    box-shadow: var(--shadow-hard-md);
  }

  .section--ceges-testimonials .grid-2 {
    gap: var(--space-4);
  }

  .section--ceges-faq .ceges-faq-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
