.footer-group {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 82, 55, 0.08);
}

.footer-group:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.footer-group-title {
  display: block;
  margin-bottom: 14px;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.01em;
}

.footer-inline-link {
  color: var(--primary-strong);
  font-weight: 700;
}

.footer-inline-link:hover,
.footer-inline-link:focus-visible {
  text-decoration: underline;
}

.whatsapp-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  max-width: calc(100vw - 32px);
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #20b15a 0%, #1a9d50 100%);
  color: #ffffff;
  box-shadow: 0 18px 38px rgba(18, 104, 52, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.whatsapp-floating:hover,
.whatsapp-floating:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(18, 104, 52, 0.34);
}

.whatsapp-floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  flex: 0 0 auto;
}

.whatsapp-floating-copy {
  display: grid;
  gap: 2px;
}

.whatsapp-floating-copy strong {
  font-size: 0.94rem;
  letter-spacing: -0.01em;
}

.whatsapp-floating-copy span {
  font-size: 0.8rem;
  opacity: 0.92;
}

@media (max-width: 979px) {
  .whatsapp-floating.is-offset {
    bottom: 104px;
  }
}

@media (max-width: 759px) {
  .whatsapp-floating {
    right: 16px;
    bottom: 16px;
    padding-right: 14px;
  }

  .whatsapp-floating-copy span {
    display: none;
  }
}
