.hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.hero-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.floating-actions {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.fab {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
  font-size: 22px;
  
}

.fab-call { background: #111; color: #fff; }
.fab-wa   { background: #25D366; color: #fff; }

@media (min-width: 992px) {
  .floating-actions { right: 24px; bottom: 24px; }
}

.fab i {
  font-size: 26px;
  line-height: 1;
}
