/* ========================================
   SEÇÃO DE ÁREAS DE ATUAÇÃO
   ======================================== */

.section-help {
  background: linear-gradient(180deg, #faf8f6 0%, #f6f1ec 100%);
  padding: 46px 0 56px;
  text-align: center;
  position: relative;
}

.section-help h3 {
  font-family: inherit;
  font-size: 26px;
  margin-bottom: 10px;
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 30px;
  background: none;
  z-index: 1000;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 8px 20px rgba(56, 232, 89, 0.4));
}

.wa-icon {
  font-family: var(--font-secondary);
}

.wa-icon img {
  width: 60px;
  filter: drop-shadow(0 4px 15px rgba(56, 232, 89, 0.3));
}

/* CTA */
.cta h3 {
  margin: 18px 0 12px;
}
