.socialProofCtn{padding:var(--sp) var(--p)}.spInner{background:var(--llg);border-radius:var(--br);margin:0 auto;max-width:var(--mmax);overflow:hidden;padding:120px 40px}.socialProofDiv{text-align:center;width:100%}.socialProofTitle{color:var(--darkpurple);font-size:50px;font-weight:600;line-height:56px;margin:0 auto 20px;max-width:800px;text-align:center}.socialProofSubtitle{color:#6a6a6a;font-size:18px;font-weight:400;line-height:28px;margin:0 0 48px}.socialProofVideoWrap{overflow:hidden;width:100%}.socialProofVideoScroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:none}.socialProofVideoScroll.dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}.socialProofVideoScroll::-webkit-scrollbar{display:none}.socialProofVideoItem{background:#e0e0e0;border-radius:16px;flex:0 0 100%;overflow:hidden;position:relative;scroll-snap-align:center}.socialProofVideo{aspect-ratio:16/9;border-radius:16px;display:block;object-fit:cover;width:100%}.socialProofPlayBtn{align-items:center;background:var(--purple);border:none;border-radius:50%;cursor:pointer;display:flex;height:72px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s,opacity .2s;width:72px;z-index:2}.socialProofPlayBtn.playing{opacity:0}.pauseSvg{display:none}.socialProofPlayBtn.playing>.pauseSvg{display:block}.socialProofPlayBtn.playing>:not(.pauseSvg){display:none}.socialProofVideoItem:hover .socialProofPlayBtn{opacity:.9;transform:translate(-50%,-50%) scale(1.1)}@media (max-width:1024px){.socialProofCtn{padding:var(--sp) var(--sp)}.spInner{padding:60px 32px}.socialProofTitle{font-size:36px;line-height:44px}}@media (max-width:600px){.spInner{padding:40px 20px}.socialProofCtn{padding:10px 0}.socialProofTitle{font-size:32px;line-height:40px;margin-bottom:16px}.socialProofPlayBtn{height:56px;width:56px}}