.cg-conhecer {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 1.5rem 0 2.5rem;
}

.cg-conhecer__hero {
  text-align: center;
  margin-bottom: 1.75rem;
}

.cg-conhecer__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0ea5e9;
}

.cg-conhecer__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 800;
}

.cg-conhecer__lead {
  margin: 0 0 1.1rem;
  color: #475569;
  line-height: 1.55;
}

.cg-conhecer__hero-actions {
  display: flex;
  justify-content: center;
}

.btn-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.55rem 1.2rem;
  border-radius: 10px;
  background: #0284c7;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.btn-primary-link:hover {
  background: #0369a1;
}

.cg-conhecer__modules {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cg-conhecer__module {
  padding: 0.95rem 1.05rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.92);
}

.cg-conhecer__module-index {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0284c7;
}

.cg-conhecer__module h2 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.cg-conhecer__module p {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cg-conhecer__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cg-conhecer__gallery figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.cg-conhecer__gallery img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.cg-conhecer__cta {
  margin-top: 1.75rem;
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid #7dd3fc;
  background: #e0f2fe;
  text-align: center;
}

.cg-conhecer__cta h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.cg-conhecer__cta p {
  margin: 0 0 0.9rem;
  color: #475569;
}
