.testimonials{background:linear-gradient(180deg,#fff 0%,#fff7f7 100%);position:relative;overflow:hidden}
.testimonials:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:#e3222d;opacity:.045;right:-160px;top:-140px}
.proof-summary{display:grid;grid-template-columns:repeat(4,1fr);background:#17181c;color:#fff;border-radius:18px;margin-bottom:28px;box-shadow:0 20px 50px rgba(32,18,20,.14);overflow:hidden}
.proof-summary>div{min-height:130px;padding:25px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #303137}
.proof-summary>div:last-child{border-right:0}
.proof-summary strong{font:800 28px Manrope;color:#fff}
.proof-summary small{color:#b5b7be;margin-top:5px}
.proof-stars{color:#ffb400;letter-spacing:.1em;font-size:13px;margin-top:3px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-card{background:#fff;border:1px solid #ececef;border-radius:16px;padding:25px;box-shadow:0 12px 32px rgba(32,18,20,.07);transition:.2s}
.testimonial-card:hover{transform:translateY(-4px);border-color:#f2a8ae;box-shadow:0 18px 40px rgba(227,34,45,.12)}
.testimonial-head{display:flex;align-items:center;gap:12px}
.testimonial-head>div{display:flex;flex-direction:column;flex:1}
.testimonial-head b{font:700 15px Manrope}
.testimonial-head small{color:#858790;margin-top:2px}
.client-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#e3222d,#ff7c87);color:#fff;font:800 13px Manrope}
.verified{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e9f9f2;color:#13a36d;font-weight:800}
.stars{color:#ffb400;letter-spacing:.09em;margin:20px 0 10px}
.testimonial-card p{color:#4f525a;line-height:1.65;margin:0 0 20px;min-height:79px}
.purchase{display:block;color:#e3222d;border-top:1px solid #eeeeF1;padding-top:15px;font-weight:700}
@media(max-width:900px){.proof-summary{grid-template-columns:repeat(2,1fr)}.proof-summary>div:nth-child(2){border-right:0}.proof-summary>div:nth-child(-n+2){border-bottom:1px solid #303137}.testimonial-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.proof-summary,.testimonial-grid{grid-template-columns:1fr}.proof-summary>div{border-right:0;border-bottom:1px solid #303137}.proof-summary>div:last-child{border-bottom:0}.testimonial-card p{min-height:auto}}
.activity-popup{position:fixed;left:20px;bottom:20px;width:min(390px,calc(100% - 40px));z-index:35;background:#fff;border:1px solid #ececef;border-left:4px solid #e3222d;border-radius:15px;padding:15px 17px;box-shadow:0 18px 55px rgba(22,23,27,.2);transform:translateY(25px);opacity:0;transition:.35s;pointer-events:none}
.activity-popup.show{transform:translateY(0);opacity:1}
.activity-popup .activity-top{display:flex;align-items:center;gap:9px;color:#6d7078;font-size:12px}
.activity-popup .activity-top b{color:#16171b;font-size:13px;margin-right:auto}
.activity-popup .activity-time{color:#8b8d94}
.activity-popup .social-icon{width:20px;height:20px;display:inline-grid;place-items:center}
.activity-popup .social-icon svg{width:18px;height:18px}
.activity-popup p{margin:8px 0 3px;color:#303138;line-height:1.45}
.activity-popup small{color:#8b8d94}
@media(max-width:620px){.activity-popup{left:16px;top:82px;bottom:auto;width:calc(100% - 32px);padding:11px 13px;border-radius:12px;transform:translateY(-18px);z-index:80}.activity-popup.show{transform:translateY(0);opacity:1}.activity-popup .activity-top{font-size:10px;gap:7px}.activity-popup .activity-top b{font-size:11px}.activity-popup p{margin:6px 0 2px;font-size:13px;line-height:1.32}.activity-popup small{font-size:11px}.activity-popup .social-icon{width:17px;height:17px}}
