.trust-box {
  margin: 40px 0;
  padding: 24px;
  background: #f8fafc;
  border-left: 5px solid #2563eb;
  border-radius: 8px;
}

.trust-box h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.trust-box p {
  font-size: 15px;
  line-height: 1.6;
}

.trust-box ul {
  margin: 16px 0;
  padding-left: 18px;
}

.trust-box li {
  margin-bottom: 8px;
  font-size: 14px;
}

.trust-meta {
  margin-top: 14px;
  font-size: 13px;
  color: #555;
}
