.site-header {
  height: 112px;
}

.brand img {
  width: 245px;
  height: 92px;
}

.hero {
  min-height: calc(100vh - 112px);
}

.prepared-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.whatsapp-prepared,
.whatsapp-float {
  background: #20b85a;
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  z-index: 20;
  right: 24px;
  bottom: 24px;
  border-radius: 100px;
  padding: 14px 20px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .3);
}

.whatsapp-float span {
  font-size: 1.2rem;
}

@media (max-width: 780px) {
  .site-header {
    height: 88px;
  }

  .brand img {
    width: 182px;
    height: 70px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 13px 17px;
  }
}
