.products-scroll-container{background-color:var(--background);width:100%;position:relative}.product-card-wrapper{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.product-card-inner{background:#08050a;border:1px solid #ffffff0d;border-radius:4rem;flex-direction:row;width:95%;height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 50px 100px #000c}.product-card-content{z-index:2;flex-direction:column;flex:1;justify-content:center;gap:3rem;padding:5rem;display:flex}.product-card-info{text-transform:uppercase;letter-spacing:.4em;color:var(--accent);opacity:.6;font-size:.65rem;font-weight:800}.product-card-content-main{flex-direction:column;gap:2rem;display:flex}.product-card-title h2{letter-spacing:-.06em;text-transform:uppercase;color:#fff;font-size:5.5rem;font-weight:950;line-height:.85}.product-card-description{color:#fff6;max-width:550px;font-style:italic;font-weight:600;line-height:1.6}.product-card-img{flex:1.2;position:relative;overflow:hidden}.product-card-img:after{content:"";background:linear-gradient(to right,var(--background)0%,transparent 20%);position:absolute;inset:0}@media (max-width:1024px){.product-card-inner{flex-direction:column;height:90vh}.product-card-title h2{font-size:3rem}.product-card-content{order:2;padding:2rem}.product-card-img{flex:1;order:1}.product-card-img:after{background:linear-gradient(to top,var(--background)0%,transparent 30%)}}
.what-people-say-container{background:var(--background);padding:8rem 2rem;position:relative;overflow:hidden}.what-people-say-wrapper{flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.wps-content{align-items:center;gap:6rem;min-height:400px;display:flex}.wps-img-container{aspect-ratio:4/5;border-radius:2rem;flex:1;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.wps-text-container{flex:1.5}.wps-text-container h3{color:#fff;letter-spacing:-.02em;font-size:3rem;font-weight:700;line-height:1.1}.wps-avatars-list{justify-content:center;gap:1.5rem;display:flex}.wps-avatar-item{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;padding:.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.wps-avatar-item.active{background:var(--accent);border-color:var(--accent)}.wps-avatar-img{border-radius:50%;flex-shrink:0;width:3.5rem;height:3.5rem;overflow:hidden}.wps-avatar-info{white-space:nowrap;padding:0 1.5rem 0 1rem}.wps-avatar-name{color:#fff;font-size:1rem;font-weight:800}.wps-avatar-role{color:#fff9;font-size:.75rem}@media (max-width:1024px){.wps-content{text-align:center;flex-direction:column;gap:3rem}.wps-img-container{width:100%;max-width:400px}.wps-text-container h3{font-size:2rem}}
