/* ─── ABOUT TRUST WIDGET ─── */
.da-trust-section {
  padding: 80px 0;
  background: var(--dark, #111827);
  color: #fff;
}
.da-trust-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.da-trust-section .section-tag {
  display: inline-block;
  font-family: var(--font-sub, 'Montserrat', sans-serif);
  font-size: 12px;
  font-weight: 700;
  color: var(--green, #61CE70);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 5px 14px;
  background: rgba(97,206,112,0.12);
  border-radius: 20px;
}
.da-trust-section .section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-head, 'Oswald', sans-serif);
}
.da-trust-section .section-title span {
  color: var(--green, #61CE70);
}
.da-trust-section .section-divider {
  width: 60px;
  height: 3px;
  background: var(--green, #61CE70);
  border-radius: 2px;
  margin: 16px auto 24px;
}
.da-trust-section .section-subtitle {
  font-family: var(--font-sub, 'Montserrat', sans-serif);
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}
.da-trust-section .trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 56px;
}
.da-trust-section .trust-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}
.da-trust-section .trust-num {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-head, 'Oswald', sans-serif);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.2);
  line-height: 1;
  flex-shrink: 0;
  transition: all 0.3s;
}
.da-trust-section .trust-card:hover .trust-num {
  color: var(--green, #61CE70);
  -webkit-text-stroke: 0px;
  transform: scale(1.1);
}
.da-trust-section .trust-card h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-head, 'Oswald', sans-serif);
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: #fff;
  margin-top: 0;
}
.da-trust-section .trust-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin: 0;
}

/* Elementor Editor Viewport Compatibility */
.elementor-editor-active .da-trust-section .fade-up {
  opacity: 1 !important;
  transform: none !important;
}
