/* ═══════════════════════════════════════════════════════
   PEDÁGIO DIGITAL — PAGE-SPECIFIC STYLES
   (termos.html & privacidade.html)
═══════════════════════════════════════════════════════ */

.page-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 100px 24px 80px;
}

.page-wrapper h1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

.page-wrapper h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-white);
  margin-top: 28px;
  margin-bottom: 10px;
}

.page-wrapper p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 12px;
}

.page-wrapper a {
  color: var(--accent);
  text-decoration: underline;
}

.page-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 32px;
  transition: opacity 0.2s;
}

.page-back:hover { opacity: 0.75; }
