 /* ===== Privacy page (matches your hero / glass theme) ===== */
  .policy-wrap{
    padding: clamp(18px, 2.6vw, 34px) 0 46px;
  }

  .policy-hero{
    border-radius: 26px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 18px 50px rgba(2,10,28,.12);
    position: relative;
    overflow: hidden;
  }
  .policy-hero:before{
    content:"";
    position:absolute; inset:-1px;
    background:
      radial-gradient(900px 300px at 18% 0%, rgba(21,120,190,.14), transparent 62%),
      radial-gradient(900px 320px at 88% 20%, rgba(212,0,0,.09), transparent 62%),
      radial-gradient(900px 340px at 50% 110%, rgba(4,64,124,.10), transparent 60%);
    pointer-events:none;
  }
  .policy-hero > *{ position: relative; z-index: 1; }

  .policy-pill{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    padding:.35rem .7rem;
    border-radius:999px;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(15,23,42,.10);
    color: rgba(11,18,32,.76);
    font-weight: 700;
    font-size: .85rem;
    box-shadow: 0 10px 26px rgba(2,10,28,.06);
  }
  .policy-pill .dot{
    width: 10px; height: 10px; border-radius: 999px;
    background: #1578be;
    box-shadow: 0 0 0 4px rgba(21,120,190,.14);
  }

  .policy-title{
    font-weight: 1000;
    letter-spacing: -.03em;
    margin: .4rem 0 .25rem;
    color: rgba(11,18,32,.94);
    line-height: 1.06;
  }
  .policy-sub{
    color: rgba(11,18,32,.72);
    margin: 0;
    max-width: 70ch;
  }

  .policy-meta{
    display:flex;
    flex-wrap: wrap;
    gap: .5rem .6rem;
    margin-top: .9rem;
  }
  .meta-badge{
    display:inline-flex;
    align-items:center;
    gap:.45rem;
    padding:.38rem .7rem;
    border-radius:999px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(15,23,42,.10);
    color: rgba(11,18,32,.76);
    font-size: .85rem;
    font-weight: 700;
  }
  .meta-badge i{ opacity:.85; }

  .policy-card{
    border-radius: 22px;
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 12px 34px rgba(2,10,28,.10);
    overflow:hidden;
  }
  .policy-card .head{
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(15,23,42,.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:.8rem;
  }
  .policy-card .head h2{
    font-weight: 950;
    font-size: 1.05rem;
    letter-spacing: -.02em;
    margin: 0;
    display:flex;
    align-items:center;
    gap:.55rem;
    color: rgba(11,18,32,.92);
  }
  .policy-card .head h2 i{ color:#1578be; }

  .policy-card .body{
    padding: 1rem 1.1rem 1.1rem;
    color: rgba(11,18,32,.80);
  }
  .policy-card .body p{ margin-bottom: .85rem; }
  .policy-card .body ul{
    margin: 0 0 .85rem 1.1rem;
  }
  .policy-card .body li{
    margin-bottom: .35rem;
  }

  .notice{
    border-radius: 18px;
    padding: .9rem 1rem;
    border: 1px solid rgba(21,120,190,.18);
    background: rgba(21,120,190,.08);
    color: rgba(11,18,32,.82);
  }
  .notice strong{ color: rgba(4,64,124,.95); }

  .toc{
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.10);
    background: rgba(255,255,255,.62);
    padding: .9rem 1rem;
  }
  .toc a{
    text-decoration:none;
    color: rgba(11,18,32,.80);
    font-weight: 700;
  }
  .toc a:hover{ text-decoration: underline; }

  .anchor{
    scroll-margin-top: 110px;
  }

  .policy-actions .btn{
    border-radius: 14px;
    padding: .6rem .9rem;
    font-weight: 800;
  }
  .btn-primaryx{
    background: linear-gradient(135deg, #1578be, #04407c);
    border: 0;
    color: #fff;
    box-shadow: 0 16px 34px rgba(21,120,190,.22);
  }
  .btn-ghost{
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(15,23,42,.12);
    color: rgba(11,18,32,.86);
  }
  .btn-ghost:hover{
    background: rgba(255,255,255,.78);
  }

  /* ✅ ADD: sticky + responsive behavior (no design change) */
  .toc-sticky{
    position: sticky;
    top: 92px; /* adjust to your navbar height */
    align-self: flex-start;
  }
  @media (max-width: 991.98px){
    /* disable sticky on tablets/phones so it doesn't eat screen */
    .toc-sticky{ position: static; top: auto; }
  }

  @media (max-width: 576px){
    .policy-card .head, .policy-card .body{ padding: .9rem; }
  }
  /* ══ HERO ══ */
.privacy-hero {
  background: linear-gradient(135deg, #0b3d6e 0%, #1578be 55%, #d40000 100%);
  padding: 48px 0 56px;
  position: relative;
  overflow: hidden;
}
.privacy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 600px 300px at 80% 50%, rgba(255,255,255,.06), transparent),
    radial-gradient(ellipse 400px 400px at 10% 80%, rgba(212,0,0,.18), transparent);
  pointer-events: none;
}
.privacy-hero::after {
  content: "🔒";
  position: absolute;
  right: 6%; top: 50%;
  transform: translateY(-50%);
  font-size: 180px;
  line-height: 1;
  opacity: .05;
  pointer-events: none;
  user-select: none;
}
.privacy-hero-inner { position: relative; z-index: 1; }

.privacy-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.privacy-pill .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ff4d4d;
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.5; transform:scale(1.4); }
}
.privacy-hero h1 {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.privacy-hero p.hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,.78);
  max-width: 600px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.privacy-hero-chips {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.privacy-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.privacy-chip i { color: rgba(255,255,255,.7); font-size: 14px; }
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  border-radius: 30px;
  border: 1.5px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.btn-hero-ghost:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.55);
  color: #fff;
  text-decoration: none;
}
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 20px;
  border-radius: 30px;
  border: none;
  background: #fff;
  color: #1578be;
  font-size: 13.5px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
}
.btn-hero-primary:hover {
  opacity: .88;
  transform: translateY(-1px);
  color: #1578be;
  text-decoration: none;
}

