/* ===========================================================
   Política de Privacidad — reutiliza variables y estilos de style.css
   =========================================================== */

.pp-hero {
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border-dark);
  padding: 48px 24px 40px;
  text-align: center;
}
.pp-hero .nh-eyebrow { margin-bottom: 10px; }
.pp-hero h1 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--text);
}
.pp-updated { font-size: 13px; color: var(--text-faint); margin: 0; }

.pp-main { max-width: 760px; margin: 0 auto; padding: 48px 24px 64px; }

.pp-section { margin-bottom: 40px; }
.pp-section:last-child { margin-bottom: 0; }
.pp-section h2 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 16px;
}
.pp-section h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin: 24px 0 8px;
}
.pp-section h3:first-of-type { margin-top: 0; }
.pp-section p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 14px;
}
.pp-section p:last-child { margin-bottom: 0; }
.pp-section a { color: var(--gold); }
.pp-section a:hover { text-decoration: underline; }
.pp-section code {
  font-size: 13px;
  background: var(--card-bg);
  border: 1px solid var(--border-dark);
  border-radius: 4px;
  padding: 1px 6px;
}

.pp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pp-list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
}
.pp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.pp-contact .pp-list { margin-bottom: 20px; }
.pp-contact .pp-list li { color: var(--text); }
.pp-disclaimer {
  font-size: 13px;
  color: var(--text-faint);
  border-top: 1px solid var(--border-dark);
  padding-top: 16px;
  margin: 0;
}

@media (max-width: 600px) {
  .pp-hero { padding: 36px 20px 32px; }
  .pp-main { padding: 36px 20px 48px; }
}
