/* Página pública — Conhecer a aplicação (SGAE) */

.sgae-conhecer {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 0 0 3rem;
}

.sgae-conhecer__hero {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  padding-top: 0.5rem;
}

.sgae-conhecer__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #38bdf8;
}

[data-theme="light"] .sgae-conhecer__eyebrow {
  color: #0284c7;
}

.sgae-conhecer__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  color: #f8fafc;
}

[data-theme="light"] .sgae-conhecer__title {
  color: #0f172a;
}

.sgae-conhecer__lead {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #94a3b8;
}

[data-theme="light"] .sgae-conhecer__lead {
  color: #475569;
}

.sgae-conhecer__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  align-items: center;
  justify-content: center;
}

.sgae-conhecer__link {
  color: #7dd3fc;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sgae-conhecer__link:hover {
  color: #bae6fd;
}

[data-theme="light"] .sgae-conhecer__link {
  color: #0284c7;
}

[data-theme="light"] .sgae-conhecer__link:hover {
  color: #0369a1;
}

.sgae-conhecer__link--muted {
  font-weight: 600;
  opacity: 0.9;
}

.sgae-conhecer__modules {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.sgae-conhecer__module {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(280px, 1.15fr);
  gap: 1.25rem 1.75rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(8px);
}

[data-theme="light"] .sgae-conhecer__module {
  background: rgba(255, 255, 255, 0.92);
  border-color: #e2e8f0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.sgae-conhecer__module:nth-child(even) {
  grid-template-columns: minmax(280px, 1.15fr) minmax(220px, 0.9fr);
}

.sgae-conhecer__module:nth-child(even) .sgae-conhecer__module-copy {
  order: 2;
}

.sgae-conhecer__module:nth-child(even) .sgae-conhecer__module-stage {
  order: 1;
}

.sgae-conhecer__module-index {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #38bdf8;
}

[data-theme="light"] .sgae-conhecer__module-index {
  color: #0284c7;
}

.sgae-conhecer__module-copy h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #f8fafc;
}

[data-theme="light"] .sgae-conhecer__module-copy h2 {
  color: #0f172a;
}

.sgae-conhecer__module-copy p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #94a3b8;
}

[data-theme="light"] .sgae-conhecer__module-copy p {
  color: #475569;
}

.sgae-conhecer__module-stage {
  min-width: 0;
}

.sgae-conhecer__frame {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: #0a0f1c;
}

.sgae-conhecer__frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  object-position: center top;
  background: #0a0f1c;
}

.sgae-conhecer__value {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.25rem;
  margin: 2rem 0 0;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.4);
}

[data-theme="light"] .sgae-conhecer__value {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.sgae-conhecer__value h2 {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

[data-theme="light"] .sgae-conhecer__value h2 {
  color: #64748b;
}

.sgae-conhecer__value ul {
  margin: 0;
  padding-left: 1.05rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #e2e8f0;
}

[data-theme="light"] .sgae-conhecer__value ul {
  color: #334155;
}

.sgae-conhecer__value li + li {
  margin-top: 0.25rem;
}

.sgae-conhecer__cta {
  margin-top: 2.25rem;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: linear-gradient(160deg, rgba(14, 165, 233, 0.14), rgba(15, 23, 42, 0.55));
  text-align: center;
}

[data-theme="light"] .sgae-conhecer__cta {
  background: linear-gradient(160deg, #e0f2fe, #f8fafc);
  border-color: #7dd3fc;
}

.sgae-conhecer__cta-inner {
  max-width: 36rem;
  margin: 0 auto;
}

.sgae-conhecer__cta h2 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #f8fafc;
}

[data-theme="light"] .sgae-conhecer__cta h2 {
  color: #0f172a;
}

.sgae-conhecer__cta p {
  margin: 0 0 1.1rem;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.5;
}

[data-theme="light"] .sgae-conhecer__cta p {
  color: #475569;
}

.sgae-conhecer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 820px) {
  .sgae-conhecer__module,
  .sgae-conhecer__module:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .sgae-conhecer__module:nth-child(even) .sgae-conhecer__module-copy,
  .sgae-conhecer__module:nth-child(even) .sgae-conhecer__module-stage {
    order: initial;
  }

  .sgae-conhecer__value {
    grid-template-columns: 1fr;
  }

  .sgae-conhecer__frame img {
    max-height: 220px;
  }
}
