/* ============================================================
   GTAC — legal pages (Privacy Policy, Terms of Service)
   Loaded alongside styles.css by privacy-policy.html and
   terms-of-service.html.
   ============================================================ */

/* ── HERO ── */
.legal-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 120% at 82% 20%, rgba(36,145,255,0.16) 0%, rgba(36,145,255,0) 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white);
  padding: 64px 16px 60px;
}
.legal-hero-inner { max-width: 820px; margin: 0 auto; }
.legal-breadcrumb {
  font-size: 12px; letter-spacing: 1px; font-weight: 700;
  text-transform: uppercase; margin-bottom: 18px;
}
.legal-breadcrumb a { color: var(--blue-vivid); text-decoration: none; }
.legal-breadcrumb a:hover { text-decoration: underline; }
.legal-breadcrumb span { color: rgba(255,255,255,0.5); margin: 0 8px; }
.legal-breadcrumb .current { color: rgba(255,255,255,0.7); margin: 0; }
.legal-eyebrow {
  font-size: 12px; letter-spacing: 3px; font-weight: 800;
  color: var(--blue-vivid); text-transform: uppercase; margin-bottom: 12px;
}
.legal-title {
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 900; line-height: 1.08;
  text-transform: uppercase; letter-spacing: -0.4px;
  margin-bottom: 14px;
}
.legal-effective { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 600; }

/* ── BODY ── */
.legal-body { padding: 72px 16px; }
.legal-content { max-width: 820px; margin: 0 auto; }
.legal-intro {
  font-size: 17px; color: var(--body-text); line-height: 1.75;
  padding-bottom: 28px; margin-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.legal-content h2 {
  font-size: 21px; font-weight: 900; color: var(--navy);
  letter-spacing: -0.2px; margin: 40px 0 14px;
}
.legal-content p { color: var(--muted); margin-bottom: 16px; line-height: 1.75; }
.legal-content ul { list-style: none; display: grid; gap: 12px; margin: 0 0 16px; }
.legal-content li {
  position: relative; padding-left: 28px;
  font-size: 16px; color: var(--muted); line-height: 1.6;
}
.legal-content li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 13px; height: 13px; background: var(--blue-vivid);
  clip-path: polygon(14% 44%, 0 60%, 40% 100%, 100% 16%, 86% 4%, 38% 70%);
}
.legal-content strong { color: var(--navy); }
.legal-content a { color: var(--blue); font-weight: 700; text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }

/* Closing disclaimer callout */
.legal-disclaimer {
  margin-top: 40px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.5);
  border-left: 4px solid var(--gold);
  padding: 16px 20px; font-size: 14px; color: #6b5a1f; line-height: 1.6;
}
.legal-disclaimer strong { color: #574818; }
