/* ============================================================
   GPSoul · Privacy Policy page styles
   Extends landing.css foundations (nav, container, footer, wordmark).
   ============================================================ */

/* ---------- Header ---------- */
.pp-header {
  position: relative;
  overflow: hidden;
  padding: 140px 0 60px;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(148, 89, 231, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse at 85% 50%, rgba(60, 93, 208, 0.22) 0%, transparent 55%),
    linear-gradient(180deg, #0A0525 0%, #140838 100%);
  border-bottom: 1px solid rgba(148, 89, 231, 0.18);
}
.pp-header-inner { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; }
.pp-header h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 14px 0 22px;
  color: #FDFBFF;
}
.pp-sub {
  font-size: 20px;
  line-height: 1.5;
  color: #BCB4D0;
  margin: 0 auto 28px;
  max-width: 560px;
}
.pp-meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 89, 231, 0.22);
  color: #A0AEC0;
  font-size: 13px;
}
.pp-meta .dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: #9459E7;
}
.pp-meta strong { color: #FDFBFF; font-weight: 600; }

/* ---------- Layout ---------- */
.pp-wrap {
  background: #0A0525;
  padding: 72px 0 96px;
}
.pp-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: start;
}

/* ---------- TOC ---------- */
.pp-toc {
  position: sticky;
  top: 96px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 89, 231, 0.18);
  border-radius: 20px;
}
.pp-toc h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9459E7;
  margin: 0 0 14px;
}
.pp-toc ol {
  list-style: none;
  margin: 0; padding: 0;
  counter-reset: toc;
}
.pp-toc li {
  counter-increment: toc;
  margin-bottom: 2px;
}
.pp-toc a {
  display: block;
  padding: 7px 10px 7px 32px;
  position: relative;
  color: #A0AEC0;
  text-decoration: none;
  font-size: 13.5px;
  line-height: 1.35;
  border-radius: 8px;
  transition: color .18s, background .18s;
}
.pp-toc a::before {
  content: counter(toc);
  position: absolute;
  left: 10px; top: 7px;
  font-size: 11px;
  font-weight: 600;
  color: #6E5A8C;
  font-variant-numeric: tabular-nums;
}
.pp-toc a:hover {
  color: #FDFBFF;
  background: rgba(148, 89, 231, 0.08);
}
.pp-toc a.active {
  color: #FDFBFF;
  background: rgba(148, 89, 231, 0.14);
}
.pp-toc a.active::before { color: #9459E7; }

/* ---------- Article ---------- */
.pp-article {
  min-width: 0;
  max-width: 760px;
  color: #D4CDE4;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.pp-article p { margin: 0 0 16px; }
.pp-article a {
  color: #B494F0;
  text-decoration: underline;
  text-decoration-color: rgba(180, 148, 240, 0.4);
  text-underline-offset: 3px;
  transition: color .15s;
}
.pp-article a:hover { color: #FDFBFF; text-decoration-color: #FDFBFF; }
.pp-article strong { color: #FDFBFF; font-weight: 600; }
.pp-article em { color: #BCB4D0; }

/* ---------- Intro ---------- */
.pp-intro {
  padding: 28px 32px;
  background: linear-gradient(180deg, rgba(148, 89, 231, 0.06) 0%, rgba(148, 89, 231, 0.02) 100%);
  border: 1px solid rgba(148, 89, 231, 0.22);
  border-radius: 20px;
  margin-bottom: 48px;
}
.pp-callout {
  margin-top: 20px !important;
  padding: 16px 18px;
  background: rgba(255, 190, 10, 0.06);
  border-left: 3px solid #FFBE0A;
  border-radius: 10px;
  font-size: 14.5px;
}
.pp-callout strong { color: #FFBE0A; }

/* ---------- Sections ---------- */
.pp-section {
  padding: 36px 0;
  border-top: 1px solid rgba(148, 89, 231, 0.12);
  scroll-margin-top: 96px;
}
.pp-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #FDFBFF;
  margin: 0 0 18px;
}
.pp-section h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #FDFBFF;
  margin: 28px 0 10px;
}
.pp-lede {
  font-size: 17.5px;
  color: #BCB4D0;
  font-style: italic;
  margin-bottom: 20px !important;
}
.pp-note {
  font-size: 14px;
  color: #A0AEC0;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(148, 89, 231, 0.12);
}

/* ---------- Lists ---------- */
.pp-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.pp-list li {
  position: relative;
  padding: 6px 0 6px 24px;
  color: #D4CDE4;
}
.pp-list li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 15px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #9459E7;
  box-shadow: 0 0 6px rgba(148, 89, 231, 0.6);
}
.pp-list.cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.pp-list.check li {
  padding-left: 28px;
}
.pp-list.check li::before {
  content: '✓';
  background: transparent;
  box-shadow: none;
  left: 0;
  top: 6px;
  width: auto; height: auto;
  color: #4ADE80;
  font-weight: 700;
  font-size: 14px;
}

/* ---------- Key-value (summary) ---------- */
.pp-kv {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}
.pp-kv dt {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FDFBFF;
  padding: 18px 0 6px;
  border-top: 1px solid rgba(148, 89, 231, 0.15);
  position: relative;
  padding-left: 24px;
}
.pp-kv dt::before {
  content: '✦';
  position: absolute;
  left: 0; top: 18px;
  color: #9459E7;
  font-size: 13px;
}
.pp-kv dt:first-child { border-top: 0; padding-top: 6px; }
.pp-kv dt:first-child::before { top: 6px; }
.pp-kv dd {
  margin: 0 0 4px;
  padding-left: 24px;
  color: #BCB4D0;
  font-size: 14.5px;
  line-height: 1.6;
}

/* ---------- Contact card ---------- */
.pp-contact-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(148, 89, 231, 0.12) 0%, rgba(60, 93, 208, 0.08) 100%);
  border: 1px solid rgba(148, 89, 231, 0.28);
  border-radius: 20px;
  margin-top: 16px;
}
.pp-contact-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9459E7;
  font-weight: 600;
  margin-bottom: 8px;
}
.pp-contact-big {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FDFBFF;
  text-decoration: none;
  display: block;
}
.pp-contact-big:hover { color: #B494F0; }
.pp-contact-addr {
  font-style: normal;
  color: #D4CDE4;
  font-size: 14.5px;
  line-height: 1.6;
}

/* ---------- Back link ---------- */
.pp-backlink {
  margin-top: 56px !important;
  padding-top: 32px;
  border-top: 1px solid rgba(148, 89, 231, 0.12);
  text-align: center;
}
.pp-backlink a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #B494F0;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(148, 89, 231, 0.3);
  transition: all .2s;
}
.pp-backlink a:hover {
  background: rgba(148, 89, 231, 0.1);
  color: #FDFBFF;
  border-color: #9459E7;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .pp-grid { grid-template-columns: 1fr; gap: 40px; }
  .pp-toc {
    position: static;
    max-height: none;
  }
  .pp-contact-card { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 640px) {
  .pp-header { padding: 110px 0 40px; }
  .pp-header h1 { font-size: 44px; }
  .pp-sub { font-size: 17px; }
  .pp-section { padding: 28px 0; }
  .pp-section h2 { font-size: 22px; }
  .pp-intro { padding: 22px; }
  .pp-list.cols { grid-template-columns: 1fr; }
}
