/* ============================== TERMS & PRIVACY PAGE ============================== */
.trust-encryption-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  background:linear-gradient(135deg, var(--blue-deep) 0%, var(--blue) 55%, var(--blue-dark) 100%);
  color:#fff;
}
.trust-encryption-card h2{color:#fff;font-size:15px;margin-bottom:6px;}
.trust-encryption-card p{color:rgba(255,255,255,.88);font-size:12.5px;line-height:1.9;}
.trust-encryption-icon{
  width:46px;height:46px;border-radius:14px;
  background:rgba(255,255,255,.16);
  display:flex;align-items:center;justify-content:center;
  flex:0 0 auto;
}
.trust-encryption-icon svg{width:24px;height:24px;stroke:#fff;}

.toc-list{list-style:none;display:flex;flex-direction:column;gap:4px;}
.toc-list a{
  display:block;
  padding:9px 12px;
  border-radius:10px;
  font-size:12.5px;
  font-weight:600;
  color:var(--ink);
  text-decoration:none;
  transition:background .15s ease, color .15s ease;
}
.toc-list a:hover{background:var(--blue-pale);color:var(--blue-deep);}

.legal-text{font-size:13px;line-height:2;color:var(--ink);}
.legal-text p{margin-bottom:10px;}
.legal-text ul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.legal-text li{
  position:relative;
  padding-right:20px;
}
.legal-text li::before{
  content:"";
  position:absolute;
  right:0;top:9px;
  width:6px;height:6px;
  border-radius:50%;
  background:var(--blue);
}
.legal-text strong{color:var(--blue-deep);font-weight:800;}

/* اسکرول نرم به بخش‌های صفحه هنگام کلیک روی فهرست */
html{scroll-behavior:smooth;}
[id]{scroll-margin-top:20px;}