.th-trust {
  background: #f7f9fc;
  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.th-container {
  max-width: 1180px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e5e9f2;
  padding: 60px 50px;
}

.th-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f6b7a;
  margin-bottom: 12px;
}

.th-title {
  font-size: 34px;
  font-weight: 700;
  color: #0b3c6f;
  margin: 0;
}

.th-subtitle {
  font-size: 16px;
  color: #4f5d6b;
  max-width: 900px;
  margin: 14px 0 45px;
  line-height: 1.6;
}

.th-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 45px;
}

.th-card {
  border: 1px solid #e5e9f2;
  padding: 28px 24px;
  background: #ffffff;
}

.th-value {
  font-size: 36px;
  font-weight: 700;
  color: #1a73e8;
}

.th-label {
  font-size: 15px;
  font-weight: 600;
  color: #1f2d3d;
  margin-top: 6px;
}

.th-desc {
  font-size: 13px;
  color: #6b7785;
  margin-top: 6px;
}

.th-footer-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4f5d6b;
  max-width: 980px;
  margin: 0 0 35px;
}

.th-divider {
  border: none;
  border-top: 1px solid #e5e9f2;
  margin: 30px 0 20px;
}

.th-bottom {
  font-size: 13px;
  color: #6b7785;
  margin: 0;
}

/* Mobile */
@media (max-width: 900px) {
  .th-stats {
    grid-template-columns: 1fr;
  }
  .th-container {
    padding: 40px 25px;
  }
}