.legal-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 24px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}

.legal-container h1 {
  font-size: 26px;
  margin-bottom: 16px;
}

.legal-container h2 {
  font-size: 18px;
  margin-top: 28px;
}

.legal-container p,
.legal-container li {
  font-size: 14px;
  margin-bottom: 12px;
}

.legal-warning {
  background: #f9f9f9;
  border-left: 4px solid #c0392b;
  padding: 12px;
  font-size: 13px;
  margin: 20px 0;
}

.footer-legal {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 40px;
}

/* WhatsApp Styles */
.whatsapp-float {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 999;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  color: #fff;
}

.whatsapp-inline {
  display: inline-block;
  padding: 12px 20px;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 12px;
}

.whatsapp-inline:hover {
  background: #1ebe5d;
  color: #fff;
}
