/* NOVAG legal pages stylesheet (privacy and terms of service) */

.legal-page {
  background-color: #0D0B14;
  color: #B3A8D6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

a { color: #6E56CF; text-decoration: none; }

a:hover { text-decoration: underline; }

.legal-page .container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Legal page header ---------- */

.legal-header {
  background-color: #171429;
  border-bottom: 1px solid #2A2340;
  padding: 64px 0 48px;
}

.legal-header .legal-eyebrow {
  color: #6E56CF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.legal-header h1 {
  color: #EFEBF8;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 12px;
}

.legal-header .legal-updated {
  color: #B3A8D6;
  font-size: 14px;
  margin-top: 14px;
}

/* ---------- Intro and table of contents ---------- */

.legal-intro {
  font-size: 17px;
  color: #B3A8D6;
  margin-bottom: 24px;
}

.toc {
  background-color: #171429;
  border: 1px solid #2A2340;
  padding: 28px;
  margin: 16px 0 40px;
}

.toc-title {
  color: #EFEBF8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.toc ol { list-style: none; }

.toc li { margin-bottom: 4px; }

.toc a {
  color: #B3A8D6;
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding: 3px 0;
}

.toc a:hover { color: #EFEBF8; }

/* ---------- Legal content ---------- */

.legal-content { padding: 24px 0 64px; }

.legal-page .legal-content section {
  padding: 30px 0;
  border-bottom: 1px solid #2A2340;
  background-color: transparent !important;
}

.legal-page .legal-content section:last-child { border-bottom: none; }

.legal-content .legal-section-num {
  color: #6E56CF;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.legal-content h2 {
  color: #EFEBF8;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0 16px;
}

.legal-content h3 {
  color: #EFEBF8;
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 10px;
}

.legal-content p { color: #B3A8D6; margin-bottom: 14px; }

.legal-content ul,
.legal-content ol { color: #B3A8D6; margin: 0 0 14px 22px; }

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

/* ---------- Legal footer ---------- */

.legal-footer {
  background-color: #08060D;
  border-top: 1px solid #2A2340;
  padding: 32px 0;
  text-align: center;
}

.legal-footer p { color: #B3A8D6; font-size: 14px; margin-bottom: 10px; }

.legal-footer a { color: #B3A8D6; }

.legal-footer a:hover { color: #EFEBF8; }

.legal-back-home {
  display: inline-block;
  background-color: #6E56CF;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  margin-top: 8px;
}

.legal-back-home:hover { color: #FFFFFF; text-decoration: none; }

/* ---------- Responsive ---------- */

@media (max-width: 600px) {
  .legal-header { padding: 48px 0 36px; }
  .legal-header h1 { font-size: 30px; }
  .legal-content h2 { font-size: 20px; }
  .toc { padding: 20px; }
}
