body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}[role=button] svg,button svg{flex-shrink:0;height:1.25rem!important;max-height:1.25rem!important;max-width:1.25rem!important;width:1.25rem!important}.cookie-banner-overlay{bottom:0;left:0;padding:20px;pointer-events:none;position:fixed;right:0;z-index:10000}.cookie-banner{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;margin:0 auto;max-width:600px;pointer-events:all}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-banner-content{padding:24px}.cookie-banner-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.cookie-banner-title{color:#000;font-size:20px;font-weight:600;margin:0}.cookie-banner-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;line-height:1;padding:0;transition:color .2s ease;width:32px}.cookie-banner-close:hover{color:#000}.cookie-banner-body{color:#333}.cookie-banner-text{color:#555;font-size:14px;line-height:1.6;margin:0 0 20px}.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.cookie-banner-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;min-width:120px;padding:10px 20px;transition:all .2s ease}.cookie-banner-btn-primary{background:#6366f1;color:#fff}.cookie-banner-btn-primary:hover{background:#4f46e5}.cookie-banner-btn-secondary{background:#f3f4f6;color:#374151}.cookie-banner-btn-secondary:hover{background:#e5e7eb}.cookie-banner-details{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}.cookie-preference{background:#f9fafb;border-radius:8px;margin-bottom:20px;padding:16px}.cookie-preference-header{margin-bottom:8px}.cookie-preference-label{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:12px}.cookie-preference-label span{align-items:center;display:flex;flex:1 1;gap:8px}.cookie-preference-checkbox{accent-color:#6366f1;cursor:pointer;height:18px;width:18px}.cookie-preference-checkbox:disabled{cursor:not-allowed;opacity:.5}.cookie-preference-badge{border-radius:4px;display:inline-block;font-size:11px;font-weight:600;padding:2px 8px;text-transform:uppercase}.cookie-preference-badge-required{background:#dc2626;color:#fff}.cookie-preference-description{color:#666;font-size:13px;line-height:1.5;margin:8px 0 0;padding-left:30px}.cookie-banner-legal{color:#999;font-size:12px;line-height:1.5;margin:16px 0 0;text-align:center}.cookie-banner-link{color:#6366f1;text-decoration:none;transition:color .2s ease}.cookie-banner-link:hover{color:#4f46e5;text-decoration:underline}@media (max-width:768px){.cookie-banner-overlay{padding:15px}.cookie-banner{max-width:100%}.cookie-banner-content{padding:20px}.cookie-banner-title{font-size:18px}.cookie-banner-actions{flex-direction:column}.cookie-banner-btn{width:100%}.cookie-preference-description{padding-left:0}}@media (max-width:480px){.cookie-banner-overlay{padding:10px}.cookie-banner-content{padding:16px}.cookie-banner-title{font-size:16px}.cookie-banner-text{font-size:13px}}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{overflow-x:hidden}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;width:100%}.app-loading{align-items:center;display:flex;justify-content:center;min-height:60vh}.app-loading-spinner{animation:app-spin .8s linear infinite;border:3px solid #eee;border-radius:50%;border-top-color:#6366f1;height:40px;width:40px}@keyframes app-spin{to{transform:rotate(1turn)}}.main-header{background-color:#fff;box-shadow:0 2px 10px #0000000d;left:0;padding:calc(20px + env(safe-area-inset-top, 0px)) 0 20px;position:fixed;right:0;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 40px}.header-container,.header-left{align-items:center;display:flex}.header-left{flex:1 1;gap:40px}.logo{align-items:center;display:flex;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.9}.logo-img{height:40px;object-fit:contain;width:auto}.main-nav{align-items:center;display:flex;flex-shrink:0;gap:30px}.main-nav a{color:#000;font-size:16px;font-weight:400;text-decoration:none;transition:color .3s ease}.main-nav a:hover{color:#6366f1}.header-auth-buttons{align-items:center;display:flex;gap:12px}.btn-outline{background-color:initial;border:2px solid #6366f1;border-radius:6px;color:#6366f1;cursor:pointer;display:inline-block;font-size:15px;font-weight:500;padding:10px 20px;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background-color:#6366f1;color:#fff;transform:translateY(-1px)}.header-auth-buttons .btn-primary{font-size:15px;padding:10px 20px}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:8px;z-index:1001}.hamburger-line{background-color:#000;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger-line.active:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.main-header.dark-mode{background-color:#1a1a2e;box-shadow:0 2px 10px #0000004d}.main-header.dark-mode .logo-img{filter:brightness(1.1)}.main-header.dark-mode .main-nav a{color:#e0e0e0}.main-header.dark-mode .main-nav a:hover{color:#6366f1}.main-header.dark-mode .hamburger-line{background-color:#fff}.main-header.dark-mode .btn-outline{border-color:#6366f1;color:#6366f1}.main-header.dark-mode .btn-outline:hover{background-color:#6366f1;color:#fff}.mobile-menu-overlay{background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:999}.mobile-menu-overlay.active{opacity:1;visibility:visible}.hero-section{align-items:center;background:linear-gradient(135deg,#fff,#f8f9ff);display:flex;margin-top:0;min-height:70vh;padding:120px 40px 100px}.hero-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.hero-content{display:flex;flex-direction:column;gap:30px}.hero-title{color:#000;font-size:72px;font-weight:700;line-height:1.1}.hero-subtitle{color:#666;font-size:32px;font-weight:400;margin-top:-20px}.hero-description{color:#555;font-size:18px;line-height:1.6;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;letter-spacing:.3px;overflow:hidden;padding:16px 36px;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 14px #6366f140;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#5b5ff0,#7c3aed);box-shadow:0 12px 28px #6366f166;transform:translateY(-3px)}.btn-primary:active{box-shadow:0 6px 16px #6366f14d;transform:translateY(-1px)}.btn-secondary{background-color:#fff;border:2px solid #6366f1;box-shadow:0 4px 14px #6366f11a;color:#6366f1}.btn-secondary:hover{background-color:#6366f1;border-color:#6366f1;box-shadow:0 12px 28px #6366f14d;color:#fff;transform:translateY(-3px)}.btn-secondary:active{box-shadow:0 6px 16px #6366f133;transform:translateY(-1px)}.hero-graphics{height:500px;justify-content:center;overflow:visible}.computer,.hero-graphics{align-items:center;display:flex;position:relative}.computer{flex-direction:column;max-width:500px;width:100%}.computer-screen{aspect-ratio:16/10;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:6px solid #e2e8f0;border-radius:16px 16px 6px 6px;box-shadow:0 25px 50px #0000001a,0 0 0 1px #0000000d,inset 0 1px 0 #fffc;overflow:hidden;position:relative;width:100%}.computer-base{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:0 0 12px 12px;box-shadow:0 8px 16px #0000001a;height:16px;margin-top:-2px;width:50%}.screen-content{background:#fff;border-radius:10px 10px 0 0;display:flex;flex-direction:column;height:100%;width:100%}.browser-bar{align-items:center;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0;display:flex;gap:12px;height:44px;padding:0 14px}.browser-dots{display:flex;gap:6px}.dot{border-radius:50%;height:12px;width:12px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.browser-url{align-items:center;border:1px solid #e2e8f0;border-radius:8px;box-shadow:inset 0 1px 2px #0000000d;color:#475569;font-family:-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:11px;font-weight:500;height:28px;padding:0 12px}.browser-url,.website-preview{background:#fff;display:flex;flex:1 1}.website-preview{flex-direction:column;overflow:hidden}.website-content{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:20px}.website-header{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;box-shadow:0 2px 8px #6366f133;height:50px}.website-body{display:flex;flex:1 1;flex-direction:column;gap:12px}.content-block{background:#f1f5f9;border-radius:6px;height:14px}.content-block.short{width:65%}.hero-bg-shapes{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.bg-shape{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(60px);opacity:.3;position:absolute}.bg-shape-1{animation-delay:0s;background:linear-gradient(135deg,#8b5cf6,#6366f1);height:300px;left:10%;top:10%;width:300px}.bg-shape-2{animation-delay:-7s;background:linear-gradient(135deg,#3b82f6,#2563eb);bottom:15%;height:250px;right:15%;width:250px}.bg-shape-3{animation-delay:-14s;background:linear-gradient(135deg,#6366f1,#8b5cf6);height:200px;left:50%;top:50%;transform:translate(-50%,-50%);width:200px}.hero-particles{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.particle{animation:particleFloat 15s ease-in-out infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;box-shadow:0 0 10px #6366f180;height:8px;opacity:.6;position:absolute;width:8px}.particle-1{animation-delay:0s;left:15%;top:20%}.particle-2{animation-delay:-3s;height:6px;left:25%;top:60%;width:6px}.particle-3{animation-delay:-6s;height:10px;right:20%;top:40%;width:10px}.particle-4{animation-delay:-9s;bottom:30%;height:7px;right:30%;width:7px}.particle-5{animation-delay:-12s;height:5px;right:15%;top:10%;width:5px}.device{animation:deviceFloat 6s ease-in-out infinite;border-radius:24px;position:absolute;z-index:2}.device-1{animation-delay:0s;left:20%;top:10%;transform:rotate(-15deg);z-index:3}.device-1,.device-2{height:350px;width:200px}.device-2{animation-delay:-2s;right:20%;top:20%;transform:rotate(15deg);z-index:2}.device-3{animation-delay:-4s;height:180px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-5deg);width:250px;z-index:1}.device-glow{animation:glowPulse 3s ease-in-out infinite;background:linear-gradient(135deg,#6366f14d,#8b5cf64d);filter:blur(20px);opacity:.6;position:absolute;z-index:-1}.device-glow,.device-screen{border-radius:24px;height:100%;width:100%}.device-screen{align-items:center;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff1a;display:flex;justify-content:center;overflow:hidden;position:relative}.device-purple{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.device-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.device-clear{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff40;border:1px solid #ffffff4d}.screen-gradient{animation:gradientShift 8s ease-in-out infinite;background:linear-gradient(135deg,#ffffff1a,#0000 50%,#ffffff0d)}.screen-gradient,.screen-pattern{height:100%;position:absolute;width:100%}.screen-pattern{animation:patternMove 20s linear infinite;background-image:radial-gradient(circle at 2px 2px,#ffffff26 1px,#0000 0);background-size:40px 40px;opacity:.5}.screen-grid{animation:gridMove 15s linear infinite;background-image:linear-gradient(#ffffff1a 1px,#0000 0),linear-gradient(90deg,#ffffff1a 1px,#0000 0);background-size:30px 30px;height:100%;opacity:.4;position:absolute;width:100%}.device-text{animation:textGlow 3s ease-in-out infinite;color:#fff;font-size:28px;font-weight:700;position:relative;text-shadow:0 4px 20px #0000004d;transform:rotate(15deg);z-index:10}.device-network{animation:networkPulse 4s ease-in-out infinite;background:radial-gradient(circle,#fff6 2px,#0000 0);background-size:25px 25px;height:80%;position:relative;width:80%;z-index:5}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@keyframes deviceFloat{0%,to{transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(var(--device-rotation,0deg))}50%{transform:translateY(-20px) rotate(2deg);transform:translateY(-20px) rotate(calc(var(--device-rotation, 0deg) + 2deg))}}.device-1{--device-rotation:-15deg}.device-2{--device-rotation:15deg}.device-3{--device-rotation:-5deg}@keyframes glowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes patternMove{0%{background-position:0 0}to{background-position:40px 40px}}@keyframes gridMove{0%{background-position:0 0}to{background-position:30px 30px}}@keyframes textGlow{0%,to{text-shadow:0 4px 20px #0000004d,0 0 30px #fff3}50%{text-shadow:0 4px 30px #0006,0 0 40px #ffffff4d}}@keyframes networkPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.section-container{margin:0 auto;max-width:1200px;padding:40px}.section-title{color:#000;font-size:48px;font-weight:700;margin-bottom:40px;text-align:center}.sparping-section{align-items:flex-start;background-color:#fff;display:flex;min-height:auto;padding-bottom:40px;padding-top:40px;scroll-margin-top:80px}.services-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.service-card{border-radius:12px;padding:40px 20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.service-icon{align-items:center;display:flex;height:64px;justify-content:center;margin-bottom:20px;margin-left:auto;margin-right:auto;width:64px}.service-icon.purple{color:#8b5cf6}.service-icon svg{height:100%;width:100%}.service-title{color:#000;font-size:24px;font-weight:600;margin-bottom:15px}.service-description{color:#666;font-size:16px;line-height:1.8;list-style:none;margin:0;padding:0}.service-description li{margin-bottom:10px;padding-left:24px;position:relative}.service-description li:last-child{margin-bottom:0}.service-description li:before{color:#6366f1;content:"✓";font-size:18px;font-weight:600;left:0;position:absolute}.promo-banner-section{background:linear-gradient(135deg,#3b82f6,#6366f1 50%,#8b5cf6);overflow:hidden;padding:60px 40px;position:relative}.promo-banner-section:before{animation:backgroundShift 15s ease-in-out infinite;background:radial-gradient(circle at 20% 30%,#ffffff26 0,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff26 0,#0000 50%);bottom:0;content:"";right:0}.promo-banner-section:before,.promo-bg-particles{left:0;pointer-events:none;position:absolute;top:0}.promo-bg-particles{height:100%;width:100%;z-index:0}.promo-particle{animation:particleFloat 20s ease-in-out infinite;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff1a;border-radius:50%;position:absolute}.promo-particle-1{animation-delay:0s;height:120px;left:5%;top:10%;width:120px}.promo-particle-2{animation-delay:-5s;height:80px;right:10%;top:60%;width:80px}.promo-particle-3{animation-delay:-10s;bottom:20%;height:100px;left:20%;width:100px}.promo-particle-4{animation-delay:-15s;height:60px;right:25%;top:30%;width:60px}.promo-particle-5{animation-delay:-7s;bottom:40%;height:90px;right:5%;width:90px}.promo-particle-6{animation-delay:-2s;height:70px;left:30%;top:50%;width:70px}.promo-particle-7{animation-delay:-12s;bottom:10%;height:110px;left:10%;width:110px}.promo-particle-8{animation-delay:-8s;height:85px;right:30%;top:20%;width:85px}.promo-particle-9{animation-delay:-4s;bottom:30%;height:65px;right:20%;width:65px}.promo-particle-10{animation-delay:-18s;height:95px;left:50%;top:70%;width:95px}.promo-particle-11{animation-delay:-1s;height:75px;left:40%;top:15%;width:75px}.promo-particle-12{animation-delay:-9s;bottom:50%;height:55px;right:40%;width:55px}.promo-particle-13{animation-delay:-13s;height:105px;left:15%;top:35%;width:105px}.promo-particle-14{animation-delay:-6s;bottom:25%;height:65px;left:45%;width:65px}.promo-particle-15{animation-delay:-11s;height:85px;right:35%;top:55%;width:85px}.promo-particle-16{animation-delay:-16s;bottom:15%;height:70px;right:15%;width:70px}.promo-particle-17{animation-delay:-3s;height:90px;right:5%;top:25%;width:90px}.promo-particle-18{animation-delay:-14s;bottom:35%;height:60px;left:35%;width:60px}.promo-particle-19{animation-delay:-19s;height:80px;left:5%;top:45%;width:80px}.promo-particle-20{animation-delay:-20s;bottom:5%;height:100px;right:25%;width:100px}@keyframes backgroundShift{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes particleFloat{0%,to{opacity:.3;transform:translate(0) scale(1)}25%{opacity:.5;transform:translate(30px,-40px) scale(1.1)}50%{opacity:.4;transform:translate(-20px,-60px) scale(.9)}75%{opacity:.6;transform:translate(40px,-30px) scale(1.05)}}.promo-banner-container{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.promo-banner-illustration{align-items:center;display:flex;height:500px;justify-content:center;position:relative}.promo-illustration-wrapper{height:100%;perspective:1000px;position:relative;transform-style:preserve-3d;width:100%;z-index:10}.promo-document{animation:documentFloat 4s ease-in-out infinite;background:linear-gradient(135deg,#fff,#f0f0f0);border-radius:12px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a,0 0 40px #6366f133;display:flex;flex-direction:column;height:240px;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%) rotateX(15deg) rotateY(-15deg);transition:all .3s ease;width:180px;z-index:15}.promo-document:hover{box-shadow:0 30px 80px #0006,0 0 0 1px #fff3,0 0 60px #6366f166;transform:translate(-50%,-50%) rotateX(10deg) rotateY(-10deg) scale(1.05)}.promo-document-glow{animation:documentGlow 3s ease-in-out infinite;background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:12px;filter:blur(20px);height:100%;opacity:.6;position:absolute;width:100%;z-index:-1}@keyframes documentFloat{0%,to{transform:translate(-50%,-50%) rotateX(15deg) rotateY(-15deg) translateY(0) rotate(0deg)}25%{transform:translate(-50%,-50%) rotateX(18deg) rotateY(-12deg) translateY(-8px) rotate(1deg)}50%{transform:translate(-50%,-50%) rotateX(15deg) rotateY(-15deg) translateY(-15px) rotate(0deg)}75%{transform:translate(-50%,-50%) rotateX(12deg) rotateY(-18deg) translateY(-8px) rotate(-1deg)}}@keyframes documentGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.promo-document-content{display:flex;flex-direction:column;gap:12px;height:100%}.promo-document-icon{align-items:center;animation:iconPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;box-shadow:0 4px 12px #6366f166;color:#fff;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;margin-bottom:10px;overflow:hidden;position:relative;width:40px}.icon-shine{animation:iconShine 3s ease-in-out infinite;position:relative;z-index:2}.promo-document-icon:before{animation:iconShineRotate 3s linear infinite;background:linear-gradient(45deg,#0000,#ffffff4d,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes iconPulse{0%,to{box-shadow:0 4px 12px #6366f166;transform:scale(1)}50%{box-shadow:0 6px 20px #6366f199;transform:scale(1.05)}}@keyframes iconShine{0%,to{text-shadow:0 0 10px #ffffff80}50%{text-shadow:0 0 20px #fffc,0 0 30px #ffffff80}}@keyframes iconShineRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.promo-document-lines{display:flex;flex:1 1;flex-direction:column;gap:8px}.promo-line{animation:lineAppear 1s ease-out forwards;background:linear-gradient(90deg,#e0e0e0,silver);border-radius:4px;height:8px;opacity:0;overflow:hidden;position:relative}.promo-line:after{animation:lineShine 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.promo-line-1{animation-delay:.3s}.promo-line-2{animation-delay:.6s}.promo-line-3{animation-delay:.9s;width:60%}@keyframes lineAppear{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes lineShine{0%{left:-100%}to{left:100%}}.promo-platform{animation:platformRotate 10s linear infinite;background:#ffffff26;border:1px solid #fff3;height:60px;width:60px;z-index:1}.promo-platform,.promo-platform-glow{-webkit-clip-path:polygon(30% 0,70% 0,100% 50%,70% 100%,30% 100%,0 50%);clip-path:polygon(30% 0,70% 0,100% 50%,70% 100%,30% 100%,0 50%);position:absolute}.promo-platform-glow{animation:platformGlow 3s ease-in-out infinite;background:#ffffff1a;filter:blur(8px);height:100%;width:100%;z-index:-1}.promo-platform-1{animation:platformRotate 10s linear infinite;bottom:20%;left:10%}.promo-platform-2{animation:platformRotate 12s linear infinite reverse;right:20%;top:25%}.promo-platform-3{animation:platformRotate 8s linear infinite;left:25%;top:15%}.promo-platform-4{animation:platformRotate 14s linear infinite reverse;bottom:25%;right:10%}.promo-platform-5{animation:platformRotate 9s linear infinite;left:50%;top:50%;transform:translate(-50%,-50%)}.promo-platform-6{animation:platformRotate 11s linear infinite reverse;left:5%;top:30%}.promo-platform-7{animation:platformRotate 13s linear infinite;bottom:15%;right:35%}.promo-platform-8{animation:platformRotate 7s linear infinite reverse;left:40%;top:5%}@keyframes platformRotate{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes platformGlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.promo-banner-content{color:#fff;display:flex;flex-direction:column;gap:25px;opacity:1}.promo-banner-title{color:#fff;font-size:42px;font-weight:700;line-height:1.2;margin:0;opacity:1;text-shadow:0 4px 20px #0003;transform:none}.promo-banner-description{color:#ffffffe6;font-size:18px;line-height:1.7;margin:0;opacity:1}@media (max-width:1024px) and (min-width:769px){.promo-banner-container{gap:50px;grid-template-columns:1fr}.promo-banner-illustration{height:400px;margin:0 auto;max-width:600px}.promo-banner-title{font-size:36px;text-align:center}.promo-banner-description{margin:0 auto;max-width:700px;text-align:center}}@media (max-width:768px){.promo-banner-section{padding:60px 20px}.promo-banner-illustration{height:300px}.promo-banner-title{font-size:28px}.promo-banner-description{font-size:16px}.promo-document{height:190px;width:140px}}@media (max-width:480px){.promo-banner-section{padding:40px 15px}.promo-banner-container{gap:30px}.promo-banner-illustration{height:250px}.promo-banner-title{font-size:24px;line-height:1.3}.promo-banner-description{font-size:15px}}.scroll-item,.scroll-section,.scroll-title{opacity:1;transform:none}.contact-card.scroll-item,.service-card.scroll-item{transform:none}.contact-card,.service-card{transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}.contact-section{background-color:#f8f9ff}.contact-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.contact-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:40px 30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.contact-icon{align-items:center;display:flex;height:64px;justify-content:center;margin-bottom:20px;margin-left:auto;margin-right:auto;width:64px}.contact-icon.blue{color:#3b82f6}.contact-icon svg{height:100%;width:100%}.contact-title{color:#000;font-size:24px;font-weight:600;margin-bottom:15px}.contact-description{color:#666;font-size:16px;line-height:1.6;margin-bottom:20px}.contact-link-btn{background-color:initial;border:2px solid #3b82f6;border-radius:4px;color:#3b82f6;cursor:pointer;font-size:14px;font-weight:500;padding:10px 24px;transition:all .3s ease}.contact-link-btn:hover{background-color:#3b82f6;color:#fff}.services-features-section{background-color:#fff;padding:80px 40px}.services-features-container{grid-gap:40px;align-items:start;border-bottom:1px solid #0000001a;border-top:1px solid #0000001a;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:60px 0}.services-main-content{border-right:1px solid #0000001a;padding-right:40px}.services-main-title{color:#1a1a1a;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 30px}.services-main-text{color:#666;font-size:18px;line-height:1.6;margin:0 0 25px}.services-main-link{color:#8b5cf6;display:inline-block;font-size:18px;font-weight:500;text-decoration:none;transition:color .3s ease}.services-main-link:hover{color:#6366f1}.services-feature-card{padding-left:20px}.feature-card-content{display:flex;flex-direction:column;gap:20px;position:relative}.feature-graphic{border-radius:12px;height:120px;margin-bottom:20px;overflow:hidden;position:relative;width:120px}.feature-graphic-1{background:linear-gradient(135deg,#8b5cf6,#6366f1 50%,#60a5fa);position:relative}.feature-graphic-1:before{animation:wave 4s ease-in-out infinite;background:radial-gradient(circle,#ffffff4d 2px,#0000 0);background-size:30px 30px;content:"";height:200%;position:absolute;transform:rotate(45deg);width:200%}.feature-graphic-2{background:linear-gradient(135deg,#6366f1,#60a5fa 50%,#8b5cf6);position:relative}.feature-graphic-2:before{animation:wave 4s ease-in-out infinite reverse;background:radial-gradient(circle,#ffffff4d 2px,#0000 0);background-size:30px 30px;content:"";height:200%;position:absolute;transform:rotate(-45deg);width:200%}@keyframes wave{0%,to{transform:rotate(45deg) translateX(0)}50%{transform:rotate(45deg) translateX(-20px)}}.feature-text-content{display:flex;flex-direction:column;gap:12px}.feature-card-title{color:#1a1a1a;font-size:28px;font-weight:700;margin:0}.feature-tag-line{align-items:center;display:flex;gap:10px;margin:5px 0}.feature-tag-line-purple{background:linear-gradient(90deg,#8b5cf6,#6366f1);border-radius:2px;height:2px;width:40px}.feature-tag{color:#999;font-size:14px;font-weight:400;letter-spacing:.5px;text-transform:uppercase}.feature-card-text{color:#666;font-size:16px;line-height:1.6;margin:0}.news-section{background-color:#fff}.news-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.news-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.news-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.news-image{background-color:#f0f0f0;height:250px;overflow:hidden;width:100%}.news-image-placeholder{background-position:50%;background-size:cover;height:100%;width:100%}.news-image-placeholder.person{align-items:center;background:linear-gradient(135deg,#e0e0e0,silver);display:flex;font-size:48px;justify-content:center}.news-image-placeholder.galaxy{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);overflow:hidden;position:relative}.news-image-placeholder.galaxy:before{animation:twinkle 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff4d 1px,#0000 0);background-size:30px 30px;content:"";height:200%;position:absolute;width:200%}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.news-content{padding:30px}.news-title{color:#000;font-size:20px;font-weight:600;line-height:1.4;margin-bottom:15px}.news-excerpt{color:#666;font-size:16px;line-height:1.6;margin-bottom:20px}.news-read-more{align-items:center;color:#6366f1;display:inline-flex;font-size:15px;font-weight:500;gap:8px;margin-top:10px;text-decoration:none;transition:all .3s ease}.news-read-more:hover{color:#8b5cf6;gap:12px}.news-read-more .read-more-icon{height:18px;transition:transform .3s ease;width:18px}.news-read-more:hover .read-more-icon{transform:translateX(4px)}.news-section-footer{margin-top:50px;text-align:center}.news-view-all-btn{align-items:center;display:inline-flex;gap:10px;padding:14px 32px}.btn-arrow-icon{height:20px;transition:transform .3s ease;width:20px}.news-view-all-btn:hover .btn-arrow-icon{transform:translateX(4px)}.main-footer{background-color:#f8f9ff;border-top:1px solid #0000000d}.footer-top{padding:80px 40px 60px}.footer-container{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1.5fr;margin:0 auto;max-width:1200px}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{color:#000;font-family:Roboto,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:32px;font-weight:700;margin:0}.footer-description{color:#666;font-size:16px;line-height:1.6;margin:0;max-width:300px}.footer-newsletter{margin:25px 0 20px}.footer-newsletter-title{color:#000;font-size:16px;font-weight:600;margin:0 0 8px}.footer-newsletter-description{color:#666;font-size:13px;line-height:1.5;margin:0 0 16px}.footer-newsletter-form{width:100%}.footer-newsletter-input-group{display:flex;gap:8px;margin-bottom:8px}.footer-newsletter-input{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#000;flex:1 1;font-family:inherit;font-size:14px;padding:10px 14px;transition:all .3s ease}.footer-newsletter-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.footer-newsletter-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.footer-newsletter-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease;white-space:nowrap}.footer-newsletter-button:hover:not(:disabled){background:linear-gradient(135deg,#5b5ff0,#7c3aed);box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.footer-newsletter-button:active:not(:disabled){transform:translateY(0)}.footer-newsletter-button:disabled{cursor:not-allowed;opacity:.6}.footer-newsletter-message{font-size:12px;line-height:1.4;margin:0;padding:6px 0}.footer-newsletter-message-success{color:#10b981}.footer-newsletter-message-error{color:#ef4444}.footer-social{display:flex;gap:15px;margin-top:10px}.social-link{align-items:center;background-color:#fff;border:1px solid #0000001a;border-radius:50%;color:#666;display:flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}.social-link:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000;box-shadow:0 4px 12px #6366f14d;color:#fff;transform:translateY(-2px)}.social-icon{stroke-width:2;height:20px;width:20px}.footer-links{display:flex;flex-direction:column;gap:20px}.footer-links-title{color:#000;font-size:18px;font-weight:600;margin:0}.footer-links-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.footer-links-list li{margin:0}.footer-links-list a{color:#666;display:inline-block;font-size:15px;text-decoration:none;transition:color .3s ease}.footer-links-list a:hover{color:#6366f1;padding-left:5px}.footer-contact{display:flex;flex-direction:column;gap:20px}.footer-contact-item{align-items:center;display:flex;gap:12px}.footer-contact-icon{stroke-width:2;color:#6366f1;flex-shrink:0;height:20px;width:20px}.footer-contact-item a,.footer-contact-item span{color:#666;font-size:15px;text-decoration:none;transition:color .3s ease}.footer-contact-item a:hover{color:#6366f1}.footer-bottom{background-color:#fff;border-top:1px solid #0000000d;padding:30px 40px}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-copyright{color:#999;font-size:14px;margin:0}.footer-legal{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:12px}.footer-legal a{color:#666;font-size:13px;text-decoration:none;transition:color .3s ease;white-space:nowrap}.footer-legal a:hover{color:#6366f1}.footer-separator{color:#ccc;flex-shrink:0;font-size:13px;-webkit-user-select:none;user-select:none}@media (max-width:1200px){.header-container{padding:0 30px}.section-container{padding:70px 30px}.hero-container{gap:50px}}@media (max-width:1024px) and (min-width:769px){.header-container{padding:0 30px}.hero-container{gap:50px;grid-template-columns:1fr}.hero-graphics{height:400px;margin:0 auto;max-width:600px;order:-1}.hero-content{text-align:center}.news-grid,.services-grid{gap:30px;grid-template-columns:repeat(2,1fr)}.promo-banner-section,.services-features-section,.sparping-section{padding:70px 30px}.services-features-container{gap:50px;grid-template-columns:1fr;padding:50px 0}.services-main-content{border-bottom:1px solid #0000001a;border-right:none;margin-bottom:40px;padding-bottom:40px;padding-right:0;text-align:center}.services-main-title{font-size:40px}.services-main-text{font-size:17px}.services-feature-card{padding-left:0;text-align:center}.feature-graphic{margin:0 auto 20px}.footer-container{gap:40px;grid-template-columns:repeat(2,1fr)}.hero-title{font-size:52px;line-height:1.2}.hero-subtitle{font-size:24px}.section-title{font-size:38px}.service-card{padding:30px 25px}.contact-page-content{gap:40px;grid-template-columns:1fr}.contact-info-wrapper{position:static}.footer-legal{flex-wrap:wrap;gap:10px}.footer-legal a,.footer-separator{font-size:12px}.section-container{padding:60px 30px}}@media (max-width:768px){.mobile-menu-toggle{display:flex}.header-left{gap:20px}.main-nav{-webkit-overflow-scrolling:touch;align-items:flex-start;background-color:#fff;bottom:0;box-shadow:2px 0 10px #0000001a;flex-direction:column;gap:25px;justify-content:flex-start;left:0;overflow-y:auto;padding:calc(100px + env(safe-area-inset-top, 0px)) calc(30px + env(safe-area-inset-right, 0px)) calc(30px + env(safe-area-inset-bottom, 0px)) calc(30px + env(safe-area-inset-left, 0px));position:fixed;right:0;top:0;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.main-nav.mobile-open{transform:translateX(0)}.main-nav a{border-bottom:1px solid #0000000d;font-size:20px;font-weight:500;padding:10px 0;width:100%}.header-auth-buttons{bottom:calc(30px + env(safe-area-inset-bottom, 0px));flex-direction:column;gap:12px;left:0;padding:0 calc(30px + env(safe-area-inset-right, 0px)) 0 calc(30px + env(safe-area-inset-left, 0px));position:fixed;right:0;top:auto;transform:translateY(100%);transition:transform .3s ease;z-index:1001}.header-auth-buttons.mobile-open{transform:translateY(0)}.header-auth-buttons .btn{text-align:center;width:100%}.main-header.dark-mode .main-nav.mobile-open{background-color:#1a1a1a}.main-header.dark-mode .main-nav.mobile-open a{border-bottom-color:#ffffff1a;color:#e0e0e0}.main-header.dark-mode .main-nav.mobile-open a:hover{color:#6366f1}.header-container{padding:0 calc(20px + env(safe-area-inset-right, 0px)) 0 calc(20px + env(safe-area-inset-left, 0px));position:relative}.header-auth-buttons{gap:8px}.btn-outline,.header-auth-buttons .btn-primary{font-size:14px;padding:8px 16px}.hero-title{font-size:42px}.hero-subtitle{font-size:22px}.hero-description{font-size:16px}.hero-buttons{flex-direction:column}.btn{padding:14px 24px;width:100%}.news-grid,.services-grid{gap:25px;grid-template-columns:1fr}.section-container{padding:50px 20px}.hero-content{gap:25px;text-align:center}.hero-buttons{gap:15px;width:100%}.hero-buttons .btn{width:100%}.service-card{padding:30px 20px}.service-title{font-size:22px}.service-description{font-size:15px}.section-title{font-size:32px;margin-bottom:35px;text-align:center}.hero-section{min-height:auto;padding:60px 20px}.hero-container{gap:40px}.hero-graphics{height:300px;order:-1}.promo-banner-section,.sparping-section{padding:60px 20px}.promo-banner-container{gap:40px}.services-features-section{padding:60px 20px}.services-features-container{gap:40px}.services-main-title{font-size:32px;line-height:1.3}.services-main-text{font-size:16px;line-height:1.6}.feature-card-title{font-size:22px}.feature-card-description{font-size:15px}.footer-top{padding:50px 20px 30px}.footer-container{gap:35px;grid-template-columns:1fr}.footer-brand{text-align:center}.footer-description{max-width:100%;text-align:center}.footer-newsletter{text-align:center}.footer-newsletter-input-group{flex-direction:column}.footer-newsletter-button{width:100%}.footer-social{justify-content:center}.footer-links{text-align:center}.footer-bottom{padding:25px 20px}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-legal{flex-wrap:wrap;gap:8px 12px;justify-content:center}.footer-legal a,.footer-separator{font-size:12px}.footer-copyright{font-size:13px;text-align:center}.device-1,.device-2,.device-3{height:250px;width:150px}.device-3{height:140px;width:200px}.bg-shape{filter:blur(40px)}.particle{height:6px;width:6px}}@media (max-width:480px){.header-container{padding:0 15px}.logo-img{height:32px}.main-nav{padding:90px 20px 20px}.main-nav a{font-size:18px}.header-auth-buttons{bottom:20px;padding:0 20px}.btn-outline,.header-auth-buttons .btn-primary{font-size:14px;padding:12px 16px}.hero-title{font-size:36px}.hero-subtitle{font-size:20px}.hero-description{font-size:15px}.section-title{font-size:28px;margin-bottom:30px}.section-container{padding:40px 15px}.hero-content{gap:20px}.service-card{padding:30px 15px}.contact-card{padding:30px 20px}.service-icon{height:56px;width:56px}.service-icon svg{height:100%;width:100%}.hero-section,.promo-banner-section,.services-features-section,.sparping-section{padding:40px 15px}.services-features-container{gap:35px;padding:30px 0}.services-main-title{font-size:28px;line-height:1.3}.services-main-text{font-size:15px}.feature-graphic{height:80px;width:80px}.feature-card-title{font-size:20px}.feature-card-description{font-size:14px}.contact-title{font-size:20px}.contact-description{font-size:14px}.contact-link-btn{font-size:13px;padding:10px 20px}.footer-top{padding:50px 15px 30px}.footer-container{gap:35px}.footer-logo{font-size:28px}.footer-description{font-size:15px}.footer-bottom{padding:20px 15px}.footer-legal{align-items:center;flex-direction:column;gap:8px}.footer-separator{display:none}.footer-legal a{font-size:12px}.hero-graphics{height:300px}.device-1,.device-2{height:200px;width:120px}.device-3{height:110px;width:160px}.bg-shape{filter:blur(30px);opacity:.2}.bg-shape-1,.bg-shape-2,.bg-shape-3{height:150px;width:150px}.particle{height:4px;width:4px}.device-text{font-size:20px}.news-content{padding:20px}.news-title{font-size:18px}.news-excerpt{font-size:14px}}@media (max-width:360px){.hero-title{font-size:32px}.section-title{font-size:24px}}@media print{.contact-section,.hero-section,.main-footer,.main-header,.news-section,.services-features-section,.sparping-section{page-break-inside:avoid}}
/*# sourceMappingURL=main.caf69b8e.css.map*/