.gftb-slide{min-width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:4px;align-items:start}.gftb-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:28px 26px 24px;display:flex;flex-direction:column;box-shadow:0 8px 32px rgba(2,155,84,.1);position:relative;overflow:hidden;transition:box-shadow .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1)}.gftb-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#029554,#34c87a);border-radius:16px 16px 0 0}.gftb-card:hover{box-shadow:0 16px 48px rgba(2,155,84,.16);transform:translateY(-4px)}.gftb-quote{position:absolute;top:20px;right:20px;width:36px;height:36px;background:#e6f9f0;border-radius:50%;display:flex;align-items:center;justify-content:center}.gftb-stars{display:flex;gap:2px;margin-bottom:10px}.gftb-stars span{font-size:17px;color:#f59e0b;line-height:1}.gftb-rtitle{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:10px;line-height:1.4;padding-right:42px}.gftb-text{font-size:13px;font-weight:400;color:#475569;line-height:1.85;flex:1;margin-bottom:18px}.gftb-reviewer{display:flex;align-items:center;gap:11px;padding-top:16px;border-top:1px solid #f1f5f9;margin-top:auto}.gftb-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;flex-shrink:0;box-shadow:0 3px 10px rgba(2,155,84,.22);letter-spacing:.02em}.gftb-rinfo{flex:1;min-width:0}.gftb-rname{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gftb-rrole{font-size:10.5px;font-weight:400;color:#94a3b8;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gftb-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.gftb-verified{font-size:10px;font-weight:600;color:#16a34a;background:#f0fdf4;padding:3px 8px;border-radius:100px;border:1px solid #bbf7d0;white-space:nowrap}.gftb-date{font-size:10px;color:#94a3b8;white-space:nowrap}.gftb-dot{width:8px;height:8px;border-radius:100px;background:#e2e8f0;cursor:pointer;border:none;padding:0;transition:all .3s ease}.gftb-dot.gftb-active{background:#029554;width:26px}.gftb-dot:hover:not(.gftb-active){background:#34c87a}@media (max-width:560px){.gftb-slide{grid-template-columns:1fr}.gftb-card{padding:22px 18px 20px}}