/*  =========================================================
   TECN72 — POLÍTICA DE PRIVACIDADE
   Arquivo legível para manutenção manual.
=========================================================  */
.site-header + .page-hero {
  margin-top: 0;
} /* Política de Privacidade — hero e estilos exclusivos */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 27px;
  background: linear-gradient(180deg, #f6f8ff 0%, #fff 88%);
}
.page-hero:before {
  content: "";
  position: absolute;
  left: -210px;
  top: 132px;
  width: 780px;
  height: 440px;
  background: #fff;
  border-radius: 50%;
  transform: rotate(12deg);
  opacity: 0.86;
}
.page-hero:after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -76px;
  width: 650px;
  height: 330px;
  background: rgba(89, 50, 255, 0.075);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.page-hero .container {
  position: relative;
  z-index: 2;
}
.page-hero h1 {
  font-size: clamp(2.7rem, 5.7vw, 5.45rem);
  line-height: 0.8;
  letter-spacing: -0.075em;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-hero h1 span {
  color: var(--purple);
}
.page-hero p {
  max-width: 640px;
  color: #454656;
  font-size: 1.15rem;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .page-hero {
    padding: 30px 0 21px;
  }
}
@media (max-width: 767px) {
  .page-hero {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .page-hero h1 {
    font-size: 2.58rem;
    line-height: 0.84;
    letter-spacing: -0.07em;
    margin-bottom: 18px;
  }
  .page-hero p {
    line-height: 1.58;
    margin-bottom: 22px;
  }
}
@media (max-width: 575px) {
  .page-hero {
    padding-top: 30px;
    padding-bottom: 17px;
  }
  .page-hero h1 {
    font-size: 2.42rem;
    line-height: 0.88;
    letter-spacing: -0.068em;
  }
  .page-hero p {
    font-size: 1rem;
  }
}
.privacy-card h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 28px;
}
.privacy-card h2:first-child {
  margin-top: 0;
}
.privacy-card ul {
  margin: 0 0 22px;
  padding-left: 1.2rem;
  color: var(--mid);
}
.privacy-card li {
  margin-bottom: 8px;
}
.privacy-updated {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(89, 50, 255, 0.08);
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 600;
}
