/* Legal Pages - Premium 2025 Design */

.legal-page {
  min-height: 100vh;
  padding: 120px 24px 80px;
}

.legal-content {
  max-width: 680px;
  margin: 0 auto;
}

/* Header */
.legal-header {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.legal-header h1 {
  font-family: 'Sora', 'Inter', sans-serif;
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.1;
}

.legal-meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

/* Intro */
.legal-intro {
  margin-bottom: 48px;
}

.legal-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* Sections */
.legal-section {
  margin-bottom: 40px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section h2 {
  font-family: 'Sora', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.legal-section p {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.legal-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-section li {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
}

.legal-section li:last-child {
  margin-bottom: 0;
}

.legal-section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

/* Links */
.legal-section a {
  color: var(--accent, #0ea5e9);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.legal-section a:hover {
  border-bottom-color: var(--accent, #0ea5e9);
}

/* Responsive */
@media (max-width: 768px) {
  .legal-page {
    padding: 100px 20px 60px;
  }

  .legal-header {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }

  .legal-header h1 {
    font-size: 28px;
  }

  .legal-intro p {
    font-size: 16px;
  }

  .legal-section {
    margin-bottom: 32px;
  }

  .legal-section h2 {
    font-size: 17px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .legal-page {
    padding: 90px 16px 48px;
  }

  .legal-content {
    max-width: 100%;
  }

  .legal-header h1 {
    font-size: 24px;
  }

  .legal-badge {
    font-size: 10px;
    padding: 5px 10px;
  }
}
