.elementor-1322 .elementor-element.elementor-element-8509363{--display:flex;}/* Start custom CSS for html, class: .elementor-element-58594a9 */.suporte-whatsapp-wrap{
  max-width:1100px;
  margin:30px auto;
  padding:25px;
  background:rgba(255,255,255,0.05);
  border-radius:15px;
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  color:#fff;
}

.suporte-whatsapp-wrap h2{
  font-size:28px;
  font-weight:800;
  margin-bottom:10px;
}

.suporte-whatsapp-wrap p{
  color:#ccc;
  margin-bottom:20px;
}

.suporte-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}

.suporte-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  background:linear-gradient(90deg, #ff8a00, #e52e71);
  border-radius:12px;
  text-decoration:none;
  color:#fff;
  font-size:16px;
  font-weight:700;
  transition:all .2s ease;
}

.suporte-btn:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(255,60,120,0.25);
}

/* Responsivo */
@media(max-width:768px){
  .suporte-grid{ grid-template-columns:1fr; }
}/* End custom CSS */