/* =================================================
   PAGE — Privacy Policy
   Depends on: base.css (--ng-blue: #1373ba)
   ================================================= */

/* ── Layout ── */

.page-id-3 .sticky-section {
  padding: 40px 0 48px;
  border-bottom: 1px solid #e8edf5;
}

.page-id-3 .sticky-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.page-id-3 .sticky-section h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ng-blue);
  margin: 0 0 24px;
  display: block;
  border: none;
  padding: 0;
}

.page-id-3 [id^="section"] {
  scroll-margin-top: 100px;
}

/* ── Body text ── */

.pp-section-body {
  color: #3d4f66;
  font-size: 15px;
  line-height: 1.85;
}

.pp-section-body p {
  margin: 0 0 18px;
  color: #3d4f66;
}

.pp-section-body p:last-child {
  margin-bottom: 0;
}

.pp-section-body h4,
.pp-section-body .pp-subheading {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin: 32px 0 10px;
  letter-spacing: 0;
}

.pp-section-body ul,
.pp-section-body ol {
  margin: 4px 0 18px 20px;
  padding: 0;
}

.pp-section-body ul li,
.pp-section-body ol li {
  margin-bottom: 8px;
  color: #3d4f66;
  line-height: 1.75;
}

.pp-section-body strong {
  font-weight: 600;
  color: #1a2d45;
}

.pp-section-body a {
  color: var(--ng-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pp-section-body a:hover {
  opacity: 0.75;
}

/* ── Callouts — italic prose only, zero decoration ── */

.pp-callout,
.pp-callout--positive {
  background: none !important;
  border: none !important;
  border-left: none !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  font-size: 15px;
  font-style: italic;
  color: #4e617e;
  line-height: 1.85;
  display: block;
}

/* ── Contact card (Section 2) — plain text block ── */

.pp-contact-card {
  border: none;
  border-top: 1px solid #e8edf5;
  padding: 20px 0 0;
  margin: 20px 0 0;
  background: none;
}

.pp-contact-card .pp-contact-name {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin: 0 0 10px;
  border: none;
  padding: 0;
}

.pp-contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-contact-card ul li {
  margin-bottom: 5px;
  font-size: 14.5px;
  color: #3d4f66;
}

/* ── Table — clean editorial ── */

.pp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  border: none;
  border-top: 2px solid #0a1628;
}

.pp-table thead tr {
  background: none;
}

.pp-table thead th {
  color: #0a1628;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 14px 10px 0;
  text-align: left;
  border-bottom: 1px solid #0a1628;
  background: none;
}

.pp-table thead th:last-child {
  padding-right: 0;
}

.pp-table tbody td {
  padding: 12px 14px 12px 0;
  border: none;
  border-bottom: 1px solid #e8edf5;
  color: #3d4f66;
  vertical-align: top;
  line-height: 1.65;
  background: none !important;
}

.pp-table tbody td:last-child {
  padding-right: 0;
}

.pp-table tbody td em {
  color: #1a2d45;
  font-style: italic;
}

.pp-table tbody tr:last-child td {
  border-bottom: none;
}

.pp-table tbody tr:nth-child(even) td {
  background: none !important;
}

/* ── Cookie list (Section 6) — plain stacked list ── */

.pp-cookie-grid {
  display: block;
  margin: 16px 0 24px;
  border: none;
  background: none;
  border-top: 1px solid #e8edf5;
}

.pp-cookie-item {
  display: block;
  padding: 18px 0;
  border: none;
  border-bottom: 1px solid #e8edf5;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.pp-cookie-item:last-child {
  border-bottom: none;
}

.pp-cookie-badge { display: none; }
.pp-cookie-header { gap: 0; }

.pp-cookie-item strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 6px;
}

.pp-cookie-item p {
  font-size: 14.5px;
  color: #3d4f66;
  margin: 0;
  line-height: 1.8;
}

/* ── Safeguards (Section 7) — plain list ── */

