body{
  background:#050505;
  color:#fff;
  font-family:'Poppins',sans-serif;
}

html,
body{
  overflow-x:hidden;
}

.privacy-page{
  background:#f8f3e7;
  color:#101010;
}

.privacy-hero{
  min-height:70vh;
  display:flex;
  align-items:center;
  padding:150px 20px 90px;
  color:white;
  background:
    linear-gradient(90deg, rgba(0,0,0,.45), rgba(0,0,0,.35)),
    url("images/cookies.png") center / cover no-repeat;
}

.privacy-hero-inner{
  width:100%;
  max-width:1100px;
  margin:auto;
}

.privacy-hero span{
  display:block;
  color:#b7ff73;
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:16px;
}

.privacy-hero h1{
  max-width:900px;
  font-size:clamp(3rem,7vw,6rem);
  line-height:.95;
  margin:0 0 24px;
}

.privacy-hero p{
  max-width:680px;
  color:rgba(255,255,255,.82);
  font-size:1.1rem;
  line-height:1.8;
}

.privacy-content{
  padding:90px 20px 110px;
}

.privacy-inner{
  max-width:900px;
  margin:auto;
}

.privacy-inner article{
  padding:34px 0;
  border-bottom:1px solid rgba(18,53,31,.14);
}

.privacy-inner article:first-child{
  padding-top:0;
}

.privacy-inner h2{
  font-size:clamp(1.7rem,3vw,2.6rem);
  line-height:1.1;
  margin:0 0 16px;
  color:#12351f;
}

.privacy-inner p{
  margin:0;
  color:#405846;
  font-size:1.05rem;
  line-height:1.85;
}

.privacy-link{
  display:inline-flex;
  margin-top:18px;
  color:#12351f;
  font-weight:800;
  text-decoration:none;
  border-bottom:2px solid #8BC34A;
}

.privacy-back{
  margin-top:44px;
}

.privacy-back a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 28px;
  border-radius:999px;
  background:#8BC34A;
  color:#12351f;
  text-decoration:none;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

@media(max-width:700px){
  .privacy-hero{
    min-height:65vh;
    padding:130px 18px 70px;
  }

  .privacy-hero h1{
    font-size:2.8rem;
  }

  .privacy-content{
    padding:70px 18px 85px;
  }
}