.home-new{background:#000000;color:#ffffff;overflow-x:hidden;width:100%}.home-new .container{max-width:1400px;margin:0 auto;padding:0 40px}.home-new .hero-new{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible;padding:120px 0 80px;width:100%}.home-new .mesh-gradient{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.home-new .mesh-blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.6;animation:blobFloat 20s ease-in-out infinite}.home-new .mesh-blob-1{width:600px;height:600px;background:radial-gradient(circle,#6366f1 0,transparent 70%);top:-200px;left:-100px;animation-delay:0s}.home-new .mesh-blob-2{width:500px;height:500px;background:radial-gradient(circle,#8b5cf6 0,transparent 70%);top:100px;right:-150px;animation-delay:5s}.home-new .mesh-blob-3{width:450px;height:450px;background:radial-gradient(circle,#06b6d4 0,transparent 70%);bottom:-100px;left:20%;animation-delay:10s}.home-new .mesh-blob-4{width:550px;height:550px;background:radial-gradient(circle,#a855f7 0,transparent 70%);bottom:100px;right:10%;animation-delay:15s}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.home-new .grid-pattern{background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 0);background-size:50px 50px;z-index:1}.home-new .code-snippets,.home-new .grid-pattern{position:absolute;top:0;left:0;width:100%;height:100%}.home-new .code-snippets{z-index:2;pointer-events:none}.home-new .code-snippet{position:absolute;background:linear-gradient(145deg,rgba(20,20,30,.9),rgba(30,30,40,.8));border:1px solid rgba(99,102,241,.3);border-radius:12px;padding:16px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.05);animation:floatCode 8s ease-in-out infinite}.home-new .code-header{display:flex;gap:6px;margin-bottom:8px}.home-new .code-dot{width:8px;height:8px;border-radius:50%;background:#64748b}.home-new .code-dot:first-child{background:#ef4444}.home-new .code-dot:nth-child(2){background:#f59e0b}.home-new .code-dot:nth-child(3){background:#10b981}.home-new .code-snippet code{font-family:Monaco,Menlo,Courier New,monospace;font-size:14px;color:#a5b4fc;text-shadow:0 0 10px rgba(165,180,252,.5)}.home-new .snippet-1{top:15%;left:10%;animation-delay:0s}.home-new .snippet-2{top:60%;right:15%;animation-delay:2s}.home-new .snippet-3{bottom:20%;left:15%;z-index:15;opacity:0;animation:floatCode 8s ease-in-out infinite,fadeIn .8s ease-out .5s forwards}@media (max-width:768px){.home-new .snippet-1,.home-new .snippet-2,.home-new .snippet-3{display:none}}@keyframes floatCode{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(2deg)}}.home-new .floating-elements{display:none}.home-new .float-element{position:absolute;height:60px;background:linear-gradient(135deg,rgba(245,158,11,.1),rgba(251,191,36,.1));border:1px solid rgba(245,158,11,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#FBBF24;animation:float3D 10s ease-in-out infinite;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.home-new .float-element svg{width:32px;height:32px}.home-new .element-1{top:15%;right:15%;animation-delay:0s}.home-new .element-3{top:75%;right:20%;animation-delay:6s}@keyframes float3D{0%,to{transform:translateY(0) rotateY(0deg) rotateX(0deg)}50%{transform:translateY(-30px) rotateY(180deg) rotateX(10deg)}}.home-new .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.home-new .gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.6;animation:float 20s ease-in-out infinite}.home-new .orb-1{width:600px;height:600px;background:radial-gradient(circle,#6366f1 0,transparent 70%);top:-200px;left:-200px}.home-new .orb-2{width:500px;height:500px;background:radial-gradient(circle,#8b5cf6 0,transparent 70%);bottom:-150px;right:-150px;animation-delay:5s}.home-new .orb-3{width:400px;height:400px;background:radial-gradient(circle,#06b6d4 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.home-new .grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(245,158,11,.1) 1px,transparent 0),linear-gradient(90deg,rgba(245,158,11,.1) 1px,transparent 0);background-size:50px 50px;opacity:.3;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.home-new .cursor-glow{position:fixed;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.15) 0,transparent 70%);pointer-events:none;transform:translate(-50%,-50%);z-index:1;transition:opacity .3s ease}.home-new .particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.home-new .particle{position:absolute;width:4px;height:4px;background:rgba(99,102,241,.6);border-radius:50%;box-shadow:0 0 10px rgba(99,102,241,.8),0 0 20px rgba(99,102,241,.4);animation:particleFloat 20s ease-in-out infinite}@keyframes particleFloat{0%,to{transform:translate(0) scale(1);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translate(calc(var(--tx, 100px)),calc(var(--ty, -100px))) scale(0);opacity:0}}.home-new .particle:nth-child(odd){--tx:150px;--ty:-200px;background:rgba(139,92,246,.6);box-shadow:0 0 10px rgba(139,92,246,.8),0 0 20px rgba(139,92,246,.4)}.home-new .particle:nth-child(3n){--tx:-100px;--ty:-150px;background:rgba(6,182,212,.6);box-shadow:0 0 10px rgba(6,182,212,.8),0 0 20px rgba(6,182,212,.4)}.home-new .hero-lines{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.home-new .hero-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.5),transparent);animation:lineMove 8s ease-in-out infinite}.home-new .line-1{top:20%;width:100%;animation-delay:0s}.home-new .line-2{top:50%;width:100%;animation-delay:2s;background:linear-gradient(90deg,transparent,rgba(139,92,246,.5),transparent)}.home-new .line-3{top:80%;width:100%;animation-delay:4s;background:linear-gradient(90deg,transparent,rgba(6,182,212,.5),transparent)}@keyframes lineMove{0%,to{transform:translateX(-100%);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateX(100%);opacity:0}}.home-new .glow-effect{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:glowPulse 4s ease-in-out infinite}.home-new .glow-top-left{width:400px;height:400px;background:radial-gradient(circle,#6366f1 0,transparent 70%);top:-100px;left:-100px;animation-delay:0s}.home-new .glow-bottom-right{width:500px;height:500px;background:radial-gradient(circle,#8b5cf6 0,transparent 70%);bottom:-150px;right:-150px;animation-delay:2s}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.home-new .hero-content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-new .hero-main{padding:20px 0}.home-new .hero-left,.home-new .hero-main{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;margin:0 auto}.home-new .hero-left{z-index:5;text-align:center;position:relative;padding:40px 20px;overflow:visible}.home-new .hero-right{display:none}.home-new .hero-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:linear-gradient(135deg,rgba(6,182,212,.2),rgba(139,92,246,.2));border:1px solid rgba(6,182,212,.6);border-radius:50px;font-size:15px;font-weight:600;color:#e0e7ff;margin:0 auto 32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(6,182,212,.3),inset 0 1px 0 rgba(255,255,255,.1);animation:badgePulse 3s ease-in-out infinite;letter-spacing:.02em;transform:translateY(0)}@keyframes badgePulse{0%,to{box-shadow:0 4px 20px rgba(6,182,212,.3),inset 0 1px 0 rgba(255,255,255,.1);transform:translateY(0)}50%{box-shadow:0 8px 30px rgba(6,182,212,.5),inset 0 1px 0 rgba(255,255,255,.1);transform:translateY(-3px)}}.home-new .badge-dot{width:8px;height:8px;background:#6366f1;border-radius:50%;animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.home-new .hero-title{font-size:clamp(40px,6vw,70px);font-weight:800;line-height:1.2;margin-bottom:40px;letter-spacing:-.02em;color:#f8fafc;text-shadow:0 0 40px rgba(99,102,241,.3),0 0 80px rgba(99,102,241,.2);text-align:center;padding:0;max-width:1200px;flex-direction:column;gap:10px}.home-new .hero-title,.home-new .title-line{width:100%;display:flex;justify-content:center;align-items:center}.home-new .title-line{gap:15px;flex-wrap:wrap;padding:0 10px}.home-new .title-main{color:#f8fafc;display:inline-block;margin:0}.home-new .animated-text{background:linear-gradient(135deg,#F59E0B,#FBBF24 50%,#D97706);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientTextShift 3s ease infinite;font-weight:900;display:inline-block;margin:0;position:relative;text-shadow:none;font-size:110%}.home-new .text-accent{color:#FBBF24;font-weight:700;position:relative;display:inline-block;text-shadow:0 0 15px rgba(251,191,36,.7);transition:color .3s ease;letter-spacing:.01em;padding:0 2px}.home-new .text-accent:hover{color:#F59E0B}@keyframes gradientTextShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.home-new .title-highlight{position:relative;display:inline-block;width:-moz-fit-content;width:fit-content}.home-new .highlight-text{background:linear-gradient(135deg,#F59E0B,#FBBF24 50%,#D97706);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientFlow 3s ease infinite;font-weight:900;font-size:115%;letter-spacing:-.01em}@keyframes underlineGrow{0%{width:0}to{width:100%}}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.home-new .gradient-text{background:linear-gradient(135deg,#F59E0B,#FBBF24 50%,#D97706);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradientShift 5s ease infinite}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.home-new .hero-description{font-size:20px;line-height:1.8;color:#d8e2f3!important;max-width:900px;margin:0 auto 48px;position:relative;text-shadow:0 1px 3px rgba(0,0,0,.4),0 0 10px rgba(245,158,11,.1);z-index:5;letter-spacing:.01em;text-align:center;padding:0 20px;animation:fadeIn 1s ease-out forwards;animation-delay:.5s;opacity:0;width:100%;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-new .hero-subtitle{font-size:clamp(18px,2vw,24px);line-height:1.6;color:#f8fafc;max-width:800px;margin:0 auto 48px}.home-new .hero-cta{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:0}.home-new .cta-primary{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#ffffff;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 10px 40px rgba(99,102,241,.4),inset 0 0 0 1px rgba(255,255,255,.1);position:relative;overflow:hidden;letter-spacing:.02em}.home-new .cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.home-new .cta-primary:hover:before{left:100%}.home-new .cta-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 60px rgba(99,102,241,.6),inset 0 0 0 1px rgba(255,255,255,.2)}.home-new .cta-secondary{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;background:rgba(255,255,255,.05);color:#ffffff;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.02em}.home-new .cta-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.home-new .hero-visual{position:relative;width:100%;height:300px;max-width:500px;margin:0 auto;display:flex;align-items:center;justify-content:center}.home-new .animated-rings{width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:visible}.home-new .animated-rings,.home-new .ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-new .ring{border:3px solid rgba(245,158,11,.4);border-radius:50%;animation:ringPulse 4s ease-in-out infinite;box-shadow:0 0 30px rgba(245,158,11,.25)}.home-new .ring-1{width:400px;height:400px;animation-delay:0s;border-color:rgba(245,158,11,.6)}.home-new .ring-2{width:650px;height:650px;animation-delay:1.3s;border-color:rgba(251,191,36,.6)}.home-new .ring-3{width:900px;height:900px;animation-delay:2.6s;border-color:rgba(217,119,6,.6)}@keyframes ringPulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:.15}50%{opacity:.3}to{transform:translate(-50%,-50%) scale(1.1);opacity:.15}}.home-new .scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:12px;color:#e2e8f0;font-size:14px;font-weight:500;z-index:10;text-transform:uppercase;letter-spacing:.1em;width:100%;text-align:center;margin-top:40px}.home-new .scroll-mouse{width:26px;height:40px;border:2px solid #e2e8f0;border-radius:20px;position:relative;margin-bottom:8px}.home-new .scroll-wheel{width:6px;height:10px;background-color:#e2e8f0;border-radius:4px;position:absolute;top:8px;left:50%;transform:translateX(-50%);animation:scrollWheel 2s ease-in-out infinite}@keyframes scrollDown{0%,to{transform:translateY(0);opacity:0}50%{transform:translateY(20px);opacity:1}}@keyframes scrollWheel{0%,to{transform:translateX(-50%) translateY(0);opacity:1}50%{transform:translateX(-50%) translateY(15px);opacity:.3}}.home-new .solutions-showcase{padding:120px 0;background:linear-gradient(180deg,#000000,#0a0a0a);position:relative}.home-new .solutions-showcase:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent)}.home-new .section-header{text-align:center;margin-bottom:80px}.home-new .section-badge{display:inline-block;padding:6px 16px;background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.5);border-radius:50px;font-size:12px;font-weight:600;color:#c7d2fe;margin-bottom:20px}.home-new .section-header h2{font-size:clamp(36px,5vw,56px);font-weight:800;margin-bottom:20px;color:#ffffff}.home-new .section-header p{font-size:18px;color:#f1f5f9;max-width:700px;margin:0 auto}.home-new .solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}.home-new .solution-card{background:linear-gradient(145deg,rgba(15,15,20,.95),rgba(25,25,30,.9));border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:40px 32px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;display:flex;flex-direction:column;gap:20px}.home-new .solution-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#06b6d4);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1)}.home-new .solution-card:hover:before{transform:scaleX(1)}.home-new .solution-card:hover{transform:translateY(-8px);border-color:rgba(99,102,241,.6);box-shadow:0 24px 48px rgba(99,102,241,.25),inset 0 0 0 1px rgba(99,102,241,.1);background:linear-gradient(145deg,rgba(20,20,30,.98),rgba(30,30,40,.95))}.home-new .solution-icon-wrapper{position:relative}.home-new .solution-icon{width:56px;height:56px;background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(251,191,36,.15));border:1px solid rgba(245,158,11,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#FBBF24;transition:all .4s ease}.home-new .solution-card:hover .solution-icon{background:linear-gradient(135deg,rgba(245,158,11,.25),rgba(251,191,36,.25));border-color:rgba(245,158,11,.5);transform:scale(1.1) rotate(5deg);box-shadow:0 8px 24px rgba(245,158,11,.3)}.home-new .solution-icon svg{width:28px;height:28px}.home-new .solution-card h3{font-size:22px;font-weight:700;color:#ffffff;margin:0;transition:color .3s ease}.home-new .solution-card:hover h3{color:#e0e7ff}.home-new .solution-card p{font-size:15px;color:#cbd5e1;line-height:1.7;margin:0;flex:1 1}.home-new .solution-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);border-radius:50%;color:#a5b4fc;transition:all .4s ease;align-self:flex-start}.home-new .solution-card:hover .solution-arrow{background:rgba(99,102,241,.2);border-color:rgba(99,102,241,.4);transform:translateX(4px)}.home-new .card-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.03),transparent);transform:rotate(45deg);transition:all .6s ease;pointer-events:none}.home-new .solution-card:hover .card-shine{transform:rotate(45deg) translate(50%,50%)}.home-new .features-section{padding:120px 0;background:linear-gradient(180deg,#0a0a0a,#000000);position:relative}.home-new .features-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent)}.home-new .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px;max-width:1200px;margin:0 auto}.home-new .feature-card{background:linear-gradient(145deg,rgba(20,20,25,.6),rgba(30,30,35,.4));border:1px solid rgba(99,102,241,.1);border-radius:20px;padding:40px 32px;text-align:center;transition:all .4s ease;position:relative;overflow:hidden}.home-new .feature-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transform:scaleX(0);transition:transform .4s ease}.home-new .feature-card:hover:after{transform:scaleX(1)}.home-new .feature-card:hover{transform:translateY(-4px);border-color:rgba(99,102,241,.3);background:linear-gradient(145deg,rgba(25,25,30,.8),rgba(35,35,40,.6));box-shadow:0 16px 40px rgba(99,102,241,.15)}.home-new .feature-icon{width:64px;height:64px;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border:1px solid rgba(99,102,241,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:all .3s ease}.home-new .feature-card:hover .feature-icon{background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(139,92,246,.2));border-color:rgba(99,102,241,.4);transform:scale(1.1);box-shadow:0 8px 24px rgba(99,102,241,.2)}.home-new .feature-icon svg{width:32px;height:32px;color:#a5b4fc}.home-new .feature-card h3{font-size:20px;font-weight:700;color:#ffffff;margin-bottom:12px}.home-new .feature-card p{font-size:15px;color:#cbd5e1;line-height:1.6;margin:0}.home-new .consultation-section{padding:120px 0;background:linear-gradient(180deg,#000000,#0a0a0a);position:relative;overflow:hidden}.home-new .consultation-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent)}.home-new .consultation-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.home-new .consultation-text h2{font-size:clamp(36px,5vw,56px);font-weight:800;margin-bottom:24px;color:#ffffff}.home-new .consultation-text p{font-size:18px;line-height:1.7;color:#e2e8f0;margin-bottom:32px}.home-new .consultation-benefits{list-style:none;padding:0;margin:0 0 40px}.home-new .consultation-benefits li{display:flex;gap:16px;margin-bottom:20px;color:#e2e8f0;align-items:flex-start}.home-new .consultation-benefits svg{width:24px;height:24px;stroke:#6366f1;flex-shrink:0;margin-top:2px}.home-new .consultation-cta{margin-top:40px}.home-new .transformation-graphic{display:flex;align-items:center;justify-content:center;gap:20px;background:linear-gradient(145deg,rgba(20,20,25,.9),rgba(30,30,35,.8));border:1px solid rgba(99,102,241,.15);border-radius:24px;padding:60px 40px;box-shadow:0 20px 40px rgba(0,0,0,.2)}.home-new .digital-business,.home-new .paper-business{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;border-radius:16px;width:180px;text-align:center}.home-new .paper-business{background:rgba(30,30,35,.6);border:1px solid rgba(255,255,255,.1)}.home-new .digital-business{background:linear-gradient(145deg,rgba(99,102,241,.15),rgba(139,92,246,.15));border:1px solid rgba(99,102,241,.3);box-shadow:0 8px 24px rgba(99,102,241,.2)}.home-new .digital-business svg,.home-new .paper-business svg{width:48px;height:48px}.home-new .paper-business svg{color:#94a3b8}.home-new .digital-business svg{color:#a5b4fc}.home-new .digital-business span,.home-new .paper-business span{font-size:16px;font-weight:600}.home-new .paper-business span{color:#94a3b8}.home-new .digital-business span{color:#e2e8f0}.home-new .transformation-arrow{display:flex;align-items:center;justify-content:center}.home-new .transformation-arrow svg{width:48px;height:48px;color:#6366f1;animation:arrowPulse 2s ease-in-out infinite}@keyframes arrowPulse{0%,to{transform:translateX(0);opacity:.7}50%{transform:translateX(5px);opacity:1}}@media (max-width:992px){.home-new .consultation-content{grid-template-columns:1fr;gap:60px}.home-new .transformation-graphic{padding:40px 20px}}@media (max-width:768px){.home-new .cta-content{padding:80px 40px}.home-new .cta-primary-large{padding:20px 40px}}@media (max-width:576px){.home-new .transformation-graphic{flex-direction:column;padding:30px 20px}.home-new .transformation-arrow svg{transform:rotate(90deg)}@keyframes arrowPulse{0%,to{transform:translateY(0) rotate(90deg);opacity:.7}50%{transform:translateY(5px) rotate(90deg);opacity:1}}.home-new .cta-content{padding:60px 30px;border-radius:24px}.home-new .cta-content h2{font-size:36px;margin-bottom:16px}.home-new .cta-content p{font-size:18px;margin-bottom:40px}.home-new .cta-primary-large{width:100%;padding:18px 32px;font-size:18px}}.home-new .research-section{padding:120px 0;background:#000000;position:relative}.home-new .research-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.home-new .research-text h2{font-size:clamp(36px,5vw,56px);font-weight:800;margin-bottom:24px;color:#ffffff}.home-new .research-text p{font-size:18px;color:#f1f5f9;margin-bottom:32px;line-height:1.7}.home-new .research-benefits{list-style:none;padding:0;margin:0}.home-new .research-benefits li{display:flex;gap:16px;margin-bottom:20px;color:#e2e8f0;align-items:flex-start}.home-new .research-benefits svg{width:24px;height:24px;stroke:#6366f1;flex-shrink:0;margin-top:2px}.home-new .research-areas{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.home-new .research-area{background:linear-gradient(145deg,rgba(20,20,25,.8),rgba(30,30,35,.7));border:1px solid rgba(99,102,241,.15);border-radius:20px;padding:24px;display:flex;gap:20px;align-items:flex-start;transition:all .3s ease}.home-new .research-area:hover{border-color:rgba(99,102,241,.4);box-shadow:0 10px 30px rgba(99,102,241,.2);transform:translateY(-5px)}.home-new .area-icon{width:60px;height:60px;min-width:60px;background:linear-gradient(145deg,rgba(30,30,40,.8),rgba(20,20,30,.8));border-radius:16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(99,102,241,.2);box-shadow:0 8px 16px rgba(0,0,0,.2)}.home-new .area-icon svg{width:30px;height:30px;color:#a5b4fc;stroke-width:1.5}.home-new .area-content{flex:1 1}.home-new .area-name{font-size:18px;font-weight:700;color:#ffffff;margin:0 0 8px}.home-new .area-description{font-size:14px;line-height:1.5;color:#cbd5e1;margin:0}@media (max-width:992px){.home-new .research-areas{grid-template-columns:1fr}}.home-new .impact-section{padding:120px 0;background:linear-gradient(180deg,#000000,#0a0a0a);position:relative}.home-new .impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:40px;gap:40px}.home-new .impact-card{text-align:center;padding:48px 32px;background:linear-gradient(145deg,rgba(20,20,25,.9),rgba(30,30,35,.8));border:1px solid rgba(99,102,241,.15);border-radius:24px;transition:all .4s ease}.home-new .impact-card:hover{transform:translateY(-8px);border-color:rgba(99,102,241,.5);box-shadow:0 20px 60px rgba(99,102,241,.3)}.home-new .impact-icon{width:80px;height:80px;margin:0 auto 24px;border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.home-new .impact-icon svg{width:40px;height:40px}.home-new .impact-icon.reduce-cost{background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(16,185,129,.1));border:1px solid rgba(34,197,94,.2)}.home-new .impact-icon.reduce-cost svg{stroke:#22c55e}.home-new .impact-icon.automate{background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));border:1px solid rgba(99,102,241,.2)}.home-new .impact-icon.automate svg{stroke:#6366f1}.home-new .impact-icon.scale{background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(14,165,233,.1));border:1px solid rgba(6,182,212,.2)}.home-new .impact-icon.scale svg{stroke:#06b6d4}.home-new .impact-card:hover .impact-icon{transform:scale(1.1)}.home-new .impact-card h3{font-size:24px;font-weight:700;margin-bottom:12px;color:#ffffff}.home-new .impact-card p{font-size:15px;color:#f1f5f9;line-height:1.6}.home-new .final-cta-section{padding:120px 0;position:relative;background:#000000}.home-new .cta-background{position:absolute;top:0;left:0;width:100%;height:100%}.home-new .cta-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.home-new .cta-orb-1{width:500px;height:500px;background:radial-gradient(circle,#6366f1 0,transparent 70%);top:-100px;left:10%}.home-new .cta-orb-2{width:400px;height:400px;background:radial-gradient(circle,#8b5cf6 0,transparent 70%);bottom:-100px;right:10%}.home-new .cta-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:100px 60px;background:linear-gradient(145deg,rgba(20,20,25,.8),rgba(30,30,35,.75));border-radius:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.4)}.home-new .cta-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.4) 0,rgba(139,92,246,.2) 30%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;border-radius:50%;filter:blur(60px);opacity:.8;animation:pulse 6s ease-in-out infinite alternate}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.5}to{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.home-new .cta-content h2{font-size:clamp(42px,6vw,64px);font-weight:800;margin-bottom:24px;color:#ffffff;line-height:1.1;letter-spacing:-.03em}.home-new .cta-content p{font-size:20px;color:#e2e8f0;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.5}.home-new .cta-buttons{display:flex;justify-content:center;margin-top:20px}.home-new .cta-primary-large{display:inline-flex;align-items:center;gap:16px;padding:22px 48px;background:linear-gradient(135deg,#F59E0B,#D97706);color:#ffffff;font-size:20px;font-weight:700;border-radius:100px;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 15px 40px rgba(245,158,11,.5),0 0 0 6px rgba(245,158,11,.1);position:relative;overflow:hidden;letter-spacing:.01em}.home-new .cta-primary-large:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:all .6s ease}.home-new .cta-primary-large:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 20px 50px rgba(245,158,11,.7),0 0 0 10px rgba(245,158,11,.15)}.home-new .cta-primary-large:hover:before{left:100%}.home-new .cta-primary-large svg{width:24px;height:24px;transition:transform .3s ease}.home-new .cta-primary-large:hover svg{transform:translateX(4px)}.home-new .cta-secondary-large{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 36px;background:rgba(255,255,255,.03);color:#ffffff;font-size:17px;font-weight:600;border-radius:14px;text-decoration:none;border:1px solid rgba(99,102,241,.2);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.01em}.home-new .cta-secondary-large:hover{background:rgba(99,102,241,.1);border-color:rgba(99,102,241,.4);transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}@media (max-width:1200px){.home-new .hero-main{gap:60px}.home-new .hero-content{padding:0 32px}}@media (max-width:1024px){.home-new .hero-main{text-align:center}.home-new .hero-left{align-items:center;padding-right:0}.home-new .hero-badge{margin:0 auto 32px}.home-new .hero-description{margin:0 auto 40px;max-width:90%}.home-new .hero-cta{justify-content:center}.home-new .hero-visual{height:350px;max-width:350px}.home-new .code-snippet,.home-new .float-element{display:none}.home-new .research-content{grid-template-columns:1fr;gap:60px}}@media (max-width:768px){.home-new .container{padding:0 24px}.home-new .hero-new{padding:100px 0 60px}.home-new .hero-title{font-size:clamp(36px,8vw,48px)}.home-new .hero-description{font-size:16px;max-width:100%}.home-new .hero-cta{flex-direction:column;width:100%}.home-new .cta-primary,.home-new .cta-secondary{width:100%;justify-content:center}.home-new .features-grid,.home-new .impact-grid,.home-new .solutions-grid{grid-template-columns:1fr;gap:20px}.home-new .features-section,.home-new .final-cta-section,.home-new .impact-section,.home-new .research-section,.home-new .solutions-showcase{padding:80px 0}.home-new .feature-card,.home-new .solution-card{padding:32px 24px}.home-new .cta-content{padding:60px 32px}.home-new .hero-visual{height:300px;max-width:100%}.home-new .animated-rings{width:100vw;height:100vh}.home-new .ring-1{width:250px;height:250px}.home-new .ring-2{width:400px;height:400px}.home-new .ring-3{width:550px;height:550px}.home-new .mesh-blob{filter:blur(60px);opacity:.4;animation-duration:30s}.home-new .code-snippet,.home-new .cta-secondary,.home-new .floating-element,.home-new .hero-badge{backdrop-filter:none;-webkit-backdrop-filter:none}.home-new .hero-bg-circle{filter:blur(60px)}.home-new .code-snippets{display:none}.home-new .grid-pattern{animation:none}.home-new .hero-lines,.home-new .particles{display:none}.home-new .ring{animation-duration:12s}}@media (prefers-reduced-motion:reduce){.home-new .code-snippet,.home-new .floating-element,.home-new .glow-circle,.home-new .grid-pattern,.home-new .hero-line,.home-new .mesh-blob,.home-new .particle,.home-new .ring,.home-new .scroll-wheel{animation:none!important}}