.enterprise-features-container{width:100%;padding:4em 0;background:var(--main-white);position:relative}.enterprise-features-content{margin:0 auto}.enterprise-top-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:3em;gap:3em;align-items:flex-start;max-width:var(--content-box-width);width:90%;margin:0 auto 3em}.enterprise-header-section{text-align:left;width:90%;max-width:var(--content-box-width);margin:0 auto}.enterprise-header-section .seo-h{margin-bottom:2em}.enterprise-bullet-list{list-style:none;padding:0;margin:2em 0;counter-reset:item}.enterprise-bullet-list li{position:relative;padding-left:2.5em;padding-bottom:1.5em;font-size:var(--font-18);color:var(--text-main);font-weight:500;counter-increment:item;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start}.enterprise-bullet-list li:hover{color:var(--enh-green)}.enterprise-bullet-list li:last-child{margin-bottom:0;padding-bottom:0}.enterprise-bullet-list li:before{content:counter(item) ".";position:absolute;left:0;color:var(--text-green);font-weight:600;font-size:1em;transition:color .3s ease}.enterprise-bullet-list li:hover:before{color:var(--enh-green)}.enterprise-bullet-list .bullet-title{margin-bottom:.5em}.enterprise-bullet-list .bullet-underline{width:100%;height:2px;background:var(--enh-lightgray-hover);transition:all .3s ease}.enterprise-bullet-list li:hover .bullet-underline{background:rgba(47,174,120,.5)}.enterprise-bullet-list li .bullet-title{margin-bottom:1.5em}.enterprise-bullet-list li.active .bullet-title{color:var(--enh-green);font-weight:600}.enterprise-bullet-list li.active:before{color:var(--enh-green)}.enterprise-bullet-list li.active .bullet-underline{background:var(--enh-green)}.enterprise-description-section{display:flex;flex-direction:column;gap:2em;justify-content:flex-start;align-items:flex-start}.enterprise-description-text{font-size:var(--font-18);color:var(--text-main);line-height:1.7;margin:0;font-weight:500;text-align:left;min-height:120px;transition:opacity .3s ease}@media (max-width:1024px){.enterprise-top-section{grid-template-columns:1fr;gap:1em}}@media (max-width:768px){.enterprise-features-container{padding:1em 0}.enterprise-bullet-list{text-align:left}}@media (max-width:480px){.enterprise-bullet-list li{padding-bottom:1.2em}}.enterprise-rive-section{width:100%;padding:1em 0;position:relative;margin-bottom:-4em}.enterprise-content{align-items:center;justify-content:center;display:flex;flex-direction:column;width:90%;max-width:var(--content-box-width);margin:0 auto;position:relative;z-index:1}.enterprise-content .discovery-meeting-button{margin-top:2em}.enterprise-rive-section .enterprise-rive-container{max-width:var(--content-box-width);margin:0 auto}.enterprise-rive-section .enterprise-rive-wrapper{position:relative;width:100%;display:flex;justify-content:center;align-items:center;background-color:var(--main-white)}.enterprise-rive-section .enterprise-rive-canvas{width:100%;max-height:300px;display:block;background:var(--main-white)}.enterprise-rive-section .enterprise-rive-loading-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(248,249,250,.7);z-index:1}.enterprise-rive-section .loading-animation{width:50px;height:50px;border:3px solid #f3f3f3;border-top-color:#0ebc7c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.enterprise-rive-section .enterprise-rive-error{text-align:center;color:#f44;padding:1rem;margin:1rem;background:rgba(255,68,68,.1);border-radius:8px}@media (max-width:600px){.enterprise-rive-section .enterprise-rive-canvas{margin-top:-4em}}