/* Parceiro Specific adjustments if needed, though most should come from style.css */
.hero-parceiro {
  min-height: 80vh;
}

.cta-section {
  background: var(--black);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(33, 33, 33, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.footer-parceiro {
  background: var(--navy-mid);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 30px;
  font-size: 0.9rem;
}