/* ══ MAIN ══ */
.privacy-main {
  background: #f5f6f8;
  padding: 48px 0 72px;
}

/* ══ TOC SIDEBAR ══ */
.toc-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(11,18,32,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  overflow: hidden;
  position: sticky;
  top: 80px;
}
.toc-card-header {
  padding: 18px 20px 14px;
  background: linear-gradient(135deg, #0b3d6e, #1578be);
  position: relative;
  overflow: hidden;
}
.toc-card-header::after {
  content: "";
  position: absolute;
  right: -20px; top: -20px;
  width: 100px; height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.toc-card-header h4 {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  position: relative; z-index: 1;
}
.toc-card-header p {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  margin: 4px 0 0;
  position: relative; z-index: 1;
}
.toc-body { padding: 12px 14px; }
.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: rgba(11,18,32,.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: background .18s, color .18s;
  border-bottom: 1px solid rgba(11,18,32,.05);
}
.toc-link:last-child { border-bottom: none; }
.toc-link:hover {
  background: rgba(21,120,190,.07);
  color: #1578be;
  text-decoration: none;
}
.toc-num {
  width: 24px; height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  background: rgba(21,120,190,.08);
  border: 1px solid rgba(21,120,190,.14);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: #1578be;
}
.toc-link:hover .toc-num {
  background: #1578be;
  color: #fff;
  border-color: transparent;
}
.toc-notice {
  margin: 4px 14px 14px;
  background: linear-gradient(135deg, rgba(21,120,190,.08), rgba(212,0,0,.06));
  border: 1px solid rgba(21,120,190,.15);
  border-radius: 12px;
  padding: 14px;
}
.toc-notice p {
  font-size: 13.5px;
  color: rgba(11,18,32,.6);
  margin: 0;
  line-height: 1.55;
}
.toc-notice strong { color: rgba(11,18,32,.78); font-weight: 700; }

/* ══ POLICY SECTIONS ══ */
.policy-section {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(11,18,32,.06);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  overflow: hidden;
  margin-bottom: 20px;
}
.policy-section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  background: linear-gradient(135deg, rgba(21,120,190,.06), rgba(212,0,0,.03));
  border-bottom: 1px solid rgba(11,18,32,.07);
}
.policy-section-icon {
  width: 40px; height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  background: rgba(21,120,190,.1);
  border: 1px solid rgba(21,120,190,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  color: #1578be;
}
.policy-section-header h4 {
  font-size: 1.15rem;
  font-weight: 900;
  color: rgba(11,18,32,.88);
  margin: 0;
}

/* ══ PROSE BODY ══ */
.policy-body {
  padding: 24px 28px 28px;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(11,18,32,.65);
}
.policy-body p { margin-bottom: 1.2rem; }
.policy-body p:last-child { margin-bottom: 0; }
.policy-body strong { color: rgba(11,18,32,.82); font-weight: 700; }
.policy-body ul {
  padding-left: 1.4rem;
  margin-bottom: 1.2rem;
}
.policy-body ul:last-child { margin-bottom: 0; }
.policy-body li {
  margin-bottom: .55rem;
  line-height: 1.7;
}
.policy-body li:last-child { margin-bottom: 0; }

/* ══ CONTACT CARD (special) ══ */
.contact-block {
  background: linear-gradient(135deg, rgba(21,120,190,.07), rgba(212,0,0,.05));
  border: 1px solid rgba(21,120,190,.18);
  border-radius: 12px;
  padding: 18px 20px;
  margin-top: 4px;
}
.contact-block .contact-title {
  font-size: 14px;
  font-weight: 800;
  color: rgba(11,18,32,.82);
  margin-bottom: 8px;
}
.contact-block .contact-detail {
  font-size: 14px;
  color: rgba(11,18,32,.6);
  line-height: 1.8;
}
.contact-block .contact-detail span {
  font-weight: 700;
  color: rgba(11,18,32,.78);
}

/* ══ NOTICE STRIP ══ */
.policy-notice {
  background: linear-gradient(135deg, rgba(21,120,190,.07), rgba(212,0,0,.05));
  border: 1px solid rgba(21,120,190,.18);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.policy-notice-icon {
  width: 36px; height: 36px;
  flex: 0 0 36px;
  border-radius: 9px;
  background: rgba(21,120,190,.12);
  border: 1px solid rgba(21,120,190,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  color: #1578be;
  margin-top: 1px;
}
.policy-notice p {
  font-size: 13.5px;
  color: rgba(11,18,32,.6);
  line-height: 1.6;
  margin: 0;
}
.policy-notice strong { color: rgba(11,18,32,.78); font-weight: 700; }

/* ══ NO-SELL BADGE ══ */
.no-sell-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(21,120,190,.08);
  border: 1.5px solid rgba(21,120,190,.2);
  border-radius: 30px;
  padding: 6px 16px;
  font-size: 17px;
  font-weight: 800;
  color: #1578be;
  margin-top: 10px;
}
.no-sell-badge i { font-size: 16px; }

@media (max-width: 768px) {
  .policy-body { padding: 18px 16px 22px; font-size: 1rem; }
  .policy-section-header { padding: 14px 16px; }
  .policy-section-header h4 { font-size: 1.05rem; }
  .toc-card { position: static; }
}