.feature-card{position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;right:0;width:0;height:0;border-radius:50%;background:#ad0106;transform:translate(50%,-50%);transition:width .8s ease-out,height .8s ease-out;z-index:1}.feature-card:hover:before{width:1400px;height:1400px}.feature-content{position:relative;z-index:2}.feature-icon{transition:all .6s ease}.feature-card:hover .feature-icon{background-color:white!important;transform:scale(1.05)}.feature-card:hover .feature-icon img{filter:brightness(0) saturate(100%) invert(13%) sepia(93%) saturate(5084%) hue-rotate(358deg) brightness(88%) contrast(113%)}.feature-title{transition:color .6s ease}.feature-card:hover .feature-title{color:white!important}.feature-description{transition:color .6s ease}.feature-card:hover .feature-description{color:rgba(255,255,255,.9)!important}.cta-button{position:relative;overflow:hidden;width:185px;height:44px;border-radius:9999px;background-color:#b80000;border:2px solid #b80000;cursor:pointer;transition:all .3s ease}.cta-button:hover{background-color:white;border-color:#b80000}.cta-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:100%}.cta-text{font-size:20px;font-weight:500;color:white;transition:color .3s ease}.cta-button:hover .cta-text{color:#b80000}.cta-icon-wrapper{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:white;color:#b80000;transition:all .3s ease}.cta-button:hover .cta-icon-wrapper{background-color:#b80000;color:white}.cta-icon-wrapper svg{transform:rotate(-38deg);transition:transform .3s ease}.cta-button:hover .cta-icon-wrapper svg{transform:rotate(0deg)}