.ht-policy .policy-hero{
  margin-top: 70px;
  background: linear-gradient(180deg,#e9f2fb 0%, #dbe9f9 60%, #d3e3f7 100%);
  color:#0b2036;
  padding: 38px 0 26px;
  border-bottom: 1px solid #d9e6f4;
}

.ht-policy .policy-title{
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ht-policy .policy-updated{
  display:flex;
  align-items:center;
  gap:.5rem;
  color:#20425f;
  font-size:.98rem;
}

.ht-policy .policy-updated .dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#0d6efd;
  display:inline-block;
}

.ht-policy .policy-breadcrumb{
  background:#f3f7fe;
  border-bottom: 1px solid #e6effa;
  padding: .85rem 0;
}

.ht-policy .policy-body{ background:#f7f9fc; }

.ht-policy .policy-content{
  background:#fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(17,45,74,.06);
  color:#1f2937;
  line-height: 1.75;
  font-size: 1.05rem;
}

/* Heading offsets: works with sticky header + anchor links */
.ht-policy .policy-content h2,
.ht-policy .policy-content h3{
  color:#0b2036;
  scroll-margin-top: 96px;
}

.ht-policy .policy-content h2{
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-weight: 800;
}

.ht-policy .policy-content h3{
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-weight: 750;
}

.ht-policy .policy-content a{
  color:#0d6efd;
  text-decoration: underline dotted;
}

/* ===== Sticky TOC Sidebar ===== */
.ht-policy .toc-wrap{
  position: sticky;
  top: 95px;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
}

.ht-policy .toc-header{
  background:#f5f9ff;
  padding: .85rem 1rem;
  border-bottom: 1px solid #e6effa;
}

.ht-policy .toc-toggle{
  color:#0d6efd;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ht-policy .toc-toggle .symbol{ font-size: 1.15rem; }

.ht-policy .toc-body{
  padding: .5rem 0;
  background:#fff;
}

.ht-policy .toc-list{
  list-style: none;
  margin: 0;
  padding: .25rem;
}

.ht-policy .toc-list li{
  margin: 0;
  padding: .35rem .9rem;
  border-left: 3px solid transparent;
}

.ht-policy .toc-list a{
  display:block;
  color:#415a77;
  text-decoration:none;
  font-size: .98rem;
  padding: .2rem 0;
}

.ht-policy .toc-list a:hover{ color:#0d6efd; }

.ht-policy .toc-list a.active{
  color:#0b2036;
  font-weight: 800;
}

.ht-policy .toc-list li.active{
  background:#f7fbff;
  border-left-color:#0d6efd;
}

/* Optional index number */
.ht-policy .toc-list .num{
  display:inline-block;
  min-width: 1.4rem;
  margin-right: .4rem;
  color:#6c7a89;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 1050px){
  .ht-policy .policy-hero{ margin-top: 60px; }
}
@media (max-width: 575.98px){
  .ht-policy .policy-hero{ padding: 28px 0 18px; margin-top: 50px; }
  .ht-policy .policy-content{ padding: 22px; }
}

/* Keep Grow inline CTA inside your content width */
#grow-subscribe-slot [id^="grow-me-inline-subscribe-cta-root"]{
  width: 100% !important;
  max-width: 100% !important;  /* because slot is already inside .container */
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}

/* Keep spacing reasonable around the block */
#grow-subscribe-slot{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}