/* ==========================================================================
   apps-para-empresas/style.css
   Overrides e estilos específicos da LP /apps-para-empresas
   (base de estilos: /apps/style.css)
   ========================================================================== */

/* ─── Hero: ajuste do eyebrow e subtítulos "pills" ────────────────────────── */
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(220, 252, 23, .35);
  border-radius: 999px;
  background: rgba(220, 252, 23, .06);
  color: #fff;
  font-size: .85rem;
  font-weight: 500;
}
.hero-pill i {
  color: #DCFC17;
  font-size: .85rem;
}

/* ─── Seção Narrativa + diagrama (light mode, accent roxo) ────────────────── */
.narrative {
  background: #F9FAFB;
  padding: 80px 0;
}
.narrative .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.narrative-text .eyebrow {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #6941C6;
  margin-bottom: 16px;
}
.narrative-text h2 {
  font-size: 2rem;
  color: #101828;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
  max-width: 520px;
}
.narrative-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #344054;
  margin-bottom: 16px;
  max-width: 520px;
}
.narrative-text p.lead {
  color: #101828;
  font-weight: 600;
  font-size: 1.08rem;
  border-left: 3px solid #6941C6;
  padding-left: 16px;
  margin: 24px 0;
}

.integration-diagram {
  background: #fff;
  border: 1px solid rgba(105, 65, 198, .12);
  border-radius: 16px;
  padding: 36px 32px 32px;
  box-shadow: 0 2px 16px rgba(16, 24, 40, .04);
}
.tree-level { display: flex; justify-content: center; }
.tree-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(105, 65, 198, .2);
  border-radius: 12px;
  padding: 12px 20px;
  color: #101828;
  font-weight: 600;
  font-size: .92rem;
  transition: all .3s ease;
  min-width: 200px;
}
.tree-node i { color: #6941C6; font-size: .9rem; }
.tree-node:hover {
  background: rgba(105, 65, 198, .05);
  border-color: rgba(105, 65, 198, .38);
  transform: translateY(-2px);
}
.tree-node.app {
  background: linear-gradient(135deg, #6941C6 0%, #7d52d6 100%);
  border-color: #6941C6;
  color: #fff;
  font-weight: 700;
  min-width: 240px;
}
.tree-node.app i { color: #DCFC17; }
.tree-node.hub {
  border-color: rgba(105, 65, 198, .38);
  background: rgba(105, 65, 198, .04);
  min-width: 240px;
}
.tree-trunk {
  width: 1.5px;
  height: 24px;
  background: rgba(105, 65, 198, .3);
  margin: 0 auto;
}
.tree-branches {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 4px;
}
.tree-leaves {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 4px;
}
.tree-leaf {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1px solid rgba(105, 65, 198, .18);
  border-radius: 10px;
  padding: 10px 8px;
  color: #101828;
  font-weight: 600;
  font-size: .82rem;
  transition: all .3s ease;
}
.tree-leaf i { color: #6941C6; font-size: .85rem; }
.tree-leaf:hover {
  background: rgba(105, 65, 198, .06);
  border-color: rgba(105, 65, 198, .38);
  transform: translateY(-2px);
}
.diagram-footnote {
  text-align: center;
  color: #667085;
  font-size: .78rem;
  margin-top: 18px;
  margin-bottom: 0;
}

/* ─── Seção "Esse projeto é ideal para empresas que" ──────────────────────── */
.fit {
  background: linear-gradient(145deg, #0d0921 0%, #160d30 50%, #180d3a 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.fit::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(220, 252, 23, .08) 0%, transparent 70%);
  pointer-events: none;
}
.fit .container { position: relative; z-index: 1; }
.fit-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.25;
}
.fit-card {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(80, 57, 140, .2), rgba(22, 13, 48, .4));
  border: 1px solid rgba(220, 252, 23, .18);
  border-radius: 20px;
  padding: 40px 44px;
  backdrop-filter: blur(12px);
}
.fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fit-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .92);
  font-size: 1rem;
  line-height: 1.55;
}
.fit-list li:last-child { border-bottom: none; }
.fit-list li::before {
  content: '✓';
  color: #DCFC17;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ─── Seção "O que sua empresa ganha" — Light Card pattern (padrão /apps) ─ */
.benefits {
  background: #fff;
  padding: 96px 0 80px;
}
.benefits h2 {
  text-align: center;
  font-size: 2rem;
  color: #101828;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto 12px;
  max-width: 680px;
}
.benefits .intro {
  text-align: center;
  color: #667085;
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto 56px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.benefit-tile {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: all .3s ease;
}
.benefit-tile:hover {
  background: rgba(105, 65, 198, .05);
  border-color: rgba(105, 65, 198, .15);
  transform: translateY(-4px);
}
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(105, 65, 198, .08);
  border: 1px solid rgba(105, 65, 198, .18);
  color: #6941C6;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all .3s ease;
}
.benefit-tile:hover .benefit-icon {
  background: rgba(105, 65, 198, .14);
  border-color: rgba(105, 65, 198, .35);
  box-shadow: 0 0 20px rgba(105, 65, 198, .18);
  transform: scale(1.08);
}
.benefit-tile h3 {
  color: #101828;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}
.benefit-tile p {
  color: #475467;
  font-size: .8125rem;
  line-height: 1.55;
  margin: 0;
}

/* ─── Seção Diferenciais: "O que muda quando o app é realmente para empresa" */
.differentials {
  background: linear-gradient(145deg, #0d0921 0%, #160d30 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.differentials::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(105, 65, 198, .15) 0%, transparent 70%);
  pointer-events: none;
}
.differentials::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 252, 23, .06) 0%, transparent 70%);
  pointer-events: none;
}
.differentials .container { position: relative; z-index: 1; }
.differentials-title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.25;
}
.differentials-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.diff-card {
  background: linear-gradient(145deg, rgba(80, 57, 140, .22), rgba(22, 13, 48, .35));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  padding: 32px 28px;
  transition: all .3s ease;
}
.diff-card:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 252, 23, .35);
}
.diff-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(220, 252, 23, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all .3s ease;
}
.diff-card-icon i {
  color: #DCFC17;
  font-size: 1.4rem;
}
.diff-card:hover .diff-card-icon {
  transform: scale(1.08);
  background: rgba(220, 252, 23, .18);
}
.diff-card h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.diff-card p {
  color: rgba(255, 255, 255, .78);
  font-size: .95rem;
  line-height: 1.6;
  margin: 0;
}

