/* ==========================================
   LEGAL PAGES
   ========================================== */

.legal-page {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px 20px;
  background: rgba(138, 43, 226, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-page h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.legal-intro {
  text-align: center;
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 30px;
}

.legal-content {
  line-height: 1.8;
}

.legal-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: rgb(238, 168, 255);
  font-family: "Great Vibes", cursive;
}

.legal-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: rgb(238, 168, 255);
  font-weight: 600;
}

.legal-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.legal-content ul {
  margin: 15px 0;
  padding-left: 25px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: rgb(255, 215, 0);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.legal-content a:hover {
  color: rgb(238, 168, 255);
}
