/* Política de privacidade — layout responsivo */

.pp-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 250, 252, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.pp-header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.pp-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.pp-header-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  text-decoration: none;
  white-space: nowrap;
  transition: background 140ms ease;
}

.pp-header-link-icon {
  font-size: 13px;
  line-height: 1;
  color: #94a3b8;
}

.pp-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 10px;
  background: #1e4ed8;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: filter 160ms ease;
}

.pp-header-cta:hover {
  filter: brightness(0.92);
  color: #ffffff !important;
}

.pp-intro {
  padding: 48px 0 40px;
}

.pp-intro-kicker {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.pp-h1 {
  margin-top: 22px;
  font-size: clamp(28px, 5.5vw, 42px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.035em;
  color: #0f172a;
  max-width: 20em;
  text-wrap: pretty;
}

.pp-intro-lead {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #52525b;
  max-width: 56ch;
  text-wrap: pretty;
}

.pp-body {
  padding: 0 0 120px;
}

.pp-grid {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.pp-toc {
  position: sticky;
  top: 108px;
}

.pp-meta {
  display: grid;
  gap: 18px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2e8f0;
}

.pp-meta dd {
  margin-top: 8px;
  font-size: 15px;
  color: #0f172a;
}

.pp-meta a {
  color: #0f172a;
  text-decoration: none;
}

.pp-toc-list {
  margin-top: 18px;
  display: grid;
  gap: 11px;
}

.pp-toc-item {
  display: flex;
  gap: 12px;
  align-items: baseline;
}

.pp-toc-num {
  flex: 0 0 auto;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  color: #cbd5e1;
}

.pp-toc-link {
  min-width: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #64748b;
  text-decoration: none;
}

.pp-content {
  max-width: 44rem;
  width: 100%;
  margin: 0 auto;
  min-width: 0;
}

.pp-section {
  scroll-margin-top: 96px;
}

.pp-section + .pp-section {
  margin-top: 64px;
}

.pp-section h2 {
  font-size: clamp(20px, 4.5vw, 24px);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-wrap: pretty;
}

.pp-section > p:first-of-type {
  margin-top: 16px;
  font-size: clamp(15px, 3.8vw, 16.5px);
  line-height: 1.8;
  color: #334155;
  text-wrap: pretty;
}

.pp-block-grid {
  margin-top: 26px;
  display: grid;
  gap: 22px;
}

.pp-block-title {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.pp-block-text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.75;
  color: #64748b;
  text-wrap: pretty;
}

.pp-list {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.pp-list-item {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.pp-list-bullet {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background: #cbd5e1;
  transform: translateY(-3px);
}

.pp-list-text {
  min-width: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
  text-wrap: pretty;
}

.pp-note {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #64748b;
  text-wrap: pretty;
}

.pp-cta-box {
  margin-top: 72px;
  padding: 32px 34px;
  background: #ffffff;
  border: 1px solid #e9eaec;
  border-radius: 16px;
}

.pp-cta-title {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

.pp-cta-text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  max-width: 46ch;
  text-wrap: pretty;
}

.pp-cta-btn {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  padding: 11px 20px;
  border-radius: 10px;
  background: #1e4ed8;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: filter 160ms ease;
}

.pp-content,
.pp-content p,
.pp-content a {
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

@media (max-width: 1000px) {
  .pp-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .pp-toc {
    position: static;
    top: auto;
  }
}

@media (max-width: 900px) {
  .pp-intro {
    padding: 36px 0 32px;
  }

  .pp-body {
    padding-bottom: 96px;
  }

  .pp-section {
    scroll-margin-top: 80px;
  }
}

@media (max-width: 640px) {
  .pp-header-inner {
    gap: 10px;
  }

  .pp-header-actions {
    gap: 6px;
  }

  .pp-header-link {
    padding: 8px 10px;
    font-size: 13px;
  }

  .pp-header-cta {
    padding: 8px 10px;
    font-size: 12px;
  }

  .pp-intro {
    padding: 28px 0 24px;
  }

  .pp-grid {
    gap: 36px;
  }

  .pp-section + .pp-section {
    margin-top: 48px;
  }

  .pp-cta-box {
    margin-top: 48px;
    padding: 24px 20px;
  }

  .pp-list-text,
  .pp-block-text {
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .pp-header-link-text {
    display: none;
  }

  .pp-header-cta {
    font-size: 11px;
    padding: 8px 9px;
  }
}
