.footer-note {
  margin-top: clamp(18px, 2.5vw, 24px);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: #a5b5d8;
  font-size: 13px;
}

.footer-note a {
  text-decoration: none;
  color: #d7e5ff;
}

.footer-note a:hover {
  text-decoration: underline;
}

.floating-wa {
  position: fixed;
  right: clamp(12px, 2vw, 20px);
  bottom: clamp(12px, 2vw, 20px);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, #25d366, #16a34a);
  box-shadow: 0 16px 30px rgba(22, 163, 74, 0.32);
  border: 1px solid rgba(255,255,255,0.18);
}

.floating-wa svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}