/* ==========================================================================
   Legal Pages (Privacy, Disclaimer, Cookies)
   ========================================================================== */

/* ── Legal Hero ────────────────────────────────────────── */
.legal-hero {
  background: linear-gradient(135deg, #0d1b3e 0%, #1a237e 100%);
  color: white;
  padding: 120px 0 80px;
  margin-top: -80px;
  padding-top: calc(80px + 80px);
}

.legal-hero .tvg-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.legal-hero h1 { color: white; margin-bottom: 16px; }
.legal-hero p { opacity: 0.9; }

/* ── Legal Content ─────────────────────────────────────── */
.legal-content {
  padding: 60px 0;
  background: #fff;
}

.legal-content .tvg-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-content h2 {
  color: var(--tvg-headings-color);
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f4f8;
}

.legal-content h3 {
  color: var(--tvg-headings-color);
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-content p {
  color: var(--tvg-color-text);
  margin-bottom: 16px;
  line-height: 1.8;
}

.legal-content ul {
  color: var(--tvg-color-text);
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
  line-height: 1.8;
}

.legal-content ul li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}

.legal-content ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--hcl-logo-paars-9, #c2185b);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}

.legal-content a {
  color: #1a237e;
  text-decoration: underline;
}

.legal-content a:hover {
  color: var(--hcl-logo-paars-9, #c2185b);
}

.legal-content .legal-updated {
  font-size: 0.9rem;
  color: var(--hcl-neutral-9, #8e8c99);
  font-style: italic;
  margin-bottom: 32px;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
}

.legal-content table th,
.legal-content table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  color: var(--tvg-color-text);
}

.legal-content table th {
  font-weight: 600;
  color: var(--tvg-headings-color);
  background: #f8f9fa;
}
