.hero-section{background:#fff;align-items:flex-start;min-height:100vh;padding:0 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;pointer-events:none;perspective:1000px;position:absolute;inset:0;overflow:hidden}.hero-section:hover .hero-bg-gradient-1{filter:blur(100px)brightness(1.1);transition:all 2s;transform:scale(1.05)}.hero-section:hover .hero-bg-gradient-2{filter:blur(90px)brightness(1.1);transition:all 2s;transform:scale(1.05)}.hero-bg-gradient-1,.hero-bg-gradient-2,.hero-bg-gradient-3{display:none}.hero-bg-circle-1{border:1px solid #5017d714;border-radius:50%;width:300px;height:300px;animation:40s linear infinite rotateCircle,15s ease-in-out infinite scaleCircle;position:absolute;top:15%;right:10%}.hero-bg-circle-1:before{content:"";border:1px solid #5017d70d;border-radius:50%;width:250px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-bg-circle-2{border:1px solid #b068f00f;border-radius:50%;width:200px;height:200px;animation:35s linear infinite reverse rotateCircle;position:absolute;bottom:20%;left:8%}.hero-bg-circle-3{border:1px dashed #5017d70a;border-radius:50%;width:150px;height:150px;animation:45s linear infinite rotateCircle;position:absolute;top:50%;left:15%}.hero-bg-circle-1:after{content:"";background:#5017d733;border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite dotPulse;position:absolute;top:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 12px #5017d74d}@keyframes dotPulse{0%,to{opacity:.4;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.3)}}@keyframes scaleCircle{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.1)rotate(180deg)}}.hero-bg-line-1{background:#5017d71a;width:2px;height:300px;animation:8s ease-in-out infinite fadeInOut,12s ease-in-out infinite lineMove;position:absolute;top:10%;right:25%;transform:rotate(15deg)}.hero-bg-line-1:before{content:"";background:#5017d766;border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite particleMove;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-bg-line-2{background:#b068f014;width:2px;height:250px;animation-name:fadeInOut,lineMove;animation-duration:10s,15s;animation-timing-function:ease-in-out,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:3s;animation-fill-mode:none,none;animation-timeline:auto,auto;position:absolute;bottom:15%;left:30%;transform:rotate(-20deg)}.hero-bg-line-2:before{content:"";background:#b068f066;border-radius:50%;width:6px;height:6px;animation:5s ease-in-out 1.5s infinite particleMove;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes particleMove{0%{opacity:0;top:0}20%{opacity:1}80%{opacity:1}to{opacity:0;top:100%}}@keyframes lineMove{0%,to{transform:rotate(15deg)translateY(0)}50%{transform:rotate(15deg)translateY(-20px)}}@keyframes floatGradient{0%,to{opacity:1;transform:translate(0)scale(1)}33%{opacity:.8;transform:translate(30px,-40px)scale(1.1)}66%{opacity:.9;transform:translate(-25px,35px)scale(.95)}}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInOut{0%,to{opacity:.2}50%{opacity:.6}}@keyframes floatOrb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-40px)scale(1.05)}66%{transform:translate(-20px,30px)scale(.98)}}.hero-container{z-index:2;grid-template-columns:1.1fr .9fr;align-items:flex-start;gap:4rem;max-width:1400px;margin:0 auto;padding-top:220px;display:grid;position:relative}.hero-container:before{content:"";background:#6478961f;width:1px;height:200px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.hero-content{flex-direction:column;gap:2rem;animation:1s ease-out fadeInRight;display:flex}@keyframes fadeInRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.hero-logo-container{justify-content:center;align-items:center;width:fit-content;margin-bottom:.5rem;animation:1s ease-out .2s backwards fadeInDown;display:inline-flex}.hero-logo{width:156px;height:auto;color:var(--primary);filter:drop-shadow(0 2px 8px #5017d71f);transition:all .3s;animation:6s ease-in-out infinite logoFloat}.hero-logo:hover{filter:drop-shadow(0 4px 12px #5017d733);transform:scale(1.05)}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.hero-badge svg{color:#9d4edd;animation:2s ease-in-out infinite sparkle}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.hero-title{color:#5017d7;letter-spacing:-.03em;margin:0;font-size:3.25rem;font-weight:900;line-height:1.15;animation:1s ease-out .3s backwards fadeInUp}.hero-description{color:#64748b;max-width:560px;font-size:1.125rem;line-height:1.8;animation:1s ease-out .4s backwards fadeInUp}.hero-cta-group{flex-wrap:wrap;align-items:center;gap:1rem;animation:1s ease-out .5s backwards fadeInUp;display:flex}.cta-button{border-radius:14px;align-items:center;gap:.625rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden}.cta-primary{color:#fff;background:#5017d7;box-shadow:0 2px 10px #5017d726}.cta-primary:before{content:"";opacity:0;background:#b068f0;transition:opacity .3s;position:absolute;inset:0}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 4px 16px #5017d740}.cta-primary:hover:before{opacity:1}.cta-primary span,.cta-primary svg{z-index:1;position:relative}.cta-primary:after{content:"";background:#fff3;width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.cta-primary:hover:after{left:100%}.cta-secondary{color:#475569;background:#fff;border:2px solid #64789633;position:relative;box-shadow:0 2px 8px #00000008}.cta-secondary:before{content:"";opacity:0;z-index:-1;background:#5017d71a;border-radius:14px;transition:opacity .3s;position:absolute;inset:-2px}.cta-secondary:hover{color:#5017d7;background:#f8fafc;border-color:#5017d74d;transform:translateY(-3px);box-shadow:0 6px 16px #5017d714}.cta-secondary:hover:before{opacity:1}.hero-stats{grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0 0;animation:1s ease-out .6s backwards fadeInUp;display:grid}.hero-stat-item{background:#fff;border:1px solid #5017d714;border-radius:14px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000008}.hero-stat-item:before{content:"";background:radial-gradient(circle,#5017d70d,#0000 70%);border-radius:50%;width:60px;height:60px;transition:all .3s;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.hero-stat-item:after{content:"";opacity:0;background:#5017d708;transition:opacity .3s;position:absolute;inset:0}.hero-stat-item:hover{border-color:#5017d733;transform:translateY(-4px);box-shadow:0 6px 16px #5017d71f}.hero-stat-item:hover:before{transform:translate(30%,-30%)scale(1.5)}.hero-stat-item:hover:after{opacity:1}.hero-stat-number{color:#5017d7;z-index:1;font-size:2.25rem;font-weight:800;line-height:1;position:relative}.hero-stat-label{color:#64748b;font-size:.875rem;font-weight:500}.hero-visual{justify-content:center;align-items:flex-start;margin:0;padding:0;animation:1s ease-out .4s backwards fadeInLeft;display:flex;position:relative}.hero-illustration{filter:drop-shadow(0 10px 30px #5017d726);width:100%;max-width:500px;height:auto;margin:0;padding:0;animation:6s ease-in-out infinite floatIllustration}.hero-illustration>div{width:100%!important;height:auto!important;position:static!important;inset:auto!important}.hero-illustration svg{display:block;width:100%!important;height:auto!important}.hero-illustration svg path[fill*=\#25CE9E],.hero-illustration svg path[id*=Vector_12],.hero-illustration svg path[id*=Vector_14],.hero-illustration svg path[id*=Vector_19],.hero-illustration svg path[id*=Vector_21],.hero-illustration svg path[id*=Vector_24],.hero-illustration svg path[id*=Vector_27],.hero-illustration svg path[id*=Vector_35],.hero-illustration svg path[id*=Vector_37],.hero-illustration svg path[id*=Vector_39],.hero-illustration svg path[id*=Vector_40],.hero-illustration svg path[id*=Vector_41],.hero-illustration svg path[id*=Vector_42],.hero-illustration svg path[id*=Vector_43],.hero-illustration svg path[id*=Vector_44],.hero-illustration svg path[id*=Vector_45],.hero-illustration svg path[id*=Vector_46],.hero-illustration svg path[id*=Vector_50],.hero-illustration svg path[id*=Vector_51],.hero-illustration svg path[id*=Vector_52],.hero-illustration svg path[id*=Vector_53],.hero-illustration svg path[id*=Vector_54],.hero-illustration svg path[id*=Vector_55],.hero-illustration svg path[id*=Vector_66],.hero-illustration svg path[id*=Vector_67],.hero-illustration svg path[id*=Vector_75],.hero-illustration svg path[id*=Vector_76],.hero-illustration svg path[id*=Vector_77],.hero-illustration svg path[id*=Vector_78],.hero-illustration svg path[id*=Vector_79],.hero-illustration svg path[id*=Vector_80],.hero-illustration svg path[id*=Vector_82],.hero-illustration svg path[id*=Vector_84],.hero-illustration svg path[id*=Vector_95]{fill:#5017d7!important}.hero-illustration svg path[id*=Vector_39],.hero-illustration svg path[id*=Vector_51],.hero-illustration svg path[id*=Vector_66]{fill:#7c3aed!important}@keyframes floatIllustration{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.visual-card{background:#fff;border:1px solid #5017d714;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #5017d70f}.visual-card:before{content:"";background:radial-gradient(circle,#b068f00f,#0000 70%);border-radius:50%;width:120px;height:120px;transition:all .4s;position:absolute;top:0;right:0;transform:translate(40%,-40%)}.visual-card:after{content:"";transform-origin:0;background:#5017d780;width:100%;height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.visual-card:hover{border-color:#5017d733;transform:translateY(-6px)scale(1.02);box-shadow:0 12px 32px #5017d726}.visual-card:hover:before{background:radial-gradient(circle,#5017d71a,#0000 65%);transform:translate(40%,-40%)scale(1.4)}.visual-card:hover:after{transform:scaleX(1)}.visual-card:first-child{grid-column:span 2}.visual-card:nth-child(2),.visual-card:nth-child(3){transform:translateY(2rem)}.visual-icon{width:56px;height:56px;color:var(--primary);background:#5017d70a;border:1px solid #5017d71a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .4s;display:inline-flex}.visual-card:hover .visual-icon{color:#fff;background:#5017d7;border-color:#0000;transform:scale(1.1)rotate(-8deg);box-shadow:0 6px 16px #5017d733}.visual-card h3{color:#1e293b;margin-bottom:.625rem;font-size:1.125rem;font-weight:700}.visual-card p{color:#64748b;margin:0;font-size:.9375rem;line-height:1.7}.section-container{z-index:1;max-width:1300px;margin:0 auto;padding:5rem 2rem;position:relative}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{color:#1e293b;margin-bottom:1rem;font-size:2.25rem;font-weight:800;line-height:1.3}.section-description{color:#64748b;font-size:1.0625rem;line-height:1.8}.services-section{background:#fff;padding-bottom:8rem;position:relative}.services-timeline{justify-content:center;gap:6rem;max-width:1200px;margin-top:6rem;margin-left:auto;margin-right:auto;padding:4rem 2rem;display:flex;position:relative}.timeline-line{background:linear-gradient(270deg,#5017d726,#5017d74d,#5017d726);height:2px;position:absolute;top:50%;left:10%;right:10%;transform:translateY(-50%)}.timeline-item{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.timeline-position-top{flex-direction:column-reverse}.timeline-position-bottom{flex-direction:column}.timeline-dot{z-index:2;background:#fff;border:3px solid #5017d7;border-radius:50%;width:20px;height:20px;transition:all .3s;position:relative}.timeline-item:hover .timeline-dot{transform:scale(1.3);box-shadow:0 0 0 8px #5017d71a}.timeline-dot-inner{background:#5017d7;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.timeline-connector{background:linear-gradient(#5017d7,#5017d74d);width:2px;height:60px}.timeline-position-top .timeline-connector{background:linear-gradient(#5017d74d,#5017d7)}.service-card{background:#fff;border:1px solid #5017d714;border-radius:20px;flex-direction:column;gap:1rem;width:100%;max-width:320px;padding:2rem;transition:all .3s;display:flex}.service-card:hover{border-color:#5017d733;transform:translateY(-8px);box-shadow:0 16px 40px #5017d71f}.service-icon-wrapper{color:#5017d7;background:#5017d70f;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex}.service-card:hover .service-icon-wrapper{background:#5017d71a;transform:scale(1.05)}.service-card h3{color:#1e293b;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.service-card p{color:#64748b;margin:0;font-size:.875rem;line-height:1.6}.service-badge{color:#5017d7;background:#5017d70d;border:1px solid #5017d71a;border-radius:8px;width:fit-content;margin-top:auto;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.cta-floating-wrapper{z-index:10;margin-top:-120px;margin-bottom:-120px;padding:0 2rem;position:relative}.cta-section{background:#fff;border:2px solid #5017d71f;border-radius:32px;max-width:1000px;margin:0 auto;padding:4rem;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000014}.cta-section:hover{border-color:#5017d740;transform:translateY(-8px);box-shadow:0 24px 60px #5017d726}.cta-bg-pattern{pointer-events:none;background:radial-gradient(circle,#5017d70a,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite ctaPulse;position:absolute;top:-50%;right:-20%}@keyframes ctaPulse{0%,to{opacity:1;transform:scale(1)translate(0)}50%{opacity:.8;transform:scale(1.2)translate(-30px,30px)}}.cta-content-wrapper{z-index:1;align-items:center;gap:3rem;display:flex;position:relative}.cta-icon-float{color:#fff;background:linear-gradient(135deg,#5017d7 0%,#7839e8 100%);border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:3s ease-in-out infinite ctaIconFloat;display:flex;box-shadow:0 12px 32px #5017d74d}@keyframes ctaIconFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}}.cta-section:hover .cta-icon-float{transform:scale(1.1)rotate(10deg);box-shadow:0 16px 48px #5017d766}.cta-text-content{flex-direction:column;flex:1;gap:.75rem;display:flex}.cta-section h3{color:#1e293b;margin:0;font-size:2rem;font-weight:900;line-height:1.2}.cta-section p{color:#64748b;margin:0;font-size:1rem;line-height:1.6}.cta-button{color:#fff;background:#5017d7;border:none;border-radius:16px;flex-shrink:0;align-items:center;gap:.75rem;padding:1.125rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #5017d740}.cta-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cta-button:hover:before{left:100%}.cta-button:hover{background:#6028e0;transform:scale(1.05);box-shadow:0 12px 32px #5017d759}.cta-button-text{z-index:1;position:relative}.cta-button-icon{transition:transform .3s;display:flex}.cta-button:hover .cta-button-icon{transform:translate(-4px)}.cta-glow{pointer-events:none;background:radial-gradient(circle,#5017d70f,#0000 60%);border-radius:50%;width:400px;height:400px;animation:6s ease-in-out infinite reverse ctaGlowPulse;position:absolute;bottom:-50%;left:-20%}@keyframes ctaGlowPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.products-section{background:#fafafa;padding-top:8rem;position:relative;overflow:hidden}.products-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.products-bg-base{background:radial-gradient(at 15% 25%,#8b5cf60a,#0000 45%),radial-gradient(at 85% 20%,#a855f709,#0000 50%),radial-gradient(at 40% 75%,#5017d70b,#0000 48%),radial-gradient(at 90% 80%,#9333ea08,#0000 52%);position:absolute;inset:0}.products-bg-shape{opacity:1;position:absolute}.products-bg-shape-1{width:200px;height:200px;top:8%;right:12%}.products-bg-shape-2{width:180px;height:180px;bottom:15%;left:6%}.products-bg-shape-3{width:150px;height:150px;top:45%;right:25%}.products-bg-shape-4{width:120px;height:140px;top:20%;left:8%}.products-bg-shape-5{width:100px;height:100px;bottom:25%;right:15%}.products-bg-grid{opacity:.5;background-image:linear-gradient(#5017d705 1px,#0000 1px),linear-gradient(90deg,#5017d705 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 35%,#0000 70%);mask-image:radial-gradient(#000 35%,#0000 70%)}.products-bg-orb{filter:blur(50px);border-radius:50%;position:absolute}.products-bg-orb-1{background:radial-gradient(circle,#8b5cf614,#0000 65%);width:380px;height:380px;top:-8%;right:-3%}.products-bg-orb-2{background:radial-gradient(circle,#a855f712,#0000 60%);width:340px;height:340px;bottom:-5%;left:-2%}.products-bg-orb-3{background:radial-gradient(circle,#5017d70f,#0000 58%);width:280px;height:280px;top:40%;left:50%;transform:translate(-50%)}.products-bg-lines{opacity:1;width:100%;height:100%;position:absolute;inset:0}.products-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(280px,auto);gap:1.25rem;display:grid}.product-card:first-child,.product-card:nth-child(4){grid-area:span 2/span 3}.product-card:nth-child(2),.product-card:nth-child(3),.product-card:nth-child(5){grid-area:span 1/span 3}.product-card{background:#fff;border:1px solid #64789614;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000008}.product-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#5017d70d 0%,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.product-card:hover:before{opacity:1}.product-card:hover{border-color:#5017d733;transform:translateY(-6px)scale(1.01);box-shadow:0 12px 32px #5017d71f,0 4px 12px #0000000f}.product-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.product-category{color:#475569;white-space:nowrap;background:#64789614;border-radius:6px;padding:.375rem .875rem;font-size:.75rem;font-weight:600}.product-status{border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-badge-success{color:#059669;background:#10b98114}.status-badge-warning{color:#d97706;background:#f59e0b14}.status-badge-info{color:#2563eb;background:#3b82f614}.product-card h3{color:#1e293b;margin:0;font-size:1.125rem;font-weight:700}.product-card p{color:#64748b;flex:1;margin:0;font-size:.9375rem;line-height:1.7}.product-link-arrow{color:#5017d7;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex}.product-card:hover .product-link-arrow{gap:.75rem}.product-link-arrow svg{transition:transform .3s}.product-card:hover .product-link-arrow svg{transform:translate(-4px)}.products-interactive-section{background:linear-gradient(#fafbff 0%,#fff 100%);position:relative}.products-interactive-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.product-interactive-card{cursor:pointer;background:#fff;border:1px solid #64748b1a;border-radius:24px;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.product-interactive-card:hover{border-color:#0000;transform:translateY(-16px)scale(1.02);box-shadow:0 32px 64px #5017d726,0 0 0 1px #5017d71a,inset 0 1px #ffffff80}.product-card-bg{opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0;overflow:hidden}.product-interactive-card:hover .product-card-bg{opacity:1}.product-card-circle{background:radial-gradient(circle, var(--card-accent) 0%, transparent 70%);opacity:.08;border-radius:50%;position:absolute}.product-card-circle-1{width:300px;height:300px;animation:6s ease-in-out infinite float;top:-100px;right:-100px}.product-card-circle-2{width:200px;height:200px;animation:8s ease-in-out infinite reverse float;bottom:-50px;left:-50px}.product-card-mesh{background-image:linear-gradient(45deg,#0000 48%,#5017d705 48% 52%,#0000 52%),linear-gradient(-45deg,#0000 48%,#5017d705 48% 52%,#0000 52%);background-size:40px 40px;position:absolute;inset:0}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,20px)scale(1.1)}}.product-card-top{z-index:2;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex;position:relative}.product-card-icon-badge{background:linear-gradient(135deg,#5017d714,#5017d70a);border:2px solid #5017d71f;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.75rem;transition:all .4s;display:flex}.product-interactive-card:hover .product-card-icon-badge{background:linear-gradient(135deg,#5017d726,#5017d714);border-color:#5017d740;transform:rotate(-10deg)scale(1.1);box-shadow:0 8px 24px #5017d733}.product-card-category{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#64748b0f;border-radius:8px;padding:8px 14px;font-size:.8125rem;font-weight:700;transition:all .3s}.product-interactive-card:hover .product-card-category{color:#5017d7;background:#5017d71a}.product-card-logo-section{z-index:2;justify-content:center;margin-bottom:2rem;display:flex;position:relative}.product-card-logo-container{background:#fff;border:3px solid #5017d714;border-radius:24px;justify-content:center;align-items:center;width:160px;height:160px;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #0000000a,inset 0 1px #fffc}.product-interactive-card:hover .product-card-logo-container{background:linear-gradient(135deg,#fff 0%,#fafbff 100%);border-color:#5017d733;transform:translateY(-12px)rotate(5deg)scale(1.05);box-shadow:0 20px 40px #5017d726,inset 0 1px #fff}.product-card-content{z-index:2;flex:1;margin-bottom:2rem;position:relative}.product-card-title{color:#0f172a;margin:0 0 1rem;font-size:1.875rem;font-weight:800;line-height:1.2;transition:color .3s}.product-interactive-card:hover .product-card-title{color:#5017d7}.product-card-description{color:#64748b;margin:0;font-size:1rem;line-height:1.7}.product-card-footer{z-index:2;border-top:1px solid #64748b14;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex;position:relative}.product-card-client{opacity:.5;align-items:center;gap:8px;transition:opacity .3s;display:flex}.product-card-client span{color:#64748b;font-size:.875rem;font-weight:600}.product-interactive-card:hover .product-card-client{opacity:1}.product-card-arrow{color:#fff;background:linear-gradient(135deg,#5017d7,#7c3aed);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 12px #5017d740}.product-interactive-card:hover .product-card-arrow{transform:translate(-8px)scale(1.1);box-shadow:0 8px 24px #5017d766}.product-card-shine{pointer-events:none;background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:right .6s;position:absolute;top:0;right:-100%}.product-interactive-card:hover .product-card-shine{right:100%}@media (max-width:1024px){.products-interactive-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-interactive-card{padding:2rem}.product-card-logo-container{width:140px;height:140px}.product-card-title{font-size:1.625rem}}@media (max-width:768px){.products-interactive-grid{grid-template-columns:1fr}.product-interactive-card{padding:1.75rem}.product-card-logo-container{width:120px;height:120px}.product-card-title{font-size:1.5rem}.product-interactive-card:hover{transform:translateY(-8px)scale(1)}}.solutions-section{background:#fff;position:relative}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;display:grid}.solution-card{background:#fff;border:1px solid #64789614;border-radius:14px;padding:1.75rem;transition:all .3s;position:relative;box-shadow:0 2px 8px #00000005}.solution-card:hover{border-color:#5017d71a;transform:translateY(-4px);box-shadow:0 6px 16px #0000000f}.solution-category{color:#475569;background:#64789614;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.solution-card h3{color:#1e293b;margin-bottom:.875rem;font-size:1.125rem;font-weight:700}.solution-card p{color:#64748b;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.solution-features{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.solution-features li{color:#475569;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.solution-features li:before{content:"";background:#64748b;border-radius:50%;flex-shrink:0;width:5px;height:5px}.cta-section{text-align:center;background:#fff;border:1px solid #6478961f;border-radius:20px;max-width:900px;margin:4rem auto;padding:3rem;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000a}.cta-section:before{content:"";background:radial-gradient(circle,#b068f00a,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;top:0;right:0;transform:translate(40%,-40%)}.cta-section:after{content:"";background:radial-gradient(circle,#5017d708,#0000 75%);border-radius:50%;width:200px;height:200px;position:absolute;bottom:0;left:0;transform:translate(-40%,40%)}.cta-section h3{color:#1e293b;margin-bottom:1rem;font-size:1.75rem;font-weight:800}.cta-section p{color:#64748b;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.0625rem}.partners-section{background:linear-gradient(135deg,#fafafa 0%,#fff 50%,#f8f9fc 100%);margin-bottom:0;padding-bottom:12rem;position:relative;overflow:hidden}.partners-section:before{content:"";background:linear-gradient(90deg,#0000,#5017d71a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.partners-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#5017d705,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-100px}.partners-grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:4rem;display:grid;position:relative}.partner-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#fff9;border:1px solid #5017d714;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:160px;padding:3rem 2rem;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 20px #5017d708}.partner-card:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#5017d705,#b068f005);transition:opacity .5s;position:absolute;inset:0}.partner-card:after{content:"";transform-origin:0;background:linear-gradient(90deg,#5017d7,#b068f0,#5017d7) 0 0/200% 100%;height:3px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.partner-card:hover{background:#fffffff2;border-color:#5017d733;transform:translateY(-10px)scale(1.02);box-shadow:0 16px 48px #5017d726}.partner-card:hover:before{opacity:1}.partner-card:hover:after{animation:2s ease-in-out infinite shimmerGradient;transform:scaleX(1)}@keyframes shimmerGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.partner-logo-wrapper{justify-content:center;align-items:center;width:100%;height:60px;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.partner-logo-wrapper:before{content:"";opacity:0;background:radial-gradient(circle,#5017d70d,#0000 70%);border-radius:50%;transition:opacity .5s;position:absolute;inset:-10px}.partner-card:hover .partner-logo-wrapper:before{opacity:1}.partner-logo{object-fit:contain;opacity:.7;width:auto;height:58px;transition:all .5s cubic-bezier(.4,0,.2,1)}.partner-card:hover .partner-logo{opacity:1;transform:scale(1.1)}.partner-name{color:#94a3b8;text-align:center;opacity:.7;letter-spacing:.02em;font-size:.875rem;font-weight:600;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translateY(5px)}.partner-card:hover .partner-name{opacity:1;color:#5017d7;transform:translateY(0)}.services-section:after{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#64789604 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.products-section:after{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(45deg,#64789603 25%,#0000 25%),linear-gradient(-45deg,#64789603 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#64789603 75%),linear-gradient(-45deg,#0000 75%,#64789603 75%);background-position:0 0,0 25px,25px -25px,-25px 0;background-size:50px 50px;position:absolute;inset:0}@media (max-width:1200px){.hero-container{gap:3rem}}@media (max-width:1024px){.hero-section{padding:8rem 2rem 5rem}.hero-container{grid-template-columns:1fr;gap:3rem;padding-top:0}.hero-visual{order:-1}.hero-illustration{max-width:350px;margin:0 auto}.services-timeline{gap:3rem;padding:3rem 1.5rem}.timeline-line{left:5%;right:5%}.service-card{max-width:280px;padding:1.75rem}.timeline-connector{height:50px}.services-section{padding-bottom:6rem}.products-section{padding-top:6rem}.products-bg-shape-1{width:140px;height:140px}.products-bg-shape-2{width:130px;height:130px}.products-bg-shape-3{width:110px;height:110px}.products-bg-shape-4{width:90px;height:105px}.products-bg-shape-5{width:75px;height:75px}.products-bg-orb-1,.products-bg-orb-2{width:280px;height:280px}.products-bg-orb-3{width:220px;height:220px}.cta-floating-wrapper{margin-top:-100px;margin-bottom:-100px;padding:0 1.5rem}.cta-section{padding:3rem 2rem}.cta-content-wrapper{gap:2rem}.cta-icon-float{width:80px;height:80px}.cta-icon-float svg{width:36px;height:36px}.cta-section h3{font-size:1.625rem}.cta-button{padding:1rem 1.75rem}.products-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(260px,auto)}.product-card:first-child,.product-card:nth-child(4){grid-area:span 1/span 2}.product-card:nth-child(2),.product-card:nth-child(3),.product-card:nth-child(5){grid-area:span 1/span 1}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.hero-section{min-height:auto;padding:7.5rem 1.5rem 4rem}.hero-container{flex-direction:column;gap:2.5rem;padding-top:0;display:flex}.hero-content{order:1}.hero-logo-container{margin-top:0}.hero-visual{display:none}.hero-bg-gradient-1{width:400px;height:400px;top:-100px;right:-50px}.hero-bg-gradient-2{width:350px;height:350px;bottom:-100px;left:-50px}.hero-bg-gradient-3{width:300px;height:300px}.hero-bg-circle-1{width:200px;height:200px}.hero-bg-circle-1:before{width:160px;height:160px}.hero-bg-circle-2{width:150px;height:150px}.hero-bg-circle-3{width:100px;height:100px}.hero-bg-line-1,.hero-bg-line-2{height:200px}.hero-background:before{background-size:40px 40px}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.hero-stat-number{font-size:2rem}.visual-card:first-child{grid-column:span 1}.visual-card:nth-child(2),.visual-card:nth-child(3){transform:translateY(0)}.products-bg-shape-1{width:100px;height:100px}.products-bg-shape-2{width:95px;height:95px}.products-bg-shape-3{width:85px;height:85px}.products-bg-shape-4{width:70px;height:82px}.products-bg-shape-5{width:60px;height:60px}.products-bg-orb-1,.products-bg-orb-2{width:200px;height:200px}.products-bg-orb-3{width:160px;height:160px}.products-bg-grid{background-size:35px 35px}.section-container{padding:3.5rem 1.5rem}.section-title{font-size:1.875rem}.services-timeline{flex-direction:column;gap:2rem;margin-top:3rem;padding:2rem 1rem}.timeline-line{display:none}.timeline-item{flex-direction:column!important}.timeline-dot,.timeline-connector{display:none}.service-card{max-width:100%;padding:1.75rem}.service-icon-wrapper{width:56px;height:56px}.service-card h3{font-size:1.125rem}.service-card:hover{transform:translateY(-4px)}.products-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:1.25rem}.product-card:first-child,.product-card:nth-child(4),.product-card:nth-child(2),.product-card:nth-child(3),.product-card:nth-child(5){grid-area:span 1/span 1}.solutions-grid{grid-template-columns:1fr;gap:1.25rem}.services-section{padding-bottom:4rem}.products-section{padding-top:4rem}.cta-floating-wrapper{margin-top:-80px;margin-bottom:-80px;padding:0 1rem}.cta-section{border-radius:24px;padding:2.5rem 1.5rem}.cta-content-wrapper{text-align:center;flex-direction:column;gap:2rem}.cta-icon-float{width:72px;height:72px;margin:0 auto}.cta-icon-float svg{width:32px;height:32px}.cta-section h3{font-size:1.375rem}.cta-section p{font-size:.9375rem}.cta-button{justify-content:center;width:100%;padding:1rem 1.5rem;font-size:.9375rem}.cta-bg-pattern,.cta-glow{display:none}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.partners-section{padding-bottom:10rem}}@media (max-width:480px){.hero-section{padding:6.5rem 1rem 3rem}.hero-badge{padding:.625rem 1.25rem;font-size:.8125rem}.hero-title{font-size:2rem}.cta-button{padding:.875rem 1.5rem;font-size:.9375rem}.section-title{font-size:1.625rem}.section-description{font-size:1rem}.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.partners-section{padding-bottom:8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-cta-section{background:linear-gradient(#fff 0%,#fafafa 100%);padding:6rem 2rem 10rem;position:relative;overflow:hidden}.contact-cta-content{background:#fff;border:1px solid #5017d714;border-radius:24px;max-width:900px;margin:0 auto;padding:3.5rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #5017d714}.contact-cta-content:before{content:"";pointer-events:none;background:radial-gradient(circle,#5017d70d,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.contact-cta-content:after{content:"";pointer-events:none;background:radial-gradient(circle,#b068f00a,#0000 70%);border-radius:50%;width:250px;height:250px;position:absolute;bottom:-80px;left:-80px}.contact-cta-header{text-align:center;z-index:1;margin-bottom:3rem;position:relative}.contact-cta-title{color:#1e293b;background:linear-gradient(135deg,#1e293b 0%,#5017d7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:800}.contact-cta-description{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.contact-cta-info{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;display:grid;position:relative}.contact-info-item{color:inherit;background:#5017d705;border:1px solid #5017d714;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.contact-info-item:hover{background:#5017d70d;border-color:#5017d726;transform:translateY(-2px);box-shadow:0 4px 16px #5017d71a}.contact-info-icon{color:#fff;background:linear-gradient(135deg,#5017d7 0%,#b068f0 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #5017d733}.contact-info-details{flex-direction:column;gap:.25rem;display:flex}.contact-info-label{color:#64748b;font-size:.875rem;font-weight:600}.contact-info-value{color:#1e293b;text-align:right;direction:ltr;font-size:1.125rem;font-weight:700}.contact-cta-buttons{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}@media (max-width:768px){.contact-cta-section{padding:4rem 1.5rem 8rem}.contact-cta-content{padding:2.5rem 1.5rem}.contact-cta-title{font-size:1.625rem}.contact-cta-description{font-size:1rem}.contact-cta-info{grid-template-columns:1fr;gap:1.25rem}.contact-cta-buttons{flex-direction:column}.cta-button{justify-content:center;width:100%}}@media (max-width:480px){.contact-cta-content{padding:2rem 1.25rem}.contact-cta-title{font-size:1.375rem}.contact-info-item{padding:1.25rem}.contact-info-icon{width:40px;height:40px}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
