/**
 * Página Política de Privacidade
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body.page-privacidade {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  font-family: "Saira Expanded", system-ui, sans-serif;
  color: #222;
  background: #fafafa;
}

body.page-privacidade #wa-widget,
body.page-privacidade .wa-widget {
  display: none !important;
}

.privacidade-nav {
  display: flex;
  align-items: center;
  padding: 1rem 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.privacidade-nav__logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(200px, 48vw);
}

.privacidade-main {
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 5vw 3.5rem;
}

.privacidade-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.privacidade-header h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.privacidade-header__updated {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
}

.privacidade-intro {
  margin: 0 0 2rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #333;
}

.privacidade-content section {
  margin-bottom: 1.75rem;
}

.privacidade-content h2 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #12ac04;
}

.privacidade-content p,
.privacidade-content li {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #333;
}

.privacidade-content p {
  margin: 0 0 0.75rem;
}

.privacidade-content ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}

.privacidade-content li {
  margin-bottom: 0.35rem;
}

.privacidade-content a {
  color: #12ac04;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacidade-content a:hover {
  color: #0a8a03;
}

.privacidade-back {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacidade-back:hover {
  color: #12ac04;
}

.privacidade-footer {
  padding: 1.25rem 5vw;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  background: #fff;
}

.privacidade-footer p {
  margin: 0;
  font-size: 0.8rem;
  color: #888;
}
