@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&display=swap";
.trusted-section{background:#f5f1eb;grid-template-columns:1fr 1fr;align-items:center;gap:90px;padding:100px;display:grid;position:relative;overflow:hidden}.trusted-left{z-index:2;max-width:650px;position:relative}.trusted-tag{color:#961d12;text-transform:uppercase;letter-spacing:.4em;margin-bottom:25px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.trusted-heading{color:#111;letter-spacing:4px;font-family:Bebas Neue,sans-serif;font-size:45px;font-weight:700;line-height:.92}.trusted-description{color:#111111a6;max-width:560px;margin-top:35px;font-family:Inter,sans-serif;font-size:16px;line-height:1.9}.trusted-stats{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #00000014;border-radius:999px;justify-content:space-between;align-items:center;gap:30px;margin-top:55px;padding:30px 35px;display:flex;box-shadow:0 20px 40px #0000000d}.stat-item{text-align:center;flex:1}.stat-item h3{color:#111;letter-spacing:3px;font-family:Bebas Neue,sans-serif;font-size:34px;font-weight:900}.stat-item p{color:#961d12;letter-spacing:.2em;text-transform:uppercase;margin-top:10px;font-family:Inter,sans-serif;font-size:11px;line-height:1.8}.stat-divider{background:#00000014;width:1px;height:70px}.trusted-right{flex-direction:column;gap:30px;display:flex;position:relative}.logo-slide{padding:10px 0;position:relative;overflow:hidden}.logo-track{gap:40px;width:max-content;animation:45s linear infinite scrollRight;display:flex}.logo-track.reverse{animation:45s linear infinite scrollLeft}.logo-box{flex-shrink:0;justify-content:center;align-items:center;width:140px;height:140px;transition:all .5s;display:flex}.logo-box:hover{transform:translateY(-8px)scale(1.05)}.logo-box img{object-fit:contain;mix-blend-mode:multiply;background:0 0;width:100%;height:100%;transition:all .5s}.logo-box:hover img{transform:scale(1.08)}.trusted-section:before{content:"";filter:blur(100px);background:#961d121a;border-radius:50%;width:450px;height:450px;position:absolute;top:-150px;right:-150px}@keyframes scrollRight{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:768px){.trusted-section{grid-template-columns:1fr;gap:60px;padding:100px 25px}.trusted-heading{font-size:46px}.trusted-description{font-size:15px}.trusted-stats{border-radius:2rem;flex-direction:column;padding:35px 25px}.stat-divider{width:100%;height:1px}.logo-track{gap:25px}.logo-box{width:110px;height:110px}}
