body.privacy-page{
  background:#f7f9fc;
  color:#1a2638;
  min-height:100vh;
}

/* Cabeçalho da Política: segue o shell oficial do site e mantém a logo legível. */
.privacy-page .site-header{
  background:#2c4364;
  border-bottom:1px solid rgba(255,255,255,.1);
  box-shadow:0 8px 24px rgba(14,52,92,.09);
}
.privacy-page .header-logo-link{
  display:inline-flex;
  align-items:center;
  min-width:0;
}
.privacy-page .header-logo{
  display:block;
  height:36px;
  width:auto;
}
.privacy-page .nav-menu-btn{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
}
.privacy-page .nav-menu-btn:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.28);
}
.privacy-page .hamburger span{
  background:#fff;
}

.privacy-main{
  padding:36px 24px 76px;
}
.privacy-shell{
  width:min(980px,100%);
  margin:0 auto;
}
.privacy-hero{
  padding:38px 0 34px;
  border-bottom:1px solid #dfe5ee;
}
.privacy-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  color:#9c7900;
  font:800 .72rem/1 "Sora",sans-serif;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.privacy-hero h1{
  max-width:820px;
  margin:0;
  color:#0e345c;
  font:800 clamp(2.2rem,6vw,4.4rem)/.98 "Sora",sans-serif;
  letter-spacing:-.055em;
}
.privacy-hero p{
  max-width:760px;
  margin:22px 0 0;
  color:#66758b;
  font:500 1rem/1.75 "Sora",sans-serif;
}
.privacy-meta{
  display:flex;
  gap:12px 22px;
  flex-wrap:wrap;
  margin-top:24px;
  color:#8490a2;
  font:600 .74rem/1.4 "Sora",sans-serif;
}
.privacy-content{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:18px;
  padding:34px 0;
}
.privacy-card{
  padding:30px 32px;
  border:1px solid #e0e6ef;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(31,50,77,.035);
}
.privacy-card h2{
  margin:0 0 14px;
  color:#13243b;
  font:800 1.2rem/1.25 "Sora",sans-serif;
  letter-spacing:-.025em;
}
.privacy-card h3{
  margin:22px 0 8px;
  color:#24364e;
  font:800 .94rem/1.3 "Sora",sans-serif;
}
.privacy-card p,
.privacy-card li{
  color:#64748a;
  font:500 .9rem/1.75 "Sora",sans-serif;
}
.privacy-card p{margin:0 0 12px}
.privacy-card p:last-child{margin-bottom:0}
.privacy-card ul{margin:12px 0 0;padding-left:20px}
.privacy-card li+li{margin-top:7px}
.privacy-highlight{border-color:#f2d66a;background:#fffdf4}
.privacy-highlight strong{color:#0e345c}
.privacy-contact{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.privacy-contact a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:10px;
  background:#0e345c;
  color:#fff;
  text-decoration:none;
  font:800 .78rem "Sora",sans-serif;
  white-space:nowrap;
}
.privacy-contact a:hover{background:#123f70}
.privacy-back{display:inline-flex;align-items:center;gap:8px;margin-top:4px;color:#0e345c;font:800 .78rem "Sora",sans-serif;text-decoration:none}
.privacy-note{font-size:.78rem!important;color:#8591a3!important}

/* Rodapé: mantém a identidade oficial, com escala e respiro adequados nesta página longa. */
.privacy-page .site-footer{
  position:relative;
  margin-top:22px;
  padding:4.25rem 0 1.8rem;
  background:#0d1825;
  overflow:hidden;
}
.privacy-page .site-footer::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:#fccd04;
}
.privacy-page .footer-inner{
  width:min(1180px,100%);
  padding:0 24px;
  gap:1.65rem;
}
.privacy-page .footer-logo{
  display:block;
  height:42px;
  width:auto;
}
.privacy-page .footer-mission-wrap{
  width:min(100%,620px);
}
.privacy-page .footer-mission-badge{
  margin-bottom:.7rem;
  padding:.28rem 1.15rem;
  font-size:.68rem;
}
.privacy-page .footer-mission-card{
  width:100%;
  max-width:none;
  padding:1.15rem 1.6rem;
  border-color:rgba(255,255,255,.09);
  background:rgba(255,255,255,.045);
}
.privacy-page .footer-mission-text{
  margin:0;
  font-size:.82rem;
  line-height:1.6;
}
.privacy-page .footer-social{
  gap:.7rem;
}
.privacy-page .footer-social-link{
  width:2.55rem;
  height:2.55rem;
  border:1px solid rgba(255,255,255,.08);
  border-radius:.62rem;
}
.privacy-page .footer-bottom{
  margin-top:.35rem;
  padding-top:1.4rem;
  border-top-color:rgba(255,255,255,.1);
  font-size:.72rem;
  line-height:1.5;
}
.privacy-page .footer-bottom-text,
.privacy-page .footer-privacy-link,
.privacy-page .footer-admin-access{
  font-size:.72rem;
}

@media(max-width:720px){
  .privacy-page .header-inner{
    height:60px;
    padding:0 16px;
  }
  .privacy-page .header-logo{
    height:32px;
  }
  .privacy-page .nav-menu-btn{
    padding:.42rem .7rem;
  }
  .privacy-main{
    padding:24px 16px 52px;
  }
  .privacy-hero{
    padding:26px 0 28px;
  }
  .privacy-hero h1{
    font-size:clamp(2.15rem,11vw,3.25rem);
  }
  .privacy-card{
    padding:24px 20px;
    border-radius:16px;
  }
  .privacy-contact{
    flex-direction:column;
  }
  .privacy-contact a{
    width:100%;
  }
  .privacy-page .site-footer{
    margin-top:10px;
    padding:3.6rem 0 1.55rem;
  }
  .privacy-page .footer-inner{
    padding:0 16px;
    gap:1.45rem;
  }
  .privacy-page .footer-logo{
    height:38px;
  }
  .privacy-page .footer-mission-card{
    padding:1rem 1.1rem;
  }
  .privacy-page .footer-mission-text{
    font-size:.76rem;
  }
  .privacy-page .footer-social-link{
    width:2.7rem;
    height:2.7rem;
  }
  .privacy-page .footer-bottom{
    flex-direction:column;
    justify-content:center;
    gap:.55rem;
    text-align:center;
  }
  .privacy-page .footer-privacy-link{
    margin-left:0;
  }
}
