.social-proof-banner{animation:spFadeSlideIn .6s ease-out both;display:flex;justify-content:flex-start;padding:0 0 20px}@keyframes spFadeSlideIn{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.social-proof-inner{align-items:center;background:linear-gradient(135deg,#f0f9f8,#e5f3f1);border:1.5px solid #258e7f;border-radius:50px;box-shadow:0 2px 12px rgba(37,142,127,.12);display:inline-flex;gap:10px;overflow:hidden;padding:10px 22px 10px 16px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.social-proof-inner:hover{box-shadow:0 4px 18px rgba(37,142,127,.18);transform:translateY(-1px)}.social-proof-pulse{animation:spShimmer 3.5s ease-in-out infinite;background:linear-gradient(90deg,transparent,rgba(37,142,127,.06) 50%,transparent);height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes spShimmer{0%{left:-100%}to{left:100%}}.social-proof-icon{align-items:center;background:#258e7f;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.social-proof-content{align-items:center;display:flex;flex-wrap:wrap;font-family:inherit;gap:4px;line-height:1.3}.social-proof-number,.social-proof-suffix{color:#1a6b5f;font-size:22px;font-weight:800;letter-spacing:-.5px}.social-proof-suffix{margin-left:-2px}.social-proof-text{color:#2a7568;font-size:15.5px;font-weight:500;white-space:normal}.social-proof-live{align-items:center;border-left:1.5px solid rgba(37,142,127,.25);color:#258e7f;display:inline-flex;font-size:11px;font-weight:600;gap:5px;letter-spacing:.5px;padding-left:10px;text-transform:uppercase;white-space:nowrap}.live-dot{animation:spBlink 1.4s ease-in-out infinite;background:#258e7f;border-radius:50%;height:7px;width:7px}@keyframes spBlink{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:900px){.social-proof-inner{border-radius:24px;gap:8px;padding:8px 16px 8px 12px}.social-proof-number,.social-proof-suffix{font-size:18px}.social-proof-text{font-size:13px}.social-proof-icon{height:30px;width:30px}.social-proof-icon svg{height:18px;width:18px}.social-proof-live{display:none}}