body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:radial-gradient(circle at 20% 20%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;border-bottom:1px solid #22344c;position:sticky;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1200px;padding:16px 20px}.nav-logo a{color:#fff;font-size:30px;font-weight:700;letter-spacing:.5px;text-decoration:none;transition:.3s}.nav-logo a:hover{color:#2563eb}.nav-menu{align-items:center;display:flex;gap:34px}.nav-menu a{color:#fff;font-size:15px;font-weight:500;letter-spacing:.3px;position:relative;text-decoration:none;transition:.3s}.nav-menu a:hover{color:#2563eb}.nav-menu a:after{background:#2563eb;bottom:-6px;content:"";height:2px;left:0;position:absolute;transition:.3s ease;width:0}.nav-menu a:hover:after{width:100%}.menu-icon{color:#fff;cursor:pointer;font-size:32px}.close-btn,.menu-icon{display:none}.menu-overlay{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#00000059;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:900}@media (max-width:768px){.menu-icon{display:block}.nav-menu{align-items:center;background:radial-gradient(circle at 20% 30%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;box-shadow:-5px 0 20px #0000001f;flex-direction:column;gap:28px;height:100vh;justify-content:center;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .4s ease;width:260px;z-index:1000}.nav-menu.active{transform:translateX(0)}.nav-menu a{color:#fff;font-size:18px;font-weight:500}.nav-menu a:after{display:none}.close-btn{color:#fff;cursor:pointer;display:block;font-size:26px;position:absolute;right:25px;top:15px}}.footer{background:radial-gradient(circle at 20% 20%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;border-top:1px solid #22344c;color:#fff;overflow:hidden;position:relative}.footer:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.footer-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:auto;max-width:1200px;padding:80px 20px;position:relative;z-index:2}.footer-section h3{background:linear-gradient(90deg,#38bdf8,#6366f1);-webkit-background-clip:text;color:#0000;font-size:26px;font-weight:700;letter-spacing:.4px;margin-bottom:18px}.footer-section h4{color:#e2e8f0;font-size:18px;margin-bottom:16px;position:relative}.footer-section h4:after{background:linear-gradient(90deg,#38bdf8,#9333ea);border-radius:2px;content:"";display:block;height:3px;margin-top:6px;width:40px}.footer-section p{color:#94a3b8;font-size:14px;line-height:1.7;max-width:320px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{color:#cbd5f5;font-size:14px;margin-bottom:10px}.footer-section a{color:#cbd5f5;text-decoration:none;transition:.3s}.footer-section a:hover{color:#38bdf8;padding-left:6px}.footer-social{display:flex;gap:14px;margin-top:20px}.footer-social a{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff;display:flex;font-size:18px;justify-content:center;padding:10px;transition:.3s}.footer-social a:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 8px 25px #2563eb66,0 0 10px #7c3aed66;transform:translateY(-4px)}.footer-contact li{color:#cbd5f5;font-size:14px}.footer-bottom{background:#ffffff05;border-top:1px solid #ffffff14;color:#64748b;font-size:14px;padding:22px;text-align:center}@media(max-width:768px){.footer-container{gap:35px;grid-template-columns:1fr;padding:60px 20px}.footer-bottom{font-size:13px;padding:18px}}.hero{align-items:center;background:radial-gradient(circle at 20% 20%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;display:flex;height:90vh;justify-content:center;overflow:hidden;padding:0 20px;position:relative}.hero:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.hero-container{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1200px;position:relative;width:100%;z-index:2}.hero-content{max-width:650px}.hero-title{color:#fff;font-size:clamp(42px,8vw,60px);font-weight:700;line-height:1.05;margin-bottom:25px}.hero-light{color:#e2e8f0;display:block}.hero-outline{-webkit-text-stroke:2px #38bdf8;color:#0000;display:block}.hero-animated{animation:fadeSlide .6s ease;background:linear-gradient(90deg,#38bdf8,#6366f1);-webkit-background-clip:text;color:#fff;color:#0000;display:block}@keyframes fadeSlide{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.hero-description{color:#cbd5f5;font-size:18px;line-height:1.7;margin-bottom:35px;max-width:650px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.primary-btn{background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:40px;box-shadow:0 8px 25px #2563eb66;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 28px;transition:.3s}.primary-btn:hover{box-shadow:0 15px 40px #7c3aed80;transform:translateY(-3px)}.secondary-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #fff3;border-radius:40px;color:#fff;cursor:pointer;font-size:15px;padding:14px 26px;transition:.3s}.secondary-btn:hover{border-color:#38bdf8;color:#38bdf8;transform:translateY(-2px)}.hero-visual{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,69px);position:absolute;right:43px;top:-30px}.tech-card{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;box-shadow:0 10px 30px #0006;color:#38bdf8;display:flex;font-size:26px;height:70px;justify-content:center;transition:.3s;width:70px}.tech-card:hover{border-color:#2563eb;box-shadow:0 18px 40px #2563eb66,0 0 15px #2563eb66;transform:translateY(-6px)}.services{background:#020617;padding-left:20px;padding-right:20px}.services-header{margin:auto auto 80px;max-width:700px}.services-header h2{color:#fff;display:inline-block;font-size:38px;font-weight:700;margin-bottom:10px;position:relative}.services-header h2:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:3px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.services-sub{color:#94a3b8;font-size:16px;line-height:1.6}@media(max-width:768px){.hero-title{font-size:clamp(36px,10vw,60px)}.hero-description{font-size:15px}.hero-buttons{gap:8px}.primary-btn,.secondary-btn{font-size:14px;padding:12px 22px}.hero-visual{grid-template-columns:repeat(2,49px);right:-10px;top:-80px}.tech-card{font-size:20px;height:45px;width:45px}.services-header h2{font-size:28px}.services-sub{font-size:14px}}.software-preview{background:radial-gradient(circle at 20% 20%,#3b82f633,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea33,#0000 40%),#020617;overflow:hidden;padding:90px 20px;position:relative}.software-preview:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:80px 80px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.software-container{margin:auto;max-width:1200px;position:relative;z-index:2}.software-header{margin-bottom:60px;text-align:center}.software-header h2{color:#fff;display:inline-block;font-size:38px;font-weight:700;letter-spacing:-.5px;padding-bottom:10px;position:relative}.software-header h2:after{background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:4px;bottom:0;box-shadow:0 0 15px #6366f1b3;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.software-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;box-shadow:0 10px 40px #0000004d;position:relative}.software-card:hover{box-shadow:0 20px 60px #2563eb40,0 0 25px #2563eb4d;transform:translateY(-12px)}.service-icon{background:#3b82f626;padding:12px;transition:.3s}.software-card:hover .service-icon{background:#2563eb;box-shadow:0 0 20px #2563ebcc;color:#fff}.card-number{color:#94a3b8}.card-btn:hover{box-shadow:0 12px 35px #7c3aed80}.view-button{display:flex;justify-content:center}.card-btnn{background:#fff;border:none;border-radius:30px;color:#020617;cursor:pointer;font-size:14px;font-weight:600;margin-top:30px;padding:12px 28px;transition:.3s}.card-btnn:hover{background:#e2e8f0}.swiper{padding-bottom:30px}.swiper-slide{display:flex;justify-content:center}@media(max-width:992px){.software-header h2{font-size:32px}}@media(max-width:768px){.software-preview{padding:70px 20px}.software-header h2{font-size:26px}.software-card{padding:24px}.service-icon{font-size:22px;padding:10px}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.consultation{background:radial-gradient(circle at 20% 30%,#2563eb33,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea33,#0000 40%),#020617;overflow:hidden;padding:100px 20px;position:relative}.consultation:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.consultation-container{margin:auto;max-width:1200px;position:relative;text-align:center;z-index:2}.consultation h2{color:#fff;display:inline-block;font-size:36px;font-weight:700;letter-spacing:-.3px;margin-bottom:10px;position:relative}.consultation h2:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:4px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.consultation-sub{color:#94a3b8;font-size:16px;margin-bottom:60px}.process-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.process-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 10px 40px #0006;padding:35px 25px;position:relative;transition:.35s}.process-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #2563eb40,0 0 20px #2563eb4d;transform:translateY(-10px)}.process-icon{color:#38bdf8;font-size:30px;margin-bottom:15px}.process-card h3{color:#fff;font-size:18px;margin-bottom:10px}.process-card p{color:#cbd5f5;font-size:14px;line-height:1.6}.process-number{color:#64748b;font-size:20px;font-weight:600;position:absolute;right:20px;top:15px}@media(max-width:768px){.consultation h2{font-size:28px}.consultation-sub{font-size:14px}}.home-carousel{background:radial-gradient(circle at 20% 30%,#2563eb33,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea33,#0000 40%),#020617;overflow:hidden;padding:80px 0;position:relative}.home-carousel:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.carousel-header{margin-bottom:50px;position:relative;text-align:center;z-index:2}.carousel-header h2{color:#fff;display:inline-block;font-size:34px;font-weight:700;margin-bottom:10px;position:relative}.carousel-header h2:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:4px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.carousel-header p{color:#94a3b8;font-size:15px;line-height:1.6;margin:auto;max-width:600px}.carousel-row{margin:20px 0;overflow:hidden;position:relative;white-space:nowrap;z-index:2}.carousel-track{animation-duration:25s;animation-iteration-count:infinite;animation-timing-function:linear;display:flex;gap:40px;width:max-content}.carousel-row.left .carousel-track{animation-name:scrollLeft}.carousel-row.right .carousel-track{animation-name:scrollRight}.carousel-item{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:30px;box-shadow:0 8px 25px #0006;color:#e2e8f0;display:flex;font-size:14px;gap:10px;padding:10px 22px;transition:.3s}.carousel-item:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 10px 30px #2563eb66,0 0 15px #7c3aed66;color:#fff;transform:translateY(-4px)}.carousel-icon{color:#38bdf8;font-size:18px;transition:.3s}.carousel-item:hover .carousel-icon{color:#fff}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media(max-width:768px){.carousel-track{gap:25px}.carousel-item{font-size:13px;padding:8px 16px}.carousel-header h2{font-size:26px}.carousel-header p{font-size:14px}}.about{background:radial-gradient(circle at 20% 30%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;font-family:Inter,sans-serif;overflow:hidden;padding:120px 20px;position:relative}.about:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.about-container{margin:auto;max-width:1200px;position:relative;z-index:2}.about-top{align-items:flex-start;display:flex;gap:70px;margin-bottom:90px}.about-left{flex:1 1}.about-left h1{color:#fff;font-size:44px;font-weight:700;letter-spacing:-.5px;margin-bottom:18px;position:relative}.about-left h1:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:3px;content:"";display:block;height:4px;margin-top:12px;width:80px}.about-intro{color:#38bdf8;font-size:19px;font-weight:600;margin-bottom:20px}.about-left p{color:#cbd5f5;font-size:15px;line-height:1.8;margin-bottom:16px}.about-right{grid-gap:22px;display:grid;flex:1 1;gap:22px}.highlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 10px 40px #0006;overflow:hidden;padding:26px;position:relative;transition:.35s ease}.highlight-card:before{background:linear-gradient(90deg,#2563eb,#9333ea);content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:.3s;width:100%}.highlight-card:hover:before{opacity:1}.highlight-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #2563eb40,0 0 20px #7c3aed4d;transform:translateY(-6px)}.highlight-card h3{color:#38bdf8;font-size:18px;margin-bottom:8px}.highlight-card p{color:#cbd5f5;font-size:14px;line-height:1.6}.about-stats{display:flex;gap:20px;justify-content:space-between;margin-bottom:90px;text-align:center}.stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;box-shadow:0 8px 25px #0006;flex:1 1;padding:28px;transition:.3s}.stat:hover{border-color:#2563eb;box-shadow:0 15px 40px #2563eb40;transform:translateY(-6px)}.stat h2{color:#38bdf8;font-size:38px;font-weight:700;margin-bottom:6px}.stat p{color:#94a3b8;font-size:14px}.about-values{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.value-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 10px 40px #0006;padding:38px;position:relative;transition:.3s}.value-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #2563eb40,0 0 20px #7c3aed4d;transform:translateY(-6px)}.value-card:before{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:4px 4px 0 0;content:"";height:4px;left:0;position:absolute;top:0;width:100%}.value-card h3{color:#38bdf8;font-size:20px;margin-bottom:12px}.value-card p{color:#cbd5f5;font-size:15px;line-height:1.7}@media(max-width:900px){.about-top{flex-direction:column;gap:40px}.about-stats{flex-direction:column;gap:20px}.about-left h1{font-size:34px}.about-intro{font-size:17px}}.infrastructure-services{background:radial-gradient(circle at 20% 30%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;overflow:hidden;padding:80px 20px;position:relative}.infrastructure-services:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.services-container{margin:auto;max-width:1200px;position:relative;z-index:2}.services-header{margin-bottom:60px;text-align:center}.services-header h1{color:#fff;display:inline-block;font-size:40px;font-weight:700;margin-bottom:10px;position:relative}.services-header h1:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:3px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:70px}.services-header p{color:#94a3b8;font-size:16px;line-height:1.6;margin:auto;max-width:600px}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.software-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;box-shadow:0 10px 40px #0006;display:flex;flex-direction:column;padding:32px;transition:all .35s ease}.software-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #2563eb40,0 0 20px #7c3aed4d;transform:translateY(-10px)}.card-top{justify-content:space-between;margin-bottom:18px}.card-top,.service-icon{align-items:center;display:flex}.service-icon{background:#2563eb26;border-radius:12px;color:#38bdf8;font-size:26px;justify-content:center;padding:10px}.card-number{color:#64748b;font-size:22px;font-weight:600}.software-card h3{color:#fff;font-size:20px;font-weight:600;margin-bottom:8px}.tech{color:#38bdf8;font-size:13px;font-weight:500;letter-spacing:.3px;margin-bottom:12px}.desc{color:#cbd5f5;flex-grow:1;font-size:14px;line-height:1.6;margin-bottom:22px}.card-btn{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:25px;box-shadow:0 8px 20px #2563eb66;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 22px;transition:.3s}.card-btn:hover{box-shadow:0 12px 30px #7c3aed80;transform:translateY(-2px)}@media(max-width:992px){.services-header h1{font-size:32px}}@media(max-width:768px){.infrastructure-services{padding:60px 20px}.services-header h1{font-size:26px}.services-header p{font-size:14px}.software-card{padding:24px}.service-icon{font-size:22px;padding:8px}}.founder-page{background:radial-gradient(circle at 20% 30%,#2563eb40,#0000 40%),radial-gradient(circle at 80% 40%,#9333ea40,#0000 40%),#020617;font-family:Inter,sans-serif;overflow:hidden;padding:100px 20px;position:relative}.founder-page:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:90px 90px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.founder-container{margin:auto;max-width:1200px;position:relative;z-index:2}.founder-header{margin-bottom:70px;text-align:center}.founder-header h1{color:#fff;display:inline-block;font-size:44px;font-weight:700;letter-spacing:-1px;margin-bottom:12px;position:relative}.founder-header h1:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:3px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.founder-header p{color:#94a3b8;font-size:17px;line-height:1.7;margin:25px auto 0;max-width:650px}.founder-profile{align-items:center;display:flex;gap:70px;margin-bottom:90px}.founder-image{position:relative}.founder-image img{border-radius:22px;box-shadow:0 25px 60px #00000080;transition:.4s ease;width:300px}.founder-image img:hover{transform:scale(1.05)}.founder-image:after{background:linear-gradient(45deg,#2563eb,#9333ea);content:"";filter:blur(100px);height:280px;left:20px;opacity:.35;position:absolute;top:20px;width:280px;z-index:-1}.founder-details{flex:1 1}.founder-details h2{color:#fff;font-size:34px;font-weight:700;margin-bottom:6px}.founder-details h4{color:#38bdf8;font-size:15px;font-weight:600;letter-spacing:.6px;margin-bottom:20px;text-transform:uppercase}.founder-details p{color:#cbd5f5;font-size:15px;line-height:1.8;margin-bottom:18px}.founder-details strong{color:#38bdf8;font-weight:600}.founder-qualifications{margin-top:30px}.founder-qualifications h3{color:#fff;font-size:30px;margin-bottom:50px;position:relative;text-align:center}.founder-qualifications h3:after{background:linear-gradient(90deg,#2563eb,#9333ea);border-radius:3px;content:"";display:block;height:4px;margin:14px auto 0;width:80px}.qualifications-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.qualification-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;box-shadow:0 10px 40px #0006;overflow:hidden;padding:28px;position:relative;transition:.35s ease}.qualification-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #2563eb40,0 0 20px #7c3aed4d;transform:translateY(-8px)}.qualification-card:before{background:linear-gradient(90deg,#2563eb,#9333ea);content:"";height:4px;left:0;opacity:0;position:absolute;top:0;transition:.3s;width:100%}.qualification-card:hover:before{opacity:1}.qualification-card h4{color:#38bdf8;font-size:18px;font-weight:600;margin-bottom:10px}.qualification-card p{color:#cbd5f5;font-size:14px;line-height:1.7}@media(max-width:992px){.founder-header h1{font-size:36px}.founder-details h2{font-size:30px}}@media(max-width:900px){.founder-profile{flex-direction:column;gap:40px;text-align:center}.founder-image img{width:240px}}@media(max-width:768px){.founder-page{padding:70px 20px}.founder-header h1{font-size:30px}.founder-header p{font-size:15px}.founder-details h2{font-size:26px}.founder-details p{font-size:14px}}
/*# sourceMappingURL=main.cdedd49d.css.map*/