/* CSS só da página institucional (index.php) — leve, sem bibliotecas externas, fundo claro. */

.inst-body {
  background: #ffffff;
  color: #111827;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
}

.inst-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* Header */
.inst-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0;
}
.inst-logo { font-size: 20px; font-weight: 900; letter-spacing: -0.02em; color: #0b1730; }
.inst-logo span { color: #2f6fed; }
.inst-logo-link { display: flex; align-items: center; line-height: 0; }
.inst-logo-img { height: 40px; width: auto; display: block; }
.inst-nav { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.inst-nav a {
  color: #0b1730; text-decoration: none; font-size: 13px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.inst-nav a .num { color: #9aa5b8; font-weight: 700; margin-right: 4px; }
.inst-nav a:hover { color: #2f6fed; }
.inst-nav-cta {
  background: #0b1730; color: #fff !important; padding: 10px 20px; border-radius: 999px;
}
.inst-nav-cta:hover { background: #2f6fed !important; }

/* Hero — bloco de cor sólido, no lugar do amarelo do template */
.inst-hero {
  background: #0b1730;
  color: #fff;
  border-radius: 20px;
  margin-top: 8px;
  padding: 72px 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.inst-hero h1 {
  font-size: 44px; font-weight: 900; line-height: 1.08; margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.inst-hero h1 span { color: #6fa3ff; }
.inst-hero p { font-size: 17px; line-height: 1.6; color: #c7d0e6; max-width: 480px; margin: 0 0 28px; }
.inst-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2f6fed; color: #fff; font-weight: 700; font-size: 14px;
  padding: 14px 28px; border-radius: 999px; text-decoration: none;
  letter-spacing: 0.02em;
}
.inst-btn:hover { background: #4f83f1; }
.inst-btn-outline {
  background: transparent; border: 1.5px solid rgba(255,255,255,.35); color: #fff;
}
.inst-btn-outline:hover { background: rgba(255,255,255,.08); }

/* Mockup abstrato (sem imagem, só CSS) representando o dashboard */
.inst-hero-visual {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 24px;
}
.inst-hero-visual .row { display: flex; gap: 12px; margin-bottom: 12px; }
.inst-hero-visual .card {
  flex: 1; background: rgba(255,255,255,.08); border-radius: 10px; padding: 14px;
}
.inst-hero-visual .card .label { font-size: 11px; color: #9fb0d6; margin-bottom: 6px; }
.inst-hero-visual .card .value { font-size: 18px; font-weight: 800; }
.inst-hero-visual .bar-wrap { background: rgba(255,255,255,.08); border-radius: 10px; padding: 16px; }
.inst-hero-visual .bar { height: 8px; border-radius: 999px; background: rgba(255,255,255,.12); overflow: hidden; margin-bottom: 10px; }
.inst-hero-visual .bar > div { height: 100%; background: #6fa3ff; border-radius: 999px; }

/* Seções */
.inst-section { padding: 88px 0; }
.inst-section-alt { background: #f6f8fc; border-radius: 20px; }
.inst-eyebrow {
  font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: #2f6fed; margin-bottom: 12px; display: block;
}
.inst-h2 { font-size: 32px; font-weight: 900; letter-spacing: -0.01em; margin: 0 0 16px; color: #0b1730; }
.inst-h2 span { color: #2f6fed; }
.inst-lead { color: #5b6472; font-size: 16px; max-width: 560px; margin: 0 0 48px; line-height: 1.6; }

.inst-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.inst-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.inst-feature {
  background: #fff; border: 1px solid #e6eaf2; border-radius: 14px; padding: 28px 22px;
}
.inst-feature .icon { font-size: 26px; margin-bottom: 14px; }
.inst-feature h4 { font-size: 15px; font-weight: 800; margin: 0 0 8px; color: #0b1730; }
.inst-feature p { font-size: 13.5px; color: #5b6472; line-height: 1.55; margin: 0; }

.inst-step { text-align: left; }
.inst-step .num {
  width: 40px; height: 40px; border-radius: 12px; background: #0b1730; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 16px;
}
.inst-step h4 { font-size: 16px; font-weight: 800; margin: 0 0 8px; color: #0b1730; }
.inst-step p { font-size: 13.5px; color: #5b6472; line-height: 1.55; margin: 0; }

/* Planos */
.inst-plan {
  background: #fff; border: 1px solid #e6eaf2; border-radius: 16px; padding: 32px 26px;
  text-align: center;
}
.inst-plan h3 { font-size: 17px; font-weight: 800; margin: 0 0 10px; color: #0b1730; }
.inst-plan .price { font-size: 34px; font-weight: 900; color: #0b1730; margin-bottom: 6px; }
.inst-plan .price small { font-size: 14px; font-weight: 600; color: #9aa5b8; }
.inst-plan .desc { font-size: 13px; color: #5b6472; margin-bottom: 22px; }
.inst-plan .inst-btn { width: 100%; justify-content: center; background: #0b1730; }
.inst-plan .inst-btn:hover { background: #2f6fed; }

/* CTA final */
.inst-cta {
  background: #0b1730; border-radius: 20px; padding: 64px 48px; text-align: center; color: #fff;
}
.inst-cta h2 { font-size: 30px; font-weight: 900; margin: 0 0 12px; }
.inst-cta p { color: #c7d0e6; margin: 0 0 28px; }

/* Footer */
.inst-footer {
  padding: 40px 0 60px; display: flex; justify-content: space-between; align-items: center;
  color: #9aa5b8; font-size: 13px;
}

@media (max-width: 860px) {
  .inst-nav { display: none; }
  .inst-hero { grid-template-columns: 1fr; padding: 40px 24px; }
  .inst-hero h1 { font-size: 32px; }
  .inst-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .inst-grid-3 { grid-template-columns: 1fr; }
  .inst-section { padding: 56px 0; }
}
