.cg-conhecer-page {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.cg-conhecer {
  width: min(900px, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
}

.cg-conhecer__hero {
  text-align: center;
  margin-bottom: 2rem;
}

.cg-conhecer__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #38bdf8;
}

.cg-conhecer__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

.cg-conhecer__lead {
  margin: 0 0 1.25rem;
  color: #94a3b8;
  line-height: 1.55;
}

.cg-conhecer__hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.cg-conhecer__modules {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.cg-conhecer__module {
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.55);
}

.cg-conhecer__module-index {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #38bdf8;
}

.cg-conhecer__module h2 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  font-weight: 800;
}

.cg-conhecer__module p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cg-conhecer__cta {
  margin-top: 2rem;
  padding: 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(14, 165, 233, 0.12);
  text-align: center;
}

.cg-conhecer__cta h2 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.cg-conhecer__cta p {
  margin: 0 0 1rem;
  color: #94a3b8;
}
