/* ─── Página institucional: Política de Privacidade ─── */
.privacy-hero{
  position:relative;
  padding:172px 0 72px;
  background:linear-gradient(135deg, #A8005C 0%, #FF2D87 100%);
  color:#fff;
  text-align:center;
  overflow:hidden;
}
.privacy-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at 50% 120%, rgba(255,255,255,.28) 0%, transparent 60%);
  pointer-events:none;
}
.privacy-hero .container{ position:relative; z-index:1; }
.privacy-breadcrumb{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-ui);
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.85;
  margin-bottom:18px;
}
.privacy-breadcrumb a{ text-decoration:none; border-bottom:1px solid rgba(255,255,255,.5); }
.privacy-hero h1{
  font-family:var(--font-display);
  font-weight:800;
  font-size:clamp(32px, 5vw, 54px);
  line-height:1.08;
  margin:0 0 16px;
}
.privacy-hero p.lead{
  max-width:640px;
  margin:0 auto;
  font-size:clamp(15px, 1.6vw, 18px);
  line-height:1.6;
  opacity:.92;
}
.privacy-hero .hero-badge{
  display:inline-block;
  margin-top:22px;
  padding:8px 18px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:var(--r-pill);
  font-family:var(--font-ui);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.privacy-body{ background:#F5F5F5; padding:72px 0 96px; }
.privacy-doc{
  background:#fff;
  border-radius:24px;
  box-shadow:var(--shadow-card);
  padding:clamp(28px, 5vw, 64px);
}
.privacy-doc .doc-head{
  padding-bottom:32px;
  margin-bottom:40px;
  border-bottom:2px solid #F0F0F0;
}
.doc-head h2{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(22px, 3vw, 30px);
  color:#060000;
  margin:0 0 8px;
}
.doc-head p{
  color:#8C8C8C;
  font-size:14px;
  font-family:var(--font-ui);
  margin:0;
}

.chapter + .chapter{ margin-top:56px; padding-top:48px; border-top:1px solid #EDEDED; }
.chapter-title{
  font-family:var(--font-display);
  font-weight:700;
  font-size:clamp(18px, 2.2vw, 23px);
  color:#A8005C;
  margin:0 0 22px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.chapter-title .chapter-num{
  font-family:var(--font-ui);
  font-weight:700;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#0096E7;
}

.clause{
  margin:13px 0;
  line-height:1.72;
  color:#2A2A2A;
  font-size:15px;
  text-align:justify;
}
.clause .clause-num{
  font-weight:700;
  color:#A8005C;
  margin-right:4px;
}
.clause-sub{
  font-family:var(--font-display);
  font-weight:600;
  font-size:15px;
  color:#060000;
  margin:22px 0 10px;
}
ol.items{
  list-style:upper-roman;
  padding-left:1.9em;
  margin:8px 0 16px;
}
ol.items li{
  margin:6px 0;
  line-height:1.68;
  color:#2A2A2A;
  font-size:15px;
  padding-left:6px;
  text-align:justify;
}
ol.items li::marker{ color:#A8005C; font-weight:600; }

.privacy-contact{
  margin-top:48px;
  padding:28px 32px;
  border-radius:16px;
  background:linear-gradient(135deg, #A8005C 0%, #FF2D87 100%);
  color:#fff;
  display:flex;
  flex-wrap:wrap;
  gap:16px 24px;
  align-items:center;
  justify-content:space-between;
}
.privacy-contact p{ margin:0; font-size:15px; line-height:1.6; max-width:560px; }
.privacy-contact p strong{ display:block; font-size:17px; margin-bottom:4px; }
.privacy-contact .contact-link{
  display:inline-block;
  background:#fff;
  color:#A8005C;
  font-family:var(--font-ui);
  font-weight:700;
  text-decoration:none;
  padding:13px 26px;
  border-radius:var(--r-pill);
  white-space:nowrap;
  transition:transform .2s ease, box-shadow .2s ease;
}
.privacy-contact .contact-link:hover{ transform:translateY(-2px); box-shadow:0 12px 24px rgba(0,0,0,.18); }

@media (max-width:640px){
  .privacy-body{ padding:44px 0 64px; }
  .privacy-contact{ padding:24px; }
  .privacy-contact .contact-link{ width:100%; text-align:center; }
}
