/* ══════════════════════════════════════════
   LEGAL PAGES (Privacy Policy / Legal Notice / Cookies)
   ══════════════════════════════════════════ */

.legal-hero {
  background: linear-gradient(150deg, #060e22 0%, #0d1b3e 60%, #12243a 100%);
  padding: 9rem 5vw 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.legal-hero .section-label { margin-bottom: 1rem; }
.legal-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem); line-height: 0.95; margin-bottom: 1rem;
}
.legal-hero h1 em { color: var(--red); font-style: normal; }
.legal-hero-meta {
  font-size: 0.82rem; color: var(--grey-text); margin-top: 1rem;
  font-family: var(--font-condensed); letter-spacing: 0.08em;
}

/* ── BODY ── */
.legal-body {
  background: var(--navy);
  padding: 5rem 5vw 7rem;
}

/* ── TOC ── */
.legal-toc {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-left: 3px solid var(--red);
  padding: 1.8rem 2rem;
  margin-bottom: 3.5rem;
}
.legal-toc-title {
  font-family: var(--font-condensed); font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase; color: var(--red);
  margin-bottom: 1rem;
}
.legal-toc ol {
  padding-left: 1.2rem;
  display: flex; flex-direction: column; gap: 0.45rem;
}
.legal-toc ol li a {
  font-size: 0.88rem; color: rgba(248,249,252,0.65); text-decoration: none;
  transition: color 0.2s;
}
.legal-toc ol li a:hover { color: var(--white); }

/* ── SECTIONS ── */
.legal-section {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.legal-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.legal-section h2 {
  font-family: var(--font-condensed); font-size: 1.3rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--white); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.legal-section h2 .ls-num {
  font-family: var(--font-display); font-size: 1.8rem;
  color: var(--red); line-height: 1; flex-shrink: 0;
}

.legal-section p {
  font-size: 0.92rem; font-weight: 300;
  color: rgba(248,249,252,0.68); line-height: 1.85; margin-bottom: 1rem;
}
.legal-section p:last-child { margin-bottom: 0; }

.legal-section ul, .legal-section ol {
  padding-left: 1.5rem; margin-bottom: 1rem;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.legal-section li {
  font-size: 0.92rem; font-weight: 300;
  color: rgba(248,249,252,0.68); line-height: 1.75;
}

.legal-section strong { color: var(--white); font-weight: 600; }

.legal-section h3 {
  font-family: var(--font-condensed); font-size: 1rem; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(248,249,252,0.85); margin-bottom: 0.8rem; margin-top: 1.5rem;
}

/* ── TABLE (cookies) ── */
.legal-table-wrap { overflow-x: auto; margin: 1.5rem 0; }
.legal-table {
  width: 100%; border-collapse: collapse; font-size: 0.85rem;
  min-width: 560px;
}
.legal-table th {
  font-family: var(--font-condensed); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--red);
  background: rgba(255,255,255,0.04);
  padding: 0.8rem 1rem; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.legal-table td {
  padding: 0.75rem 1rem; font-weight: 300;
  color: rgba(248,249,252,0.68); line-height: 1.6;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.legal-table tr:last-child td { border-bottom: none; }
.legal-table tr:hover td { background: rgba(255,255,255,0.02); }

/* ── HIGHLIGHT BOX ── */
.legal-box {
  background: rgba(214,48,24,0.06); border: 1px solid rgba(214,48,24,0.25);
  border-left: 3px solid var(--red); padding: 1.5rem 1.8rem;
  margin: 1.5rem 0; font-size: 0.9rem; font-weight: 300;
  color: rgba(248,249,252,0.8); line-height: 1.75;
}

/* ── CONTACT CARD ── */
.legal-contact-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  padding: 2rem 2.5rem; margin-top: 1rem;
}
.legal-contact-card p {
  margin: 0; font-size: 0.9rem;
  color: rgba(248,249,252,0.7); line-height: 1.9;
}
.legal-contact-card strong { color: var(--white); }

@media (max-width: 640px) {
  .legal-hero { padding: 7rem 5vw 3rem; }
  .legal-body { padding: 3rem 5vw 5rem; }
  .legal-toc { padding: 1.2rem 1.5rem; }
}
