/* Legal Pages Styles - AdaTech */

.legal-page {
  font-family: 'Urbanist', sans-serif;
  padding: 140px 0 80px;
  background: var(--canvas);
  min-height: 100vh;
}

.legal-page * {
  font-family: 'Urbanist', sans-serif;
}

.legal-header {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--hairline);
}

.legal-header h1 {
  font-family: 'Urbanist', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
}

.legal-updated {
  font-size: 0.875rem;
  color: var(--muted);
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-content section {
  margin-bottom: 40px;
}

.legal-content h2 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}

.legal-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--ink);
  margin: 24px 0 12px;
}

.legal-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body);
  margin-bottom: 16px;
}

.legal-content ul {
  margin: 16px 0;
  padding-left: 24px;
}

.legal-content li {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--body);
  margin-bottom: 8px;
}

.legal-content li::marker {
  color: var(--primary);
}

.legal-content strong {
  color: var(--ink);
  font-weight: 600;
}

.legal-content a {
  color: var(--primary);
  text-decoration: underline;
}

.legal-content a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .legal-page {
    padding: 120px 0 60px;
  }

  .legal-header {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .legal-header h1 {
    font-size: 1.75rem;
  }

  .legal-content {
    padding: 0 16px;
  }

  .legal-content section {
    margin-bottom: 32px;
  }

  .legal-content h2 {
    font-size: 1.25rem;
  }

  .legal-content h3 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .legal-page {
    padding: 110px 0 50px;
  }

  .legal-header h1 {
    font-size: 1.5rem;
  }

  .legal-content p,
  .legal-content li {
    font-size: 0.9375rem;
  }
}

/* Legal page footer styles */
.legal-page-body .footer {
  background: #231f20;
}

.legal-page-body .footer * {
  font-family: 'Urbanist', sans-serif;
}

.legal-page-body .footer .footer-brand p {
  color: #f7f7f4;
}

.legal-page-body .footer .footer-title {
  color: rgba(255, 255, 255, 0.5);
}

.legal-page-body .footer .footer-links a {
  color: rgba(255, 255, 255, 0.7);
}

.legal-page-body .footer .footer-links a:hover {
  color: #ffffff;
}

.legal-page-body .footer .footer-bottom {
  color: rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.legal-page-body .footer-social a {
  color: rgba(255, 255, 255, 0.5);
}

.legal-page-body .footer-social a:hover {
  color: #ffffff;
}