/* ─── Prova social (override específico com 3 stats) ──────────────────────── */
.proof-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 24px;
}
.proof-stat strong {
  display: block;
  color: #6941c6;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 2px;
}
.proof-stat span {
  color: #4a4a5e;
  font-size: .88rem;
  line-height: 1.4;
}

/* ─── Seção Stat Band — Clicksoft em números (roxo vibrante + lime) ───────── */
.stat-band {
  background: linear-gradient(135deg, #291858 0%, #3a2478 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.stat-band::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(220, 252, 23, .06) 0%, transparent 65%);
  pointer-events: none;
}
.stat-band-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.stat-band-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #DCFC17;
  margin-bottom: 12px;
}
.stat-band h2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 auto 48px;
}
.stat-band h2 .text-lime { color: #DCFC17; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
}
.stat-item {
  text-align: center;
  position: relative;
}
.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, .12);
}
.stat-number {
  font-size: 2.6rem;
  font-weight: 800;
  color: #DCFC17;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 8px;
}
.stat-label {
  color: rgba(255, 255, 255, .88);
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.4;
}

/* ─── CTA final ───────────────────────────────────────────────────────────── */
.final-cta {
  background: linear-gradient(145deg, #0d0921 0%, #160d30 100%);
  padding: 80px 0;
}
.final-cta-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 40px;
  background: linear-gradient(145deg, rgba(80, 57, 140, .2), rgba(22, 13, 48, .35));
  border: 1px solid rgba(220, 252, 23, .2);
  border-radius: 24px;
}
.final-cta-card h2 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}
.final-cta-card p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.02rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
.final-cta-card .btn {
  display: inline-block;
}

/* ─── Process: override para fundo claro continuar legível ────────────────── */

/* ─── Responsivo ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .narrative, .fit, .differentials, .stat-band, .final-cta { padding: 56px 0; }
  .narrative-text h2, .fit-title, .differentials-title { font-size: 1.6rem; }
  .benefits h2 { font-size: 1.5rem; }
  .stat-band h2 { font-size: 1.4rem; }
  .stat-number { font-size: 2.1rem; }
  .narrative .container { grid-template-columns: 1fr; gap: 40px; }
  .integration-diagram { padding: 28px 22px 24px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .tree-leaves { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .stat-item:not(:last-child)::after { display: none; }
  .fit-card { padding: 28px 22px; }
  .differentials-cards { grid-template-columns: 1fr; gap: 14px; }
  .final-cta-card { padding: 36px 24px; }
  .final-cta-card h2 { font-size: 1.5rem; }
  .proof-stats { gap: 18px; }
}
@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
}
