.vrcly-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;background:#181818;padding:72px 24px;position:relative;font-family:'Poppins',sans-serif}.vrcly-t-card{background:#161616;border:1px solid #4e4e4d;border-radius:14px;padding:36px 32px 30px;display:flex;flex-direction:column;position:relative;overflow:hidden;cursor:default;transition:border-color .35s ease,box-shadow .35s ease,transform .35s ease}.vrcly-t-card:hover{border-color:rgba(191,155,48,.5);box-shadow:0 0 32px rgba(191,155,48,.08),0 8px 32px rgba(0,0,0,.4);transform:translateY(-4px)}.vrcly-t-card:before{content:'';position:absolute;inset:0;background:rgba(191,155,48,.08);opacity:0;transition:opacity .35s ease;pointer-events:none}.vrcly-t-card:hover:before{opacity:1}.vrcly-t-qmark{font-family:'Poppins',sans-serif;font-size:160px;font-weight:700;line-height:1;color:#bf9b30;opacity:.07;position:absolute;top:-8px;left:20px;pointer-events:none;user-select:none;z-index:0}.vrcly-t-quote{font-size:16px;font-weight:400;color:rgba(255,253,250,.6);line-height:1.75;flex:1;position:relative;z-index:1;transition:color .35s ease}.vrcly-t-card:hover .vrcly-t-quote{color:rgba(255,253,250,.88)}.vrcly-t-divider{height:1px;background:#4e4e4d;margin:26px 0;position:relative;z-index:1;transition:background .35s ease}.vrcly-t-card:hover .vrcly-t-divider{background:rgba(191,155,48,.3)}.vrcly-t-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}.vrcly-t-logo-wrap{position:relative;height:36px;width:120px;flex-shrink:0}.vrcly-t-logo-wrap img{position:absolute;top:0;left:0;height:36px;width:120px;object-fit:contain;object-position:left center;transition:opacity .35s ease}.vrcly-t-logo-bw{opacity:1;filter:brightness(0) invert(1)}.vrcly-t-logo-col{opacity:0}.vrcly-t-card:hover .vrcly-t-logo-bw{opacity:0}.vrcly-t-card:hover .vrcly-t-logo-col{opacity:1}.vrcly-t-stars{display:flex;gap:3px;flex-shrink:0}.vrcly-t-star{width:14px;height:14px;background:#bf9b30;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);opacity:.35;transition:opacity .35s ease}.vrcly-t-card:hover .vrcly-t-star{opacity:.85}@media (max-width:900px){.vrcly-testimonials{grid-template-columns:1fr;padding:48px 12px}}