/* APDA: estilos exclusivos da Politica de Privacidade.
   A navegacao, tipografia e rodape seguem styles.css. */
.privacy-hero {
  background: linear-gradient(125deg, #123b24 0%, #245b34 75%, #338b2d 100%);
  color: #fff;
  padding: clamp(65px, 8vw, 105px) 20px;
  text-align: center;
}

.privacy-hero h1 {
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.2;
  margin: 0 0 18px;
}

.privacy-hero p {
  max-width: 800px;
  margin: 0 auto;
  color: #d9f1d2;
  line-height: 1.7;
}

.privacy-content {
  background: #f5f9f2;
  padding: clamp(35px, 6vw, 70px) 20px;
}

.privacy-card {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  color: #314638;
  border: 1px solid #dce8d7;
  border-radius: 22px;
  padding: clamp(24px, 5vw, 52px);
  box-shadow: 0 14px 38px #123b240d;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.privacy-card h2 {
  font-family: Poppins, Arial, sans-serif;
  color: #123b24;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  line-height: 1.35;
  margin: 34px 0 12px;
}

.privacy-card h2:first-of-type {
  margin-top: 16px;
}

.privacy-card p,
.privacy-card li {
  font-size: 1rem;
  line-height: 1.75;
}

.privacy-card p {
  margin: 0 0 14px;
}

.privacy-card ul {
  padding-left: 24px;
  margin: 10px 0 20px;
}

.privacy-card li {
  margin-bottom: 6px;
}

.privacy-card a {
  color: #277d2c;
  font-weight: 600;
  text-decoration: underline;
}

.updated-box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  background: #eaf6e4;
  color: #245b34;
  padding: 10px 15px;
  border-radius: 24px;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.privacy-alert {
  background: #edf7e6;
  border-left: 4px solid #338b2d;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 22px 0;
}

.privacy-alert p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .privacy-hero {
    padding: 60px 20px;
  }

  .privacy-card {
    border-radius: 16px;
  }
}