.parceiro-card {
  border: none;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parceiro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.logo {
  max-height: 55px;
}

.card-title {
  font-weight: 600;
  font-size: 1.05rem;
}

.card-text {
  font-size: 0.9rem;
  color: #6c757d;
  min-height: 60px;
}

.parceiro-badge {
  background-color: #fde68a;
  color: #92400e;
  border-radius: 20px;
  padding: 6px 14px;
  font-weight: 500;
  font-size: 0.75rem;
}

.external-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #f59e0b;
  font-size: 1.2rem;
}

.external-link:hover {
  color: #d97706;
}
.parceiros-section {
  background-color: #ffffff;
}

.parceiros-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #555;
}

.parceiro-metrica .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #fff3b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.parceiro-metrica i {
  font-size: 28px;
  color: #000;
}

.parceiro-metrica .valor {
  font-size: 2rem;
  font-weight: 700;
  color: #d89000;
  margin-bottom: 5px;
}

.parceiro-metrica .descricao {
  font-size: 0.95rem;
  color: #444;
}
/* Seção motivos */
.porque-parceiros {
  background-color: #ffffff;
}

.motivo-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.motivo-card h5 {
  font-weight: 600;
}

.motivo-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Ícone circular */
.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #fff3b0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-circle i {
  font-size: 28px;
  color: #000;
}

/* CTA */
.cta-parceiro {
  background: linear-gradient(135deg, #2f3b4a, #1f2937);
}

.cta-parceiro p {
  max-width: 650px;
  margin: 0 auto 25px;
  font-size: 1.05rem;
}