/* =========================================================
   PRIVACY POLICY PAGE — /privacy-policy/style.css
   Dark navy hero with ghost "PRIVACY" text, light content
   area with numbered sections. Matches site design language
   (Manrope/Inter, #000D2F navy, #ACFF00 accent).
========================================================= */

.privacy-page {
  font-family: 'Inter', sans-serif;
  color: #1c2733;
  background: #ffffff;
  margin: 0;
}

/* ── HERO ─────────────────────────────────────────────── */

.pp-hero {
  position: relative;
  background: url("/assets/images/Privacy policy.webp");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 20px 110px;
  text-align: center;
}



.pp-hero-content {
  position: relative;
  z-index: 1;
}

.pp-hero-title {
color: #FFF;
text-align: center;
font-family: "FONTSPRING DEMO - Roc Grotesk";
font-size: 72px;
font-style: normal;
font-weight: 700;
line-height: 72px; /* 100% */
letter-spacing: -1.44px;
  margin: 0 0 18px;
}

.pp-hero-meta {
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
letter-spacing: -0.2px;
  margin: 0;
}

/* ── CONTENT ──────────────────────────────────────────── */

.pp-main {
  background: #ffffff;
  padding: 70px 20px 90px;
}

.pp-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pp-intro {
 color: rgba(12, 2, 29, 0.60);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
letter-spacing: -0.2px;
  margin: 0 0 18px;
}

.pp-section {
  margin-top: 56px;
  scroll-margin-top: 110px; /* anchor links clear the fixed header */
}

.pp-h2 {
  color: #0C021D;
font-family: Roboto;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 192.308% */
letter-spacing: -1.44px;
  margin: 0 0 20px;
  padding-bottom: 12px;
  
}

.pp-num {
  color: #000D2F;
  margin-right: 4px;
}

.pp-h3 {
color: #000;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 138.889% */
letter-spacing: -0.2px;
  margin: 26px 0 10px;
}

.pp-section p {
color: rgba(12, 2, 29, 0.60);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px;
letter-spacing: -0.2px;
  margin: 0 0 14px;
}

.pp-list {
  margin: 0 0 16px;
  padding-left: 22px;
}

.pp-list li {
color: rgba(12, 2, 29, 0.60);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px;
letter-spacing: -0.2px;
  margin-bottom: 8px;
}

.pp-list li strong {
  color: #041527;
}

/* ── LINKS ────────────────────────────────────────────── */

.pp-mail,
.pp-link {
  color: #297907;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 25px;
letter-spacing: -0.2px;
  text-decoration: none;

}

.pp-mail:hover,
.pp-link:hover {
  text-decoration: underline;
}

/* ── RESPONSIVE ───────────────────────────────────────── */

@media (max-width: 640px) {
  .pp-hero {
    padding: 100px 16px 70px;
  }
  .pp-h2 {
    font-size: 22px;
  }
  .pp-main {
    padding: 48px 16px 64px;
  }
}
