/* ============================================================
   POLÍTICA DE PRIVACIDAD — página legal · sistema CENTRO
   Bitter títulos · Poppins cuerpo · navy #0E487A
   ============================================================ */
.pp { font-family: 'Poppins', system-ui, sans-serif; color: #000; background: #fff; }
.pp h1, .pp h2, .pp h3 { font-family: 'Bitter', Georgia, serif; font-weight: 700; letter-spacing: -0.01em; }

.pp-pad { padding-inline: 1.5rem; }
@media (min-width: 640px)  { .pp-pad { padding-inline: 2.5rem; } }
@media (min-width: 900px)  { .pp-pad { padding-inline: 5rem; } }
@media (min-width: 1200px) { .pp-pad { padding-inline: 8rem; } }
@media (min-width: 1440px) { .pp-pad { padding-inline: 240px; } }
.pp-wrap { padding-block: 80px; }
.pp-prose { max-width: 900px; margin-inline: auto; }

/* Botón regresar */
.pp-back { display: inline-flex; align-items: center; gap: 10px;
  background: #0E487A; color: #fff; border-radius: 10px; padding: 12px 20px;
  font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 500; line-height: 1;
  transition: background-color .2s ease, transform .2s ease; }
.pp-back:hover { background: #0b3a63; transform: translateY(-1px); }
.pp-back svg { width: 18px; height: 18px; }
.pp-backrow { display: flex; justify-content: flex-end; margin-bottom: 40px; }
.pp-back--top { margin-bottom: 0; }
.pp-back--bottom { margin-top: 56px; }

/* Header (logo izq. + botón regresar der.) */
.pp-topbar { background: #0E487A; padding-block: 16px; position: sticky; top: 0; z-index: 100; box-shadow: 0 6px 20px -12px rgba(0,0,0,.5); }
.pp-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pp-topbar__logo img { height: 44px; width: auto; display: block; }
.pp-topbar .pp-back { background: transparent; border: 1px solid rgba(255,255,255,.6); }
.pp-topbar .pp-back:hover { background: rgba(255,255,255,.14); transform: translateY(-1px); }

.pp h1 { font-size: clamp(2rem, 1.5rem + 1.8vw, 3rem); color: #000; line-height: 1.12; margin-bottom: 28px; }
.pp h2 { font-size: 25px; color: #000; margin: 44px 0 16px; line-height: 1.25; }
.pp h3 { font-size: 20px; color: #0E487A; margin: 40px 0 14px; }
.pp p { font-size: 16px; line-height: 1.65; margin-bottom: 16px; color: #000; }
.pp ul { margin: 0 0 16px; padding-left: 22px; list-style: disc; }
.pp li { font-size: 16px; line-height: 1.6; margin-bottom: 10px; }
.pp a { color: #0E487A; text-decoration: underline; text-underline-offset: 2px; word-break: break-word; }
.pp a.pp-back { color: #fff; text-decoration: none; }
.pp__note { font-size: 13.5px; color: #555; font-style: italic; margin-bottom: 16px; }
.pp__sign { font-weight: 600; margin-top: 28px; }
.pp__lead { font-size: 17px; }

/* Tablas (anexos) */
.pp-tablewrap { overflow-x: auto; margin: 8px 0 20px; -webkit-overflow-scrolling: touch; }
.pp-table { width: 100%; border-collapse: collapse; min-width: 640px; font-size: 15px; }
.pp-table th, .pp-table td { border: 1px solid #A7A7A7; padding: 12px; text-align: left; vertical-align: top; line-height: 1.5; }
.pp-table th { background: #E7EDF2; font-weight: 700; color: #000; font-family: 'Poppins', sans-serif; }
.pp-table td { color: #000; }
.pp-anexo__sub { font-weight: 600; font-size: 16px; margin: 14px 0 8px; }
.pp-anexo__list { list-style: none; padding-left: 0; }
.pp-anexo__list li { line-height: 1.55; }

/* ============================================================
   MODO OSCURO
   ============================================================ */
html[data-theme="dark"] .pp { background: #0A1A2B; color: #E7EDF2; }
html[data-theme="dark"] .pp h1, html[data-theme="dark"] .pp h2 { color: #fff; }
html[data-theme="dark"] .pp h3 { color: #7CB4E8; }
html[data-theme="dark"] .pp p, html[data-theme="dark"] .pp li { color: #E7EDF2; }
html[data-theme="dark"] .pp__note { color: #AAB7C4; }
html[data-theme="dark"] .pp a { color: #7CB4E8; }
html[data-theme="dark"] .pp a.pp-back { color: #fff; background: #2E6BA8; }
html[data-theme="dark"] .pp-back { background: #2E6BA8; }
html[data-theme="dark"] .pp-back:hover { background: #3E7BB8; }
html[data-theme="dark"] .pp-table th, html[data-theme="dark"] .pp-table td { border-color: rgba(255,255,255,.18); }
html[data-theme="dark"] .pp-table th { background: #0F2233; color: #fff; }
html[data-theme="dark"] .pp-table td { color: #E7EDF2; }

@media (max-width: 560px) {
  .pp-wrap { padding-block: 48px; }
  .pp-back { width: 100%; justify-content: center; }
}
