/* ============================================
   ÍCARO RB — AVISO DE PRIVACIDAD
   ============================================ */

.pp-hero {
  position: relative;
  padding: calc(var(--header-height) + 4vw) 0 44px;
  text-align: center;
  background: linear-gradient(155deg, #001A3D 0%, #0E3564 45%, #14407F 100%);
}
.pp-hero__title {
  font-size: clamp(30px, 4vw, 52px);
  font-weight: var(--fw-bold);
  color: var(--color-white);
  padding: 0 var(--container-pad);
}

.pp-content {
  max-width: 840px;
  margin: 0 auto;
  padding: 70px var(--container-pad) 130px;
}

.pp-doc-title {
  text-align: center;
  font-size: clamp(19px, 2vw, 24px);
  font-weight: var(--fw-bold);
  letter-spacing: .02em;
  color: var(--color-white);
  margin-bottom: 28px;
}

.pp-content p {
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
}

.pp-content .pp-subheading {
  text-align: left;
}

.pp-content code {
  font-family: var(--font-body);
  font-style: normal;
  color: var(--color-orange);
  background: rgba(251, 179, 74, .08);
  border: 1px solid rgba(251, 179, 74, .25);
  border-radius: 4px;
  padding: 1px 6px;
}

.pp-section-title {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: var(--fw-bold);
  color: var(--color-orange);
  margin: 48px 0 16px;
  line-height: 1.35;
}

.pp-subheading {
  font-size: 15.5px;
  font-weight: var(--fw-semibold);
  color: var(--color-white);
  margin: 22px 0 10px;
}

.pp-content ul,
.pp-content ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
.pp-content ul li {
  list-style: disc;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 8px;
}
.pp-content ol li {
  list-style: decimal;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 8px;
}

.pp-updated {
  text-align: center;
  font-size: 13px;
  color: var(--color-white-50);
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}
