@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";
.Hero-module__Z8hQ_W__hero{color:#fff;text-align:center;background:linear-gradient(135deg,#001 0%,#012 50%,#001 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__backgroundSwirl{background:radial-gradient(circle at 20% 80%,#007bff33 0%,#0000 50%),radial-gradient(circle at 80% 20%,#007bff26 0%,#0000 50%),radial-gradient(circle at 40% 40%,#007bff1a 0%,#0000 50%);width:100%;height:100%;animation:3s ease-in-out infinite alternate Hero-module__Z8hQ_W__glowPulse;position:absolute;top:0;left:0}@keyframes Hero-module__Z8hQ_W__glowPulse{0%{opacity:.8}to{opacity:1}}.Hero-module__Z8hQ_W__logo{z-index:1;position:absolute;top:20px;left:20px}.Hero-module__Z8hQ_W__logo img{width:150px;height:150px}.Hero-module__Z8hQ_W__tagline{z-index:1;margin-bottom:10px;font-size:1.5rem;font-weight:600}.Hero-module__Z8hQ_W__subheadline{z-index:1;max-width:600px;margin-bottom:20px;font-size:1.2rem;font-weight:400}.Hero-module__Z8hQ_W__valueTeaser{z-index:1;max-width:500px;margin-bottom:30px;font-size:1rem;font-weight:400}.Hero-module__Z8hQ_W__robotImage{z-index:1;justify-content:center;margin-bottom:30px;display:flex}.Hero-module__Z8hQ_W__ctaContainer{z-index:1;gap:20px;display:flex}.Hero-module__Z8hQ_W__ctaButton{cursor:pointer;border:none;border-radius:5px;padding:12px 24px;font-size:1rem;font-weight:600;transition:background-color .3s}.Hero-module__Z8hQ_W__exploreButton{color:#fff;background-color:#007bff}.Hero-module__Z8hQ_W__exploreButton:hover{background-color:#0056b3}.Hero-module__Z8hQ_W__requestButton{color:#007bff;background-color:#0000;border:2px solid #007bff}.Hero-module__Z8hQ_W__requestButton:hover{color:#fff;background-color:#007bff}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:10px}.Hero-module__Z8hQ_W__tagline{font-size:1.2rem}.Hero-module__Z8hQ_W__subheadline{font-size:1rem}.Hero-module__Z8hQ_W__valueTeaser{font-size:.9rem}.Hero-module__Z8hQ_W__ctaContainer{flex-direction:column;gap:10px}.Hero-module__Z8hQ_W__ctaButton{width:100%}}
.VisionAbout-module__DbeXFq__visionAbout{color:#fff;background:linear-gradient(135deg,#001 0%,#012 50%,#001 100%);width:100%;padding:80px 20px;font-family:Inter,sans-serif}.VisionAbout-module__DbeXFq__container{flex-direction:column;align-items:center;gap:30px;max-width:1200px;margin:0 auto;display:flex}.VisionAbout-module__DbeXFq__textColumn{flex:1}.VisionAbout-module__DbeXFq__headline{color:#007bff;margin-bottom:20px;font-size:2rem;font-weight:700}.VisionAbout-module__DbeXFq__body{margin-bottom:20px;font-size:1.1rem;font-weight:400;line-height:1.6}.VisionAbout-module__DbeXFq__icp{color:#ccc;font-size:1rem;font-weight:400;line-height:1.5}.VisionAbout-module__DbeXFq__imageColumn{flex:1;justify-content:center;align-items:center;display:flex}.VisionAbout-module__DbeXFq__placeholder{color:#007bff;background:#007bff1a;border:2px dashed #007bff;justify-content:center;align-items:center;width:100%;max-width:400px;height:300px;font-size:1.2rem;font-weight:600;display:flex}@media (min-width:768px){.VisionAbout-module__DbeXFq__visionAbout{padding:80px 20px}.VisionAbout-module__DbeXFq__container{flex-direction:row;gap:40px}.VisionAbout-module__DbeXFq__headline{font-size:2rem}.VisionAbout-module__DbeXFq__body{font-size:1.1rem}.VisionAbout-module__DbeXFq__icp{font-size:1rem}.VisionAbout-module__DbeXFq__placeholder{height:300px}}
.PainPoints-module__HxOllW__painPoints{color:#fff;background:linear-gradient(135deg,#001 0%,#012 50%,#001 100%);width:100%;padding:80px 20px;font-family:Inter,sans-serif}.PainPoints-module__HxOllW__container{max-width:1200px;margin:0 auto}.PainPoints-module__HxOllW__headline{color:#007bff;text-align:center;margin-bottom:60px;font-size:2.5rem;font-weight:700}.PainPoints-module__HxOllW__cards{grid-template-columns:1fr;gap:30px;display:grid}.PainPoints-module__HxOllW__card{text-align:center;cursor:pointer;background:#007bff1a;border:1px solid #007bff;border-radius:10px;padding:30px;transition:all .3s}.PainPoints-module__HxOllW__icon{color:#007bff;margin-bottom:20px}.PainPoints-module__HxOllW__title{color:#fff;margin-bottom:15px;font-size:1.5rem;font-weight:600}.PainPoints-module__HxOllW__description{color:#ccc;margin-bottom:20px;font-size:1rem;font-weight:400;line-height:1.6}.PainPoints-module__HxOllW__chartPlaceholder{margin-top:20px}.PainPoints-module__HxOllW__chart{color:#007bff;background:#ffffff1a;border-radius:5px;justify-content:center;align-items:center;width:100%;height:100px;font-size:.9rem;display:flex}@media (min-width:768px){.PainPoints-module__HxOllW__painPoints{padding:80px 20px}.PainPoints-module__HxOllW__headline{margin-bottom:60px;font-size:2.5rem}.PainPoints-module__HxOllW__cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.PainPoints-module__HxOllW__card{padding:30px}.PainPoints-module__HxOllW__title{font-size:1.5rem}.PainPoints-module__HxOllW__description{font-size:1rem}.PainPoints-module__HxOllW__chart{height:100px}}
.SolutionBenefits-module__2c3UVG__solutionBenefits{color:#fff;background:linear-gradient(135deg,#001 0%,#012 50%,#001 100%);width:100%;padding:80px 20px;font-family:Inter,sans-serif}.SolutionBenefits-module__2c3UVG__container{max-width:1200px;margin:0 auto}.SolutionBenefits-module__2c3UVG__headline{color:#007bff;text-align:center;margin-bottom:40px;font-size:2rem;font-weight:700}.SolutionBenefits-module__2c3UVG__tabs{margin-bottom:60px}.SolutionBenefits-module__2c3UVG__tabContainer{margin-bottom:20px}.SolutionBenefits-module__2c3UVG__tab{text-align:left;color:#fff;cursor:pointer;background:#007bff1a;border:1px solid #007bff;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:20px;font-size:1.5rem;font-weight:600;transition:all .3s;display:flex}.SolutionBenefits-module__2c3UVG__tab:hover{background:#007bff33}.SolutionBenefits-module__2c3UVG__tab.SolutionBenefits-module__2c3UVG__active{background:#007bff4d;border-color:#0056b3}.SolutionBenefits-module__2c3UVG__chevron{transition:transform .3s}.SolutionBenefits-module__2c3UVG__content{background:#007bff0d;border-radius:0 0 10px 10px;padding:0 20px;overflow:hidden}.SolutionBenefits-module__2c3UVG__description{color:#ccc;margin-bottom:20px;padding-top:20px;font-size:1rem;font-weight:400;line-height:1.6}.SolutionBenefits-module__2c3UVG__demoButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;align-items:center;gap:10px;padding:10px 20px;font-size:.9rem;transition:background .3s;display:flex}.SolutionBenefits-module__2c3UVG__demoButton:hover{background:#0056b3}.SolutionBenefits-module__2c3UVG__demo{color:#fff;background:#ffffff1a;border-radius:5px;margin-top:20px;padding:20px}.SolutionBenefits-module__2c3UVG__overallBenefits{text-align:center;margin-bottom:40px}.SolutionBenefits-module__2c3UVG__overallBenefits h3{color:#007bff;margin-bottom:20px;font-size:1.8rem;font-weight:600}.SolutionBenefits-module__2c3UVG__overallBenefits p{color:#ccc;font-size:1rem;line-height:1.6}.SolutionBenefits-module__2c3UVG__robotImage{text-align:center}.SolutionBenefits-module__2c3UVG__placeholder{color:#007bff;background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:200px;height:200px;font-size:1rem;display:inline-flex}@media (min-width:768px){.SolutionBenefits-module__2c3UVG__solutionBenefits{padding:80px 20px}.SolutionBenefits-module__2c3UVG__headline{margin-bottom:60px;font-size:2.5rem}.SolutionBenefits-module__2c3UVG__tab{font-size:1.5rem}.SolutionBenefits-module__2c3UVG__description{font-size:1rem}.SolutionBenefits-module__2c3UVG__overallBenefits h3{font-size:1.8rem}.SolutionBenefits-module__2c3UVG__overallBenefits p{font-size:1rem}.SolutionBenefits-module__2c3UVG__placeholder{width:200px;height:200px}}
.HowItWorks-module__a-Tr4W__howItWorks{color:#fff;background:linear-gradient(135deg,#001 0%,#012 50%,#001 100%);width:100%;padding:80px 20px;font-family:Inter,sans-serif}.HowItWorks-module__a-Tr4W__container{max-width:1200px;margin:0 auto}.HowItWorks-module__a-Tr4W__headline{color:#007bff;text-align:center;margin-bottom:40px;font-size:2rem;font-weight:700}.HowItWorks-module__a-Tr4W__timeline{margin-bottom:60px;position:relative}.HowItWorks-module__a-Tr4W__timeline:before{content:"";background:#007bff;width:2px;position:absolute;top:0;bottom:0;left:30px}.HowItWorks-module__a-Tr4W__step{align-items:center;margin-bottom:40px;display:flex;position:relative}.HowItWorks-module__a-Tr4W__stepNumber{color:#fff;z-index:1;background:#007bff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex;position:relative;box-shadow:0 0 20px #007bff80}.HowItWorks-module__a-Tr4W__stepContent{flex:1;padding:0 40px}.HowItWorks-module__a-Tr4W__stepTitle{color:#fff;margin-bottom:10px;font-size:1.8rem;font-weight:600}.HowItWorks-module__a-Tr4W__stepDescription{color:#ccc;font-size:1rem;line-height:1.6}.HowItWorks-module__a-Tr4W__valueTie{text-align:center;margin-bottom:40px}.HowItWorks-module__a-Tr4W__valueTie p{color:#007bff;font-size:1.2rem;font-weight:600}.HowItWorks-module__a-Tr4W__visual{text-align:center;margin-bottom:40px}.HowItWorks-module__a-Tr4W__videoPlaceholder{border-radius:10px;display:inline-block;overflow:hidden;box-shadow:0 0 30px #007bff4d}.HowItWorks-module__a-Tr4W__videoPlaceholder video{max-width:100%;height:auto}.HowItWorks-module__a-Tr4W__cta{text-align:center}.HowItWorks-module__a-Tr4W__ctaButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:background .3s,box-shadow .3s}.HowItWorks-module__a-Tr4W__ctaButton:hover{background:#0056b3;box-shadow:0 0 20px #007bff80}@media (min-width:768px){.HowItWorks-module__a-Tr4W__howItWorks{padding:80px 20px}.HowItWorks-module__a-Tr4W__headline{margin-bottom:60px;font-size:2.5rem}.HowItWorks-module__a-Tr4W__timeline:before{left:50%;transform:translate(-50%)}.HowItWorks-module__a-Tr4W__step{margin-bottom:60px}.HowItWorks-module__a-Tr4W__step:nth-child(2n){text-align:right;flex-direction:row-reverse}.HowItWorks-module__a-Tr4W__stepNumber{width:60px;height:60px;font-size:1.5rem}.HowItWorks-module__a-Tr4W__stepContent{padding:0 40px}.HowItWorks-module__a-Tr4W__stepTitle{font-size:1.8rem}.HowItWorks-module__a-Tr4W__stepDescription{font-size:1rem}.HowItWorks-module__a-Tr4W__valueTie p{font-size:1.2rem}.HowItWorks-module__a-Tr4W__videoPlaceholder video{max-width:100%;height:auto}}
.PilotForm-module__KARbhG__pilotForm{color:#fff;background:linear-gradient(135deg,#001 0%,#012 50%,#001 100%);width:100%;padding:80px 20px;font-family:Inter,sans-serif}.PilotForm-module__KARbhG__container{max-width:600px;margin:0 auto}.PilotForm-module__KARbhG__headline{color:#007bff;text-align:center;margin-bottom:20px;font-size:2rem;font-weight:700}.PilotForm-module__KARbhG__body{color:#ccc;text-align:center;margin-bottom:40px;font-size:1rem;line-height:1.6}.PilotForm-module__KARbhG__form{background:#00000080;border-radius:10px;flex-direction:column;gap:20px;padding:30px 20px;display:flex;box-shadow:0 0 20px #007bff33}.PilotForm-module__KARbhG__field{flex-direction:column;display:flex}.PilotForm-module__KARbhG__label{color:#fff;margin-bottom:5px;font-size:1rem;font-weight:600}.PilotForm-module__KARbhG__input,.PilotForm-module__KARbhG__select,.PilotForm-module__KARbhG__textarea{color:#fff;background:#ffffff1a;border:1px solid #007bff;border-radius:5px;padding:12px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.PilotForm-module__KARbhG__input:focus,.PilotForm-module__KARbhG__select:focus,.PilotForm-module__KARbhG__textarea:focus{border-color:#0056b3;outline:none;box-shadow:0 0 10px #007bff80}.PilotForm-module__KARbhG__textarea{resize:vertical;min-height:100px}.PilotForm-module__KARbhG__error{color:#ff6b6b;margin-top:5px;font-size:.9rem}.PilotForm-module__KARbhG__ctaButton{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;align-self:center;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:background .3s,transform .3s}.PilotForm-module__KARbhG__ctaButton:hover{background:#0056b3}.PilotForm-module__KARbhG__privacy{color:#ccc;text-align:center;margin-top:20px;font-size:.9rem}@media (min-width:768px){.PilotForm-module__KARbhG__pilotForm{padding:80px 20px}.PilotForm-module__KARbhG__headline{font-size:2.5rem}.PilotForm-module__KARbhG__body{font-size:1.2rem}.PilotForm-module__KARbhG__form{padding:40px}.PilotForm-module__KARbhG__input,.PilotForm-module__KARbhG__select,.PilotForm-module__KARbhG__textarea{padding:12px}.PilotForm-module__KARbhG__ctaButton{padding:15px 30px;font-size:1.1rem}}
.Footer-module__EZoWya__footer{color:#fff;background-color:#000;padding:20px 0}.Footer-module__EZoWya__container{text-align:center;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.Footer-module__EZoWya__logo{height:40px}.Footer-module__EZoWya__nav{gap:20px;display:flex}.Footer-module__EZoWya__nav a{color:#fff;font-size:16px;text-decoration:none}.Footer-module__EZoWya__social{gap:20px;display:flex}.Footer-module__EZoWya__social a{color:#fff;font-size:16px;text-decoration:none}.Footer-module__EZoWya__copyright{text-align:right;flex:1;margin:0;font-size:14px}@media (min-width:768px){.Footer-module__EZoWya__container{text-align:left;flex-flow:wrap;justify-content:space-between;align-items:center}.Footer-module__EZoWya__nav,.Footer-module__EZoWya__social{margin:0}.Footer-module__EZoWya__copyright{text-align:right;flex:1;margin-top:0}}
