.section-title-component{text-align:center;margin-bottom:2rem}.section-title-component .title{font-weight:700;color:hsl(240,5%,12%);margin-bottom:.5rem;position:relative;display:inline-block}.section-title-component .title.h1{font-size:3rem}@media(max-width:768px){.section-title-component .title.h1{font-size:2.5rem}}@media(max-width:576px){.section-title-component .title.h1{font-size:2rem}}.section-title-component .title.h2{font-size:2.5rem}@media(max-width:768px){.section-title-component .title.h2{font-size:2rem}}@media(max-width:576px){.section-title-component .title.h2{font-size:1.75rem}}.section-title-component .title.h3{font-size:2rem}@media(max-width:768px){.section-title-component .title.h3{font-size:1.75rem}}@media(max-width:576px){.section-title-component .title.h3{font-size:1.5rem}}.section-title-component .title.h4{font-size:1.75rem}@media(max-width:768px){.section-title-component .title.h4{font-size:1.5rem}}@media(max-width:576px){.section-title-component .title.h4{font-size:1.25rem}}.section-title-component .title.h5{font-size:1.5rem}@media(max-width:768px){.section-title-component .title.h5{font-size:1.25rem}}@media(max-width:576px){.section-title-component .title.h5{font-size:1.125rem}}.section-title-component .title.h6{font-size:1.25rem}@media(max-width:768px){.section-title-component .title.h6{font-size:1.125rem}}@media(max-width:576px){.section-title-component .title.h6{font-size:1rem}}.section-title-component .title-decoration{height:4px;width:80px;background:linear-gradient(90deg,#2459d1,#d5e0f8);border-radius:6px;margin:.5rem auto 0}.h1+.section-title-component .title-decoration{width:100px;height:5px}.h2+.section-title-component .title-decoration{width:80px;height:4px}.h3+.section-title-component .title-decoration{width:70px}.h4+.section-title-component .title-decoration{width:60px;height:3px}.h5+.section-title-component .title-decoration,.h6+.section-title-component .title-decoration{width:50px;height:3px}.faq-container{margin:3rem 0}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{border-radius:25px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid hsl(240,4%,95%)}.faq-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.faq-question{background-color:#fff;border:none;color:hsl(240,4%,25%);font-weight:600;transition:all .3s ease;font-size:1.1rem;border-radius:25px;padding:1rem 1.5rem!important}.faq-question:hover{background-color:#d5e0f8}.faq-question.active{color:#fff;background:linear-gradient(135deg,#2459d1,#132e6d);font-weight:600;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 4px 10px rgba(19,46,109,.3)}.faq-question.active .transition-icon{color:#fff;transform:rotate(180deg)}.faq-question:focus{outline:none;box-shadow:none}.faq-answer{background-color:#fff;color:hsl(240,3%,40%);line-height:1.6;border-bottom-left-radius:25px;border-bottom-right-radius:25px;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease}.faq-answer.show{max-height:1000px;padding:.5rem 0}.faq-answer.show div{padding:.5rem 1.5rem 1.5rem!important}.transition-icon{transition:transform .3s ease,color .3s ease;color:#2459d1;width:1em}@media(max-width:576px){.faq-question{font-size:1rem;padding:.75rem 1.25rem!important}}.demo-section{background:linear-gradient(135deg,hsl(240,5%,99%),hsl(0,0%,100%));position:relative;overflow:hidden}.demo-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,#e6ecfb 0,transparent 50%),radial-gradient(circle at 80% 20%,#e6ecfb 0,transparent 50%);opacity:.3;z-index:1}.demo-section .container{position:relative;z-index:2}.demo-image-container .demo-frame{background:#fff;padding:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid hsl(240,4%,90%)}.demo-image-container .demo-frame:hover{transform:rotate(0deg) scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.1)}.demo-image-container .demo-screenshot{border-radius:4px;transition:all .3s ease-in-out}.demo-image-container .play-overlay{opacity:0;transition:all .3s ease-in-out;pointer-events:none}.demo-image-container .play-overlay .play-button{width:80px;height:80px;background:rgba(36,89,209,.9);border-radius:50%;font-size:24px;backdrop-filter:blur(10px);border:3px solid hsla(0,0%,100%,.2);transition:all .3s ease-in-out}.demo-image-container .play-overlay .play-button:hover{background:#2459d1;transform:scale(1.1)}.demo-image-container:hover .play-overlay{opacity:1}.demo-image-container .floating-card{background:#fff;border-radius:6px;padding:12px 16px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid hsl(240,4%,90%);animation:float 3s ease-in-out infinite}.demo-image-container .floating-card .mini-feature{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:hsl(240,3%,40%)}.demo-image-container .floating-card .mini-feature .mini-icon{font-size:14px}.demo-image-container .floating-card.floating-card-1{top:20%;right:-10px;animation-delay:0s}@media(max-width:992px){.demo-image-container .floating-card.floating-card-1{display:none}}.demo-image-container .floating-card.floating-card-2{bottom:20%;left:-10px;animation-delay:1.5s}@media(max-width:992px){.demo-image-container .floating-card.floating-card-2{display:none}}.demo-content .demo-subtitle{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2459d1;position:relative}.demo-content .demo-subtitle:after{content:"";position:absolute;bottom:-4px;left:0;width:40px;height:2px;background:#2459d1;border-radius:1px}.demo-content .demo-title{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;color:hsl(240,5%,12%);margin-bottom:24px}.demo-content .demo-description{font-size:16px;line-height:1.6;color:hsl(240,3%,50%)}.demo-links-grid{display:grid;gap:20px}.demo-links-grid .demo-link-item{padding:24px;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid hsl(240,4%,90%);transition:all .3s ease-in-out}.demo-links-grid .demo-link-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.demo-links-grid .demo-link-item .demo-link-header .demo-icon{width:40px;height:40px;background:#e6ecfb;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px}.demo-links-grid .demo-link-item .demo-link-header h6{font-weight:600;color:hsl(240,5%,12%)}.demo-links-grid .demo-link-item .marketplace-color-btn,.demo-links-grid .demo-link-item .marketplace-color-btn-outline{text-decoration:none!important;font-weight:500;font-size:14px;position:relative;overflow:hidden;border:1px solid #2459d1}.demo-links-grid .demo-link-item .marketplace-color-btn-outline:before,.demo-links-grid .demo-link-item .marketplace-color-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.demo-links-grid .demo-link-item .marketplace-color-btn-outline:hover:before,.demo-links-grid .demo-link-item .marketplace-color-btn:hover:before{left:100%}.demo-trust-signal{background:rgba(36,89,209,.05);border:1px solid rgba(36,89,209,.1);border-radius:4px}@media(max-width:992px){.demo-section .demo-content{text-align:center}.demo-section .demo-content .demo-subtitle:after{left:50%;transform:translateX(-50%)}}@media(max-width:768px){.demo-content .demo-title{font-size:28px}.demo-content .demo-description{font-size:14px}.demo-links-grid .demo-link-item{padding:20px}}.features-overview-section{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(248,250,253,.98) 50%,rgba(240,245,251,.95));padding:8rem 0;position:relative;overflow:hidden;--marketplace-color:#2459d1}.features-overview-section .background-animation{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.features-overview-section .background-animation .floating-shape{position:absolute;background:rgba(36,89,209,.05);border-radius:50%;animation:float 8s ease-in-out infinite}.features-overview-section .background-animation .floating-shape.shape-1{width:120px;height:120px;top:10%;left:5%;animation-delay:0s}.features-overview-section .background-animation .floating-shape.shape-2{width:80px;height:80px;top:20%;right:10%;animation-delay:2s}.features-overview-section .background-animation .floating-shape.shape-3{width:60px;height:60px;bottom:30%;left:8%;animation-delay:4s}.features-overview-section .background-animation .floating-shape.shape-4{width:100px;height:100px;bottom:15%;right:5%;animation-delay:6s}.features-overview-section .gradient-orbs{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.features-overview-section .gradient-orbs .orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;animation:orb-float 10s ease-in-out infinite}.features-overview-section .gradient-orbs .orb.orb-1{width:300px;height:300px;background:linear-gradient(135deg,#2459d1,#d5e0f8);top:-100px;right:-100px;animation-delay:0s}.features-overview-section .gradient-orbs .orb.orb-2{width:200px;height:200px;background:linear-gradient(135deg,rgba(28.6875,200.8125,143.4375,.6),rgba(28.6875,200.8125,143.4375,.2));bottom:-50px;left:-50px;animation-delay:3s}.features-overview-section .gradient-orbs .orb.orb-3{width:150px;height:150px;background:linear-gradient(135deg,rgba(36,89,209,.4),rgba(213,224,248,.2));top:40%;left:50%;transform:translateX(-50%);animation-delay:6s}.features-overview-section .container{position:relative;z-index:2}.features-overview-section .section-header{text-align:center;margin-bottom:5rem;position:relative}.features-overview-section .section-header .title-wrapper{position:relative;display:inline-block}.features-overview-section .section-header .title-wrapper .highlight-text{background:linear-gradient(135deg,#2459d1,#132e6d);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;position:relative}.features-overview-section .section-header .title-wrapper .highlight-text:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#2459d1,#d5e0f8);border-radius:2px;animation:underline-grow 1s ease-out}.features-overview-section .section-header .title-wrapper .title-decoration{margin-top:1.5rem;position:relative;display:flex;align-items:center;justify-content:center;gap:1rem}.features-overview-section .section-header .title-wrapper .title-decoration .decoration-line{width:80px;height:3px;background:linear-gradient(90deg,transparent,#2459d1,transparent);border-radius:2px;animation:line-expand 1.5s ease-out}.features-overview-section .section-header .title-wrapper .title-decoration .decoration-dot{width:12px;height:12px;background:#2459d1;border-radius:50%;box-shadow:0 0 20px rgba(36,89,209,.5);animation:dot-pulse 2s ease-in-out infinite}.features-overview-section .section-header .section-subtitle{margin-top:1.5rem;font-size:1.1rem;color:hsl(240,3%,50%);font-weight:400;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6;animation:fade-in-up 1s ease-out .5s both}.features-overview-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;position:relative}.features-overview-section .feature-card{background:hsla(0,0%,100%,.8);border-radius:10px;overflow:hidden;position:relative;display:flex;flex-direction:column;height:100%;backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);transition:all .5s cubic-bezier(.23,1,.32,1);opacity:0;transform:translateY(50px)}.features-overview-section .feature-card.animate-in{animation:card-enter .8s cubic-bezier(.23,1,.32,1) forwards}.features-overview-section .feature-card .card-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:var(--feature-gradient);border-radius:10px;opacity:0;transition:opacity .5s ease;z-index:-1;filter:blur(8px)}.features-overview-section .feature-card .card-border{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;padding:2px;background:linear-gradient(135deg,rgba(var(--feature-color),.3),rgba(var(--feature-color),.1),rgba(var(--feature-color),.3));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .5s ease}.features-overview-section .feature-card .icon-wrapper{padding:2.5rem 2rem 1rem;display:flex;justify-content:center;position:relative}.features-overview-section .feature-card .icon-container{width:100px;height:100px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .5s cubic-bezier(.23,1,.32,1)}.features-overview-section .feature-card .icon-container .icon-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--feature-color),.1);border-radius:50%;transition:all .5s ease}.features-overview-section .feature-card .icon-container .icon-svg{width:50px;height:50px;fill:var(--feature-color);transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;z-index:2}.features-overview-section .feature-card .icon-container .icon-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features-overview-section .feature-card .icon-container .icon-particles .particle{position:absolute;width:4px;height:4px;background:var(--feature-color);border-radius:50%;opacity:0;transition:all .5s ease}.features-overview-section .feature-card .icon-container .icon-particles .particle.particle-1{top:-30px;left:-15px;animation-delay:.1s}.features-overview-section .feature-card .icon-container .icon-particles .particle.particle-2{top:-20px;right:-25px;animation-delay:.2s}.features-overview-section .feature-card .icon-container .icon-particles .particle.particle-3{bottom:-25px;left:-10px;animation-delay:.3s}.features-overview-section .feature-card .feature-content{padding:1rem 2rem 2.5rem;flex:1;display:flex;flex-direction:column;position:relative}.features-overview-section .feature-card .feature-title{color:hsl(240,4%,25%);font-weight:700;font-size:1.4rem;margin-bottom:1rem;position:relative;transition:color .3s ease}.features-overview-section .feature-card .feature-title .title-underline{position:absolute;bottom:-8px;left:0;width:0;height:3px;background:var(--feature-gradient);border-radius:2px;transition:width .5s cubic-bezier(.23,1,.32,1)}.features-overview-section .feature-card .feature-description{color:hsl(240,3%,50%);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex:1;transition:color .3s ease}.features-overview-section .feature-card .feature-interactions{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.features-overview-section .feature-card .feature-interactions .progress-indicator{width:60px;height:4px;background:hsla(240,4%,85%,.3);border-radius:2px;overflow:hidden}.features-overview-section .feature-card .feature-interactions .progress-indicator .progress-fill{width:0;height:100%;background:var(--feature-gradient);border-radius:2px;transition:width .8s cubic-bezier(.23,1,.32,1)}.features-overview-section .feature-card .feature-interactions .card-number{font-size:1.2rem;font-weight:700;color:hsla(240,3%,70%,.5);transition:all .3s ease}.features-overview-section .feature-card .hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--feature-gradient);opacity:0;transition:opacity .5s ease;border-radius:10px}.features-overview-section .feature-card .hover-overlay .overlay-pattern{width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 1px,transparent 0),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 1px,transparent 0);background-size:30px 30px}.features-overview-section .feature-card.active,.features-overview-section .feature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.1),0 15px 30px rgba(var(--feature-color),.2)}.features-overview-section .feature-card.active .card-glow,.features-overview-section .feature-card:hover .card-glow{opacity:.3}.features-overview-section .feature-card.active .card-border,.features-overview-section .feature-card:hover .card-border{opacity:1}.features-overview-section .feature-card.active .icon-container,.features-overview-section .feature-card:hover .icon-container{transform:scale(1.1)}.features-overview-section .feature-card.active .icon-container .icon-bg,.features-overview-section .feature-card:hover .icon-container .icon-bg{background:var(--feature-gradient)}.features-overview-section .feature-card.active .icon-container .icon-svg,.features-overview-section .feature-card:hover .icon-container .icon-svg{fill:#fff;transform:scale(1.1)}.features-overview-section .feature-card.active .icon-container .particle,.features-overview-section .feature-card:hover .icon-container .particle{opacity:1;animation:particle-float 2s ease-in-out infinite}.features-overview-section .feature-card.active .feature-title .title-underline,.features-overview-section .feature-card:hover .feature-title .title-underline{width:80px}.features-overview-section .feature-card.active .progress-indicator .progress-fill,.features-overview-section .feature-card:hover .progress-indicator .progress-fill{width:100%}.features-overview-section .feature-card.active .card-number,.features-overview-section .feature-card:hover .card-number{color:var(--feature-color);transform:scale(1.1)}.features-overview-section .feature-card.active .hover-overlay,.features-overview-section .feature-card:hover .hover-overlay{opacity:.05}.features-overview-section .feature-connections{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.features-overview-section .feature-connections .connection-svg{width:100%;height:100%;opacity:.3}.features-overview-section .feature-connections .connection-svg .connection-path{stroke-dasharray:5,5;animation:dash-flow 3s linear infinite}@keyframes orb-float{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-20px);opacity:.6}}@keyframes underline-grow{0%{width:0}to{width:100%}}@keyframes line-expand{0%{width:0}to{width:80px}}@keyframes dot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes card-enter{to{opacity:1;transform:translateY(0)}}@keyframes particle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes dash-flow{to{stroke-dashoffset:-10}}@media(max-width:992px){.features-overview-section{padding:6rem 0}.features-overview-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.features-overview-section .feature-card .icon-container{width:90px;height:90px}.features-overview-section .feature-card .icon-container .icon-svg{width:45px;height:45px}.features-overview-section .feature-card .feature-title{font-size:1.3rem}}@media(max-width:768px){.features-overview-section{padding:5rem 0}.features-overview-section .section-header{margin-bottom:4rem}.features-overview-section .section-header .section-subtitle{font-size:1rem}.features-overview-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.features-overview-section .feature-card .icon-wrapper{padding:2rem 1.5rem 1rem}.features-overview-section .feature-card .icon-container{width:80px;height:80px}.features-overview-section .feature-card .icon-container .icon-svg{width:40px;height:40px}.features-overview-section .feature-card .feature-content{padding:1rem 1.5rem 2rem}.features-overview-section .feature-card .feature-title{font-size:1.25rem}.features-overview-section .feature-card .feature-description{font-size:.95rem}}@media(max-width:576px){.features-overview-section{padding:4rem 0}.features-overview-section .section-header{margin-bottom:3rem}.features-overview-section .section-header .title-wrapper .title-decoration .decoration-line{width:60px}.features-overview-section .features-grid{grid-template-columns:1fr;gap:1.5rem}.features-overview-section .feature-card .icon-wrapper{padding:1.5rem 1rem .5rem}.features-overview-section .feature-card .icon-container{width:70px;height:70px}.features-overview-section .feature-card .icon-container .icon-svg{width:35px;height:35px}.features-overview-section .feature-card .feature-content{padding:1rem 1.5rem 1.5rem}.features-overview-section .feature-card .feature-title{font-size:1.2rem;margin-bottom:.75rem}.features-overview-section .feature-card .feature-description{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.features-overview-section .background-animation,.features-overview-section .feature-connections,.features-overview-section .gradient-orbs{display:none}}@media(prefers-reduced-motion:reduce){.features-overview-section .connection-path,.features-overview-section .decoration-dot,.features-overview-section .floating-shape,.features-overview-section .orb,.features-overview-section .particle{animation:none}.features-overview-section .feature-card{transition:transform .2s ease,box-shadow .2s ease}.features-overview-section .feature-card:hover{transform:translateY(-4px)}}@font-face{font-family:revicons;fallback:fallback;src:url(/_next/static/media/revicons.ff59b316.woff) format("woff"),url(/_next/static/media/revicons.b96bdb22.ttf) format("ttf"),url(/_next/static/media/revicons.652e7269.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border:2px solid grey;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:"\e825"}.default-bg-success{background-color:hsl(160,75%,45%)}.default-bg-danger{background-color:hsl(340,85%,55%)}.default-bg-warning{background-color:#fa3}.marketplace-color{color:#2459d1}.marketplace-color-bg{background-color:#2459d1;color:#fff}.marketplace-color-border{border:2px solid #2459d1}.marketplace-color-btn{background-color:#2459d1;color:#fff;font-weight:600;border-radius:6px;transition:all .3s ease-in-out;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.marketplace-color-btn:hover{background-color:#132e6d;color:#fff}.marketplace-color-btn:active,.marketplace-color-btn:focus,.marketplace-color-btn:focus-visible{background-color:#132e6d;color:#fff;box-shadow:none;outline:none}.marketplace-color-btn-outline{background-color:rgba(0,0,0,0);color:#2459d1;border:1px solid #2459d1;font-weight:600;border-radius:6px;transition:all .3s ease-in-out;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.marketplace-color-btn-outline:hover{background-color:#2459d1;color:#fff}.how-it-works-section{background:linear-gradient(135deg,rgba(252.3225,252.3225,252.5775,.9),rgba(241.74,241.74,242.76,.8),rgba(230,236,251,.1));padding:7rem 0;position:relative;overflow:hidden}.how-it-works-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(36,89,209,.03) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(213,224,248,.05) 0,transparent 50%);background-size:800px 800px,600px 600px;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.how-it-works-section .container{position:relative;z-index:1}.how-it-works-section .section-header{text-align:center;margin-bottom:4.5rem;position:relative}.how-it-works-section .section-title{color:hsl(240,5%,12%);font-weight:700;font-size:2.75rem;margin-bottom:1.5rem;position:relative;display:inline-block;background:linear-gradient(135deg,hsl(240,5%,12%),#2459d1);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.how-it-works-section .section-subtitle{color:hsl(240,3%,50%);font-size:1.25rem;font-weight:500;max-width:600px;margin:0 auto}.how-it-works-section .steps-container{position:relative;max-width:1200px;margin:0 auto}.how-it-works-section .steps-horizontal{position:relative}.how-it-works-section .steps-timeline-horizontal{position:absolute;top:80px;left:12.5%;right:12.5%;height:4px;z-index:1}.how-it-works-section .steps-timeline-horizontal .timeline-track-horizontal{position:relative;width:100%;height:100%;background:linear-gradient(90deg,#2459d1,#d5e0f8 50%,#2459d1);border-radius:2px;box-shadow:0 2px 10px rgba(36,89,209,.2)}.how-it-works-section .steps-timeline-horizontal .timeline-track-horizontal:before{left:0}.how-it-works-section .steps-timeline-horizontal .timeline-track-horizontal:after,.how-it-works-section .steps-timeline-horizontal .timeline-track-horizontal:before{content:"";position:absolute;top:-8px;width:20px;height:20px;background:linear-gradient(135deg,#2459d1,#132e6d);border-radius:50%;box-shadow:0 4px 15px rgba(36,89,209,.3)}.how-it-works-section .steps-timeline-horizontal .timeline-track-horizontal:after{right:0}.how-it-works-section .steps-wrapper-horizontal{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:2}.how-it-works-section .step-card{background:#fff;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.04);overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;padding:2.5rem 1.75rem;text-align:center;border:1px solid rgba(36,89,209,.08)}.how-it-works-section .step-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.12),0 10px 20px rgba(36,89,209,.15)}.how-it-works-section .step-card:hover .step-icon{transform:rotateY(180deg) scale(1.1);background:linear-gradient(135deg,#132e6d,#2459d1)}.how-it-works-section .step-card:hover .step-bg-accent{opacity:1;transform:scale(1.2)}.how-it-works-section .step-card.step-license .step-icon{background:linear-gradient(135deg,#2459d1,#132e6d)}.how-it-works-section .step-card.step-license .step-bg-accent{background:linear-gradient(135deg,rgba(36,89,209,.1),rgba(19,46,109,.1))}.how-it-works-section .step-card.step-setup .step-icon{background:linear-gradient(135deg,#2459d1,#132e6d)}.how-it-works-section .step-card.step-setup .step-bg-accent{background:linear-gradient(135deg,rgba(36,89,209,.1),rgba(19,46,109,.1))}.how-it-works-section .step-card.step-customize .step-icon{background:linear-gradient(135deg,#2459d1,#132e6d)}.how-it-works-section .step-card.step-customize .step-bg-accent{background:linear-gradient(135deg,rgba(36,89,209,.1),rgba(19,46,109,.1))}.how-it-works-section .step-card.step-launch .step-icon{background:linear-gradient(135deg,#2459d1,#132e6d)}.how-it-works-section .step-card.step-launch .step-bg-accent{background:linear-gradient(135deg,rgba(36,89,209,.1),rgba(19,46,109,.1))}.how-it-works-section .step-bg-accent{position:absolute;top:-50%;right:-50%;width:200%;height:200%;border-radius:50%;opacity:0;transition:all .6s cubic-bezier(.165,.84,.44,1);z-index:-1}.how-it-works-section .step-icon-container{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;position:relative}.how-it-works-section .step-number{position:absolute;top:-15px;right:-15px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,hsl(0,0%,100%),hsl(240,5%,99%));color:#2459d1;font-weight:700;font-size:1.1rem;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1),inset 0 1px 3px hsla(0,0%,100%,.3);z-index:3;border:2px solid #2459d1}.how-it-works-section .step-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#2459d1,#132e6d);color:#fff;font-size:1.75rem;box-shadow:0 8px 25px rgba(36,89,209,.3),inset 0 1px 3px hsla(0,0%,100%,.2);position:relative;transition:all .6s cubic-bezier(.175,.885,.32,1.275);z-index:2;perspective:1000px}.how-it-works-section .step-icon:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:50%;background:linear-gradient(135deg,transparent,rgba(36,89,209,.1),transparent);animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}50%{transform:scale(1.1);opacity:.3}to{transform:scale(1.3);opacity:0}}.how-it-works-section .step-content{position:relative;z-index:2}.how-it-works-section .step-title{color:hsl(240,5%,12%);font-weight:700;font-size:1.4rem;margin-bottom:1rem;line-height:1.3}.how-it-works-section .step-description{color:hsl(240,3%,50%);font-size:1rem;line-height:1.6;margin-bottom:0}.how-it-works-section .steps-carousel .container-with-dots{padding:1rem 0;overflow:visible}.how-it-works-section .steps-carousel .container-with-dots .react-multi-carousel-list{padding:0 20px;overflow:visible}.how-it-works-section .steps-carousel .carousel-item-padding{padding:0 .75rem}.how-it-works-section .steps-carousel .custom-dot-list-style{display:flex!important;justify-content:center;margin-top:2rem;gap:.5rem;padding:0!important}.how-it-works-section .steps-carousel .custom-dot-list-style li{margin:0!important}.how-it-works-section .steps-carousel .custom-dot-list-style li button{background-color:rgba(36,89,209,.3)!important;border:none!important;width:12px!important;height:12px!important;border-radius:50%!important;transition:all .3s ease!important;margin:0!important}.how-it-works-section .steps-carousel .custom-dot-list-style li button:before{display:none!important}.how-it-works-section .steps-carousel .custom-dot-list-style li.react-multi-carousel-dot--active button{background-color:#2459d1!important;transform:scale(1.3);box-shadow:0 2px 8px rgba(36,89,209,.4)}.how-it-works-section .steps-carousel .step-card{margin:0 auto;max-width:280px;min-height:350px;display:flex;flex-direction:column;justify-content:space-between}.how-it-works-section .steps-carousel .react-multi-carousel-track{display:flex;align-items:stretch}@media(max-width:576px){.how-it-works-section .steps-carousel .react-multi-carousel-item:not(.react-multi-carousel-item--active) .step-card{opacity:.6;transform:scale(.95);transition:all .3s ease}.how-it-works-section .steps-carousel .react-multi-carousel-item.react-multi-carousel-item--active .step-card{opacity:1;transform:scale(1)}.how-it-works-section .steps-carousel .container-with-dots .react-multi-carousel-list{padding:0 10px}.how-it-works-section .steps-carousel .carousel-item-padding{padding:0 .5rem}.how-it-works-section .steps-carousel .step-card{max-width:260px}}@media(max-width:992px){.how-it-works-section{padding:5rem 0}.how-it-works-section .section-title{font-size:2.5rem}.how-it-works-section .steps-wrapper-horizontal{grid-template-columns:repeat(2,1fr);gap:2.5rem}.how-it-works-section .steps-timeline-horizontal{display:none}}@media(max-width:768px){.how-it-works-section{padding:4rem 0}.how-it-works-section .section-title{font-size:2.25rem}.how-it-works-section .section-subtitle{font-size:1.1rem}.how-it-works-section .section-header{margin-bottom:3rem}.how-it-works-section .step-card{padding:2rem 1.5rem}.how-it-works-section .step-title{font-size:1.3rem}.how-it-works-section .step-description{font-size:.95rem}}@media(max-width:576px){.how-it-works-section{padding:3rem 0}.how-it-works-section .section-title{font-size:2rem}.how-it-works-section .step-icon{width:70px;height:70px;font-size:1.5rem}.how-it-works-section .step-number{width:30px;height:30px;font-size:1rem;top:-12px;right:-12px}.how-it-works-section .step-card{padding:2rem 1.25rem}.how-it-works-section .step-title{font-size:1.2rem}.how-it-works-section .step-description{font-size:.9rem}}