.pp-safeguards {
  margin: 16px 0 24px;
  padding: 0;
  border: none;
  border-top: 1px solid #e8edf5;
  background: none;
}

.pp-safeguard-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: #3d4f66;
  line-height: 1.75;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f8;
  background: none;
}

.pp-safeguard-item:last-child { border-bottom: none; }

.pp-safeguard-icon {
  color: #0a1628;
  font-size: 10px;
  margin-top: 7px;
  flex-shrink: 0;
}

/* ── Retention (Section 8) — plain stacked list ── */

.pp-retention-grid {
  display: block;
  margin: 16px 0 24px;
  border: none;
  background: none;
  border-top: 1px solid #e8edf5;
}

.pp-retention-item {
  display: block;
  padding: 18px 0;
  border: none !important;
  border-bottom: 1px solid #e8edf5 !important;
  background: none !important;
  border-top: none !important;
}

.pp-retention-item:last-child {
  border-bottom: none !important;
}

.pp-retention-label {
  font-size: 14.5px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
  display: inline;
}

.pp-retention-label::after {
  content: " — ";
  font-weight: 400;
  color: #3d4f66;
}

.pp-retention-period {
  display: inline;
  font-size: 14.5px;
  font-weight: 600;
  color: #0a1628;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

.pp-retention-item p {
  font-size: 14.5px;
  color: #3d4f66;
  line-height: 1.75;
  margin: 6px 0 0;
  display: block;
}

/* ── Security list (Section 9) — plain rows ── */

.pp-security-list {
  margin: 16px 0 24px;
  border: none;
  border-top: 1px solid #e8edf5;
}

.pp-security-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 14px 0;
  border-bottom: 1px solid #eef2f8;
  background: none;
}

.pp-security-item:last-child { border-bottom: none; }
.pp-security-item:hover { background: none; }

.pp-security-icon { display: none; }

.pp-security-content {
  display: block;
}

.pp-security-content strong {
  display: inline;
  font-size: 14.5px;
  font-weight: 700;
  color: #0a1628;
}

.pp-security-content strong::after {
  content: " — ";
  font-weight: 400;
  color: #3d4f66;
}

.pp-security-content span {
  display: inline;
  font-size: 14.5px;
  color: #3d4f66;
  line-height: 1.75;
}

/* ── Rights grid (Section 10) — plain numbered list ── */

.pp-rights-grid {
  display: block;
  margin: 16px 0 24px;
  border: none;
  background: none;
  border-top: 1px solid #e8edf5;
}

.pp-right-item {
  display: block;
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e8edf5 !important;
  background: none !important;
  gap: 0;
}

.pp-right-item:last-child {
  border-bottom: none !important;
}

.pp-right-item:hover { background: none !important; }

.pp-right-number { display: none; }

.pp-right-content {
  display: block;
}

.pp-right-content strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 4px;
  line-height: 1.4;
}

.pp-right-content span {
  display: block;
  font-size: 14.5px;
  color: #3d4f66;
  line-height: 1.75;
}

/* ── Children notice (Section 11) — plain callout ── */

.pp-children-notice {
  border: none;
  background: none;
  padding: 0;
  margin: 20px 0;
  display: block;
}

.pp-children-icon { display: none; }

.pp-children-content strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 8px;
}

.pp-children-content p {
  font-size: 15px;
  color: #3d4f66;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
}

/* ── Jurisdiction (Section 12) — plain list, no flags ── */

.pp-jurisdiction-grid {
  display: block;
  margin: 16px 0 8px;
  border: none;
  background: none;
  border-top: 1px solid #e8edf5;
}

.pp-jurisdiction-item {
  display: block;
  padding: 18px 0;
  border: none !important;
  border-bottom: 1px solid #e8edf5 !important;
  background: none !important;
  gap: 0;
}

.pp-jurisdiction-item:last-child {
  border-bottom: none !important;
}

.pp-jurisdiction-item:hover { background: none !important; }
.pp-jurisdiction-item--other { background: none !important; border-style: solid !important; }

