/* ════════════════════════════════════════════════════════
   legal-v2.css  —  Privacy Policy & Terms of Service
   Indigo accent (#6366f1 / #818cf8)
   lp- prefix for new rules
════════════════════════════════════════════════════════ */

body.lp-page { background: #040d1a !important; }

/* ── Hero ── */
.lp-hero {
  background: #040d1a;
  padding: 70px 28px 56px;
  text-align: center;
}

.lp-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(99,102,241,.1);
  border: 1px solid rgba(99,102,241,.28);
  backdrop-filter: blur(12px);
  color: #818cf8;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: .6px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 100px; margin-bottom: 28px;
}
.lp-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #6366f1; box-shadow: 0 0 9px #6366f1;
}

.lp-hero-h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900; color: #fff;
  margin: 0 0 18px; letter-spacing: -1.5px; line-height: 1.1;
}
.lp-hero-h1 .grad-indigo {
  background: linear-gradient(135deg, #4338ca 0%, #6366f1 30%, #818cf8 55%, #a5b4fc 70%, #818cf8 85%, #6366f1 100%);
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
  display: inline-block;
}
.lp-hero-sub {
  font-size: 16px; color: rgba(255,255,255,.48);
  max-width: 560px; margin: 0 auto 28px; line-height: 1.7;
}
.lp-updated {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(99,102,241,.08);
  border: 1px solid rgba(99,102,241,.18);
  border-radius: 100px; padding: 6px 16px;
  font-size: 12px; color: rgba(255,255,255,.38); font-weight: 600;
}

/* ── Security strip ── */
.lp-sec-strip {
  background: #060f22;
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.04);
  padding: 18px 28px;
}
.lp-sec-strip-inner {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 36px; flex-wrap: wrap;
}
.lp-sec-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.44);
}
.lp-sec-icon {
  width: 30px; height: 30px; border-radius: 9px; flex-shrink: 0;
  background: rgba(99,102,241,.12);
  border: 1px solid rgba(99,102,241,.22);
  display: flex; align-items: center; justify-content: center;
}

/* ── Main content ── */
.lp-main {
  background: #040d1a;
  padding: 60px 28px 100px;
}
.lp-layout {
  max-width: 920px; margin: 0 auto;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 36px; align-items: start;
}

/* ── TOC sidebar ── */
.lp-toc {
  position: sticky; top: 90px;
  background: #0a1628;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px; padding: 20px 16px;
}
.lp-toc-title {
  font-size: 10.5px; font-weight: 800; color: rgba(255,255,255,.32);
  text-transform: uppercase; letter-spacing: .7px; margin: 0 0 12px;
}
.lp-toc-link {
  display: block; font-size: 12px; color: rgba(255,255,255,.4);
  font-weight: 600; padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
  text-decoration: none; transition: color .15s;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.lp-toc-link:last-child { border-bottom: none; }
.lp-toc-link:hover { color: #818cf8; }

/* ── Section cards ── */
.lp-section {
  background: #0a1628;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px; padding: 28px 26px;
  margin-bottom: 14px;
  position: relative; overflow: hidden;
}
.lp-section::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, #4338ca, #818cf8);
}
.lp-section-hd {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 16px;
}
.lp-section-num {
  width: 30px; height: 30px; border-radius: 8px; flex-shrink: 0;
  background: rgba(99,102,241,.14);
  border: 1px solid rgba(99,102,241,.26);
  display: flex; align-items: center; justify-content: center;
  font-size: 12.5px; font-weight: 900; color: #818cf8;
}
.lp-section-title {
  font-size: 15.5px; font-weight: 800; color: #fff; margin: 0;
}
.lp-section p {
  font-size: 13.5px; color: rgba(255,255,255,.54);
  line-height: 1.85; margin: 0 0 10px;
}
.lp-section p:last-child { margin-bottom: 0; }
.lp-section strong { color: rgba(255,255,255,.8); }
.lp-section ul, .lp-section ol {
  margin: 10px 0; padding-left: 20px;
  color: rgba(255,255,255,.54); font-size: 13.5px; line-height: 1.9;
}
.lp-section a { color: #818cf8; font-weight: 600; text-decoration: none; }
.lp-section a:hover { color: #a5b4fc; }

.lp-highlight {
  background: rgba(99,102,241,.07);
  border: 1px solid rgba(99,102,241,.18);
  border-radius: 12px; padding: 14px 16px;
  margin-top: 14px;
  font-size: 13px; color: rgba(255,255,255,.58); line-height: 1.7;
}
.lp-highlight strong { color: #818cf8; }

/* ── Acknowledgement box ── */
.lp-ack {
  background: rgba(16,185,129,.06);
  border: 1px solid rgba(16,185,129,.18);
  border-radius: 14px; padding: 16px 18px;
  font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7;
  margin-top: 20px;
}
.lp-ack strong { color: #34d399; }

/* ── Contact section ── */
.lp-contact-section {
  background: #060f22;
  padding: 60px 28px;
  border-top: 1px solid rgba(255,255,255,.04);
}
.lp-contact-inner {
  max-width: 680px; margin: 0 auto;
  background: #0a1628;
  border: 1px solid rgba(99,102,241,.16);
  border-radius: 22px; padding: 36px 32px;
  display: flex; gap: 24px; align-items: flex-start;
  position: relative; overflow: hidden;
}
.lp-contact-inner::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #4338ca, #6366f1, #818cf8);
  border-radius: 22px 22px 0 0;
}
.lp-contact-icon {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  background: rgba(99,102,241,.12);
  border: 1px solid rgba(99,102,241,.22);
  display: flex; align-items: center; justify-content: center;
}
.lp-contact-title {
  font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 4px;
}
.lp-contact-sub {
  font-size: 13px; color: rgba(255,255,255,.36); margin: 0 0 18px;
}
.lp-contact-list {
  list-style: none; margin: 0; padding: 0;
}
.lp-contact-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.05);
  font-size: 13.5px; color: rgba(255,255,255,.6);
}
.lp-contact-list li:last-child { border-bottom: none; }
.lp-contact-list a { color: #818cf8; font-weight: 700; text-decoration: none; }
.lp-contact-list a:hover { color: #a5b4fc; }
.lp-contact-list-icon {
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
  background: rgba(99,102,241,.1);
  border: 1px solid rgba(99,102,241,.18);
  display: flex; align-items: center; justify-content: center;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 860px) {
  .lp-layout { grid-template-columns: 1fr; }
  .lp-toc { display: none; }
}
@media (max-width: 640px) {
  /* Hero badge breathing room */
  .lp-hero { padding: 80px 16px 44px; }
  .lp-main { padding: 40px 16px 70px; }
  .lp-section { padding: 20px 16px; }
  .lp-contact-section { padding: 40px 16px; }
  .lp-contact-inner { flex-direction: column; padding: 24px 18px; }
  .lp-sec-strip-inner { gap: 20px; }
}
