:root{--primary-bg:#000;--secondary-bg:#333;--tertiary-bg:#333;--accent-color:#0f2;--text-color-light:white;--text-color-dark:#333;--text-content-bg:#46464699;--text-content-border:#ffffff1a;--navbar-height:80px;--section-padding:10px;--container-padding:15px 20px;--container-max-width:1200px;--mobile-menu-width:200px;--base-font-size:16px;--heading-font-size:50px;--why-b2-font-size:60px;--section-font-size:24px;--font-weight-bold:bold;--box-shadow:0 4px 6px #0000001a;--border-radius:5px;--features-grid-gap:30px;--feature-box-bg:#d2d2d2;--feature-box-border-radius:8px;--feature-box-padding:30px;--feature-box-shadow:0 2px 10px #0000000d;--feature-box-hover-shadow:0 5px 15px #0000001a;--feature-number-colors:#4a90e2,#50b068,#e6903b,#d9534f,#9c27b0,#02bcd4;--feature-title-font-weight:bold;--feature-title-text-transform:uppercase;--feature-title-margin-bottom:20px;--feature-title-font-size:16px;--feature-content-font-size:20px;--feature-content-color:#000;--services-grid-gap:20px;--service-box-bg:#d2d2d2;--service-box-padding:20px;--service-box-border-radius:10px;--service-box-shadow:0 4px 6px #0000001a;--service-box-hover-shadow:0 8px 12px #0003;--divider-height:3px;--divider-bg:#000;--divider-margin:20px 0;--service-title-font-weight:bold;--service-title-font-size:18px;--service-title-color:#000;--service-content-font-size:20px}html{scroll-behavior:smooth;width:100%;height:100%;margin:0;overflow-x:hidden}.no-scroll{overflow:hidden}body{max-width:100%;min-height:100vh;margin:0;font-family:Arial,sans-serif;overflow-x:hidden}h1{color:var(--text-color-light)}.page-content{padding-top:var(--navbar-height);overflow-x:hidden}main{flex:1}.navbar{background:var(--primary-bg);box-shadow:var(--box-shadow);z-index:1000;width:100%;position:fixed;top:0}.container{padding:var(--container-padding);max-width:var(--container-max-width);justify-content:space-between;align-items:center;margin:auto;display:flex}.logo{font-size:var(--heading-font-size);font-weight:var(--font-weight-bold);color:var(--accent-color);white-space:nowrap;text-decoration:none}.nav-links{gap:20px;list-style:none;display:flex}.nav-links li{display:inline}.nav-links a,.nav-links button{color:var(--text-color-light);cursor:pointer;font-size:20px;font-weight:var(--font-weight-bold);background:0 0;border:none;text-decoration:none}.nav-links a:hover,.nav-links button:hover{color:var(--accent-color)}.menu-btn{cursor:pointer;color:var(--accent-color);background:0 0;border:none;font-size:24px;display:none}.language-switcher{padding:0 1rem}.language-select{border:1px solid var(--accent-color);cursor:pointer;appearance:none;color:#fff;background-color:#0f0c0c;border-radius:4px;padding:.5rem;font-size:1rem}.language-select:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 2px #007bff40}@media (max-width:768px){.navbar{z-index:1000;width:100%;position:absolute;top:0;left:0}.page-content{margin-top:var(--navbar-height)}}.second-why,.services,.industries{text-align:center;height:auto;font-size:var(--section-font-size);padding:var(--section-padding);background-color:var(--secondary-bg);z-index:auto;justify-content:center;align-items:center;display:block;position:relative}.section{text-align:center;height:auto;font-size:var(--section-font-size);padding:var(--section-padding);z-index:auto;background-color:#0000;justify-content:center;align-items:center;display:block;position:relative}.services{background-color:var(--tertiary-bg)}.services:after,.section:first-child:after,.second-why:after,.industries:after{content:"";transform-origin:0 100%;z-index:5;background-color:#d2d2d2;width:150vw;height:100px;margin:60px auto;display:block;position:relative;bottom:-30px;left:-5rem;transform:rotate(3deg)}.features{background:var(--secondary-bg)}.text-content{background-color:var(--text-content-bg);border:1px solid var(--text-content-border);text-align:left;max-width:800px;margin:30px auto;padding:20px}.why-b2{font-size:var(--why-b2-font-size);margin-bottom:40px}.intro-text,.intro-text-services{color:var(--text-color-light);background-color:var(--text-content-bg);border:1px solid var(--text-content-border);text-align:left;max-width:800px;margin:0 auto 60px;padding:20px;line-height:1.7}.intro-text-services{text-align:left;font-size:20px}.intelligence-text-header{font-size:50px}.laptop-box{z-index:100;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;max-width:650px;margin:3rem auto;padding:10px;display:flex;position:relative}.svg-row{flex-direction:row;display:flex}.laptop-header{margin-top:5rem}.try-demo{color:#fff;cursor:pointer;z-index:0;-webkit-user-select:none;user-select:none;touch-action:manipulation;text-align:center;background:#111;border:none;border-radius:10px;outline:none;align-items:center;width:20rem;height:5rem;padding:.6em 2em;font-size:25px;font-style:italic;position:relative;top:-5rem}.try-demo:before{content:"";z-index:-1;-webkit-filter:blur(5px);background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red) 0 0/400%;border-radius:10px;width:calc(100% + 4px);height:calc(100% + 4px);transition:opacity .3s ease-in-out;animation:20s linear infinite glowing-button-85;position:absolute;top:-2px;left:-2px}@keyframes glowing-button-85{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.try-demo:after{z-index:-1;content:"";background:#222;border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.container{padding:10px 20px}.logo{font-size:24px}.menu-btn{display:block}.nav-links{background:var(--primary-bg);top:var(--navbar-height);width:var(--mobile-menu-width);box-shadow:var(--box-shadow);border-radius:var(--border-radius);flex-direction:column;padding:10px;display:none;position:absolute;right:20px}.nav-links.open{display:flex}.language-switcher{padding:0 .5rem}.language-select{padding:.5rem;font-size:.9rem}.services:after,.section:first-child:after,.second-why:after,.industries:after{content:"";transform-origin:0 100%;z-index:5;background-color:#d2d2d2;width:100vw;height:100px;margin:5px auto;display:block;position:relative;bottom:-20px;left:-3vw;transform:rotate(3deg)}}
.Footer-module__nhiC3q__footer{color:#fff;background-color:#000;border-top:1px solid #333;width:100%;margin-top:auto;padding:1.5rem 0}.Footer-module__nhiC3q__container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.Footer-module__nhiC3q__content{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.Footer-module__nhiC3q__copyright{margin-bottom:1rem;font-size:.875rem}.Footer-module__nhiC3q__links{gap:1.5rem;display:flex}.Footer-module__nhiC3q__links a{color:#fff;font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__nhiC3q__links a:hover{color:#ccc}@media (min-width:768px){.Footer-module__nhiC3q__content{flex-direction:row}.Footer-module__nhiC3q__copyright{margin-bottom:0}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_396b12ce-module__rRjk0G__className{font-family:Inter,Inter Fallback;font-style:normal}
.GoToTop-module__u5uW0q__goToTopButton{color:#fff;cursor:pointer;z-index:1000;background-color:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .3s,transform .3s;display:flex;position:fixed;bottom:20px;right:15px;box-shadow:0 2px 10px #0000004d}.GoToTop-module__u5uW0q__goToTopButton:hover{background-color:#333;transform:translateY(-3px)}.GoToTop-module__u5uW0q__goToTopButton:active{transform:translateY(0)}@media (min-width:768px){.GoToTop-module__u5uW0q__goToTopButton{display:none}}
