.support-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.whatsapp {
  gap: 10px;
  color: #06130b;
  background: #25d366;
  box-shadow: 0 12px 34px rgba(37, 211, 102, .18);
}

.whatsapp img {
  width: 22px;
  height: 22px;
}

.support-email {
  color: #b9c4d8;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #06130b;
  background: #25d366;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .38);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.whatsapp-float img {
  width: 24px;
  height: 24px;
}

@media (max-width: 900px) {
  .support-actions { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    padding: 0;
  }
  .whatsapp-float span { display: none; }
}
