/* =====================================================
   PRIVACY POLICY PAGE
===================================================== */

/* ── Hero ── */
.pp-hero{position:relative;min-height:320px;display:flex;align-items:center;margin-top:72px;overflow:hidden}
.pp-hero-bg{position:absolute;inset:0;background-size:cover;background-position:50% 40%}
.pp-hero-overlay{position:absolute;inset:0;background:rgba(25,25,26,.82);mix-blend-mode:multiply}
.pp-hero-body{position:relative;z-index:2;padding:60px 32px;text-align:center}
.pp-hero-body h1{font-family:'Nexa Demo',sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:12px}
.pp-hero-sub{font-family:'Figtree',sans-serif;font-size:13px;color:rgba(255,255,255,.6);font-style:italic}

/* ── Content Layout ── */
.pp-content{padding:80px 0;background:#fff}
.pp-layout{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}

/* ── Sidebar Navigation ── */
.pp-sidebar{position:sticky;top:100px}
.pp-nav{display:flex;flex-direction:column;gap:4px;background:#f5f6fa;border-radius:12px;padding:16px 12px;border:1.5px solid #e8eaf0}
.pp-nav-link{font-family:'Figtree',sans-serif;font-size:13px;color:#555;padding:10px 14px;border-radius:6px;transition:background .25s,color .25s;text-decoration:none;display:block}
.pp-nav-link:hover{background:#e8eaf0;color:#0D0E48}
.pp-nav-link.active{background:#CD202C;color:#fff;font-weight:600}

/* ── Main Content ── */
.pp-main{max-width:800px}

.pp-intro{margin-bottom:40px;padding:24px;background:#f9fafb;border-left:4px solid #CD202C;border-radius:8px}
.pp-intro p{font-family:'Figtree',sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-0.03em;color:#0D0E48;margin-bottom:12px}
.pp-intro p:last-child{margin-bottom:0}

/* ── Sections ── */
.pp-section{margin-bottom:48px;scroll-margin-top:120px}
.pp-section h2{font-family:'Nexa Demo',sans-serif;font-size:24px;font-weight:700;color:#0D0E48;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e8eaf0}
.pp-section p{font-family:'Figtree',sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-0.03em;color:#0D0E48;margin-bottom:16px}
.pp-section ul{font-family:'Figtree',sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-0.03em;color:#0D0E48;margin:16px 0;padding-left:24px}
.pp-section li{margin-bottom:10px}
.pp-section strong{color:#0D0E48;font-weight:600}

/* ── Contact Box ── */
.pp-contact-box{background:#f5f6fa;border-radius:10px;padding:24px;margin-top:20px;border:1.5px solid #e8eaf0}
.pp-contact-item{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}
.pp-contact-item:last-child{margin-bottom:0}
.pp-contact-item strong{font-family:'Nexa Demo',sans-serif;font-size:12px;color:#0D0E48;text-transform:uppercase;letter-spacing:.5px}
.pp-contact-item span{font-family:'Figtree',sans-serif;font-size:14px;color:#6b7280}

/* ── Footer Note ── */
.pp-footer-note{margin-top:48px;padding:24px;background:#fff5f5;border-radius:10px;border:1.5px solid #fca5a5}
.pp-footer-note p{font-family:'Figtree',sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-0.03em;color:#0D0E48;margin-bottom:8px}
.pp-footer-note p:last-child{margin-bottom:0}
.pp-footer-note strong{color:#b91c1c}

/* =====================================================
   RESPONSIVE
===================================================== */
@media(max-width:1100px){
  .pp-layout{grid-template-columns:240px 1fr;gap:40px}
}

@media(max-width:900px){
  .pp-layout{grid-template-columns:1fr;gap:32px}
  .pp-sidebar{position:static;top:auto}
  .pp-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
}

@media(max-width:768px){
  .pp-hero{min-height:280px}
  .pp-hero-body{padding:50px 24px}
  .pp-content{padding:60px 0}
  .pp-nav{grid-template-columns:1fr}
  .pp-section h2{font-size:20px}
}

@media(max-width:520px){
  .pp-hero-body h1{font-size:1.6rem}
  .pp-section{margin-bottom:36px}
}
