.elementor-3 .elementor-element.elementor-element-0cb2532{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3 .elementor-element.elementor-element-0cb2532{--content-width:1240px;}}/* Start custom CSS for html, class: .elementor-element-24ce668 *//* =========================
   PRIVACY HERO
========================= */
.privacy-hero-section{
  padding: 28px 0 14px;
}

.privacy-hero{
  position: relative;
  overflow: hidden;
  padding: 34px 36px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(245,180,0,0.08) 0%, rgba(245,180,0,0.02) 35%, rgba(0,0,0,0.92) 70%),
    linear-gradient(180deg, #080808 0%, #050505 100%);

  border: 1px solid rgba(245,180,0,0.22);
  box-shadow: inset 0 0 0 1px rgba(245,180,0,0.03);
}

.privacy-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 25%, rgba(245,180,0,0.10), transparent 40%),
    radial-gradient(circle at 80% 40%, rgba(245,180,0,0.06), transparent 30%);
}

.privacy-hero-content{
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.privacy-hero-kicker{
  margin: 0 0 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C7A95C;
}

.privacy-hero-title{
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.privacy-hero-title span{
  color: #F5B400;
}

.privacy-hero-text{
  margin: 0;
  max-width: 720px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #BFA86A;
}

.privacy-updated{
  margin: 10px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #8F7A45;
}

/* =========================
   PRIVACY CONTENT
========================= */
.privacy-content-section{
  padding: 18px 0 40px;
}

.privacy-content{
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 36px;
  border-radius: 22px;

  background:
    linear-gradient(135deg, rgba(245,180,0,0.05) 0%, rgba(245,180,0,0.01) 40%, rgba(0,0,0,0.95) 80%),
    linear-gradient(180deg, #080808 0%, #050505 100%);

  border: 1px solid rgba(245,180,0,0.18);
  box-shadow: inset 0 0 0 1px rgba(245,180,0,0.02);
}

.privacy-content::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 20%, rgba(245,180,0,0.08), transparent 35%),
    radial-gradient(circle at 85% 10%, rgba(245,180,0,0.06), transparent 30%);
}

.privacy-content > *{
  position: relative;
  z-index: 1;
}

.privacy-content h2{
  margin: 26px 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}

.privacy-content h2:first-child{
  margin-top: 0;
}

.privacy-content p{
  margin: 0;
  max-width: 760px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: #BFA86A;
}

.privacy-content p + h2{
  margin-top: 30px;
}

/* optional links inside policy */
.privacy-content a{
  color: #F5B400;
  text-decoration: none;
}

.privacy-content a:hover{
  color: #FFC21A;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px){
  .privacy-hero{
    padding: 24px 20px;
    border-radius: 18px;
  }

  .privacy-hero-title{
    font-size: 32px;
  }

  .privacy-hero-text{
    font-size: 14px;
  }

  .privacy-content{
    padding: 22px 18px;
    border-radius: 18px;
  }

  .privacy-content h2{
    font-size: 19px;
  }

  .privacy-content p{
    font-size: 14px;
    line-height: 1.8;
  }
  .text-link{
  color: #F5B400;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.text-link:hover{
  color: #FFC21A;
  text-decoration: underline;
}
}/* End custom CSS */