@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);@font-face{font-display:swap;font-family:ComfortaaBold;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfJh1Zyc61YA.woff) format("woff")}@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}code{font-family:Poppins,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none!important}.global-container{margin:0 auto;max-width:1200px;padding:0 1rem}.global-btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.global-btn-primary{background-color:#007bff;color:#fff}.global-btn-primary:hover{background-color:#0056b3;transform:translateY(-2px)}.global-btn-secondary{background-color:#6c757d;color:#fff}.global-btn-secondary:hover{background-color:#545b62;transform:translateY(-2px)}.global-form-group{margin-bottom:1rem}.global-form-label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.global-form-input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.global-form-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.global-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:1rem;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.global-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.global-section{padding:4rem 0}.global-section-header{margin-bottom:3rem;text-align:center}.global-section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.global-section-subtitle{color:#666;font-size:1.125rem;margin:0 auto;max-width:600px}.global-grid{grid-gap:2rem;display:grid;gap:2rem}.global-grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.global-grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.global-grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.global-fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease}.global-fade-in.global-visible{opacity:1;transform:translateY(0)}.global-slide-in-left{opacity:0;transform:translateX(-50px);transition:all .6s ease}.global-slide-in-left.global-visible{opacity:1;transform:translateX(0)}.global-slide-in-right{opacity:0;transform:translateX(50px);transition:all .6s ease}.global-slide-in-right.global-visible{opacity:1;transform:translateX(0)}.global-text-center{text-align:center}.global-text-left{text-align:left}.global-text-right{text-align:right}.global-mb-1{margin-bottom:.5rem}.global-mb-2{margin-bottom:1rem}.global-mb-3{margin-bottom:1.5rem}.global-mb-4{margin-bottom:2rem}.global-mt-1{margin-top:.5rem}.global-mt-2{margin-top:1rem}.global-mt-3{margin-top:1.5rem}.global-mt-4{margin-top:2rem}.global-p-1{padding:.5rem}.global-p-2{padding:1rem}.global-p-3{padding:1.5rem}.global-p-4{padding:2rem}@media (max-width:768px){.global-section{padding:2rem 0}.global-section-title{font-size:2rem}.global-grid-2,.global-grid-3,.global-grid-4{grid-template-columns:1fr}}@media (max-width:480px){.global-section-title{font-size:1.75rem}.global-container{padding:0 .5rem}}.global-spinner{animation:globalSpin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin:2rem auto;width:40px}@keyframes globalSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.global-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.global-modal{background:#fff;border-radius:10px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:90%}.global-modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.global-modal-close:hover{color:#333}.global-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.global-focus-visible:focus{outline:2px solid #007bff;outline-offset:2px}@media print{.global-no-print{display:none!important}.global-page{background:#fff!important;color:#000!important}}.hamburger{cursor:pointer;height:18px;position:relative;transform:rotate(0deg);transition:.3s ease-in-out;width:24px}.hamburger span{background:#4b5563;border-radius:2px;display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger-open span:first-child{top:8px;transform:rotate(135deg)}.hamburger-open span:nth-child(2){left:-60px;opacity:0}.hamburger-open span:nth-child(3){top:8px;transform:rotate(-135deg)}.mobile-menu-open{max-height:400px}.mobile-nav-links{padding:1rem 0}.mobile-nav-link{margin:4px 0}.mobile-nav-link-active{background-color:#3b82f61a;color:#3b82f6;font-weight:600}.page-container{min-height:calc(100vh - 70px)}.page-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #0000001a}.shop-floor-container{background-color:#fff;padding:48px 16px}@media (min-width:640px){.shop-floor-container{padding:48px 24px}}@media (min-width:1024px){.shop-floor-container{padding:48px 32px}}.header{margin-bottom:48px;text-align:center}@media (min-width:1024px){.header{margin-bottom:64px}}.main-title{color:#111827;font-size:2.25rem;font-weight:700;letter-spacing:-.025em}@media (min-width:640px){.main-title{font-size:3rem}}.highlight{color:#2563eb}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;margin:0 auto;max-width:80rem}@media (min-width:768px){.features-grid{gap:32px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.intro-card{background-color:#eef2ff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;height:100%;justify-content:center;padding:24px}@media (min-width:768px){.intro-card{padding:32px}}.intro-accent{background-color:#2563eb;height:4px;margin-bottom:16px;width:48px}.intro-title{color:#374151;font-size:1.5rem;font-weight:600}@media (min-width:768px){.intro-title{font-size:1.875rem}}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;height:100%;padding:24px;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-2px)}.feature-icon{background-color:#2563eb;border-radius:50%;color:#fff;margin-bottom:16px;padding:12px;width:-webkit-max-content;width:max-content}.icon{height:28px;width:28px}.feature-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:8px}.feature-description{color:#6b7280;font-size:.875rem;line-height:1.4}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-900{background-color:#111827}.bg-blue-600{background-color:#2563eb}.text-white{color:#fff}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-100{color:#dbeafe}.text-blue-200{color:#bfdbfe}.text-blue-400{color:#60a5fa}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.ml-2{margin-left:.5rem}.ml-10{margin-left:2.5rem}.mt-8{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.pt-2{padding-top:.5rem}.pt-8{padding-top:2rem}.pb-3{padding-bottom:.75rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-gray-300{border-color:#d1d5db}.border-gray-800{border-color:#1f2937}.flex{display:flex}.grid{display:grid}.hidden{display:none}.block{display:block}.h-3{height:.75rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-48{height:12rem}.h-96{height:24rem}.h-full{height:100%}.h-\[600px\]{height:600px}.w-3{width:.75rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-12{width:3rem}.w-24{width:6rem}.w-full{width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.flex-col{flex-direction:column}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.object-cover{object-fit:cover}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{bottom:0;left:0;right:0;top:0}.top-0{top:0}.top-1\/2{top:50%}.left-4{left:1rem}.right-4{right:1rem}.left-1\/2{left:50%}.bottom-4{bottom:1rem}.z-50{z-index:50}.transform{transform:translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1)}.-translate-y-1\/2{transform:translateY(-50%)}.-translate-x-1\/2{transform:translateX(-50%)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-500{transition-duration:.5s}.opacity-0{opacity:0}.opacity-100{opacity:1}.bg-opacity-20{--tw-bg-opacity:0.2}.bg-opacity-30{--tw-bg-opacity:0.3}.bg-opacity-40{--tw-bg-opacity:0.4}.bg-opacity-50{--tw-bg-opacity:0.5}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-opacity-30:hover{--tw-bg-opacity:0.3}.hover\:text-blue-600:hover{color:#2563eb}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus,.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680}@media (min-width:768px){.md\:block{display:block}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:text-2xl{font-size:1.5rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.iot-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);overflow:hidden;position:relative}.iot-image-container{border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;position:relative;transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);transition:transform .3s ease}.iot-image-container:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(1deg)}.iot-main-image{display:block;height:400px;object-fit:cover;width:100%}.iot-content{padding-left:2rem}@media (max-width:768px){.iot-content{margin-top:2rem;padding-left:0}}.iot-badge{background-color:#10b981;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;padding:8px 16px;position:relative;text-transform:uppercase}.iot-badge:before{background-color:#10b981;border-radius:2px;content:"";height:20px;left:-4px;position:absolute;top:50%;transform:translateY(-50%);width:4px}.iot-title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;position:relative}@media (max-width:768px){.iot-title{font-size:2rem}}.iot-description{color:#64748b;font-size:1.1rem;line-height:1.7;max-width:500px}.iot-bg-pattern{height:200px;opacity:.1;pointer-events:none;position:absolute;width:200px}.iot-pattern-left{background-image:radial-gradient(circle,#3b82f6 2px,#0000 0);background-size:20px 20px;border-radius:50%;left:-50px;top:10%}.iot-pattern-right{background-image:radial-gradient(circle,#10b981 2px,#0000 0);background-size:15px 15px;border-radius:50%;bottom:10%;height:300px;right:-50px;width:300px}.iot-section:before{background-image:radial-gradient(circle,#e2e8f0 3px,#0000 0);background-size:25px 25px;border-radius:50%;content:"";height:100px;opacity:.5;position:absolute;right:10%;top:20%;width:100px}.iot-section:after{background-image:radial-gradient(circle,#cbd5e1 2px,#0000 0);background-size:18px 18px;border-radius:50%;bottom:30%;height:150px;left:5%;opacity:.3;position:absolute;width:150px}.modern-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #00000014;box-shadow:0 2px 20px #0000001a;left:0;position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;right:0;top:0;transition:all .3s ease;width:100%;will-change:transform;z-index:1000}.content-wrapper,.main-content,.navbar-spacing,.page-content{margin-top:70px}.navbar-container{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}.navbar-content{height:70px;justify-content:space-between;position:relative;width:100%}.navbar-content,.navbar-logo{align-items:center;display:flex}.navbar-logo{flex-shrink:0}.logo-link{align-items:center;border-radius:12px;display:flex;padding:4px 8px;text-decoration:none;transition:all .3s ease}.logo-image{display:block;height:auto;margin-top:8px;vertical-align:middle;width:150px}.logo-symbol{color:#3b82f6;display:block}.navbar-menu-desktop{display:none;-moz-flex:1;flex:1 1;justify-content:center;max-width:calc(100% - 320px)}@media (min-width:1025px){.navbar-menu-desktop{display:flex}}.nav-links{align-items:center;display:flex;flex-wrap:nowrap;gap:.25rem;justify-content:center}.nav-item{position:relative}.nav-link{align-items:center;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:.5rem;line-height:1.2;padding:8px 16px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background-color:#3b82f614;color:#3b82f6;transform:translateY(-1px)}.nav-link.active{background-color:#3b82f61f!important;border:1px solid #3b82f633;color:#3b82f6!important;font-weight:600}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{animation:slideDown .3s ease;background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 20px 40px #00000026;left:0;margin-top:8px;min-width:320px;overflow:hidden;position:absolute;top:100%;z-index:999}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{padding:12px}.dropdown-item{align-items:center;border-radius:8px;color:#374151;display:flex;justify-content:space-between;margin-bottom:4px;padding:12px 16px;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background-color:#3b82f60d;color:#3b82f6;transform:translateX(4px)}.dropdown-item.active{background-color:#3b82f61a;border-left:3px solid #3b82f6;color:#3b82f6;font-weight:600}.dropdown-item-content{display:flex;flex-direction:column;gap:2px}.dropdown-item-name{font-size:14px;font-weight:500;line-height:1.2}.dropdown-item-description{color:#6b7280;font-size:12px;line-height:1.3}.dropdown-item-arrow{opacity:.5;transition:transform .2s ease}.dropdown-item:hover .dropdown-item-arrow{opacity:1;transform:translateX(4px)}.navbar-mobile-toggle{display:block;flex-shrink:0}@media (min-width:1025px){.navbar-mobile-toggle{display:none}}.mobile-menu-button{align-items:center;background:none;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:background-color .2s ease;width:40px}.mobile-menu-button:hover{background-color:#0000000d}.navbar-menu-mobile{background:#fff;border-top:1px solid #0000001a;display:block;left:50%;margin-left:-50vw;margin-right:-50vw;max-height:0;overflow:hidden;position:relative;right:50%;transition:max-height .3s ease;width:100vw}@media (min-width:1025px){.navbar-menu-mobile{display:none}}.mobile-menu-open{max-height:800px}.mobile-nav-links{box-sizing:border-box;margin:0 auto;max-width:1280px;padding:1rem;width:100%}.mobile-nav-item{margin-bottom:8px}.mobile-nav-link{border-radius:8px;color:#4b5563;display:block;font-weight:500;padding:12px 16px;text-decoration:none;transition:all .2s ease}.mobile-nav-link:hover{background-color:#3b82f60d;color:#3b82f6}.mobile-nav-link.active{background-color:#3b82f61a!important;border-left:4px solid #3b82f6;color:#3b82f6!important;font-weight:600!important}.mobile-nav-accordion-btn{align-items:center;background:none;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;padding:12px 16px;transition:all .2s ease;width:100%}.mobile-nav-accordion-btn:hover{background-color:#3b82f60d;color:#3b82f6}.mobile-accordion-content{border-left:2px solid #3b82f633;margin-left:16px;margin-top:8px;padding:8px 0}.mobile-dropdown-link{border-radius:6px;color:#374151;display:block;margin-bottom:4px;padding:12px 16px;text-decoration:none;transition:all .2s ease}.mobile-dropdown-link:hover{background-color:#3b82f60d;color:#3b82f6}.mobile-dropdown-link.active{background-color:#3b82f61a!important;border-left:3px solid #3b82f6;color:#3b82f6!important;font-weight:600!important}.mobile-dropdown-item-content{display:flex;flex-direction:column;gap:2px}.mobile-dropdown-item-name{font-size:14px;font-weight:500;line-height:1.2}.mobile-dropdown-item-description{color:#6b7280;font-size:12px;line-height:1.3}@media (max-width:1024px){.navbar-container{padding:0 1rem;width:100%}.navbar-content{height:70px;width:100%}.logo-image{margin-top:8px;width:130px}.mobile-menu-button{min-height:40px;min-width:40px}.mobile-menu-open{max-height:1000px}.mobile-nav-links{padding:1rem}}@media (min-width:1025px) and (max-width:1200px){.nav-link{font-size:14px;padding:8px 12px}.logo-image{width:140px}}@media (min-width:1201px) and (max-width:1400px){.nav-link{font-size:15px;padding:8px 16px}.logo-image{width:150px}}@media (max-width:768px){.navbar-container{padding:0 .75rem}.mobile-nav-links{padding:1rem .75rem}.logo-image{margin-top:8px;width:120px}.navbar-content{height:70px}}@media (max-width:480px){.logo-image{margin-top:8px;width:110px}.navbar-container{padding:0 .5rem}.mobile-nav-links{padding:1rem .5rem}.mobile-nav-accordion-btn{font-size:15px}.navbar-content{height:70px}}@media (min-width:769px) and (max-width:1024px){.navbar-container{padding:0 2rem}}@media (min-width:1400px){.logo-image{margin-top:8px;width:150px}.nav-link{font-size:15px;padding:8px 16px}.dropdown-menu{min-width:340px}.navbar-content{height:70px}}.mobile-dropdown-link:focus,.mobile-nav-accordion-btn:focus,.mobile-nav-link:focus,.nav-link:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-reduced-motion:reduce){.dropdown-arrow,.dropdown-menu,.mobile-dropdown-link,.mobile-nav-accordion-btn,.mobile-nav-link,.modern-navbar,.nav-link{transition:none}.dropdown-menu{animation:none}}@media (prefers-contrast:high){.modern-navbar{border-bottom:2px solid #000}.mobile-nav-link,.nav-link{border:1px solid #0000}.mobile-nav-link:hover,.nav-link:hover{border-color:#3b82f6}}@media print{.modern-navbar{border-bottom:1px solid #000;box-shadow:none;position:static}.dropdown-menu,.navbar-mobile-toggle{display:none}}.hero-carousel{background:linear-gradient(270deg,#fffc,#c8c8c833),url(/static/media/1.8afc6f29b8ccb6e9dc4b.jpeg);background-position:50%;background-size:cover;height:450px;overflow:hidden;position:relative}.carousel-container{height:100%;position:relative;width:100%}.carousel-slide{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%}.carousel-slide.active{opacity:1;pointer-events:auto}.carousel-content{align-items:center;display:flex;height:100%;padding:0}.content-wrapper{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:100%;padding:0 2rem;width:100%}.text-content{flex:1 1;max-width:45%;min-width:400px;position:relative;z-index:2}.category-badge{background-color:#dc2626;border-radius:.25rem;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;padding:.5rem 1rem;text-transform:uppercase}.slide-title{color:#1f2937;font-size:clamp(2rem,4vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.slide-description{color:#6b7280;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6;margin-bottom:2rem;max-width:90%}.cta-button{align-items:center;background-color:#7c3aed;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;pointer-events:auto;position:relative;transition:all .3s ease;z-index:10}.cta-button:hover{background-color:#6d28d9;box-shadow:0 10px 20px #7c3aed4d;transform:translateY(-2px)}.cta-button:active{background-color:#5b21b6;transform:translateY(0)}.cta-button:focus{outline:2px solid #7c3aed;outline-offset:2px}.button-icon{height:1.25rem;margin-left:.5rem;transition:transform .3s ease;width:1.25rem}.cta-button:hover .button-icon{transform:translateX(4px)}.image-content{flex:1 1;max-width:55%;position:relative}.image-wrapper{border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;position:relative}.slide-image{background:linear-gradient(45deg,#667eea,#764ba2);display:block;height:300px;object-fit:cover;width:100%}.floating-icon{border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;padding:.75rem;position:absolute}.floating-icon svg{height:2rem;width:2rem}.weather-icon{background-color:#f59e0b;right:1rem;top:1rem}.network-icon{background-color:#7c3aed;right:1rem;top:1rem}.data-icon{background-color:#3b82f6;right:1rem;top:1rem}.floating-chart{background:#fff;border-radius:.75rem;bottom:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;height:6rem;padding:1rem;position:absolute;right:2rem;width:8rem}.chart-bars{align-items:end;display:flex;height:4rem;justify-content:space-between;padding:0 .25rem}.bar{background-color:#7c3aed;border-radius:.125rem .125rem 0 0;transition:height .3s ease;width:.5rem}.nav-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 15px #0000001a;color:#1f2937;cursor:pointer;display:flex;justify-content:center;padding:.75rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.nav-button:hover{background:#fff;border-color:#7c3aed4d;color:#7c3aed;transform:translateY(-50%) scale(1.05)}.nav-button svg{height:1.5rem;width:1.5rem}.nav-prev{left:1.5rem}.nav-next{right:1.5rem}.carousel-indicators{bottom:1rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.indicator{background-color:#6b728080;border:none;border-radius:50%;cursor:pointer;height:.75rem;transition:all .3s ease;width:.75rem}.indicator:hover{background-color:#6b7280cc}.indicator.active{background-color:#1f2937;transform:scale(1.2)}@media (max-width:479px){.hero-carousel{background:linear-gradient(270deg,#fffc,#c8c8c833),url(/static/media/1.8afc6f29b8ccb6e9dc4b.jpeg);background-position:50%;background-size:cover;height:auto;min-height:650px}.carousel-content{align-items:flex-start;padding:1rem}.content-wrapper{align-items:stretch;flex-direction:column;gap:1.5rem;padding:0}.text-content{max-width:100%;min-width:0;min-width:auto;order:1;text-align:center}.image-content{max-width:100%;order:2}.category-badge{font-size:.7rem;margin-bottom:1rem;padding:.4rem .8rem}.slide-title{font-size:1.5rem;line-height:1.2;margin-bottom:1rem}.slide-description{font-size:.9rem;margin-bottom:1.5rem;max-width:100%}.cta-button{font-size:.9rem;padding:.6rem 1.2rem}.slide-image{height:220px}.floating-chart{bottom:1rem;height:3.5rem;right:1rem;width:5rem}.chart-bars{height:1.5rem}.floating-icon{padding:.5rem;right:.5rem;top:.5rem}.floating-icon svg{height:1.5rem;width:1.5rem}.nav-button{padding:.5rem}.nav-button svg{height:1.25rem;width:1.25rem}.nav-prev{left:.5rem}.nav-next{right:.5rem}}@media (min-width:480px) and (max-width:767px){.hero-carousel{height:auto;min-height:700px}.carousel-content{align-items:flex-start;padding:1.5rem}.content-wrapper{flex-direction:column;gap:2rem;padding:0}.text-content{max-width:100%;min-width:0;min-width:auto;order:1;text-align:center}.image-content{max-width:100%;order:2}.slide-title{font-size:1.8rem}.slide-description{font-size:1rem;max-width:100%}.slide-image{height:250px}.floating-chart{height:4rem;width:6rem}.chart-bars{height:2rem}.nav-prev{left:.75rem}.nav-next{right:.75rem}}@media (min-width:768px) and (max-width:1023px){.hero-carousel{height:500px}.carousel-content{padding:2rem 1.5rem}.content-wrapper{align-items:center;flex-direction:row;gap:2.5rem;padding:0 4rem}.text-content{max-width:50%;min-width:300px;text-align:left}.image-content{max-width:50%}.slide-title{font-size:2.2rem;line-height:1.1}.slide-description{font-size:1.1rem;max-width:95%}.slide-image{height:280px}.floating-chart{height:5rem;width:7rem}.chart-bars{height:3rem}.nav-prev{left:1rem}.nav-next{right:1rem}}@media (min-width:1024px) and (max-width:1279px){.hero-carousel{height:520px}.content-wrapper{gap:3rem;padding:0 5rem}.text-content{max-width:48%}.image-content{max-width:52%}.slide-title{font-size:2.5rem}.slide-description{font-size:1.15rem}.slide-image{height:320px}.nav-prev{left:1.5rem}.nav-next{right:1.5rem}}@media (min-width:1280px) and (max-width:1535px){.hero-carousel{height:550px}.content-wrapper{gap:4rem;padding:0 6rem}.slide-title{font-size:2.8rem}.slide-description{font-size:1.2rem}.slide-image{height:350px}.floating-chart{height:6.5rem;width:8.5rem}.chart-bars{height:4.5rem}.nav-prev{left:2rem}.nav-next{right:2rem}}@media (min-width:1536px) and (max-width:1919px){.hero-carousel{height:600px}.content-wrapper{gap:5rem;max-width:1400px;padding:0 7rem}.slide-title{font-size:3.2rem}.slide-description{font-size:1.3rem}.slide-image{height:400px}.floating-chart{height:7rem;width:9rem}.chart-bars{height:5rem}.floating-icon{padding:1rem}.floating-icon svg{height:2.5rem;width:2.5rem}.nav-prev{left:2.5rem}.nav-next{right:2.5rem}}@media (min-width:1920px) and (max-width:2559px){.hero-carousel{height:700px}.content-wrapper{gap:6rem;max-width:1800px;padding:0 8rem}.text-content{max-width:45%}.image-content{max-width:55%}.category-badge{font-size:.85rem;padding:.6rem 1.2rem}.slide-title{font-size:3.8rem;line-height:1.05}.slide-description{font-size:1.4rem;line-height:1.7}.cta-button{font-size:1.1rem;padding:.9rem 1.8rem}.button-icon{height:1.4rem;width:1.4rem}.slide-image{height:480px}.floating-chart{bottom:2.5rem;height:8rem;right:2.5rem;width:10rem}.chart-bars{height:6rem}.bar{width:.6rem}.floating-icon{padding:1.2rem;right:1.5rem;top:1.5rem}.floating-icon svg{height:3rem;width:3rem}.nav-button{padding:1rem}.nav-button svg{height:1.8rem;width:1.8rem}.nav-prev{left:3rem}.nav-next{right:3rem}.indicator{height:1rem;width:1rem}}@media (min-width:2560px){.hero-carousel{height:800px}.content-wrapper{gap:8rem;max-width:2200px;padding:0 10rem}.category-badge{font-size:1rem;margin-bottom:2rem;padding:.7rem 1.4rem}.slide-title{font-size:4.5rem;line-height:1.02;margin-bottom:2rem}.slide-description{font-size:1.6rem;line-height:1.8;margin-bottom:2.5rem}.cta-button{font-size:1.2rem;padding:1rem 2rem}.button-icon{height:1.6rem;width:1.6rem}.slide-image{height:550px}.floating-chart{bottom:3rem;height:9rem;padding:1.5rem;right:3rem;width:12rem}.chart-bars{height:6.5rem}.bar{width:.7rem}.floating-icon{padding:1.5rem;right:2rem;top:2rem}.floating-icon svg{height:3.5rem;width:3.5rem}.nav-button{padding:1.2rem}.nav-button svg{height:2rem;width:2rem}.nav-prev{left:4rem}.nav-next{right:4rem}.carousel-indicators{bottom:2rem;gap:.8rem}.indicator{height:1.2rem;width:1.2rem}}@media (min-width:3440px){.content-wrapper{gap:10rem;max-width:2800px;padding:0 12rem}.slide-title{font-size:5rem}.slide-description{font-size:1.8rem}.slide-image{height:600px}.nav-prev{left:5rem}.nav-next{right:5rem}}@keyframes pulse{0%{box-shadow:0 0 0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 0 0 #3b82f600}}*{transition:font-size .3s ease,padding .3s ease,margin .3s ease}.habo-about-container{display:flex;flex-direction:column;gap:2rem;margin:auto;max-width:1200px;padding:2rem}.habo-about-content{flex:1 1}.habo-about-content h2{color:#1d4ed8;font-size:1rem;margin-bottom:.5rem}.habo-about-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.habo-about-content p{color:#555;line-height:1.6;margin-bottom:1rem}.habo-learn-more-btn{background-color:#2563eb;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.875rem;margin-top:.5rem;padding:.4rem 1rem;transition:background-color .2s ease}.habo-learn-more-link{color:#fff;display:block;text-decoration:none}.habo-learn-more-btn:hover{background-color:#1d4ed8}.habo-image-gallery{display:flex;flex:1 1;gap:.5rem;height:400px}.habo-gallery-wrapper{border-radius:12px;cursor:pointer;height:100%;overflow:hidden;position:relative;transition:flex .4s cubic-bezier(.4,0,.2,1)}.habo-gallery-wrapper-default{flex:1 1}.habo-gallery-wrapper-expanded{flex:2.5 1}.habo-gallery-wrapper-compressed{flex:0.5 1}.habo-gallery-img{border-radius:12px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.habo-gallery-wrapper:hover .habo-gallery-img{transform:scale(1.02)}.habo-carousel-container{position:relative;text-align:center}.habo-carousel-image{border-radius:10px;max-height:400px;object-fit:cover;width:100%}.habo-carousel-controls{bottom:10px;display:flex;justify-content:space-between;left:0;padding:0 1rem;position:absolute;right:0}.habo-carousel-controls button{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;padding:.3rem .6rem}.habo-title{color:#27ae60}@media screen and (min-width:1025px){.habo-about-container{align-items:stretch;flex-direction:row}.habo-about-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.habo-image-gallery{align-self:stretch;flex:1 1;height:auto;min-height:400px}.habo-carousel-container,.habo-carousel-controls{display:none}}@media screen and (max-width:1024px){.habo-image-gallery{display:none}}@media screen and (max-width:768px){.habo-about-container{padding:1rem}.habo-about-content h3{font-size:1.5rem}.habo-learn-more-btn{font-size:.8rem;padding:.35rem .8rem}}.scroll-sections-wrapper{background:linear-gradient(135deg,#fafbff,#f0f4ff 50%,#e6f0ff);font-family:Poppins,Arial,sans-serif;min-height:auto;padding:60px 20px;position:relative}.scroll-sections-wrapper.mobile{padding:40px 16px}.scroll-bg-design{background:radial-gradient(circle at 20% 20%,#6366f108 0,#0000 50%),radial-gradient(circle at 80% 80%,#3b82f608 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.scroll-header{margin-bottom:60px;position:relative;text-align:center;z-index:1}.scroll-header.mobile{margin-bottom:40px}.scroll-main-heading{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;margin-bottom:16px;position:relative}.scroll-main-heading.mobile{font-size:clamp(1.75rem,6vw,2.5rem)}.scroll-main-subtitle{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.scroll-main-subtitle.mobile{font-size:1rem}.scroll-content-layout{display:flex;gap:40px;margin:0 auto;max-width:1200px;min-height:calc(100vh + 200px);position:relative;z-index:1}.scroll-content-layout.mobile{display:block;gap:0;min-height:auto}.scroll-content-area{flex:1 1;max-width:550px;width:100%}.scroll-content-area.mobile{flex:none;max-width:100%}.scroll-mobile-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 10px 30px #00000014;margin-bottom:40px;padding:20px}.scroll-mobile-image-container{border-radius:16px;box-shadow:0 10px 25px #0000001a;height:250px;margin-bottom:20px;overflow:hidden;width:100%}.scroll-mobile-image{height:100%;object-fit:cover;width:100%}.scroll-content-block{min-height:350px;padding:30px 0;position:relative}.scroll-content-block.mobile{min-height:auto;padding:0}.scroll-section-heading{color:#1e293b;font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:30px;position:relative}.scroll-section-heading.mobile{font-size:1.5rem;margin-bottom:20px}.scroll-section-heading:after{background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:50px}.scroll-features-list{list-style:none;margin:0;padding:0}.scroll-feature-item{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #3b82f61a;border-radius:12px;cursor:default;display:flex;margin-bottom:20px;padding:16px;transition:all .3s ease}.scroll-feature-item.mobile{margin-bottom:16px;padding:16px}.scroll-feature-item:hover{background:#ffffffe6;border-color:#3b82f633;box-shadow:0 8px 25px #3b82f61a;transform:translateX(6px) translateY(0)}.scroll-check-wrapper{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 3px 10px #10b9814d;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-right:14px;width:24px}.scroll-check-icon{color:#fff;height:14px;width:14px}.scroll-feature-text{color:#475569;font-size:.95rem;line-height:1.6}.scroll-feature-text.mobile{font-size:.9rem}.scroll-image-area{flex:0 0 450px;height:auto;max-width:450px;min-height:450px;position:relative}.scroll-image-area.mobile{display:none}.scroll-image-container{height:450px;position:-webkit-sticky;position:sticky;top:100px;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.scroll-image-container.unstuck{bottom:0!important;margin-top:0;position:absolute!important;top:auto!important;transform:translateY(0)}.scroll-image-frame{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;box-shadow:0 20px 40px #0000001f,0 0 0 1px #ffffff80,inset 0 1px 0 #fff9;height:100%;overflow:hidden;position:relative;transform:perspective(1000px) rotateY(-3deg) rotateX(1deg);transition:transform .4s ease;width:100%}.scroll-image-frame:hover{transform:perspective(1000px) rotateY(-1deg) rotateX(.5deg) scale(1.02)}.scroll-image-slide{height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(.95) translateZ(0);transition:all .8s cubic-bezier(.4,0,.2,1);width:100%}.scroll-image-slide.active{opacity:1;transform:scale(1) translateZ(0)}.scroll-section-img{display:block;height:100%;object-fit:cover;width:100%}.scroll-image-overlay{background:linear-gradient(135deg,#3b82f61a,#6366f10d 50%,#0000);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.scroll-floating-title{bottom:24px;left:24px;position:absolute;right:24px;z-index:10}.scroll-title-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:14px;box-shadow:0 15px 30px #00000014;overflow:hidden;padding:20px;position:relative}.scroll-title-card:before{background:linear-gradient(90deg,#3b82f6,#6366f1,#8b5cf6);content:"";height:3px;left:0;position:absolute;right:0;top:0}.scroll-current-title{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0}.scroll-end-spacer{height:80px}.scroll-end-spacer.mobile{height:40px}@media (max-width:1024px){.scroll-content-layout{gap:30px;max-width:1000px}.scroll-image-area{flex:0 0 400px;max-width:400px;min-height:400px}.scroll-image-container{height:400px}.scroll-image-frame,.scroll-image-frame:hover{transform:none}}@media (max-width:768px){.scroll-sections-wrapper{padding:40px 16px}.scroll-content-layout{display:block;gap:0;min-height:auto}.scroll-content-area{flex:none;max-width:100%}.scroll-image-area{display:none}.scroll-main-heading{font-size:clamp(1.75rem,6vw,2.5rem)}.scroll-main-subtitle{font-size:1rem}.scroll-section-heading{font-size:1.5rem;margin-bottom:20px}.scroll-content-block{min-height:auto;padding:0}.scroll-feature-item{margin-bottom:16px;padding:16px}.scroll-feature-text{font-size:.9rem}.scroll-header{margin-bottom:40px}.scroll-end-spacer{height:40px}}@media (max-width:480px){.scroll-sections-wrapper{padding:40px 12px}.scroll-main-heading{font-size:clamp(1.5rem,7vw,2rem)}.scroll-section-heading{font-size:1.25rem}.scroll-feature-item{padding:14px}.scroll-mobile-image-container{height:200px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scroll-feature-item,.scroll-image-frame,.scroll-image-slide,.scroll-title-card{transition:none!important}}.scroll-feature-item,.scroll-image-slide,.scroll-title-card{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:transform,opacity}.iotc-component{width:100%}.iotc-hero-section{align-items:center;background:#000;display:flex;min-height:70vh;overflow:hidden;padding:2rem 0;position:relative}.iotc-hero-section:before{background:radial-gradient(circle at 70% 30%,#64b5f61a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.iotc-hero-container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.iotc-hero-content{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;min-height:auto}.iotc-hero-text{color:#fff;position:relative;z-index:2}.iotc-hero-label{align-items:center;color:#64b5f6;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:.5rem}.iotc-arrow{color:#64b5f6;font-weight:700}.iotc-hero-title{color:#fff;font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:1.25rem;text-shadow:0 2px 10px #00000080}.iotc-services-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));max-width:550px}.iotc-service-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.5rem 1rem;text-align:center;transition:all .3s ease}.iotc-service-badge:hover{background:#64b5f61a;border-color:#64b5f64d;box-shadow:0 6px 20px #64b5f633;transform:translateY(-2px)}.iotc-hero-visual{height:400px;position:relative}.iotc-hero-visual,.iotc-tech-circle{align-items:center;display:flex;justify-content:center}.iotc-tech-circle{animation:iotcRotate 20s linear infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#64b5f60d;border:2px solid #64b5f6;border-radius:50%;height:160px;position:absolute;right:5%;top:10%;width:160px}.iotc-circle-text{color:#64b5f6;font-size:.55rem;font-weight:700;letter-spacing:2px;line-height:1.2;text-align:center;text-shadow:0 0 10px #64b5f64d;text-transform:uppercase}.iotc-robot-hand{position:relative;z-index:1}.iotc-robot-hand img{border-radius:16px;box-shadow:0 15px 40px #64b5f633;height:auto;max-width:420px;transition:transform .3s ease;width:100%}.iotc-robot-hand:hover img{transform:scale(1.05)}.iotc-holographic-orb{animation:iotcPulse 2s ease-in-out infinite;background:radial-gradient(circle,#64b5f6 0,#3949ab 70%,#0000 100%);border-radius:50%;box-shadow:0 0 25px #64b5f699;height:80px;position:absolute;right:15%;top:10%;width:80px}@keyframes iotcRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes iotcPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.iotc-lab-section{background:#f8f9fc;padding:3rem 0}.iotc-lab-container{margin:0 auto;max-width:1200px;padding:0 1rem}.iotc-lab-header{margin-bottom:3rem;text-align:center}.iotc-lab-label{align-items:center;color:#3949ab;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:.75rem}.iotc-lab-title{color:#1a237e;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.75rem}.iotc-lab-subtitle{color:#64748b;font-size:1rem;font-weight:400}.iotc-lab-gallery-container{overflow:hidden;position:relative;width:100%}.iotc-lab-gallery{animation:iotcContinuousScroll 20s linear infinite;display:flex;gap:1.5rem;width:-webkit-fit-content;width:fit-content}.iotc-lab-gallery:hover{animation-play-state:paused}.iotc-lab-image{aspect-ratio:4/3;border-radius:12px;box-shadow:0 8px 30px #0000001a;flex:0 0 280px;overflow:hidden;position:relative;transition:all .3s ease}.iotc-lab-image:hover{box-shadow:0 15px 45px #00000026;transform:translateY(-6px)}.iotc-lab-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.iotc-lab-image:hover img{transform:scale(1.05)}@keyframes iotcContinuousScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1024px){.iotc-hero-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.iotc-hero-title{font-size:2.4rem}.iotc-hero-visual{height:350px;order:-1}.iotc-tech-circle{height:140px;right:5%;top:5%;width:140px}.iotc-circle-text{font-size:.5rem;letter-spacing:1.5px}.iotc-lab-title{font-size:2.2rem}.iotc-lab-image{flex:0 0 250px}}@media (max-width:768px){.iotc-hero-container,.iotc-lab-container{padding:0 .75rem}.iotc-hero-section{min-height:60vh;padding:1.5rem 0}.iotc-hero-content{gap:1.25rem}.iotc-hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.iotc-services-grid{gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));max-width:100%}.iotc-service-badge{font-size:.75rem;padding:.4rem .8rem}.iotc-hero-visual{height:280px}.iotc-robot-hand img{max-width:320px}.iotc-tech-circle{height:120px;right:8%;top:8%;width:120px}.iotc-circle-text{font-size:.45rem;letter-spacing:1px}.iotc-holographic-orb{height:60px;right:20%;top:15%;width:60px}.iotc-lab-title{font-size:1.8rem}.iotc-lab-gallery{gap:1.2rem}.iotc-lab-image{flex:0 0 220px}.iotc-lab-section{padding:2.5rem 0}}@media (max-width:480px){.iotc-hero-section{min-height:50vh;padding:1rem 0}.iotc-hero-content{gap:1rem}.iotc-hero-title{font-size:1.6rem;margin-bottom:.75rem}.iotc-services-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.iotc-service-badge{font-size:.7rem;padding:.35rem .6rem}.iotc-hero-visual{height:200px}.iotc-robot-hand img{max-width:240px}.iotc-tech-circle{height:90px;right:5%;top:5%;width:90px}.iotc-circle-text{font-size:.35rem;letter-spacing:.5px}.iotc-holographic-orb{height:45px;right:25%;top:20%;width:45px}.iotc-lab-image{flex:0 0 160px}.iotc-lab-section{padding:2rem 0}}.preloader{align-items:center;background:radial-gradient(ellipse at center,#1a1a2e 0,#000 100%);display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;transition:all 1.5s ease-out;width:100vw;z-index:9999}.preloader.white-bg{background:radial-gradient(ellipse at center,#fff 0,#f8f9fa 100%)}.preloader-closing{filter:blur(2px);opacity:0;transform:scale(1.2)}.preloader-content{align-items:center;display:flex;height:100%;justify-content:center;padding:0 1rem;position:relative}.preloader-content,.text-phase{box-sizing:border-box;text-align:center;width:100%}.text-phase{margin:0 auto;max-width:95vw;opacity:0;position:absolute;transform:translateY(60px) scale(.9);transition:all 1s cubic-bezier(.25,.46,.45,.94)}.text-phase.active{opacity:1;transform:translateY(0) scale(1)}.text-phase.move-up{opacity:0;transform:translateY(-60px) scale(.9)}.logo-phase.active{animation:logoFadeIn 1.2s ease-out forwards}.preloader-text{box-sizing:border-box;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:clamp(4rem,12vw,12rem);font-weight:400;letter-spacing:.15em;line-height:1.1;margin:0;position:relative;text-shadow:0 0 20px #00d4ff4d;text-transform:uppercase;word-spacing:.2em}.smart-infrastructure-desktop{display:inline}.smart-infrastructure-mobile{display:none;line-height:1}.logo-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.logo-glow-wrapper{display:inline-block;position:relative}.logo-glow-wrapper:before{animation:glowPulse 3s ease-in-out infinite;background:radial-gradient(circle,#09c3 0,#0000 70%);border-radius:50%;bottom:-20px;content:"";left:-20px;opacity:0;position:absolute;right:-20px;top:-20px;z-index:-1}.company-logo{animation:dramaticZoomIn 2.5s cubic-bezier(.25,.46,.45,.94) .3s forwards;filter:drop-shadow(0 15px 40px rgba(0,153,204,.3));height:auto;max-width:90vw;opacity:0;transform:scale(3) rotate(10deg);transition:filter .5s ease;width:clamp(500px,50vw,900px)}.underline{animation:expandLine 1s ease-out .5s forwards;background:linear-gradient(90deg,#00d4ff,#09c);box-shadow:0 0 10px #00d4ff80;height:3px;margin:20px auto 0;width:0}.particles{height:100%;pointer-events:none;position:absolute;width:100%}.particle{animation:enhancedFloat 5s ease-in-out infinite;background:#00d4ffcc;border-radius:50%;box-shadow:0 0 6px #00d4ff99;height:3px;position:absolute;width:3px}.particle-dark{background:#09c9;box-shadow:0 0 8px #09c6}.floating-elements{height:100%;pointer-events:none;position:absolute;width:100%}.floating-element{animation:floatingOrbit 8s linear infinite;background:linear-gradient(45deg,#00d4ff,#09c);border-radius:50%;height:8px;opacity:0;position:absolute;width:8px}.element-visible{opacity:.7}.particle-1{animation-delay:0s;left:8%;top:15%}.particle-2{animation-delay:.4s;left:18%;top:25%}.particle-3{animation-delay:.8s;left:82%;top:35%}.particle-4{animation-delay:1.2s;left:12%;top:55%}.particle-5{animation-delay:1.6s;left:88%;top:65%}.particle-6{animation-delay:2s;left:72%;top:20%}.particle-7{animation-delay:2.4s;left:28%;top:75%}.particle-8{animation-delay:2.8s;left:58%;top:12%}.particle-9{animation-delay:.6s;left:3%;top:45%}.particle-10{animation-delay:1s;left:92%;top:30%}.particle-11{animation-delay:1.4s;left:58%;top:70%}.particle-12{animation-delay:1.8s;left:38%;top:8%}.particle-13{animation-delay:2.2s;left:68%;top:85%}.particle-14{animation-delay:2.6s;left:22%;top:40%}.particle-15{animation-delay:.2s;left:42%;top:60%}.particle-16{animation-delay:.5s;left:88%;top:18%}.particle-17{animation-delay:.9s;left:18%;top:80%}.particle-18{animation-delay:1.3s;left:78%;top:50%}.particle-19{animation-delay:1.7s;left:48%;top:28%}.particle-20{animation-delay:2.1s;left:8%;top:72%}.particle-21{animation-delay:2.5s;left:25%;top:5%}.particle-22{animation-delay:2.9s;left:45%;top:90%}.particle-23{animation-delay:.3s;left:65%;top:38%}.particle-24{animation-delay:.7s;left:15%;top:62%}.particle-25{animation-delay:1.1s;left:95%;top:22%}.element-1{animation-delay:0s;left:20%;top:20%}.element-2{animation-delay:1s;left:80%;top:20%}.element-3{animation-delay:2s;left:20%;top:80%}.element-4{animation-delay:3s;left:80%;top:80%}.element-5{animation-delay:4s;left:10%;top:50%}.element-6{animation-delay:5s;left:90%;top:50%}.element-7{animation-delay:6s;left:50%;top:10%}.element-8{animation-delay:7s;left:50%;top:90%}@keyframes dramaticZoomIn{0%{filter:blur(5px) brightness(.5);opacity:0;transform:scale(3) rotate(10deg)}30%{filter:blur(3px) brightness(.7);opacity:.3;transform:scale(2.2) rotate(5deg)}60%{filter:blur(1px) brightness(1.1);opacity:.7;transform:scale(.8) rotate(-2deg)}80%{filter:blur(0) brightness(1.2);opacity:.9;transform:scale(1.1) rotate(1deg)}to{filter:blur(0) brightness(1);opacity:1;transform:scale(1) rotate(0deg)}}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(40px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes glowPulse{0%,to{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes expandLine{to{width:clamp(150px,30vw,250px)}}@keyframes enhancedFloat{0%,to{opacity:.6;transform:translateY(0) translateX(0) scale(1)}25%{opacity:1;transform:translateY(-30px) translateX(10px) scale(1.3)}50%{opacity:.8;transform:translateY(-15px) translateX(-10px) scale(.8)}75%{opacity:.9;transform:translateY(-25px) translateX(15px) scale(1.1)}}@keyframes floatingOrbit{0%{transform:rotate(0deg) translateX(100px) rotate(0deg)}to{transform:rotate(1turn) translateX(100px) rotate(-1turn)}}@media (min-width:2560px){.preloader-text{font-size:clamp(14rem,18vw,24rem);letter-spacing:.3em}.company-logo{width:clamp(900px,40vw,1400px)}}@media (max-width:2559px) and (min-width:1920px){.preloader-text{font-size:clamp(13rem,15vw,22rem);letter-spacing:.28em}.company-logo{width:clamp(750px,38vw,1200px)}}@media (max-width:1919px) and (min-width:1440px){.preloader-text{font-size:clamp(10rem,13vw,18rem);letter-spacing:.25em}.company-logo{width:clamp(650px,40vw,1000px)}}@media (max-width:1439px) and (min-width:1024px){.preloader-text{font-size:clamp(8rem,12vw,14rem);letter-spacing:.22em}.company-logo{width:clamp(550px,45vw,850px)}}@media (max-width:1023px) and (min-width:768px){.preloader-text{font-size:clamp(5rem,9vw,9rem);letter-spacing:.18em}.company-logo{width:clamp(480px,50vw,700px)}}@media (max-width:767px) and (min-width:600px){.preloader-text{font-size:clamp(3rem,8vw,5rem);letter-spacing:.12em;line-height:1.1}.smart-infrastructure-desktop{display:none}.smart-infrastructure-mobile{display:inline;line-height:.9}.company-logo{width:clamp(420px,55vw,600px)}}@media (max-width:599px) and (min-width:480px){.preloader-content{padding:0 .5rem}.preloader-text{font-size:clamp(2.5rem,8vw,4rem);letter-spacing:.1em;line-height:1.1}.smart-infrastructure-desktop{display:none}.smart-infrastructure-mobile{display:inline;line-height:.9}.company-logo{width:clamp(360px,60vw,500px)}.particle{height:2px;width:2px}}@media (max-width:479px) and (min-width:375px){.preloader-content{padding:0 .5rem}.preloader-text{font-size:clamp(2rem,9vw,3.2rem);letter-spacing:.08em;line-height:1.1}.smart-infrastructure-desktop{display:none}.smart-infrastructure-mobile{display:inline;line-height:.85}.company-logo{width:clamp(300px,65vw,420px)}.particle{height:2px;width:2px}}@media (max-width:374px){.preloader-content{padding:0 .25rem}.preloader-text{font-size:clamp(1.6rem,10vw,2.5rem);letter-spacing:.06em;line-height:1.1}.smart-infrastructure-desktop{display:none}.smart-infrastructure-mobile{display:inline;line-height:.8}.company-logo{width:clamp(250px,70vw,350px)}.particle{height:1.5px;width:1.5px}}@media (max-width:319px){.preloader-content{padding:0 .1rem}.preloader-text{font-size:clamp(1.4rem,11vw,2rem);letter-spacing:.04em;line-height:1.1}.smart-infrastructure-desktop{display:none}.smart-infrastructure-mobile{display:inline;line-height:.75}.company-logo{width:clamp(200px,75vw,280px)}.floating-elements{display:none}}@media (max-height:500px) and (orientation:landscape){.preloader-text{font-size:clamp(2rem,8vh,4rem);line-height:1.1}.smart-infrastructure-mobile{line-height:.9}.company-logo{width:clamp(300px,40vh,600px)}.particle{height:1.5px;width:1.5px}}@media (max-height:768px) and (min-height:501px) and (orientation:landscape){.preloader-text{font-size:clamp(3rem,6vh,5rem)}.company-logo{width:clamp(400px,35vh,700px)}}@media (min-height:769px) and (orientation:landscape){.preloader-text{font-size:clamp(4rem,5vh,7rem)}.company-logo{width:clamp(500px,30vh,800px)}}@media (min-width:3840px){.preloader-text{font-size:clamp(15rem,12vw,25rem);letter-spacing:.35em}.company-logo{width:clamp(1200px,35vw,1800px)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.company-logo{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.ps-scrolled-container{background-attachment:local;background-position:50%;background-size:cover;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:200vh;max-width:100vw;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.ps-scrolled-container:before{background:linear-gradient(135deg,#0006,#001e3c4d 30%,#0003 60%,#00000080);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.ps-content-section{align-items:center;box-sizing:border-box;display:flex;height:100vh;max-width:100vw;padding:0 2rem;position:relative;width:100%;z-index:10}.ps-content-section.ps-left{justify-content:flex-start}.ps-content-section.ps-center{justify-content:center}.ps-content-section.ps-right{justify-content:flex-end}.ps-content-wrapper{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:none;border-radius:0;box-shadow:none;box-sizing:border-box;color:#fff;max-width:800px;padding:2rem;transition:all .6s cubic-bezier(.25,.46,.45,.94);width:100%}.ps-title-container{margin-bottom:1.2rem;transition:transform .8s cubic-bezier(.25,.46,.45,.94);width:100%}.ps-main-title{-webkit-text-fill-color:#0000;word-wrap:break-word;background:linear-gradient(45deg,#0f8,#00d4ff,#fff);background-clip:text;-webkit-background-clip:text;font-size:clamp(2rem,5vw,3rem);font-weight:800;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.02em;line-height:1.1;margin:0 0 1rem;overflow-wrap:break-word;text-align:center;text-shadow:0 2px 10px #0000004d}.ps-four-line-title{align-items:center;display:flex;flex-direction:column;gap:.2rem;margin:0 0 1rem}.ps-title-line{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0f8,#00d4ff,#fff);background-clip:text;-webkit-background-clip:text;font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:800;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.02em;line-height:1.1;margin:0;text-shadow:0 2px 10px #0000004d}.ps-subtitle,.ps-title-line{word-wrap:break-word;overflow-wrap:break-word;text-align:center}.ps-subtitle{color:#0f8;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:500;letter-spacing:.08em;line-height:1.3;margin:0 0 1.5rem;text-shadow:0 2px 8px #0006}.ps-description-container{transition:transform .8s cubic-bezier(.25,.46,.45,.94);width:100%}.ps-description{word-wrap:break-word;color:#fff;font-size:clamp(.9rem,2vw,1.1rem);font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:1.5;margin:0;opacity:.95;overflow-wrap:break-word;text-align:center;text-shadow:0 1px 3px #0009}.ps-scroll-indicator{align-items:center;animation:ps-float 3s ease-in-out infinite;bottom:2rem;display:flex;flex-direction:column;gap:.5rem;left:50%;opacity:.7;position:absolute;transform:translateX(-50%)}.ps-scroll-line{background:linear-gradient(180deg,#0000,#00d4ff,#0000);height:40px;position:relative;width:2px}.ps-scroll-line:after{border-bottom:2px solid #00d4ff;border-right:2px solid #00d4ff;bottom:5px;content:"";height:10px;left:-4px;position:absolute;transform:rotate(45deg);width:10px}@keyframes ps-float{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-15px)}}.ps-cta-button{background:linear-gradient(45deg,#00d4ff,#09c);border:none;border-radius:50px;box-shadow:0 10px 30px #00d4ff4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.05em;margin-top:1.5rem;padding:1rem 2.5rem;text-transform:uppercase;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.ps-cta-button:hover{background:linear-gradient(45deg,#09c,#00d4ff);box-shadow:0 20px 40px #00d4ff80;transform:translateY(-5px) scale(1.05)}.ps-typing-container-middle{box-sizing:border-box;left:50%;max-width:90vw;opacity:0;padding:0 1rem;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%) scale(.8);width:100%;z-index:15}.ps-typing-container-middle .ps-title-container{margin-top:15px;position:relative}.ps-typing-container-middle .ps-title-wrapper{display:inline-block;padding:5px 0;position:relative}.ps-typing-container-middle .ps-title-wrapper:after{background:linear-gradient(90deg,#0000,#0f8c,#0000);bottom:-5px;content:"";height:2px;left:25%;position:absolute;width:50%}.ps-typing-text-middle{-webkit-text-fill-color:#0000;word-wrap:break-word;background:linear-gradient(45deg,#0f8,#00d4ff,#fff,gold);background-clip:text;-webkit-background-clip:text;display:inline-block;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.4rem,4vw,2.2rem);font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin:0;max-width:100%;min-height:1.2em;overflow-wrap:break-word;position:relative;text-shadow:0 4px 20px #00000080}.ps-typing-single-line{max-width:90vw;overflow:visible;white-space:nowrap}.ps-typing-multiline{align-items:center;display:flex;flex-direction:column;gap:.5rem;max-width:100%}.ps-typing-line{-webkit-text-fill-color:#0000;word-wrap:break-word;background:linear-gradient(45deg,#0f8,#00d4ff,#fff,gold);background-clip:text;-webkit-background-clip:text;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:700;line-height:1.2;max-width:100%;overflow-wrap:break-word;text-align:center;text-shadow:0 4px 20px #00000080}.ps-typing-cursor{-webkit-text-fill-color:#0000;animation:ps-blink-new .75s step-end infinite;background:linear-gradient(45deg,#0f8,#00d4ff);background-clip:text;-webkit-background-clip:text;font-weight:100;margin-left:2px}.ps-typing-effect{animation:ps-typing 3.5s steps(40);display:inline-block;overflow:hidden;padding-right:5px;white-space:nowrap}@keyframes ps-typing{0%{width:0}to{width:100%}}@keyframes ps-blink-new{0%,to{opacity:1}50%{opacity:0}}@media (min-width:1200px){.ps-typing-text-middle{font-size:clamp(2rem,2.5vw,2.8rem)}.ps-main-title{font-size:clamp(2.5rem,3.5vw,3.8rem)}.ps-title-line{font-size:clamp(2.2rem,3.5vw,3.2rem)}.ps-subtitle{font-size:clamp(1.1rem,1.8vw,1.4rem)}.ps-description{font-size:clamp(1.1rem,1.2vw,1.2rem)}}@media (min-width:769px) and (max-width:1199px){.ps-content-section{padding:0 1.5rem}.ps-content-wrapper{max-width:90%;padding:2rem 1.5rem}.ps-main-title{font-size:clamp(1.8rem,4.5vw,3rem);line-height:1.1}.ps-title-line{font-size:clamp(1.6rem,4vw,2.4rem)}.ps-subtitle{font-size:clamp(.9rem,2.2vw,1.2rem)}.ps-description{font-size:clamp(.85rem,1.8vw,1.1rem);line-height:1.5}.ps-typing-container-middle{max-width:95vw;padding:0 1rem}.ps-typing-text-middle{font-size:clamp(1.5rem,3.5vw,2rem)}.ps-typing-single-line{max-width:90vw}}@media (min-width:481px) and (max-width:768px){.ps-content-section{height:85vh;padding:0 1rem}.ps-content-section:first-child{align-items:center;padding-top:0}.ps-content-wrapper{max-width:100%;padding:2rem 1rem}.ps-main-title{font-size:clamp(1.6rem,6vw,2.4rem);line-height:1.1;margin-bottom:1rem}.ps-title-line{font-size:clamp(1.4rem,6vw,2rem)}.ps-four-line-title{gap:.1rem}.ps-subtitle{font-size:clamp(.85rem,3.5vw,1.1rem);margin-bottom:1.2rem}.ps-description{font-size:clamp(.8rem,3vw,1rem);line-height:1.4}.ps-typing-container-middle{max-width:95vw;padding:0 .8rem;top:50%}.ps-typing-text-middle{font-size:clamp(1.3rem,4.5vw,1.8rem)}.ps-typing-single-line{max-width:90vw;white-space:normal}}@media (max-width:480px){.ps-scrolled-container{height:180vh}.ps-content-section{height:90vh;padding:0 .8rem}.ps-content-section:first-child{align-items:center;padding-top:0}.ps-content-wrapper{max-width:100%;padding:2.5rem .8rem}.ps-main-title{font-size:clamp(1.4rem,6.5vw,2rem);line-height:1.1;margin-bottom:1rem}.ps-title-line{font-size:clamp(1.2rem,7vw,1.8rem)}.ps-four-line-title{gap:.05rem}.ps-subtitle{font-size:clamp(.75rem,4vw,1rem);margin-bottom:1.2rem}.ps-description{font-size:clamp(.8rem,3.5vw,1rem);line-height:1.4}.ps-typing-container-middle{max-width:95vw;padding:0 .8rem;top:50%}.ps-typing-text-middle{font-size:clamp(1rem,4.5vw,1.4rem);line-height:1.2}.ps-typing-single-line{max-width:90vw;white-space:normal}.ps-typing-line{font-size:clamp(.9rem,4vw,1.2rem);line-height:1.2}.ps-typing-multiline{gap:.4rem}}@media (max-width:375px){.ps-scrolled-container{height:170vh}.ps-content-section{height:85vh;padding:0 .6rem}.ps-content-wrapper{padding:2.5rem .6rem}.ps-main-title{font-size:clamp(1.3rem,7vw,1.8rem);line-height:1.1}.ps-title-line{font-size:clamp(1.1rem,8vw,1.6rem)}.ps-subtitle{font-size:clamp(.7rem,4.5vw,.9rem)}.ps-description{font-size:clamp(.75rem,4vw,.9rem);line-height:1.4}.ps-typing-container-middle{padding:0 .6rem}.ps-typing-text-middle{font-size:clamp(.9rem,5vw,1.2rem)}.ps-typing-line{font-size:clamp(.85rem,4.5vw,1.1rem)}.ps-typing-single-line{max-width:85vw}}@media (max-height:500px) and (orientation:landscape){.ps-scrolled-container{height:200vh}.ps-content-section{height:100vh}.ps-typing-container-middle{top:50%}.ps-typing-line,.ps-typing-text-middle{font-size:clamp(1rem,3vw,1.4rem)}.ps-content-section:first-child{align-items:center;padding-top:0}}@media (max-width:768px){.ps-content-section:first-child{align-items:center;justify-content:center;padding-top:0}.ps-content-section:first-child .ps-content-wrapper{margin-top:0;transform:none!important}.ps-title-container{transform:none!important}}.ps-content-section:not(:first-child){margin-top:0}@media (min-width:1400px){.ps-typing-text-middle{font-size:clamp(2.2rem,2.5vw,3rem)}.ps-main-title{font-size:clamp(2.8rem,3.5vw,4.2rem)}.ps-title-line{font-size:clamp(2.4rem,3.5vw,3.6rem)}.ps-subtitle{font-size:clamp(1.2rem,1.8vw,1.5rem)}.ps-description{font-size:clamp(1.1rem,1.3vw,1.3rem)}}body,html{max-width:100vw;overflow-x:hidden}.ps-description,.ps-main-title,.ps-subtitle,.ps-title-line,.ps-typing-line,.ps-typing-text-middle{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word}.hf-contact-container{background:linear-gradient(135deg,#1e3a8a,#1e40af 50%,#2563eb);min-height:100vh;padding:4rem 2rem}.hf-contact-wrapper{grid-gap:5rem;align-items:start;display:grid;gap:5rem;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1400px}.hf-contact-info{color:#fff;padding:2rem 0}.hf-get-in-touch-section{margin-bottom:4rem}.hf-section-title{color:#fff;font-size:2.5rem;font-weight:300;letter-spacing:.05em;margin:0 0 1.5rem}.hf-section-description{font-size:1.1rem;line-height:1.6;margin:0;max-width:400px;opacity:.9}.hf-head-office-section{margin-top:3rem}.hf-office-title{color:#fff;font-size:2rem;font-weight:300;letter-spacing:.05em;margin:0 0 1.5rem}.hf-office-address{margin-bottom:2rem}.hf-office-address p{font-size:1rem;line-height:1.6;margin:.2rem 0;opacity:.9}.hf-contact-email{align-items:center;display:flex;font-size:1rem;gap:.75rem}.hf-email-icon{font-size:1.1rem;opacity:.8}.hf-email-text{opacity:.9}.hf-form-section{background:#fffffffa;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:0}.hf-contact-form{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.hf-form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.hf-form-group{display:flex;flex-direction:column}.hf-form-group.hf-full-width{grid-column:1/-1}.hf-form-input,.hf-form-select,.hf-form-textarea{background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:.5rem;outline:none;padding:1.2rem 1.5rem;transition:all .3s ease}.hf-form-input:focus,.hf-form-select:focus,.hf-form-textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.hf-form-input::placeholder,.hf-form-textarea::placeholder{color:#9ca3af;font-weight:400}.hf-form-textarea{font-family:inherit;min-height:100px;resize:vertical}.hf-form-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;cursor:pointer;padding-right:3rem}.hf-submit-button{background:linear-gradient(45deg,#dc2626,#ef4444);border:none;border-radius:8px;box-shadow:0 4px 15px #dc262633;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-top:1.5rem;padding:1.2rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.hf-submit-button:hover{background:linear-gradient(45deg,#b91c1c,#dc2626);box-shadow:0 8px 25px #dc26264d;transform:translateY(-2px)}@media (max-width:1024px){.hf-contact-wrapper{gap:4rem;grid-template-columns:1fr}.hf-contact-container{padding:3rem 1.5rem}}@media (max-width:768px){.hf-contact-container{padding:2rem 1rem}.hf-section-title{font-size:2rem}.hf-office-title{font-size:1.5rem}.hf-form-row{gap:1rem;grid-template-columns:1fr}.hf-contact-form{gap:1rem;padding:1.5rem}.hf-form-input,.hf-form-select,.hf-form-textarea{font-size:.9rem;padding:1rem 1.2rem}.hf-submit-button{font-size:.8rem;padding:1rem 2rem}}.telematics-main-section{background-image:url(/static/media/bg11.24de50b9159bc0619556.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;overflow-x:hidden;padding:80px 0;position:relative}.telematics-geometric-bg{height:100%;left:0;opacity:.08;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.telematics-bg-line{background:linear-gradient(45deg,#3b82f6,#6366f1);border-radius:1px;position:absolute}.telematics-line-1{animation:telematicsFloat 8s ease-in-out infinite;height:2px;left:5%;top:10%;transform:rotate(25deg);width:300px}.telematics-line-2{animation:telematicsFloat 10s ease-in-out infinite reverse;height:2px;right:10%;top:15%;transform:rotate(-30deg);width:250px}.telematics-line-3{animation:telematicsFloat 7s ease-in-out infinite;height:2px;left:15%;top:25%;transform:rotate(60deg);width:200px}.telematics-line-4{animation:telematicsFloat 9s ease-in-out infinite reverse;height:2px;right:8%;top:35%;transform:rotate(-45deg);width:280px}.telematics-line-5{animation:telematicsFloat 6s ease-in-out infinite;height:2px;left:25%;top:45%;transform:rotate(15deg);width:180px}.telematics-line-6{animation:telematicsFloat 8s ease-in-out infinite reverse;bottom:30%;height:2px;right:20%;transform:rotate(-60deg);width:220px}.telematics-line-7{animation:telematicsFloat 11s ease-in-out infinite;bottom:20%;height:2px;left:10%;transform:rotate(80deg);width:260px}.telematics-line-8{animation:telematicsFloat 7s ease-in-out infinite reverse;bottom:40%;height:2px;right:35%;transform:rotate(-20deg);width:160px}.telematics-line-9{animation:telematicsFloat 9s ease-in-out infinite;height:2px;left:40%;top:55%;transform:rotate(45deg);width:180px}.telematics-line-10{animation:telematicsFloat 6s ease-in-out infinite reverse;bottom:15%;height:2px;right:45%;transform:rotate(-75deg);width:140px}.telematics-bg-node{background:radial-gradient(circle,#3b82f6,#6366f1);border-radius:50%;box-shadow:0 0 20px #3b82f680;height:8px;position:absolute;width:8px}.telematics-node-1{animation:telematicsPulse 5s ease-in-out infinite;left:20%;top:18%}.telematics-node-2{animation:telematicsPulse 6s ease-in-out infinite reverse;right:25%;top:28%}.telematics-node-3{animation:telematicsPulse 7s ease-in-out infinite;left:15%;top:48%}.telematics-node-4{animation:telematicsPulse 5.5s ease-in-out infinite reverse;bottom:35%;right:20%}.telematics-node-5{animation:telematicsPulse 6.5s ease-in-out infinite;bottom:25%;left:30%}.telematics-node-6{animation:telematicsPulse 8s ease-in-out infinite reverse;right:40%;top:38%}.telematics-node-7{animation:telematicsPulse 4.5s ease-in-out infinite;bottom:45%;left:50%}.telematics-bg-shape{border:2px solid #3b82f64d;position:absolute}.telematics-triangle-1{animation:telematicsRotate 15s linear infinite;border:none;height:0;right:18%;top:20%;width:0}.telematics-triangle-2{animation:telematicsRotate 20s linear infinite reverse;border:none;bottom:30%;height:0;left:20%;width:0}.telematics-triangle-3{animation:telematicsRotate 12s linear infinite;border:none;height:0;right:32%;top:60%;width:0}.telematics-polygon-1{animation:telematicsFloat 10s ease-in-out infinite;background:#3b82f60d;border:2px solid #3b82f633;height:40px;left:35%;top:25%;transform:rotate(45deg);width:40px}.telematics-polygon-2{animation:telematicsPulse 8s ease-in-out infinite;background:#6366f10d;border:2px solid #6366f133;border-radius:50%;bottom:40%;height:30px;right:25%;width:30px}@keyframes telematicsFloat{0%,to{transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(var(--rotation,0deg))}50%{transform:translateY(-15px) rotate(0deg);transform:translateY(-15px) rotate(var(--rotation,0deg))}}@keyframes telematicsPulse{0%,to{box-shadow:0 0 20px #3b82f680;transform:scale(1)}50%{box-shadow:0 0 35px #3b82f6cc;transform:scale(1.8)}}@keyframes telematicsRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.telematics-main-container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;width:100%;z-index:2}.telematics-header-section{margin-bottom:60px;position:relative;text-align:center}.telematics-header-icon{display:inline-block;margin-bottom:20px}.telematics-arrow-icon{background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:2px;height:3px;position:relative;width:40px}.telematics-arrow-icon:after{border-bottom:5px solid #0000;border-left:8px solid #3b82f6;border-top:5px solid #0000;content:"";height:0;position:absolute;right:-8px;top:-4px;width:0}.telematics-main-title{color:#f9f9fa;font-size:2.5rem;font-weight:700;letter-spacing:-.025em;line-height:1.2;margin-bottom:16px}.telematics-main-subtitle{color:#6794cf;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.telematics-solutions-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-top:40px;width:100%}.telematics-solution-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;box-sizing:border-box;cursor:pointer;height:280px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.telematics-solution-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.telematics-card-image-container{height:100%;overflow:hidden;position:relative;width:100%}.telematics-card-image{height:100%;object-fit:cover;object-position:center;transition:transform .6s ease;width:100%}.telematics-solution-card:hover .telematics-card-image{transform:scale(1.1)}.telematics-card-overlay{background:linear-gradient(180deg,#0000 0,#0000004d 60%,#000c);height:100%;left:0;position:absolute;top:0;transition:background .4s ease;width:100%}.telematics-solution-card:hover .telematics-card-overlay{background:linear-gradient(180deg,#3b82f61a 0,#3b82f666 60%,#1e293be6)}.telematics-card-content{bottom:0;color:#fff;left:0;padding:24px;position:absolute;right:0;transition:all .4s ease}.telematics-card-title{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:4px;opacity:1;transition:opacity .3s ease}.telematics-card-subtitle{font-size:.875rem;line-height:1.4;opacity:.9;transition:opacity .3s ease}.telematics-card-hover-content{background:linear-gradient(180deg,#3b82f61a 0,#1e293bf2);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;left:0;opacity:0;padding:32px 24px 24px;position:absolute;right:0;top:0;transform:translateY(20px);transition:all .4s ease}.telematics-solution-card:hover .telematics-card-content{opacity:0;transform:translateY(-20px)}.telematics-solution-card:hover .telematics-card-hover-content{opacity:1;transform:translateY(0)}.telematics-hover-title{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:12px}.telematics-hover-description{color:#ffffffe6;font-size:.95rem;line-height:1.5;margin-bottom:24px;opacity:.9}.telematics-learn-more-btn{align-items:center;align-self:flex-start;background:#0000;border:2px solid #3b82f6;border-radius:30px;color:#3b82f6;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.telematics-learn-more-btn:before{background:#3b82f6;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:0;z-index:-1}.telematics-learn-more-btn:hover{border-color:#3b82f6;color:#fff}.telematics-learn-more-btn:hover:before{width:100%}.telematics-btn-arrow{font-size:1rem;transition:transform .3s ease}.telematics-learn-more-btn:hover .telematics-btn-arrow{transform:translateX(4px)}@media (max-width:1024px){.telematics-solutions-grid{gap:25px;grid-template-columns:repeat(2,1fr)}.telematics-main-title{font-size:2.25rem}.telematics-line-1,.telematics-line-10,.telematics-line-2,.telematics-line-3,.telematics-line-4,.telematics-line-5,.telematics-line-6,.telematics-line-7,.telematics-line-8,.telematics-line-9{width:80%!important}}@media (max-width:768px){.telematics-main-section{padding:60px 0}.telematics-solutions-grid{gap:20px;grid-template-columns:1fr}.telematics-solution-card{height:250px}.telematics-main-title{font-size:2rem}.telematics-main-subtitle{font-size:1rem}.telematics-main-container{padding:0 16px}.telematics-line-6,.telematics-line-7,.telematics-line-8,.telematics-node-5,.telematics-node-6,.telematics-node-7{display:none}}@media (max-width:480px){.telematics-main-title{font-size:1.75rem}.telematics-solution-card{height:220px}.telematics-card-content,.telematics-card-hover-content{padding:20px 16px 16px}.telematics-hover-title{font-size:1.25rem}.telematics-hover-description{font-size:.875rem}.telematics-line-10,.telematics-line-9,.telematics-triangle-2,.telematics-triangle-3{display:none}}.telematics-solution-card:first-child{animation-delay:.1s}.telematics-solution-card:nth-child(2){animation-delay:.2s}.telematics-solution-card:nth-child(3){animation-delay:.3s}.telematics-solution-card:nth-child(4){animation-delay:.4s}.telematics-solution-card:nth-child(5){animation-delay:.5s}.telematics-solution-card:nth-child(6){animation-delay:.6s}@keyframes telematicsSlideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.telematics-solution-card{animation:telematicsSlideInUp .8s ease forwards;opacity:0}*{box-sizing:border-box}body,html{overflow-x:hidden}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.back-to-top-container{bottom:clamp(.75rem,3vw,1.5rem);opacity:0;position:fixed;right:clamp(.75rem,3vw,1.5rem);transform:translateY(15px) scale(.9);transition:all .4s cubic-bezier(.16,1,.3,1);visibility:hidden;z-index:1000}.back-to-top-container.visible{opacity:1;transform:translateY(0) scale(1);visibility:visible}.back-to-top-button{align-items:center;background:linear-gradient(135deg,#475569,#1e293b);border:none;border-radius:50%;box-shadow:0 2px 12px #0003,0 1px 4px #0000001a;cursor:pointer;display:flex;height:clamp(40px,10vw,48px);justify-content:center;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:clamp(40px,10vw,48px)}.back-to-top-button:hover{background:linear-gradient(135deg,#64748b,#334155);box-shadow:0 4px 20px #00000040,0 2px 8px #00000026;transform:translateY(-2px) scale(1.02)}.back-to-top-button:active{box-shadow:0 2px 10px #0003,0 1px 4px #0000001a;transform:translateY(-1px) scale(.98)}.back-to-top-button:focus{outline:none}.back-to-top-button:focus-visible{outline:2px solid #fff;outline-offset:2px}.progress-ring{height:100%;left:0;pointer-events:none;position:absolute;top:0;transform:rotate(-90deg);width:100%}.progress-circle-bg{opacity:.15}.progress-circle{filter:drop-shadow(0 0 2px rgba(255,255,255,.2));transition:stroke-dashoffset .15s ease-out}.arrow-icon{align-items:center;color:#fff;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease-out;z-index:3}.arrow-icon svg{height:clamp(16px,4vw,20px);width:clamp(16px,4vw,20px)}.back-to-top-button:hover .arrow-icon{transform:translate(-50%,-50%) translateY(-1px)}.hover-overlay{background:linear-gradient(135deg,#64748b,#475569);border-radius:50%;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease-out}.back-to-top-button:hover .hover-overlay{opacity:1}@media (max-width:480px){.back-to-top-container{bottom:.5rem;right:.5rem}.back-to-top-button{box-shadow:0 2px 8px #0003,0 1px 3px #0000001a;height:36px;width:36px}.back-to-top-button:hover{box-shadow:0 3px 12px #00000038,0 1px 5px #0000001f;transform:translateY(-1px) scale(1.01)}.arrow-icon svg{height:14px;width:14px}}@media (min-width:481px) and (max-width:768px){.back-to-top-container{bottom:.75rem;right:.75rem}.back-to-top-button{height:42px;width:42px}.arrow-icon svg{height:18px;width:18px}}@media (min-width:769px) and (max-width:1024px){.back-to-top-container{bottom:1rem;right:1rem}.back-to-top-button{height:46px;width:46px}.arrow-icon svg{height:19px;width:19px}}@media (min-width:1025px){.back-to-top-container{bottom:1.5rem;right:1.5rem}.back-to-top-button{height:48px;width:48px}.arrow-icon svg{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.arrow-icon,.back-to-top-button,.back-to-top-container,.hover-overlay,.progress-circle{transition:none}.back-to-top-button:hover{transform:none}.back-to-top-button:hover .arrow-icon{transform:translate(-50%,-50%)}}@media (hover:none) and (pointer:coarse){.back-to-top-button{min-height:44px;min-width:44px}.back-to-top-button:hover{box-shadow:0 2px 12px #0003,0 1px 4px #0000001a;transform:none}.back-to-top-button:hover .arrow-icon{transform:translate(-50%,-50%)}.back-to-top-button:hover .hover-overlay{opacity:0}}@media (prefers-color-scheme:dark){.back-to-top-button{background:linear-gradient(135deg,#1e293b,#0f172a);box-shadow:0 2px 12px #0006,0 1px 4px #0000004d}.back-to-top-button:hover{box-shadow:0 4px 20px #00000080,0 2px 8px #0000004d}.back-to-top-button:hover,.hover-overlay{background:linear-gradient(135deg,#334155,#1e293b)}}@media (prefers-contrast:high){.back-to-top-button{background:#000;border:1px solid #fff}.progress-circle-bg{stroke:#fff;opacity:.4}.progress-circle{stroke:#fff}.arrow-icon{color:#fff}}@media (max-width:320px){.back-to-top-container{bottom:.25rem;right:.25rem}.back-to-top-button{height:32px;width:32px}.arrow-icon svg{height:12px;width:12px}}
/*# sourceMappingURL=main.bc3a155c.css.map*/