/* ======================================================
   LEGAL NOTICE – AD LOGISTICS
   Premium Neon Theme
   ====================================================== */

.legal-hero {
  padding: 6rem 2rem 4rem;
  text-align: center;
  background: linear-gradient(180deg, #01070f, #061424);
}

.legal-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(90deg,#00e7e0,#f9b234,#00e7e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: titleGradient 6s linear infinite;
}

.legal-subtitle {
  margin-top: 0.5rem;
  color: #bcc7d4;
  font-size: 1rem;
}

/* CONTENT */
.legal-content {
  background: #01070f;
  padding: 4rem 2rem;
}

.legal-container {
  max-width: 900px;
  margin: auto;
  color: #cbd5df;
}

.legal-intro {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* HEADINGS */
.legal-heading {
  font-family: "Orbitron", sans-serif;
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #00e7e0;
  text-shadow: 0 0 8px rgba(0,231,224,0.4);
}

/* LISTS */
.legal-list {
  list-style: none;
  margin: 1rem 0 1.5rem 0;
  padding: 0;
}

.legal-list li {
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
  position: relative;
}

.legal-list li::before {
  content: "•";
  color: #f9b234;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

/* CTA */
.legal-cta {
  margin-top: 3rem;
  padding: 1.8rem;
  background: #04101c;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(0,231,224,0.2);
  box-shadow: 0 0 20px rgba(0,231,224,0.07);
}

.legal-cta h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 1.4rem;
  color: #f9b234;
  margin-bottom: 1rem;
}

.legal-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  border-radius: 10px;
  background: linear-gradient(90deg,#00e7e0,#f9b234);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.legal-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0,231,224,0.4);
}

/* ANIMATION */
@keyframes titleGradient {
  0% { background-position: 0% center; }
  100% { background-position: 100% center; }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .legal-title { font-size: 2.2rem; }
  .legal-heading { font-size: 1.3rem; }
}