.pp-jurisdiction-flag { display: none; }
.pp-jurisdiction-tag { display: none; }

.pp-jurisdiction-header {
  display: block;
  gap: 0;
  margin-bottom: 8px;
}

.pp-jurisdiction-header div {
  display: block;
}

.pp-jurisdiction-header strong {
  font-size: 15px;
  font-weight: 700;
  color: #0a1628;
  display: block;
}

.pp-jurisdiction-item p {
  font-size: 14.5px;
  color: #3d4f66;
  line-height: 1.8;
  margin: 0;
}

/* ── Final contact card (Section 13) — plain text ── */

.pp-contact-final {
  border: none;
  border-top: 2px solid #0a1628;
  margin: 20px 0 8px;
  padding-top: 24px;
  background: none;
  overflow: visible;
  border-radius: 0;
}

.pp-contact-final-brand {
  display: block;
  margin-bottom: 20px;
  background: none;
  padding: 0;
}

.pp-contact-final-logo { display: none; }

.pp-contact-final-brand div {
  display: block;
}

.pp-contact-final-brand strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 3px;
}

.pp-contact-final-brand span {
  font-size: 14px;
  color: #5a6a85;
}

.pp-contact-final-details {
  border-top: 1px solid #e8edf5;
  padding-top: 4px;
  background: none;
}

.pp-contact-final-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  font-size: 14.5px;
  color: #1a2d45;
  text-decoration: none;
  border-bottom: 1px solid #eef2f8;
  background: none;
  transition: color 0.15s ease;
}

.pp-contact-final-row:last-child { border-bottom: none; }
.pp-contact-final-row:hover { color: var(--ng-blue); background: none; }

.pp-contact-final-icon {
  color: #5a6a85;
  flex-shrink: 0;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

.pp-contact-final-row:hover .pp-contact-final-icon {
  color: var(--ng-blue);
  background: none;
}

.pp-contact-final-response {
  display: block;
  margin-top: 16px;
  padding: 0;
  background: none;
  font-size: 14px;
  color: #4e617e;
  line-height: 1.75;
  font-style: italic;
}

.pp-contact-final-response svg { display: none; }
.pp-contact-final-response strong { color: #0a1628; font-style: normal; }

/* ── Policy updates (Section 14) ── */

.pp-update-notice {
  margin: 16px 0 24px;
  border: none;
  border-top: 1px solid #e8edf5;
  background: none;
  overflow: visible;
  border-radius: 0;
}

.pp-update-notice-row {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #eef2f8;
  background: none;
  gap: 0;
}

.pp-update-notice-row:last-child { border-bottom: none; }

.pp-update-icon { display: none; }

.pp-update-notice-row div {
  display: block;
}

.pp-update-notice-row strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 4px;
}

.pp-update-notice-row span {
  display: block;
  font-size: 14.5px;
  color: #4e617e;
  line-height: 1.75;
}

.pp-policy-footer {
  display: block;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8edf5;
  border: none;
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
  color: #4e617e;
  line-height: 1.75;
  font-style: italic;
  background: none;
}

.pp-policy-footer svg { display: none; }
.pp-policy-footer em { font-style: italic; }

/* =================================================
   TARGETED FIXES
   ================================================= */

/* ── Section 4 table header — fix dark background bleeding ── */

.pp-table {
  border-top: 2px solid #0a1628;
}

.pp-table thead tr,
.pp-table thead {
  background: none !important;
}

.pp-table thead th {
  background: none !important;
  color: #0a1628;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 14px 10px 0;
  border-bottom: 1px solid #0a1628;
}

/* ── Section 14 update rows — icon hidden, text flush ── */

.pp-update-notice-row {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #eef2f8;
  background: none;
}

.pp-update-icon {
  display: none !important;
}

.pp-update-notice-row > div {
  display: block;
  padding: 0;
}

.pp-update-notice-row strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 4px;
}

.pp-update-notice-row span {
  display: block;
  font-size: 14.5px;
  color: #4e617e;
  line-height: 1.75;
}