/* ============================================================
   Política de Proteção de Dados Pessoais (/privacidade)
   Reutiliza as variáveis e componentes de site-bootstrap.css
   ============================================================ */

.policy-header {
  padding: 18px 0;
  border-bottom: 1px solid var(--lc-border);
  background: rgba(4, 11, 24, 0.35);
}

.policy-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.policy-header__logo {
  display: inline-flex;
}

.policy-header__logo img {
  display: block;
  width: auto;
  height: 56px;
  object-fit: contain;
}

.policy-header__logo--centenario {
  height: 80px;
  max-width: min(50vw, 200px);
}

.policy-main {
  padding: 48px 0 72px;
  background: radial-gradient(circle at top, rgba(141, 13, 227, 0.16), transparent 52%);
}

.policy-heading {
  max-width: 52rem;
  margin: 0 auto 40px;
  text-align: center;
}

.policy-heading h1 {
  margin: 0;
  color: var(--lc-green);
  -webkit-text-fill-color: var(--lc-green);
  font-size: clamp(1.88rem, 6.58vw, 3.30rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.policy-heading p {
  margin: 14px 0 0;
  color: var(--lc-muted);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.policy-content {
  max-width: 52rem;
  margin-inline: auto;
  border: 1px solid var(--lc-border);
  border-radius: 20px;
  background: var(--lc-card);
  padding: 28px 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}

.policy-content section + section {
  border-top: 1px solid var(--lc-border);
  margin-top: 26px;
  padding-top: 26px;
}

.policy-content h2 {
  margin: 0 0 14px;
  color: var(--lc-green);
  -webkit-text-fill-color: var(--lc-green);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
  font-weight: 800;
}

.policy-content h3 {
  margin: 22px 0 10px;
  color: var(--lc-purple-soft);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.policy-content h3:first-child {
  margin-top: 0;
}

.policy-content p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content ul {
  margin: 0 0 12px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.policy-content ul:last-child {
  margin-bottom: 0;
}

.policy-content li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.policy-content li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lc-green);
}

.policy-content li strong {
  color: #ffffff;
}

.policy-content a {
  color: var(--lc-green);
  text-decoration: underline;
}

.policy-content a:hover {
  color: #ffffff;
}

.policy-content .policy-table {
  overflow-x: auto;
  margin: 0 0 14px;
  border: 1px solid var(--lc-border);
  border-radius: 12px;
}

.policy-content .policy-table:last-child {
  margin-bottom: 0;
}

.policy-content table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.policy-content th,
.policy-content td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--lc-border);
}

.policy-content thead th {
  color: #1b0f22;
  background: var(--lc-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-content tbody tr:last-child td {
  border-bottom: 0;
}

.policy-content tbody td:first-child {
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .policy-header {
    padding: 24px 0;
  }

  .policy-header__logo img {
    height: 64px;
  }

  .policy-header__logo--centenario {
    height: 92px;
    max-width: none;
  }

  .policy-main {
    padding: 64px 0 88px;
  }

  .policy-content {
    padding: 40px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .policy-content {
    backdrop-filter: none;
  }
}
