.feature-hero-section{position:relative;width:100%;padding:100px 60px;background-color:#f7f7fa;overflow:hidden}.feature-hero-section:before{content:"";position:absolute;top:-20%;left:-20%;width:60%;height:140%;background:radial-gradient(circle at center,rgba(164,80,189,.05) 0,rgba(255,255,255,0) 60%);pointer-events:none;z-index:0}.feature-hero-section .container{position:relative;max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:40px;z-index:1}.feature-hero-section .hero-content{flex:1;animation:fadeIn .8s ease-out forwards}.feature-hero-section .hero-content h1{font-size:54px;font-weight:600;color:#1a1a1a;line-height:1.25;margin-bottom:24px;letter-spacing:-.5px}.feature-hero-section .hero-content h1 .highlight-box{display:inline-block;background:linear-gradient(109deg,rgba(0,133,229,.15) 1.22%,rgba(255,0,182,.15) 117.06%);padding:4px 16px;border-radius:8px;margin-right:6px}.feature-hero-section .hero-content h1 .highlight-box .highlight-text{background:linear-gradient(109deg,#0085E5 1.22%,#FF00B6 117.06%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.feature-hero-section .hero-content .subtext{font-size:20px;color:#555;line-height:1.6;font-weight:500;margin-bottom:40px}.feature-hero-section .hero-content .feature-hero-buttons{display:flex;gap:16px;align-items:center}.feature-hero-section .hero-content .feature-hero-buttons a{text-decoration:none}.feature-hero-section .hero-content .feature-hero-buttons .btn-gradient{background:linear-gradient(90deg,#1e75ff,#b82dd6);border:none;color:#fff;font-weight:600;min-width:170px;height:54px;border-radius:6px;font-size:16px;display:flex;align-items:center;justify-content:center}.feature-hero-section .hero-content .feature-hero-buttons .btn-gradient:hover{opacity:.95;color:#fff}.feature-hero-section .hero-content .feature-hero-buttons .btn-gradient .arrow-right{margin-left:8px;font-size:18px;color:#fff}.feature-hero-section .hero-content .feature-hero-buttons .btn-outline{background:rgba(0,0,0,0);border:1px solid #919191;color:#1a1a1a;font-weight:600;min-width:180px;height:54px;border-radius:6px;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px}.feature-hero-section .hero-content .feature-hero-buttons .btn-outline:hover{border-color:#a0a0a0;color:#000}.feature-hero-section .hero-image-wrapper{flex:1.2;display:flex;justify-content:flex-end;align-items:center}.feature-hero-section .hero-image-wrapper .hero-image{max-width:100%;height:auto;object-fit:contain;transform:scale(1.05);transform:translateX(120px);transform-origin:right center}@media(max-width:1100px){.feature-hero-section{padding:100px 30px}.feature-hero-section h1{font-size:48px}.feature-hero-section .hero-image-wrapper .hero-image{transform:scale(1)}}@media(max-width:900px){.feature-hero-section .container{flex-direction:column;text-align:center}.feature-hero-section .hero-content{max-width:100%;margin-bottom:40px}.feature-hero-section .hero-content h1{font-size:42px}.feature-hero-section .hero-content .subtext{margin:0 auto 30px}.feature-hero-section .hero-content .feature-hero-buttons{justify-content:center}.feature-hero-section .hero-image-wrapper{justify-content:center;width:100%}}@media(max-width:600px){.feature-hero-section{padding:40px 20px}.feature-hero-section .hero-content h1{font-size:26px}.feature-hero-section .hero-content .subtext{font-size:16px}.feature-hero-section .hero-content .feature-hero-buttons{flex-direction:column;gap:12px;width:100%}.feature-hero-section .hero-content .feature-hero-buttons .btn-gradient,.feature-hero-section .hero-content .feature-hero-buttons .btn-outline,.feature-hero-section .hero-content .feature-hero-buttons a{width:100%!important}}