/* Landing RED IA — estrutura inspirada no SAS Educação, paleta Bahia */

.lm-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat", system-ui, sans-serif;
  color: #1e293b;
  background: #fff;
}

.lm-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 39, 118, 0.08);
}

.lm-nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lm-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.lm-brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--bahia-azul), var(--bahia-azul-claro));
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-brand-text strong {
  display: block;
  font-size: 0.9rem;
  color: var(--bahia-azul);
}

.lm-brand-text span {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 600;
}

.lm-nav-links {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.lm-nav-links a {
  font-size: 0.85rem;
  color: #64748b;
  text-decoration: none;
  font-weight: 600;
}

.lm-nav-links a:hover {
  color: var(--bahia-azul);
}

.lm-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.lm-btn--ghost {
  background: transparent;
  color: var(--bahia-azul);
  border: 1px solid rgba(0, 39, 118, 0.15);
}

.lm-btn--ghost:hover {
  background: #f1f5f9;
}

.lm-btn--inst {
  background: var(--bahia-azul);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 39, 118, 0.2);
}

.lm-btn--inst:hover {
  background: #001d5c;
}

.lm-btn--prof {
  background: var(--logo-verde);
  color: #fff;
  box-shadow: 0 4px 14px rgba(140, 189, 40, 0.25);
}

.lm-btn--prof:hover {
  filter: brightness(0.92);
}

.lm-btn--primary {
  background: var(--logo-laranja);
  color: #fff;
  box-shadow: 0 4px 14px rgba(244, 121, 32, 0.25);
}

.lm-btn--primary:hover {
  filter: brightness(0.95);
}

.lm-btn--lg {
  padding: 0.75rem 1.35rem;
  font-size: 0.9rem;
}

.lm-hero {
  background: linear-gradient(180deg, #e8eef5 0%, #f8fafc 55%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.lm-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 39, 118, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.lm-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
}

.lm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 39, 118, 0.1);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bahia-azul);
  margin-bottom: 1rem;
}

.lm-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  line-height: 1.12;
  font-weight: 800;
  color: var(--bahia-azul);
  letter-spacing: -0.02em;
}

.lm-hero-lead {
  margin: 0;
  max-width: 32rem;
  font-family: Roboto, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #475569;
}

.lm-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.lm-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1.25rem;
}

.lm-comp-list {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lm-comp-list li {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(0, 39, 118, 0.07);
  color: var(--bahia-azul);
  border: 1px solid rgba(0, 39, 118, 0.1);
}

.lm-chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 39, 118, 0.08);
  color: var(--bahia-azul);
}

.lm-preview {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 12px 40px rgba(0, 39, 118, 0.08);
}

.lm-preview-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.lm-preview-head strong {
  display: block;
  font-size: 0.88rem;
  color: var(--bahia-azul);
}

.lm-preview-head span {
  font-size: 0.72rem;
  color: #64748b;
}

.lm-preview-score {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid #e2e8f0;
}

.lm-preview-score strong {
  font-size: 1.75rem;
  color: var(--bahia-azul);
}

.lm-preview-score span {
  font-size: 0.85rem;
  color: #64748b;
}

.lm-preview-bar {
  display: grid;
  grid-template-columns: minmax(4.5rem, 42%) 1fr 2.25rem;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;
  font-size: 0.75rem;
}

.lm-preview-bar-label {
  font-size: 0.66rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--bahia-azul);
}

.lm-preview-foot {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: #64748b;
  font-family: Roboto, sans-serif;
  line-height: 1.45;
}

.lm-preview-bar-track {
  height: 8px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}

.lm-preview-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--bahia-azul), var(--logo-laranja));
  border-radius: 999px;
}

.lm-stats {
  border-block: 1px solid #e2e8f0;
  background: #fff;
}

.lm-stats-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.lm-stat p {
  margin: 0;
  font-size: clamp(0.88rem, 2.2vw, 1rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--bahia-azul);
  letter-spacing: -0.01em;
}

.lm-stat strong {
  display: block;
  font-size: 1.65rem;
  color: var(--bahia-azul);
}

.lm-stat span {
  font-size: 0.82rem;
  color: #64748b;
  font-family: Roboto, sans-serif;
}

.lm-section {
  padding: 3.5rem 1.25rem;
}

.lm-section--muted {
  background: #f8fafc;
}

.lm-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.lm-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.lm-section-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  color: var(--bahia-azul);
  font-weight: 800;
}

.lm-section-head p {
  margin: 0;
  color: #64748b;
  font-family: Roboto, sans-serif;
  line-height: 1.6;
}

.lm-paths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.lm-path-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lm-path-card--inst {
  border-color: rgba(0, 39, 118, 0.2);
  box-shadow: 0 8px 24px rgba(0, 39, 118, 0.06);
}

.lm-path-card--prof {
  border-color: rgba(140, 189, 40, 0.35);
  box-shadow: 0 8px 24px rgba(140, 189, 40, 0.08);
}

.lm-path-tag {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--logo-laranja);
}

.lm-path-card--inst .lm-path-tag {
  color: var(--bahia-azul);
}

.lm-path-card--prof .lm-path-tag {
  color: var(--logo-verde);
}

.lm-path-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--bahia-azul);
}

.lm-path-card p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
  flex: 1;
}

.lm-path-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-family: Roboto, sans-serif;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}

.lm-personas {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.lm-persona {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.35rem;
}

.lm-persona-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}

.lm-persona-icon--est {
  background: rgba(140, 189, 40, 0.15);
}

.lm-persona-icon--gest {
  background: rgba(0, 39, 118, 0.1);
}

.lm-persona-icon--prof {
  background: rgba(140, 189, 40, 0.15);
}

.lm-persona h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: var(--bahia-azul);
}

.lm-persona li {
  margin-bottom: 0.35rem;
  font-family: Roboto, sans-serif;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.45;
}

.lm-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lm-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
}

.lm-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bahia-azul);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-step:nth-child(4) .lm-step-num {
  background: var(--logo-laranja);
}

.lm-step h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #0f172a;
}

.lm-step p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
}

.lm-cta {
  background: linear-gradient(135deg, var(--bahia-azul) 0%, #001d5c 100%);
  color: #fff;
  text-align: center;
  padding: 3.5rem 1.25rem;
}

.lm-cta h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
}

.lm-cta p {
  margin: 0 auto 1.5rem;
  max-width: 520px;
  font-family: Roboto, sans-serif;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.lm-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.lm-cta .lm-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.lm-cta .lm-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lm-footer {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 2rem 1.25rem;
}

.lm-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.lm-footer p {
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
  font-family: Roboto, sans-serif;
}

.lm-footer a {
  color: var(--bahia-azul);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.82rem;
}

@media (min-width: 768px) {
  .lm-nav-links {
    display: flex;
  }

  .lm-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    padding-top: 4rem;
  }

  .lm-stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .lm-paths {
    grid-template-columns: 1fr 1fr;
  }

  .lm-personas {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .lm-paths {
    grid-template-columns: repeat(3, 1fr);
  }

  .lm-personas {
    grid-template-columns: repeat(3, 1fr);
  }

  .lm-stats-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
