.feature-list-section{position:relative}.feature-list-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.feature-list-grid--image-right{direction:rtl}.feature-list-grid--image-right>*{direction:ltr}.feature-list-image{border-radius:12px;overflow:hidden}.feature-list-image img{display:block;height:auto;object-fit:cover;width:100%}.feature-list-title{font-family:var(--foursys-font-primary,"Inter",sans-serif);font-size:2rem;font-weight:700;margin-bottom:1rem}.feature-list-description{color:var(--foursys-text-gray,#64748b);font-size:1rem;line-height:1.7;margin-bottom:2rem}.feature-list-items{display:flex;flex-direction:column;gap:12px}.feature-item{align-items:flex-start;display:flex;gap:1rem;padding:12px;position:relative;transition:all .3s ease}.feature-item:hover{background:#fff;border-radius:6px;box-shadow:0 0 20px 0 rgba(0,0,0,.03),0 0 100px 0 rgba(0,0,0,.1)}.feature-item--with-divider{border-bottom:1px solid;display:block}.feature-item:last-child{padding-bottom:0}.feature-item__icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.feature-item__icon img{max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease}.feature-item:hover .feature-item__icon img{filter:invert(48%) sepia(91%) saturate(2471%) hue-rotate(345deg) brightness(102%) contrast(101%)}.feature-item__icon--placeholder{background:var(--foursys-orange,#ff6b35);border-radius:6px;color:var(--foursys-white,#fff);height:32px;width:32px}.feature-item__content{flex:1}.feature-item__title{font-family:var(--foursys-font-primary,"Inter",sans-serif);font-size:1.1rem;font-weight:600;margin:0 0 .5rem;transition:all .3s ease}.feature-item:hover .feature-item__title{color:var(--foursys-orange)}.feature-item__description{color:var(--foursys-text-gray,#64748b);font-size:.95rem;line-height:1.6;margin:0}@media (max-width:1024px){.feature-list-grid{gap:2rem;grid-template-columns:1fr}.feature-list-grid--image-right{direction:ltr}.feature-list-image{margin:0 auto;max-width:600px}}@media (max-width:768px){.feature-list-title{font-size:1.5rem}.feature-item{flex-direction:column;gap:.75rem}.feature-item__icon{align-self:flex-start}}