.reviews-section{background:linear-gradient(#fff,#fbf7ff 20% 80%,#fff);width:100%}.reviews-container{max-width:80rem;margin:0 auto;padding:3.5rem 1rem}.reviews-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}.reviews-left{flex-direction:column;justify-content:center;display:flex}.reviews-heading{color:rgb(var(--color-default));font-size:2.75rem;font-weight:var(--weight-semibold);letter-spacing:-.02em;line-height:1.05}.reviews-subheading{color:rgb(var(--color-subtle));font-size:1.125rem;font-weight:var(--weight-medium);margin-top:1rem;line-height:1.55}.reviews-cta-desktop{align-self:flex-start;margin-top:2.5rem;display:none}.reviews-cta-mobile{width:100%;padding:0 1.5rem;display:flex}.reviews-right{min-width:0;position:relative}.reviews-desktop-columns{display:none}.reviews-mobile-only{width:100%;min-width:0;display:block}.reviews-marquee-shell{border-radius:28px;position:relative;overflow:hidden}.reviews-marquee-shell:after{content:"";pointer-events:none;position:absolute;inset:0}.reviews-card{background:rgb(var(--color-surface));border:1px solid #cc99ff26;border-radius:22px;padding:18px 18px 20px}.reviews-card+.reviews-card{margin-top:18px}.reviews-card-head{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.reviews-avatar{object-fit:cover;border-radius:999px;flex:none;width:40px;height:40px}.reviews-meta{flex-direction:column;gap:6px;display:flex}.reviews-name{color:rgb(var(--color-default));font-size:1rem;font-weight:var(--weight-semibold);line-height:1.2}.reviews-stars{align-items:center;gap:4px;display:flex}.reviews-star{object-fit:contain;width:16px;height:16px}.reviews-text{color:#3f3f3f;font-size:1.125rem;line-height:1.55;font-weight:var(--weight-medium)}.reviews-marquee-vert{will-change:transform;animation-duration:var(--dur,18s);padding:18px;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;left:0;right:0}.reviews-down{animation-name:scrollDown}.reviews-up{animation-name:scrollUp}.reviews-mobile-shell{width:100%;height:auto;min-height:280px}.reviews-mobile-shell:after{background:linear-gradient(90deg,#fff,#fff0 10% 90%,#fff)}.reviews-marquee-horz{will-change:transform;width:max-content;animation-duration:var(--dur,18s);gap:16px;padding:18px;animation-timing-function:linear;animation-iteration-count:infinite;display:flex;position:relative}.reviews-left-scroll{animation-name:scrollLeft}.reviews-card-mobile{flex-direction:column;flex:none;width:320px;display:flex}.reviews-text-mobile{-webkit-line-clamp:var(--clamp,4);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.reviews-mobile-cta-wrap{width:100%;margin-top:2.5rem}.reviews-cta-mobile{max-width:100%}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0%)}}@keyframes scrollUp{0%{transform:translateY(0%)}to{transform:translateY(-50%)}}@keyframes scrollLeft{0%{transform:translate(0%)}to{transform:translate(-50%)}}@media (max-width:1023px){.reviews-right{overflow:hidden}.reviews-mobile-shell{min-height:340px}}@media (max-width:640px){.reviews-mobile-shell{min-height:320px}.reviews-mobile-cta-wrap{padding-inline:0}}@media (min-width:640px) and (max-width:1023px){.reviews-card-mobile{width:360px}}@media (min-width:1024px){.reviews-container{padding:3.5rem 0}.reviews-grid{grid-template-columns:1fr 1.2fr;gap:4rem}.reviews-heading{font-size:3.375rem}.reviews-cta-desktop{display:inline-flex}.reviews-desktop-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.reviews-mobile-only{display:none}.reviews-marquee-shell{height:640px}.reviews-marquee-shell:after{background:linear-gradient(#fff,#fff0 12% 88%,#fff)}}@media (prefers-reduced-motion:reduce){.reviews-marquee-vert,.reviews-marquee-horz{animation:none!important;transform:none!important}}
