nav .nav-links a[href="legal_notice.html"] {
  color: var(--text);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 2px;
}

.legal-page {
  min-height: calc(100vh - 62px);
  padding: 80px max(80px, calc(50% - 656px)) 120px max(112px, calc(50% - 624px));
  position: relative;
  z-index: 2;
}

.legal-hero {
  margin-bottom: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
}

.legal-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 20px 0 14px;
}

.legal-subtitle {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
  max-width: 560px;
}

.legal-body {
  max-width: 760px;
}

.legal-section { margin-bottom: 56px; }

.legal-section h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.legal-section h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
  margin: 32px 0 10px;
}

.legal-section p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 14px;
}

.legal-section strong { color: var(--text); font-weight: 500; }

.legal-contact-card {
  padding: 24px 28px;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 10px;
  margin: 0 0 24px;
}

.legal-contact-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 14px;
}

.legal-contact-card p:last-child { margin-bottom: 0; }
.legal-contact-card strong { color: var(--text); font-weight: 600; }

.legal-info-card {
  padding: 20px 28px;
  background: var(--bg1);
  border: 1px solid var(--border);
  border-radius: 10px;
  margin: 16px 0 0;
}

.legal-info-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 10px;
}

.legal-info-card p:last-child { margin-bottom: 0; }

.legal-info-card a {
  color: var(--accent);
  text-decoration: none;
  transition: opacity 0.2s;
}

.legal-info-card a:hover { opacity: 0.75; }

@media (max-width: 768px) {
  .legal-page {
    padding: 48px 20px 80px;
  }
  .legal-hero {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .legal-title { font-size: 30px; }
  .legal-contact-card { padding: 18px 20px; }
  .legal-info-card { padding: 16px 18px; }
}
