@keyframes trustFadeIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.trust-enter-1{animation:trustFadeIn .8s cubic-bezier(.16,1,.3,1) .1s both}.trust-enter-2{animation:trustFadeIn .8s cubic-bezier(.16,1,.3,1) .25s both}.trust-enter-3{animation:trustFadeIn .8s cubic-bezier(.16,1,.3,1) .4s both}.trust-enter-4{animation:trustFadeIn .8s cubic-bezier(.16,1,.3,1) .55s both}.trust-enter-5{animation:trustFadeIn .8s cubic-bezier(.16,1,.3,1) .7s both}@keyframes trustGradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.trust-gradient-text{background:linear-gradient(135deg,#fb7185,#f472b6 25%,#f472b6 50%,#fb7185 75%,#f472b6);background-size:300% 300%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:trustGradientShift 6s ease-in-out infinite}@keyframes trustPulse{0%,to{opacity:1}50%{opacity:.4}}.trust-pulse-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px rgba(52,211,153,.35);animation:trustPulse 2.4s ease-in-out infinite}.trust-stat-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:12px;transition:border-color .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.trust-stat-card:hover{border-color:rgba(244,63,94,.18);box-shadow:0 8px 32px rgba(244,63,94,.06)}.trust-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.trust-mechanism-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.trust-anchor-section{scroll-margin-top:96px}@media (max-width:768px){.trust-stat-card{padding:20px;border-radius:16px}}@media (prefers-reduced-motion:reduce){.trust-gradient-text,.trust-pulse-dot{animation:none!important}.trust-enter-1,.trust-enter-2,.trust-enter-3,.trust-enter-4,.trust-enter-5{animation:none!important;opacity:1!important;transform:none!important}.trust-stat-card{transition:none}}