.Navbar-module__cJzEcG__navbar{height:var(--navbar-height);z-index:1000;transition:all var(--transition-base);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#fffffff2}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Navbar-module__cJzEcG__logo{z-index:2;align-items:center;gap:.625rem;display:flex}.Navbar-module__cJzEcG__logoIcon{width:28px;height:28px;color:var(--accent)}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:-.02em;color:var(--text-primary);font-weight:800}.Navbar-module__cJzEcG__logoAccent{color:var(--accent)}.Navbar-module__cJzEcG__nav{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__cJzEcG__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__cta{margin-left:var(--space-sm)}.Navbar-module__cJzEcG__burger{cursor:pointer;z-index:2;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__burgerLine{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Navbar-module__cJzEcG__burgerLine.Navbar-module__cJzEcG__open:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__burgerLine.Navbar-module__cJzEcG__open:nth-child(2){opacity:0}.Navbar-module__cJzEcG__burgerLine.Navbar-module__cJzEcG__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__burger{display:flex}.Navbar-module__cJzEcG__nav{justify-content:center;align-items:center;gap:var(--space-xl);background:var(--bg-primary);opacity:0;pointer-events:none;transition:opacity var(--transition-base);flex-direction:column;position:fixed;inset:0}.Navbar-module__cJzEcG__navOpen{opacity:1;pointer-events:all}.Navbar-module__cJzEcG__link{font-size:var(--text-xl)}.Navbar-module__cJzEcG__cta{margin-left:0;margin-top:var(--space-md)}}
.Footer-module__S6Hkya__footer{background:var(--bg-dark);color:var(--text-on-dark);padding:var(--space-4xl)0 var(--space-xl)}.Footer-module__S6Hkya__top{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid var(--bg-dark-soft);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brand{max-width:320px}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);font-size:var(--text-xl);letter-spacing:-.02em;margin-bottom:var(--space-md);color:var(--text-on-dark);align-items:center;gap:.5rem;font-weight:800;display:inline-flex}.Footer-module__S6Hkya__logoIcon{width:24px;height:24px;color:var(--accent)}.Footer-module__S6Hkya__logoAccent{color:var(--accent-light)}.Footer-module__S6Hkya__brandDesc{font-size:var(--text-sm);color:var(--text-on-dark-muted);line-height:1.7}.Footer-module__S6Hkya__linksTitle{font-size:var(--text-xs);color:var(--text-on-dark);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.Footer-module__S6Hkya__links{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__S6Hkya__links a{font-size:var(--text-sm);color:var(--text-on-dark-muted);transition:color var(--transition-fast)}.Footer-module__S6Hkya__links a:hover{color:var(--accent-light)}.Footer-module__S6Hkya__bottom{padding-top:var(--space-xl);font-size:var(--text-sm);color:var(--text-on-dark-muted)}@media (max-width:768px){.Footer-module__S6Hkya__top{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__S6Hkya__top{grid-template-columns:1fr}}
.Hero-module__ZARIfG__hero{padding-top:calc(var(--navbar-height) + var(--space-4xl));padding-bottom:var(--space-4xl);background:var(--bg-secondary);position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";background:radial-gradient(circle,var(--accent-subtle)0%,transparent 70%);pointer-events:none;width:600px;height:600px;position:absolute;top:-40%;right:-10%}.Hero-module__ZARIfG__inner{z-index:1;position:relative}.Hero-module__ZARIfG__content{text-align:center;max-width:680px;margin:0 auto}.Hero-module__ZARIfG__badge{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--accent);background:var(--accent-subtle);border-radius:var(--radius-full);margin-bottom:var(--space-xl);padding:.375rem 1rem;font-weight:600;animation:.6s ease-out Hero-module__ZARIfG__fadeIn;display:inline-flex}.Hero-module__ZARIfG__badgeDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Hero-module__ZARIfG__title{font-family:var(--font-heading);font-size:var(--text-5xl);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-xl);font-weight:800;line-height:1.1;animation:.6s ease-out Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__subtitle{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-2xl);line-height:1.8;animation:.6s ease-out .1s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;animation:.6s ease-out .2s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stats{justify-content:center;align-items:center;gap:var(--space-2xl);margin-top:var(--space-4xl);padding:var(--space-xl)0;border-top:1px solid var(--border);animation:.6s ease-out .3s both Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.Hero-module__ZARIfG__statValue{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--text-primary);font-weight:800}.Hero-module__ZARIfG__statLabel{font-size:var(--text-sm);color:var(--text-muted);font-weight:500}.Hero-module__ZARIfG__statDivider{background:var(--border);width:1px;height:40px}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding-top:calc(var(--navbar-height) + var(--space-3xl));padding-bottom:var(--space-3xl)}.Hero-module__ZARIfG__title{font-size:var(--text-3xl)}.Hero-module__ZARIfG__stats{gap:var(--space-lg);margin-top:var(--space-3xl)}.Hero-module__ZARIfG__statValue{font-size:var(--text-2xl)}}@media (max-width:480px){.Hero-module__ZARIfG__actions{flex-direction:column;align-items:center}.Hero-module__ZARIfG__stats{gap:var(--space-lg);flex-direction:column}.Hero-module__ZARIfG__statDivider{width:40px;height:1px}}
.ProductCategories-module__sPVrCa__section{background:var(--bg-primary)}.ProductCategories-module__sPVrCa__header{text-align:center;margin-bottom:var(--space-3xl)}.ProductCategories-module__sPVrCa__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.ProductCategories-module__sPVrCa__card{padding:var(--space-xl);cursor:pointer;flex-direction:column;display:flex}.ProductCategories-module__sPVrCa__cardIcon{background:var(--accent-subtle);width:48px;height:48px;color:var(--accent);border-radius:var(--radius-md);margin-bottom:var(--space-lg);transition:all var(--transition-base);justify-content:center;align-items:center;display:flex}.ProductCategories-module__sPVrCa__card:hover .ProductCategories-module__sPVrCa__cardIcon{background:var(--accent);color:#fff}.ProductCategories-module__sPVrCa__cardTitle{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-sm);font-weight:700}.ProductCategories-module__sPVrCa__cardDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-lg);flex:1;line-height:1.7}.ProductCategories-module__sPVrCa__cardFooter{justify-content:space-between;align-items:center;display:flex}.ProductCategories-module__sPVrCa__cardCount{font-size:var(--text-xs);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.ProductCategories-module__sPVrCa__cardArrow{color:var(--text-muted);transition:all var(--transition-base)}.ProductCategories-module__sPVrCa__card:hover .ProductCategories-module__sPVrCa__cardArrow{color:var(--accent);transform:translate(4px)}.ProductCategories-module__sPVrCa__cta{margin-top:var(--space-3xl);justify-content:center;display:flex}@media (max-width:768px){.ProductCategories-module__sPVrCa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.ProductCategories-module__sPVrCa__grid{grid-template-columns:1fr}}
.WhyInnoPraxis-module__SrgzXq__section{background:var(--bg-secondary)}.WhyInnoPraxis-module__SrgzXq__header{text-align:center;margin-bottom:var(--space-3xl)}.WhyInnoPraxis-module__SrgzXq__grid{gap:var(--space-2xl)var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.WhyInnoPraxis-module__SrgzXq__card{text-align:center;padding:var(--space-lg)}.WhyInnoPraxis-module__SrgzXq__cardIcon{background:var(--accent-subtle);width:52px;height:52px;color:var(--accent);border-radius:var(--radius-lg);margin:0 auto var(--space-lg);justify-content:center;align-items:center;display:flex}.WhyInnoPraxis-module__SrgzXq__cardTitle{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-sm);color:var(--text-primary);font-weight:700}.WhyInnoPraxis-module__SrgzXq__cardDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.75}@media (max-width:768px){.WhyInnoPraxis-module__SrgzXq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.WhyInnoPraxis-module__SrgzXq__grid{grid-template-columns:1fr}}
.ServiceProcess-module___29N0G__section{background:var(--bg-primary)}.ServiceProcess-module___29N0G__header{text-align:center;margin-bottom:var(--space-3xl)}.ServiceProcess-module___29N0G__steps{flex-direction:column;max-width:640px;margin:0 auto;display:flex}.ServiceProcess-module___29N0G__step{gap:var(--space-xl);display:flex}.ServiceProcess-module___29N0G__stepNumber{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.ServiceProcess-module___29N0G__stepNumber span{width:44px;height:44px;font-family:var(--font-heading);font-size:var(--text-sm);color:var(--accent);background:var(--accent-subtle);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.ServiceProcess-module___29N0G__step:hover .ServiceProcess-module___29N0G__stepNumber span{background:var(--accent);color:#fff;transition:all var(--transition-base)}.ServiceProcess-module___29N0G__stepLine{background:var(--border);flex:1;width:2px;min-height:24px}.ServiceProcess-module___29N0G__stepContent{padding-bottom:var(--space-2xl)}.ServiceProcess-module___29N0G__stepTitle{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-xs);font-weight:700}.ServiceProcess-module___29N0G__stepDesc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.7}@media (max-width:480px){.ServiceProcess-module___29N0G__step{gap:var(--space-md)}}
.Testimonials-module__ItA9Ha__section{background:var(--bg-secondary)}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:var(--space-3xl)}.Testimonials-module__ItA9Ha__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__ItA9Ha__card{padding:var(--space-xl);flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__stars{color:var(--accent-secondary);font-size:var(--text-sm);letter-spacing:2px;margin-bottom:var(--space-md)}.Testimonials-module__ItA9Ha__text{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-xl);flex:1;line-height:1.8}.Testimonials-module__ItA9Ha__author{align-items:center;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border-light);display:flex}.Testimonials-module__ItA9Ha__avatar{background:var(--accent-subtle);width:40px;height:40px;color:var(--accent);font-size:var(--text-xs);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.Testimonials-module__ItA9Ha__name{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.Testimonials-module__ItA9Ha__role{font-size:var(--text-xs);color:var(--text-muted)}@media (max-width:768px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}
.produkte-module__UynRfq__main{padding-top:calc(var(--navbar-height) + var(--space-3xl));padding-bottom:var(--space-4xl);background:var(--bg-secondary);min-height:100vh}.produkte-module__UynRfq__header{text-align:center;margin-bottom:var(--space-3xl)}.produkte-module__UynRfq__header .produkte-module__UynRfq__section-subtitle{margin:0 auto}.produkte-module__UynRfq__filters{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-xl);margin-bottom:var(--space-xl);box-shadow:var(--shadow-sm)}.produkte-module__UynRfq__searchWrap{margin-bottom:var(--space-lg);position:relative}.produkte-module__UynRfq__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.produkte-module__UynRfq__searchInput{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;color:var(--text-primary);font-size:var(--text-base);transition:all var(--transition-fast);outline:none;padding:.875rem 1rem .875rem 2.75rem}.produkte-module__UynRfq__searchInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.produkte-module__UynRfq__searchInput::placeholder{color:var(--text-muted)}.produkte-module__UynRfq__filterRow{gap:var(--space-xl);flex-wrap:wrap;align-items:start;display:flex}.produkte-module__UynRfq__filterGroup{flex:1;min-width:200px}.produkte-module__UynRfq__filterLabel{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-sm);font-weight:600;display:block}.produkte-module__UynRfq__filterChips{gap:var(--space-xs);flex-wrap:wrap;display:flex}.produkte-module__UynRfq__chip{font-size:var(--text-sm);color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-full);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;padding:.375rem .875rem;font-weight:500}.produkte-module__UynRfq__chip:hover{color:var(--text-primary);border-color:var(--accent)}.produkte-module__UynRfq__chipActive{color:#fff!important;background:var(--accent)!important;border-color:var(--accent)!important}.produkte-module__UynRfq__select{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:var(--text-sm);cursor:pointer;outline:none;padding:.625rem 1rem}.produkte-module__UynRfq__select:focus{border-color:var(--accent)}.produkte-module__UynRfq__resultsInfo{margin-bottom:var(--space-lg);font-size:var(--text-sm);color:var(--text-muted);justify-content:space-between;align-items:center;display:flex}.produkte-module__UynRfq__clearBtn{font-size:var(--text-sm);color:var(--accent);cursor:pointer;transition:color var(--transition-fast)}.produkte-module__UynRfq__clearBtn:hover{color:var(--accent-dark)}.produkte-module__UynRfq__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.produkte-module__UynRfq__card{padding:var(--space-xl);background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-base);flex-direction:column;display:flex}.produkte-module__UynRfq__card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.produkte-module__UynRfq__cardTop{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.produkte-module__UynRfq__cardIcon{font-size:1.75rem}.produkte-module__UynRfq__cardCategory{font-size:var(--text-xs);color:var(--accent);background:var(--accent-subtle);border-radius:var(--radius-full);padding:.25rem .75rem;font-weight:600}.produkte-module__UynRfq__cardName{font-family:var(--font-heading);font-size:var(--text-lg);margin-bottom:var(--space-xs);font-weight:700}.produkte-module__UynRfq__cardManufacturer{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-md)}.produkte-module__UynRfq__cardDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-md);flex:1;line-height:1.7}.produkte-module__UynRfq__cardTags{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-wrap:wrap;display:flex}.produkte-module__UynRfq__tag{font-size:var(--text-xs);color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-sm);border:1px solid var(--border-light);padding:.2rem .6rem}.produkte-module__UynRfq__cardBtn{align-self:flex-start}.produkte-module__UynRfq__empty{text-align:center;padding:var(--space-4xl)var(--space-xl);color:var(--text-muted)}.produkte-module__UynRfq__emptyIcon{margin-bottom:var(--space-md);font-size:3rem;display:block}.produkte-module__UynRfq__empty h3{font-size:var(--text-xl);color:var(--text-secondary);margin-bottom:var(--space-sm)}@media (max-width:1024px){.produkte-module__UynRfq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.produkte-module__UynRfq__filterRow{gap:var(--space-lg);flex-direction:column}.produkte-module__UynRfq__chip{font-size:var(--text-xs);padding:.3rem .6rem}}@media (max-width:480px){.produkte-module__UynRfq__grid{grid-template-columns:1fr}.produkte-module__UynRfq__resultsInfo{gap:var(--space-sm);flex-direction:column;align-items:flex-start}}
.Contact-module__hcVmEa__section{background:var(--bg-primary)}.Contact-module__hcVmEa__layout{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.Contact-module__hcVmEa__info{top:calc(var(--navbar-height) + var(--space-xl));position:sticky}.Contact-module__hcVmEa__infoText{font-size:var(--text-lg);color:var(--text-secondary);margin-bottom:var(--space-2xl);line-height:1.8}.Contact-module__hcVmEa__contactItems{gap:var(--space-lg);flex-direction:column;display:flex}.Contact-module__hcVmEa__contactItem{align-items:center;gap:var(--space-md);display:flex}.Contact-module__hcVmEa__contactIcon{background:var(--accent-subtle);width:44px;height:44px;color:var(--accent);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__contactLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.Contact-module__hcVmEa__contactValue{font-size:var(--text-base);font-weight:500}.Contact-module__hcVmEa__formCard{padding:var(--space-2xl)}.Contact-module__hcVmEa__form{gap:var(--space-lg);flex-direction:column;display:flex}.Contact-module__hcVmEa__formRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.Contact-module__hcVmEa__formGroup{gap:var(--space-xs);flex-direction:column;display:flex}.Contact-module__hcVmEa__formGroup label{font-size:var(--text-sm);color:var(--text-secondary);font-weight:600}.Contact-module__hcVmEa__formGroup input,.Contact-module__hcVmEa__formGroup textarea,.Contact-module__hcVmEa__formGroup select{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:var(--text-base);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem}.Contact-module__hcVmEa__formGroup input:focus,.Contact-module__hcVmEa__formGroup textarea:focus,.Contact-module__hcVmEa__formGroup select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.Contact-module__hcVmEa__formGroup input::placeholder,.Contact-module__hcVmEa__formGroup textarea::placeholder{color:var(--text-muted)}.Contact-module__hcVmEa__formGroup textarea{resize:vertical;min-height:100px}.Contact-module__hcVmEa__success{text-align:center;padding:var(--space-3xl)var(--space-xl)}.Contact-module__hcVmEa__successIcon{color:var(--accent);margin-bottom:var(--space-md)}.Contact-module__hcVmEa__successTitle{font-family:var(--font-heading);font-size:var(--text-2xl);margin-bottom:var(--space-sm);font-weight:700}.Contact-module__hcVmEa__successText{color:var(--text-secondary);line-height:1.7}@media (max-width:768px){.Contact-module__hcVmEa__layout{gap:var(--space-2xl);grid-template-columns:1fr}.Contact-module__hcVmEa__info{position:static}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}}
