/* =========================================

/* -------- HERO DA PÁGINA SOLUÇÕES -------- */

.solucoes-hero {
  padding: 80px 20px 60px;
  background-color: #050505; /* mesmo clima da home */
  color: #e5e7eb;
}

.solucoes-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.solucoes-hero h1 {
  font-size: 2.1rem;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
}

.solucoes-hero-sub,
.solucoes-hero-support,
.solucoes-hero-note {
  font-size: 0.98rem;
  color: #9ca3af;
  max-width: 540px;
}

.solucoes-hero-sub { margin-bottom: 12px; }

.solucoes-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 8px;
}

.solucoes-hero-note a {
  color: var(--roxo-principal);
  text-decoration: underline;
}

/* bloco destacado à direita */

.solucoes-highlight {
  background-color: #0b0b12;
  border-radius: 10px;
  padding: 22px 20px 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
  border: 1px solid #111827;
}

.solucoes-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(126, 34, 206, 0.18);
  color: var(--roxo-principal);
  font-size: 0.75rem;
  font-weight: 600;
}

.solucoes-highlight h2 {
  font-size: 1.25rem;
  margin-top: 6px;
  color: var(--roxo-principal);
  font-family: "Poppins", sans-serif;
}

.solucoes-highlight p {
  font-size: 0.95rem;
  color: #d1d5db;
}

.solucoes-list {
  margin: 12px 0 0;
  padding-left: 18px;
  font-size: 0.9rem;
  color: #d1d5db;
}


/* -------- LISTA DE APPS (CARDS) -------- */

.solucoes-section {
  padding: 40px 0;
}

.solucoes-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
  padding: 0 20px;
}

.solucoes-section-header h2 {
  margin-bottom: 8px;
  color: #f9fafb;
  font-family: "Poppins", sans-serif;
}

.solucoes-section-header p {
  color: #9ca3af;
  font-size: 0.95rem;
}

.solucoes-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.solucoes-card {
  background-color: #0b0b12;
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
  border: 1px solid #111827;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* ✅ essencial pra botões ficarem sempre no “rodapé” do card */
  display: flex;
  flex-direction: column;
}

.solucoes-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 26px rgba(126, 34, 206, 0.4);
}

.solucoes-card h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
  color: var(--roxo-principal);
  font-family: "Poppins", sans-serif;
}

.solucoes-card-lead {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #e5e7eb;
}

/* texto base do card */
.solucoes-card p {
  font-size: 0.9rem;
  color: #d1d5db;
}

/* texto “mini” (versão enxuta) */
.solucoes-card-mini {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #d1d5db;
  opacity: 0.95;
}

.solucoes-card ul {
  margin: 10px 0;
  padding-left: 18px;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.solucoes-card li + li { margin-top: 2px; }

.solucoes-card-tag {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-top: 6px;
}


/* -------- TAGS (CHIPS) -------- */

.solucoes-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.solucoes-tags .tag {
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #e5e7eb;
}


/* -------- AÇÕES / BOTÕES -------- */

.solucoes-card-actions {
  /* ✅ empurra botões pro final do card mesmo com textos diferentes */
  margin-top: auto;

  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  /* espaçamento superior suave */
  padding-top: 14px;
}

.solucoes-card-actions a {
  text-decoration: none;
}

/* ✅ padroniza altura e “pegada” do botão dentro do card */
.solucoes-card-actions .btn-primary,
.solucoes-card-actions .btn-outline {
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Cards normais: 1 CTA principal com largura boa */
.solucoes-card:not(.solucoes-card-destaque) .solucoes-card-actions .btn-primary {
  width: 160px;
}

/* Card destaque: 2 botões alinhados e iguais */
.solucoes-card-destaque .solucoes-card-actions .btn-primary,
.solucoes-card-destaque .solucoes-card-actions .btn-outline {
  width: 160px;
}


/* -------- DESTAQUE -------- */

.solucoes-card-destaque {
  border: 1px solid rgba(255, 255, 255, 0.18);
}


/* -------- RESPONSIVO -------- */

@media (max-width: 900px) {
  .solucoes-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .solucoes-grid {
    grid-template-columns: 1fr;
  }

  /* no mobile, botões ocupam mais largura e ficam mais fáceis de clicar */
  .solucoes-card-actions .btn-primary,
  .solucoes-card-actions .btn-outline {
    width: 100% !important;
  }
}
