.policy-header{
  background: linear-gradient(135deg,#0d6efd,#0a58ca);
  color:#fff;
  padding:60px 0;
}

.policy-header h1{
  font-weight:700;
}

.policy-card{
  border-radius:12px;
  box-shadow:0 4px 20px rgba(0,0,0,0.05);
  border:none;
  margin-bottom:25px;
}

.section-title{
  font-weight:600;
  color:#0d6efd;
  margin-bottom:15px;
}

.badge-custom{
  background:#0d6efd;
  font-weight:500;
}

.list-group-item{
  border:none;
  padding-left:0;
}