.trust-marquee{background-image:linear-gradient(var(--section-bg-edge,color-mix(in srgb,#fff 2%,transparent)) 0,var( --section-bg-mid,var(--ws-trust-bg-mid,color-mix(in srgb,var(--ws-feature-accent,var(--system-color,#8882f5)) 5%,transparent)) ) 40%,var( --section-bg-mid,var(--ws-trust-bg-mid,color-mix(in srgb,var(--ws-feature-accent,var(--system-color,#8882f5)) 5%,transparent)) ) 60%,var(--section-bg-edge,color-mix(in srgb,#fff 2%,transparent)) 100%);padding:3.5rem 1rem 4.5rem}.trust-marquee__inner{border-radius:28px;margin:0 auto;overflow:hidden;padding:2rem clamp(1rem,2vw,2rem) 2.25rem;width:min(100%,1280px)}.trust-marquee__stats{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;width:min(100%,1120px)}.trust-marquee__stat-card{background:linear-gradient(180deg,#ffffffad,#ffffff52),var(--ws-trust-card-bg,color-mix(in srgb,var(--ws-feature-accent,var(--system-color,#8882f5)) 7%,transparent));border:1px solid color-mix(in srgb,var(--ws-feature-accent,var(--system-color,#8882f5)) 16%,transparent);border-radius:16px;box-shadow:inset 0 1px #ffffffb3;min-height:112px;overflow:hidden;padding:1.3rem 1rem;position:relative;text-align:center}.trust-marquee__stat-card:before{background:var(--ws-trust-accent,var(--ws-feature-accent,var(--system-color,#8882f5)));content:"";inset:0 auto 0 0;position:absolute;width:4px}.trust-marquee__stat-value{align-items:center;color:var(--ws-text-strong,#111827);display:inline-flex;font-size:2rem;font-weight:800;justify-content:center;letter-spacing:0;line-height:1;min-height:3rem;white-space:nowrap}.trust-marquee__stat-value--long{font-size:1.8rem}.trust-marquee__stat-value--rating{color:var(--ws-trust-rating,#f2a900);gap:.45rem}.trust-marquee__stars{display:inline-flex;gap:.08rem}.trust-marquee__star{background:currentColor;clip-path:polygon(50% 0,61% 34%,98% 34%,68% 55%,79% 91%,50% 69%,21% 91%,32% 55%,2% 34%,39% 34%);height:1.45rem;width:1.45rem}@supports not (clip-path:polygon(50% 0,100% 100%,0 100%)){.trust-marquee__star{background:none;clip-path:none;height:auto;width:auto}.trust-marquee__star:before{content:"★"}}.trust-marquee__stars{font-size:1.55rem;letter-spacing:0;line-height:1}.trust-marquee__stat-label{color:var(--ws-text-muted,#64748b);font-size:1rem;font-weight:700;line-height:1.25;margin-top:.95rem}.trust-marquee__marquee-area{margin-top:2.35rem}.trust-marquee__title{color:var(--ws-text,#475569);font-size:1.45rem;font-weight:800;letter-spacing:0;line-height:1.2;margin:0 0 2.15rem;text-align:center}.trust-marquee__marquee{--fade-width:clamp(2rem,9vw,6rem);margin:0 auto;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 var(--fade-width),#000 calc(100% - var(--fade-width)),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 var(--fade-width),#000 calc(100% - var(--fade-width)),transparent 100%);overflow:hidden;padding:.2rem 0;position:relative}.trust-marquee__marquee+.trust-marquee__marquee{margin-top:1.5rem}.trust-marquee__track{animation:trust-marquee-scroll 24s linear infinite;display:flex;width:-moz-max-content;width:max-content;will-change:transform}.trust-marquee__track--right{animation-direction:reverse;animation-duration:38s}.trust-marquee__marquee:hover .trust-marquee__track{animation-play-state:paused}.trust-marquee__group{display:flex;flex:0 0 auto;gap:.85rem;padding-right:.85rem}.trust-marquee__brand-item{align-items:center;display:inline-flex;height:3.6rem;justify-content:center;padding:.75rem .65rem;width:11.25rem}.trust-marquee__brand-logo{display:block;max-height:2.25rem;max-width:100%;-o-object-fit:contain;object-fit:contain}.trust-marquee__chip{align-items:center;background:var(--ws-card-bg,hsla(0,0%,100%,.88));border:1px solid color-mix(in srgb,var(--ws-feature-accent,var(--system-color,#8882f5)) 18%,#cfe0ff);border-radius:999px;box-shadow:0 8px 22px #0f172a09;color:var(--ws-text,#26364d);display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.15;min-height:3.25rem;padding:.75rem 1.2rem;white-space:nowrap}.trust-marquee__chip-dot{background:var(--dot-color,var(--ws-feature-accent,var(--system-color,#8882f5)));border-radius:999px;box-shadow:0 0 0 .35rem color-mix(in srgb,var(--dot-color,var(--ws-feature-accent,var(--system-color,#8882f5))) 14%,transparent);height:.7rem;margin-right:.55rem;width:.7rem}@keyframes trust-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width:900px){.trust-marquee__stats{grid-template-columns:1fr;max-width:28rem}}@media (min-width:768px){.trust-marquee__stat-value{font-size:2.75rem}.trust-marquee__stat-value--long{font-size:2.35rem}.trust-marquee__star{height:2rem;width:2rem}.trust-marquee__stars{font-size:2.15rem}.trust-marquee__stat-label{font-size:1.15rem}.trust-marquee__title{font-size:2rem}}@media (max-width:640px){.trust-marquee{padding-bottom:3rem;padding-top:2.75rem}.trust-marquee__inner{border-radius:22px;padding:1rem 0 1.4rem}.trust-marquee__stats{padding:0 1rem}.trust-marquee__stat-card{border-radius:16px;min-height:104px;padding:1.1rem 1rem}.trust-marquee__stat-value--long{font-size:2rem}.trust-marquee__marquee-area{margin-top:1.9rem}.trust-marquee__title{padding:0 1rem}.trust-marquee__marquee+.trust-marquee__marquee{margin-top:1.15rem}.trust-marquee__chip{font-size:.92rem;min-height:2.75rem;padding:.65rem 1rem}.trust-marquee__brand-item{height:3.2rem;padding:.65rem .45rem;width:9.75rem}.trust-marquee__brand-logo{max-height:2rem}}@media (prefers-reduced-motion:reduce){.trust-marquee__track{animation-duration:1ms;animation-iteration-count:1}}
