.about-page-wrapper{padding:1rem}.about{display:flex;flex-direction:column;gap:2rem}.light .about-section{background:#ffffff;color:#111;box-shadow:0 2px 8px rgba(0,0,0,.05)}.light .about-section li,.light .about-section p{color:#333}.dark .about-section{background:#121212;color:#f2f2f2;box-shadow:0 2px 8px rgba(0,0,0,.2)}.dark .about-section li,.dark .about-section p{color:#d0d0d0}.about-section{padding:1.5rem;margin-bottom:1.5rem;border-radius:8px}.about-section h2{font-size:1.75rem;margin-bottom:1rem}.about-section p{font-size:1rem;line-height:1.6;margin-bottom:.75rem}.about-section strong{font-weight:600}.about,.about-section,.about-section p{transition:background-color .3s ease,color .3s ease}.clients-sidebar{display:none;position:relative;height:70vh;overflow:hidden;border-radius:12px;background:transparent}.clients-fade-top{position:absolute;top:0;left:0;width:100%;height:60px;background:linear-gradient(180deg,#ced8ff 0,transparent);z-index:2}.dark .clients-fade-top{background:linear-gradient(180deg,#222 0,transparent)}.clients-fade-bottom{position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(0deg,#ced8ff 0,transparent);z-index:2}.dark .clients-fade-bottom{background:linear-gradient(0deg,#222 0,transparent)}.clients-marquee{height:100%;overflow:hidden;display:flex;justify-content:center;align-items:flex-start}.marquee-track{display:flex;flex-direction:column;gap:2rem;padding:2rem 0;animation:scrollVertical 25s linear infinite}.clients-sidebar:hover .marquee-track{animation-play-state:paused}@keyframes scrollVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.client-logo-wrapper{background:#fff;padding:1rem;border-radius:12px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.08);width:200px;height:120px}.dark .client-logo-wrapper{background:#f5f5f5}.client-logo{object-fit:contain;max-width:100%;max-height:100%;width:auto;height:auto}@media (min-width:481px){.about-page-wrapper{padding:1.5rem}.about-section{padding:2rem;margin-bottom:2rem}.about-section h2{font-size:2rem}.about-section p{font-size:1.05rem}}@media (min-width:769px){.about-page-wrapper{padding:2rem}.about-section{padding:2.5rem;margin-bottom:2.5rem;border-radius:12px}.about-section h2{font-size:2.25rem}}@media (min-width:1025px){.about-page-wrapper{padding:2.5rem 2rem;max-width:1400px;margin:0 auto}.about{flex-direction:row;gap:3rem;align-items:flex-start}.about-content{flex:1 1}.clients-sidebar{display:block;width:250px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:120px}.about-section{padding:2.5rem;border-radius:14px}.about-section h2{font-size:2.5rem}.about-section p{font-size:1.1rem}}@media (min-width:1400px){.about-page-wrapper{max-width:1600px;padding:3rem}.about-section{padding:3.5rem}.clients-sidebar{width:280px}}