.custom-features-container{width:100%;background-color:transparent;padding:0 80px;position:relative;overflow:hidden}.custom-features-title{font-size:40px;font-weight:800;text-align:center;margin-bottom:60px;background:linear-gradient(135deg,var(--white) 0%,var(--neutral-200) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em;position:relative;z-index:1}.custom-features-content{display:flex;flex-direction:row;gap:60px;max-width:1400px;margin:0 auto;position:relative;z-index:1}.custom-features-list{flex:0 0 45%;display:flex;flex-direction:column;gap:16px}.custom-features-item{display:flex;flex-direction:column;padding:10px 10px 12px;background:var(--white-05);border:1.5px solid var(--white-05);border-radius:16px;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.custom-features-item:hover{background:linear-gradient(135deg,var(--white-10) 0%,rgba(255,255,255,.03) 100%);border:1.5px solid var(--white-20);transform:translate(4px)}.custom-features-item--active{background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1.5px solid var(--white-15)}.custom-features-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:transparent;transition:all .5s ease}.custom-features-item--active:before{background:var(--icon-color, #FF5733)}.custom-features-item-header{display:flex;align-items:center;gap:10px}.custom-features-icon{width:48px;height:48px;min-width:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:24px;transition:transform .5s ease;transform:scale(1)}.custom-features-icon--active{transform:scale(1.1)}.custom-features-item-title{font-size:20px;font-weight:700;color:var(--white);line-height:1.4}.custom-features-description-wrapper{max-height:0px;opacity:0;overflow:hidden;transition:max-height .6s cubic-bezier(.4,0,.2,1),opacity .5s ease .1s}.custom-features-description-wrapper--active{max-height:200px;opacity:1}.custom-features-description-text{font-size:15px;color:var(--neutral-400);line-height:1.6;margin-top:8px;padding-bottom:10px;text-align:left}.custom-features-progress-bar-track{width:100%;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.custom-features-progress-bar-fill{height:100%;width:0%;border-radius:2px;background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);animation:progressFill var(--progress-duration, 3s) linear forwards}@keyframes progressFill{0%{width:0%}to{width:100%}}.custom-features-video-container{flex:0 0 60%;display:flex;align-items:center;justify-content:center;position:sticky;top:100px;height:fit-content;z-index:2}.custom-features-video-box{width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:visible;position:relative;border:2px solid var(--white-10);background:var(--neutral-900);box-shadow:0 20px 60px var(--shadow-strong)}.custom-features-video-iframe{width:100%;height:100%;border:none;border-radius:inherit;display:block;position:relative;z-index:3;pointer-events:auto}.custom-features-no-video{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--neutral-500)}@media (max-width: 1199px){.custom-features-container{padding:60px 40px}.custom-features-title{font-size:34px;margin-bottom:48px}.custom-features-content{gap:40px}.custom-features-list{gap:16px}.custom-features-item{padding:8px 8px 10px}.custom-features-item-header{gap:10px}.custom-features-icon{width:48px;height:48px;min-width:48px;border-radius:12px;font-size:24px}.custom-features-item-title{font-size:18px}.custom-features-description-text{font-size:14px}.custom-features-description-wrapper{padding-left:58px}.custom-features-video-box{height:400px;border-radius:16px;border-width:2px}}@media (max-width: 899px){.custom-features-container{padding:40px 24px}.custom-features-title{font-size:26px;margin-bottom:32px}.custom-features-content{flex-direction:column;gap:28px}.custom-features-list{flex:1;gap:10px}.custom-features-item{padding:8px 8px 10px}.custom-features-item-header{gap:10px}.custom-features-icon{width:40px;height:40px;min-width:40px;border-radius:8px;font-size:20px}.custom-features-item-title{font-size:15px}.custom-features-description-text{font-size:13px}.custom-features-description-wrapper{padding-left:50px}.custom-features-video-container{flex:1;position:relative;top:unset}.custom-features-video-box{height:300px;border-radius:16px;border-width:1px}}@media (max-width: 599px){.custom-features-container{padding:30px 16px;min-height:auto}.custom-features-title{font-size:20px;margin-bottom:24px}.custom-features-content{flex-direction:column;gap:20px}.custom-features-list{gap:8px}.custom-features-item{padding:6px 6px 8px}.custom-features-item-header{gap:8px}.custom-features-icon{width:36px;height:36px;min-width:36px;border-radius:8px;font-size:18px}.custom-features-item-title{font-size:14px}.custom-features-description-text{font-size:12px}.custom-features-description-wrapper{padding-left:44px}.custom-features-video-box{height:220px;border-radius:12px;border-width:1px}}
