.process-section{padding:80px 0;background-color:#fff}.process-item{text-align:center;margin-bottom:40px;padding:30px;background:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:transform .3s ease;height:100%;display:flex;flex-direction:column}.process-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.process-icon{width:100px;height:100px;margin:0 auto 25px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px;color:#fff;position:relative;overflow:hidden}.process-icon::after{content:"";position:absolute;width:100%;height:100%;background:rgba(255,255,255,.1);transform:rotate(45deg);left:-100%;transition:.3s}.process-item:hover .process-icon::after{left:100%}.process-title{font-size:26px;margin-bottom:20px;color:#333;font-weight:700}.process-description{color:#666;font-size:16px;line-height:1.8;flex-grow:1}.highlight-box{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-color-light) 100%);border-radius:20px;padding:60px;margin:70px 0;text-align:center;color:#fff;position:relative;overflow:hidden}.highlight-box::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.05) 10px,rgba(255,255,255,.05) 20px);opacity:.1}.highlight-title{color:#fff;font-size:36px;margin-bottom:25px;font-weight:700;position:relative}.highlight-text{font-size:20px;color:rgba(255,255,255,.9);margin-bottom:35px;position:relative}.cta-button{display:inline-block;padding:18px 40px;background:#fff;color:var(--accent-color);border-radius:50px;text-decoration:none;font-weight:700;font-size:18px;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.cta-button:hover{color:#fff;transform:translateY(-2px)}.cta-button::before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#333;transition:.3s;z-index:-1}.cta-button:hover::before{width:100%}.features-section{padding:80px 0;background:#fff}.feature-box{background:#fff;padding:50px 35px;border-radius:15px;margin-bottom:30px;transition:all .3s ease;min-height:400px;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-icon{font-size:45px;color:var(--accent-color);width:100px;height:100px;background:rgba(var(--accent-color-rgb),.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-bottom:25px}.feature-box:hover .feature-icon{background:var(--accent-color);color:#fff;transform:scale(1.1)}.feature-content{display:flex;flex-direction:column;flex:1;justify-content:space-between}.feature-title{font-size:24px;margin-bottom:20px;color:#333;font-weight:700}.feature-text{color:#666;line-height:1.8;font-size:16px;margin:0;flex-grow:1;display:flex;align-items:center}.section-title{text-align:center;margin-bottom:60px}.section-title h2{font-size:40px;color:#333;margin-bottom:20px;font-weight:700}.section-title h3{color:var(--accent-color);font-size:18px;font-weight:600;margin-bottom:15px;text-transform:uppercase}.section-title p{color:#666;font-size:18px;max-width:700px;margin:0 auto}.swiper-slide{height:auto}.section-title h2 span{color:var(--accent-color)}.process-section::after,.features-section::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:rgba(0,0,0,.05)}.highlight-box{margin:50px 0}.feature-box{background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.05)}.dark-section{background:linear-gradient(135deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.02) 100%);position:relative;padding:100px 0;background-repeat:no-repeat;background-position:center center;background-size:cover}.dark-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);z-index:-1}.dark-section .section-title h3{color:var(--accent-color)}.dark-section .section-title h2,.dark-section .feature-title{color:#fff}.dark-section .section-title p,.dark-section .feature-text{color:rgba(255,255,255,.7)}.dark-section .feature-box{background:rgba(255,255,255,.05);box-shadow:0 5px 20px rgba(0,0,0,.2)}.dark-section .feature-box:hover{background:rgba(255,255,255,.1);box-shadow:0 8px 25px rgba(0,0,0,.3)}.dark-section .feature-icon{background:rgba(var(--accent-color-rgb),.2)}.highlight-box.dark-section{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-color-light) 100%);border-radius:0;margin:0;padding:60px 0}.highlight-box.dark-section::before{display:none}.highlight-box.dark-section .highlight-title,.highlight-box.dark-section .highlight-text{color:#fff;position:relative;z-index:1}.highlight-box.dark-section .cta-button{background:#fff;color:var(--accent-color);position:relative;z-index:1}.highlight-box.dark-section .cta-button:hover{color:#fff}