@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--slate-grey: #475569;--deep-slate: #1e293b;--deep-charcoal: #0f172a;--pure-white: #ffffff;--lutz-red: #E30613;--light-grey: #f8fafc;--medium-grey: #64748b;--border-grey: #e2e8f0;--text-dark: #334155;--accent-grey: #cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;--spacing-unit: 8px;--grid-gap: 32px;--border-radius-sm: 2px;--border-radius-md: 4px;--border-width: 1px;--transition-speed: .25s;color:var(--text-dark);background-color:var(--pure-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1,"calt" 1}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--pure-white)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--deep-charcoal);letter-spacing:-.02em}h1{font-size:clamp(1.75rem,5vw + 1rem,5.5rem);font-weight:900;letter-spacing:-.03em;line-height:1.1}h2{font-size:clamp(1.5rem,4vw + .5rem,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.15}h3{font-size:clamp(1.25rem,2.5vw + .5rem,2.25rem);font-weight:700;letter-spacing:-.01em;line-height:1.3}h4{font-size:clamp(1rem,1.5vw + .5rem,1.5rem);font-weight:700;letter-spacing:.01em;text-transform:uppercase;line-height:1.4}p{line-height:1.6;color:var(--medium-grey);font-size:clamp(.875rem,1vw + .5rem,1rem)}a{color:var(--slate-grey);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--lutz-red)}button{font-family:inherit;cursor:pointer;border:none;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-grey)}::-webkit-scrollbar-thumb{background:var(--slate-grey);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--deep-slate)}.container{max-width:1440px;margin:0 auto;padding:0 clamp(1rem,4vw,5rem);width:100%}.section-spacing{padding:clamp(2.5rem,8vw,8rem) 0}*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}.app{min-height:100vh;overflow-x:hidden;max-width:100%;padding-top:120px}@media(min-width:640px){.app{padding-top:130px}}@media(min-width:1024px){.app{padding-top:100px}}.scroll-to-top{position:fixed;bottom:1rem;right:4.5rem;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);border:3px solid var(--pure-white);color:var(--pure-white);cursor:pointer;box-shadow:0 4px 16px #1e293b80,0 0 0 4px #1e293b33;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1);z-index:99998;animation:fadeInUp .3s ease}@media(min-width:640px){.scroll-to-top{bottom:1.5rem;right:7rem;width:64px;height:64px;border:3px solid var(--pure-white);box-shadow:0 8px 24px #1e293b99,0 0 0 5px #1e293b40}}@media(min-width:1024px){.scroll-to-top{bottom:2rem;right:8rem;width:70px;height:70px;border:4px solid var(--pure-white);box-shadow:0 12px 32px #1e293b99,0 0 0 6px #1e293b40}}@media(hover:hover){.scroll-to-top:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px #1e293bb3,0 0 0 6px #1e293b4d;background:linear-gradient(135deg,#334155,#1e293b)}}.scroll-to-top:active{transform:translateY(-2px) scale(.98)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}section{scroll-margin-top:80px}button{font-family:inherit}img{max-width:100%;height:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;background:none;border:none;cursor:pointer;z-index:11001;padding:.25rem;margin-left:auto;transition:background .2s}.hamburger-bar{width:1.7rem;height:.22rem;background:var(--deep-charcoal);margin:.18rem 0;border-radius:2px;transition:all .3s cubic-bezier(.23,1,.32,1)}.hamburger.open .hamburger-bar:nth-child(1){transform:translateY(.4rem) rotate(45deg)}.hamburger.open .hamburger-bar:nth-child(2){opacity:0}.hamburger.open .hamburger-bar:nth-child(3){transform:translateY(-.4rem) rotate(-45deg)}.nav.desktop-nav{display:none}.mobile-nav{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:80vw;max-width:320px;height:100vh;background:#fff;box-shadow:-2px 0 16px #00000014;padding:5.5rem 1.5rem 2rem;z-index:11000;transform:translate(100%);transition:transform .3s cubic-bezier(.23,1,.32,1);gap:1.25rem;opacity:0;pointer-events:none}.mobile-nav.open{transform:translate(0);opacity:1;pointer-events:auto}.mobile-nav button{font-size:1.1rem;padding:.9rem .5rem;text-align:left;border-bottom:1px solid var(--border-grey);background:none;color:var(--deep-charcoal)}.mobile-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000002e;z-index:10999;transition:opacity .3s}@media(min-width:1024px){.hamburger{display:none}.nav.desktop-nav{display:flex}.mobile-nav,.mobile-backdrop{display:none!important}}.header{position:fixed;top:0;left:0;right:0;width:100%;background:var(--pure-white);border-bottom:2px solid var(--border-grey);padding:0;z-index:10000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;box-shadow:0 2px 8px #0f172a14;transition:box-shadow .3s ease}.header-container{max-width:1440px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(min-width:640px){.header-container{padding:1.25rem 2rem}}@media(min-width:1024px){.header-container{padding:1.5rem 5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}}.logo{display:flex;align-items:center;cursor:pointer;transition:transform .2s ease}.logo:hover{transform:translateY(-2px)}.logo-wrapper{display:flex;align-items:center;gap:0;position:relative}.logo-text{display:flex;flex-direction:column;gap:.25rem}.logo h1{margin:0;font-size:1.25rem;font-weight:900;letter-spacing:-.02em;color:var(--deep-charcoal);line-height:1.1}.logo-subtitle{font-size:.625rem;letter-spacing:.04em;text-transform:uppercase;color:var(--lutz-red);font-weight:700;margin-top:.125rem}@media(min-width:640px){.logo h1{font-size:1.5rem}.logo-subtitle{font-size:.75rem}}@media(min-width:1024px){.logo h1{font-size:1.875rem}.logo-subtitle{font-size:.875rem}}.nav{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem;width:100%}@media(min-width:640px){.nav{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.nav{display:flex;gap:.5rem;width:auto}}.nav button{background:transparent;border:none;color:var(--text-dark);padding:.625rem .5rem;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.015em;transition:all .2s cubic-bezier(.23,1,.32,1);position:relative;text-align:center}@media(min-width:640px){.nav button{font-size:.8125rem;padding:.75rem 1rem}}@media(min-width:1024px){.nav button{font-size:.875rem;padding:.875rem 1.75rem}}.nav button:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:85%;height:2px;background:var(--lutz-red);transition:transform .25s cubic-bezier(.23,1,.32,1)}.nav button:hover{color:var(--deep-charcoal)}.nav button:hover:after{transform:translate(-50%) scaleX(1)}@media(min-width:768px){.header-container{flex-direction:row;align-items:center;justify-content:space-between}.nav{grid-template-columns:repeat(3,1fr);width:auto;gap:.5rem}}@media(min-width:1024px){.header-container{display:grid;grid-template-columns:auto 1fr;gap:4rem}.nav{display:flex;gap:0;justify-content:center}.nav button{text-align:left}}.hero{background:var(--pure-white);padding:2rem 0;position:relative;overflow:hidden}.hero-container{max-width:1440px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;position:relative}@media(min-width:640px){.hero{padding:2.5rem 0}.hero-container{padding:0 2rem;gap:2rem}}@media(min-width:1024px){.hero{padding:4rem 0}.hero-container{padding:0 5rem;gap:3rem}}.hero-title{font-size:1.75rem;color:var(--deep-charcoal);margin-bottom:1rem;line-height:1.2;font-weight:900;letter-spacing:-.02em;text-align:center;width:100%}.hero-subtitle{font-size:.9375rem;color:var(--slate-grey);margin-bottom:1.5rem;line-height:1.5;max-width:100%;font-weight:400;text-align:center}@media(min-width:640px){.hero-title{font-size:2.25rem;margin-bottom:1.25rem}.hero-subtitle{font-size:1rem}}@media(min-width:1024px){.hero-title{font-size:3.5rem;margin-bottom:2rem;line-height:1.15}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem;line-height:1.6}}.hero-subtitle strong{color:var(--lutz-red);font-weight:700}.hero-features{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;width:100%}.feature-card{background:var(--pure-white);padding:1.25rem 1rem;border:1px solid var(--border-grey);transition:all .3s cubic-bezier(.23,1,.32,1);position:relative}@media(min-width:640px){.feature-card{padding:1.5rem 1.25rem}}@media(min-width:1024px){.hero-features{gap:1.5rem;margin-top:2.5rem}.feature-card{padding:2rem 1.5rem}}.feature-card:before{content:"";position:absolute;top:0;left:0;width:2px;height:0;background:var(--lutz-red);transition:height .3s cubic-bezier(.23,1,.32,1)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0f172a14;border-color:var(--slate-grey)}.feature-card:hover:before{height:100%}.feature-icon{margin-bottom:.875rem;color:var(--lutz-red);display:flex;align-items:center;justify-content:flex-start}.feature-icon svg{width:20px;height:20px}.feature-card h3{font-size:.6875rem;color:var(--deep-charcoal);margin-bottom:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}@media(min-width:640px){.feature-icon{margin-bottom:1rem}.feature-icon svg{width:24px;height:24px}.feature-card h3{font-size:.75rem}}@media(min-width:1024px){.feature-icon{margin-bottom:1.25rem}.feature-icon svg{width:28px;height:28px}.feature-card h3{font-size:.8125rem;margin-bottom:.625rem}}.feature-card p{font-size:clamp(.8125rem,1.5vw,.9375rem);color:var(--medium-grey);margin:0;line-height:1.5;font-weight:400}.hero-image{display:flex;justify-content:center;align-items:flex-start;position:relative}.pump-display{position:relative;width:100%;max-width:1100px}.pump-display img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 48px rgba(15,23,42,.12));transition:transform .4s cubic-bezier(.23,1,.32,1)}.pump-display:hover img{transform:scale(1.03)}@media(min-width:768px){.hero-features{grid-template-columns:repeat(2,1fr)}.hero-title,.hero-subtitle{text-align:left}}@media(min-width:1024px){.hero-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,4rem);align-items:center}.hero-features{grid-template-columns:repeat(3,1fr)}.hero-title{text-align:left}.hero-subtitle{text-align:left;max-width:600px}}.model-range{padding:3rem 0;background:var(--light-grey)}.section-container{max-width:1440px;margin:0 auto;padding:0 1rem}.section-header{text-align:center;margin-bottom:2rem;max-width:850px;margin-left:auto;margin-right:auto}@media(min-width:640px){.model-range{padding:4rem 0}.section-container{padding:0 2rem}.section-header{margin-bottom:3rem}}@media(min-width:1024px){.model-range{padding:8rem 0}.section-container{padding:0 5rem}.section-header{margin-bottom:6rem}}.section-header h2{font-size:1.75rem;color:var(--deep-charcoal);margin-bottom:.875rem;font-weight:800;letter-spacing:-.02em}.section-header p{font-size:.9375rem;color:var(--slate-grey);line-height:1.5;font-weight:400}@media(min-width:640px){.section-header h2{font-size:2.25rem;margin-bottom:1rem}.section-header p{font-size:1.0625rem}}@media(min-width:1024px){.section-header h2{font-size:3.5rem;margin-bottom:1.5rem}.section-header p{font-size:1.25rem;line-height:1.6}}.models-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem}.model-card{background:var(--pure-white);padding:1.5rem 1.25rem;border:1px solid var(--border-grey);transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:auto}@media(min-width:640px){.model-card{padding:2rem 1.75rem}}@media(min-width:1024px){.models-grid{gap:2rem;margin-bottom:5rem}.model-card{padding:3rem 2.5rem}}.model-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--lutz-red);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.23,1,.32,1)}.model-card:hover:before{transform:scaleX(1)}.model-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0f172a1a;border-color:var(--deep-slate)}.model-header{margin-bottom:1.75rem}.model-header h3{font-size:clamp(1.25rem,3vw + .5rem,1.875rem);color:var(--deep-charcoal);margin-bottom:clamp(.5rem,1.5vw,.875rem);font-weight:800;letter-spacing:-.01em}.model-badge{background:var(--deep-charcoal);color:var(--pure-white);padding:clamp(.375rem,1vw,.5rem) clamp(.875rem,2vw,1.125rem);font-size:clamp(.625rem,1vw,.6875rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;display:inline-block}.model-description{color:var(--slate-grey);margin-bottom:clamp(1.5rem,3vw,2.5rem);line-height:1.6;font-size:clamp(.875rem,1.5vw,1rem);font-weight:400;flex-grow:0}.model-features{list-style:none;padding:0;margin:0 0 auto;flex-grow:1}.model-features li{padding:.875rem 0;color:var(--text-dark);display:flex;align-items:flex-start;gap:1rem;font-size:.9375rem;font-weight:400;border-bottom:1px solid var(--border-grey)}.model-features li:last-child{border-bottom:none}.checkmark{color:var(--lutz-red);font-weight:700;font-size:1.25rem;flex-shrink:0;line-height:1}.model-btn{width:100%;padding:1.125rem 1rem;margin-top:2rem;border:2px solid var(--deep-charcoal);background:var(--deep-charcoal);color:var(--pure-white);font-weight:700;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.model-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--lutz-red);transition:left .3s cubic-bezier(.23,1,.32,1);z-index:0}.model-btn:hover:before{left:0}.model-btn:hover{border-color:var(--lutz-red);transform:translateY(-2px);box-shadow:0 6px 16px #e3061340}.model-btn span{position:relative;z-index:1}.model-sizes{background:var(--pure-white);padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,3vw,3rem);border:1px solid var(--border-grey)}.model-sizes h3{font-size:clamp(1.125rem,3vw + .25rem,1.625rem);color:var(--deep-charcoal);margin-bottom:clamp(1.5rem,3vw,2.5rem);text-align:center;font-weight:800;letter-spacing:-.01em}.sizes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(75px,1fr));gap:clamp(.75rem,2vw,1.25rem)}.size-badge{background:var(--light-grey);padding:clamp(.625rem,1.5vw,1.25rem) clamp(.375rem,1vw,1rem);text-align:center;font-weight:700;color:var(--deep-charcoal);font-size:clamp(.8125rem,1.5vw,1rem);border:1px solid var(--border-grey);transition:all .2s cubic-bezier(.23,1,.32,1);letter-spacing:.02em}.size-badge:hover{background:var(--pure-white);border-color:var(--lutz-red);color:var(--lutz-red);transform:translateY(-2px)}@media(min-width:768px){.sizes-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(min-width:1024px){.models-grid{grid-template-columns:repeat(3,1fr)}.model-card{min-height:540px}.sizes-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}.technical-specs{padding:3rem 0;background:var(--light-grey)}@media(min-width:640px){.technical-specs{padding:4rem 0}}@media(min-width:1024px){.technical-specs{padding:8rem 0}}.specs-table-wrapper{margin-bottom:2rem;max-width:100%;overflow:hidden}@media(min-width:1024px){.specs-table-wrapper{margin-bottom:4rem}}.table-title{font-size:1.125rem;color:var(--deep-charcoal);margin-bottom:1rem;font-weight:800;letter-spacing:-.01em;text-align:center}@media(min-width:640px){.table-title{font-size:1.375rem;margin-bottom:1.5rem}}@media(min-width:1024px){.table-title{font-size:1.625rem;margin-bottom:2rem}}.table-responsive{overflow-x:auto;overflow-y:hidden;background:var(--pure-white);border:1px solid var(--border-grey);padding:0;-webkit-overflow-scrolling:touch;margin:0 1rem;width:calc(100% - 2rem);max-width:calc(100% - 2rem);position:relative;border-radius:8px}.table-responsive::-webkit-scrollbar{height:12px}.table-responsive::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px;border:1px solid #e2e8f0}.table-responsive::-webkit-scrollbar-thumb{background:var(--lutz-red);border-radius:6px;border:2px solid #f1f5f9}.table-responsive::-webkit-scrollbar-thumb:hover{background:#c50512}@media(max-width:768px){.table-responsive{scrollbar-width:auto;scrollbar-color:var(--lutz-red) #f1f5f9}.table-responsive::-webkit-scrollbar{height:14px}}@keyframes scrollHint{0%,to{transform:translateY(-50%) translate(0);opacity:.7}50%{transform:translateY(-50%) translate(-8px);opacity:1}}@media(max-width:640px){.table-responsive{margin:0 .5rem;width:calc(100% - 1rem);max-width:calc(100% - 1rem);border:2px solid var(--lutz-red);box-shadow:0 2px 8px #e3061326}.table-responsive:after{content:"← СВАЙП →";position:absolute;bottom:.25rem;right:.5rem;background:var(--lutz-red);color:#fff;padding:.375rem .875rem;font-size:.6875rem;font-weight:800;border-radius:4px;pointer-events:none;animation:fadeOutHint 5s ease-in-out forwards;letter-spacing:.05em}@keyframes fadeOutHint{0%,80%{opacity:1}to{opacity:0}}}.specs-table{width:100%;border-collapse:collapse;min-width:700px;table-layout:auto}@media(max-width:768px){.specs-table{min-width:600px}}@media(max-width:480px){.specs-table{min-width:550px}}@media(max-width:375px){.specs-table{min-width:500px}}.specs-table th,.specs-table td{white-space:nowrap}.specs-table thead{background:var(--deep-charcoal)}.specs-table th{color:var(--pure-white);padding:.5rem .375rem;text-align:center;font-weight:700;text-transform:uppercase;font-size:.5rem;letter-spacing:.02em;border-right:2px solid #475569;white-space:nowrap}@media(min-width:640px){.specs-table th{padding:.875rem .625rem;font-size:.625rem;letter-spacing:.05em}}@media(min-width:1024px){.specs-table th{padding:1rem .75rem;font-size:.6875rem}}.specs-table th:first-child{text-align:left;padding-left:.5rem;padding-right:.375rem;min-width:100px}@media(min-width:640px){.specs-table th:first-child{padding-left:.875rem;padding-right:.625rem;min-width:140px}}@media(min-width:1024px){.specs-table th:first-child{padding-left:1rem;padding-right:.75rem;min-width:180px}}.specs-table tbody tr{border-bottom:2px solid #d1d5db;transition:background .2s ease}.specs-table tbody tr:last-child{border-bottom:none}.specs-table td{padding:.5rem .25rem;text-align:center;color:var(--text-dark);font-size:.6875rem;font-weight:500;border-right:2px solid #d1d5db;white-space:nowrap}@media(min-width:640px){.specs-table td{padding:.75rem .5rem;font-size:.8125rem}}@media(min-width:1024px){.specs-table td{padding:.875rem .75rem;font-size:.875rem}}.spec-label{text-align:left;font-weight:700;color:var(--deep-charcoal);padding-left:.5rem;padding-right:.375rem;font-size:.6875rem;min-width:100px}@media(min-width:640px){.spec-label{padding-left:.875rem;padding-right:.625rem;font-size:.8125rem;min-width:140px}}@media(min-width:1024px){.spec-label{padding-left:1rem;padding-right:.75rem;font-size:.875rem;min-width:180px}}.general-specs{background:var(--pure-white);padding:3.5rem 3rem;border:1px solid var(--border-grey);margin:0 1rem 4rem;border-radius:8px}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border:2px solid #d1d5db;background:var(--pure-white)}.spec-item:last-child,.spec-item:nth-last-child(2):nth-child(odd){border-bottom:1px solid var(--border-grey)}.spec-label-inline{font-weight:700;color:var(--deep-charcoal);font-size:.9375rem;letter-spacing:0}.spec-value{font-weight:600;color:var(--slate-grey);font-size:.9375rem;text-align:right}.features-comparison{background:var(--pure-white);border:1px solid var(--border-grey);padding:0;max-width:calc(100% - 2rem);overflow:hidden;margin:0 1rem;border-radius:8px}.comparison-legend{display:flex;justify-content:center;gap:3rem;padding:2rem;background:var(--light-grey);border-bottom:1px solid var(--border-grey)}.legend-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-dark);font-weight:600}.legend-symbol{font-size:1.25rem;font-weight:700;display:inline-block;min-width:1.5rem;text-align:center}.legend-symbol.not-supported{color:var(--medium-grey)}.legend-symbol.supported{color:var(--lutz-red)}.comparison-table{width:100%;border-collapse:collapse;min-width:380px}@media(max-width:480px){.comparison-table{min-width:340px}}@media(max-width:375px){.comparison-table{min-width:300px}}.comparison-table thead{background:var(--deep-charcoal)}.comparison-table th{color:var(--pure-white);padding:1.5rem 2rem;text-align:left;font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;border-right:2px solid #475569}.comparison-table th:last-child{border-right:none}.comparison-table th:first-child{width:50%}.comparison-table tbody tr{border-bottom:2px solid #d1d5db;transition:background .2s ease}.comparison-table tbody tr:hover:not(.category-row){background:var(--light-grey)}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table td{padding:1rem 2rem;color:var(--text-dark);font-size:.9375rem;border-right:2px solid #d1d5db;font-weight:400}.comparison-table td:first-child{font-weight:500}.comparison-table td:last-child{border-right:none}.comparison-table td:not(:first-child){text-align:center;font-weight:700;font-size:1.125rem}.category-row{background:var(--deep-slate)!important}.category-row td{color:var(--pure-white)!important;font-weight:800!important;font-size:.75rem!important;letter-spacing:.1em!important;text-transform:uppercase;padding:.875rem 2rem}@media(max-width:1024px){.technical-specs{padding:clamp(3rem,8vw,6rem) 0}.specs-grid{grid-template-columns:1fr;gap:0}.spec-item{flex-direction:column;align-items:flex-start;gap:.5rem}.spec-value{text-align:left}.general-specs{padding:2.5rem 2rem}.specs-table-wrapper{margin-bottom:3rem}}@media(max-width:768px){.technical-specs{padding:2.5rem 0}.section-header h2{font-size:clamp(1.75rem,5vw,2.5rem)}.section-header p{font-size:1rem}.table-title{font-size:1.25rem;margin-bottom:1rem;padding:0 1rem}.table-responsive{border:1px solid var(--border-grey);padding:0;overflow-x:auto;margin:0 .5rem;width:calc(100% - 1rem)}.specs-table th{padding:.875rem .625rem;font-size:.625rem}.specs-table td{padding:.75rem .625rem;font-size:.8125rem}.spec-label{padding-left:.625rem;padding-right:.375rem;font-size:.6875rem;min-width:110px}.specs-table th:first-child{min-width:110px;padding-left:.625rem;padding-right:.375rem;font-size:.5625rem}.comparison-table th,.comparison-table td{padding:.875rem .625rem;font-size:.75rem}.general-specs{padding:2rem 1.5rem;margin:0 .5rem 3rem}.features-comparison{margin:0 .5rem;max-width:calc(100% - 1rem)}.comparison-table td:not(:first-child){font-size:1rem}.comparison-table th{font-size:.75rem}}@media(max-width:480px){.technical-specs{padding:2rem 0}.section-header{margin-bottom:2rem;padding:0 1rem}.section-header h2{font-size:1.5rem}.section-header p{font-size:.875rem}.table-title{font-size:1.125rem;margin-bottom:.875rem}.specs-table th{padding:.5rem .375rem;font-size:.5rem}.specs-table td{padding:.5rem .375rem;font-size:.6875rem}.spec-label{padding-left:.5rem;padding-right:.25rem;font-size:.625rem;min-width:90px}.specs-table th:first-child{min-width:90px;padding-left:.5rem;padding-right:.25rem;font-size:.5rem}.table-responsive{margin:0 .375rem;width:calc(100% - .75rem);max-width:calc(100% - .75rem)}.comparison-table th{padding:.625rem .375rem;font-size:.5625rem}.comparison-table td{padding:.625rem .375rem;font-size:.625rem}.general-specs{padding:1.5rem 1rem;margin:0 .375rem 2rem}.features-comparison{margin:0 .375rem;max-width:calc(100% - .75rem)}.spec-item{padding:1rem}.spec-label-inline,.spec-value{font-size:.8125rem}.comparison-table td:not(:first-child){font-size:.875rem}.category-row td{font-size:.5625rem!important;padding:.75rem .5rem;letter-spacing:.05em!important}}@media(max-width:360px){.specs-table,.comparison-table{min-width:280px}.specs-table th{padding:.375rem .25rem;font-size:.4375rem;letter-spacing:.02em}.specs-table td{padding:.375rem .25rem;font-size:.5625rem}.spec-label{padding-left:.375rem;padding-right:.25rem;font-size:.5625rem;min-width:80px}.specs-table th:first-child{min-width:80px;padding-left:.375rem;padding-right:.25rem}.comparison-table th{padding:.5rem .25rem;font-size:.4375rem}.comparison-table td{padding:.5rem .25rem;font-size:.5rem}.comparison-table th:first-child,.comparison-table td:first-child{padding-left:.375rem;padding-right:.25rem}.table-title{font-size:.9375rem;margin-bottom:.625rem}.section-header h2{font-size:1.25rem}.general-specs{padding:1rem .625rem;margin:0 .375rem 1.25rem}.category-row td{font-size:.4375rem!important;padding:.5rem .25rem}.table-responsive{margin:0 .25rem;width:calc(100% - .5rem);max-width:calc(100% - .5rem)}.features-comparison{margin:0 .25rem;max-width:calc(100% - .5rem)}}.system-section{padding:clamp(2rem,8vw,10rem) 0;background:var(--light-grey)}.system-subtitle{font-size:clamp(.9375rem,2vw + .25rem,1.25rem);color:var(--slate-grey);max-width:850px;margin:0 auto;line-height:1.6;font-weight:400}.system-subtitle strong{color:var(--lutz-red);font-weight:700}.accessories-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,2.5vw,1.75rem);margin:clamp(2rem,5vw,4rem) 0 clamp(2.5rem,6vw,5rem)}.accessory-card{background:var(--pure-white);padding:clamp(1.25rem,3vw,2rem) clamp(1rem,2.5vw,1.75rem);border:1px solid var(--border-grey);transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;gap:clamp(.75rem,2vw,1.25rem);min-height:auto}.accessory-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0f172a14;border-color:var(--deep-slate)}.accessory-number{width:44px;height:44px;background:var(--deep-charcoal);color:var(--pure-white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem;flex-shrink:0}.accessory-content h3{font-size:1rem;color:var(--deep-charcoal);margin-bottom:.625rem;font-weight:700;letter-spacing:0;line-height:1.3}.accessory-content p{font-size:.875rem;color:var(--medium-grey);margin:0;line-height:1.5;font-weight:400}.system-benefits{background:var(--pure-white);padding:clamp(2rem,4vw,3.5rem) clamp(1.5rem,3vw,3rem);border:1px solid var(--border-grey);margin-top:0}.system-benefits h3{font-size:clamp(1.125rem,3vw + .25rem,1.875rem);color:var(--deep-charcoal);margin-bottom:clamp(1.5rem,4vw,3rem);text-align:center;font-weight:800;letter-spacing:-.01em}.benefits-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,3rem)}.benefit-item{text-align:center;display:flex;flex-direction:column;align-items:center}.benefit-icon{margin-bottom:clamp(.75rem,2vw,1.25rem);display:flex;color:var(--lutz-red);align-items:center;justify-content:center}.benefit-item strong{display:block;font-size:clamp(.9375rem,2vw,1.125rem);color:var(--deep-charcoal);margin-bottom:clamp(.5rem,1vw,.75rem);font-weight:700;letter-spacing:0}.benefit-item p{font-size:clamp(.8125rem,1.5vw,.9375rem);color:var(--slate-grey);margin:0;line-height:1.5;font-weight:400}@media(min-width:768px){.accessories-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.accessories-grid,.benefits-grid{grid-template-columns:repeat(4,1fr)}.accessory-card{min-height:140px}}.suction-lines{padding:clamp(2rem,8vw,10rem) 0;background:var(--pure-white)}.features-highlight{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.75rem);margin:clamp(2rem,5vw,4rem) 0}.highlight-card{background:var(--deep-charcoal);color:var(--pure-white);padding:clamp(1.25rem,3vw,2rem) clamp(1rem,2.5vw,1.75rem);border-left:2px solid var(--lutz-red);transition:all .3s cubic-bezier(.23,1,.32,1);text-align:left}.highlight-icon{font-size:clamp(1.125rem,2vw,1.375rem);display:block;margin-bottom:clamp(.75rem,1.5vw,1rem);color:var(--lutz-red);font-weight:700}.highlight-card h3{font-size:clamp(.875rem,1.5vw,1rem);margin:0;font-weight:600;color:var(--pure-white);line-height:1.5;letter-spacing:0}.highlight-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0f172a33;border-left-width:3px}.category-section{margin:clamp(2rem,5vw,4rem) 0}.category-title{font-size:clamp(1.125rem,2.5vw + .25rem,1.625rem);color:var(--deep-charcoal);margin-bottom:clamp(1rem,3vw,2rem);padding-bottom:clamp(.5rem,1vw,.75rem);border-bottom:2px solid var(--lutz-red);display:inline-block;font-weight:800;letter-spacing:-.01em}.models-grid-suction{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,2.5vw,1.75rem)}.suction-model-card{background:var(--light-grey);padding:clamp(1.25rem,3vw,2rem) clamp(1rem,2.5vw,1.75rem);border-left:2px solid var(--lutz-red);transition:all .3s cubic-bezier(.23,1,.32,1);border:1px solid var(--border-grey)}.suction-model-card:hover{background:var(--pure-white);box-shadow:0 8px 24px #0f172a14;border-left-width:3px;border-color:var(--deep-slate);transform:translateY(-4px)}.model-type-badge{background:var(--deep-charcoal);color:var(--pure-white);padding:.625rem 1.25rem;font-weight:800;font-size:1rem;display:inline-block;margin-bottom:1.25rem;letter-spacing:.08em}.model-feature-list{list-style:none;padding:0;margin:0}.model-feature-list li{padding:.75rem 0;color:var(--text-dark);display:flex;align-items:flex-start;gap:.875rem;font-size:.9375rem;border-bottom:1px solid var(--border-grey);font-weight:400}.model-feature-list li:last-child{border-bottom:none}.bullet{color:var(--lutz-red);font-weight:700;font-size:1.25rem;line-height:1}.specs-table{margin-top:5rem;background:var(--pure-white);padding:3.5rem 3rem;border:1px solid var(--border-grey)}.specs-table h3{font-size:1.875rem;color:var(--deep-charcoal);margin-bottom:2.5rem;font-weight:800;letter-spacing:-.01em;text-align:center}.specs-table table{width:100%;border-collapse:collapse;background:var(--pure-white);border:1px solid var(--border-grey)}.specs-table th{background:var(--deep-charcoal);color:var(--pure-white);padding:1.25rem 1.5rem;text-align:left;font-weight:700;text-transform:uppercase;font-size:.8125rem;letter-spacing:.1em;border-right:1px solid var(--border-grey)}.specs-table th:last-child{border-right:none}.specs-table td{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-grey);border-right:1px solid var(--border-grey);color:var(--text-dark);font-size:.9375rem;font-weight:400}.specs-table td:last-child{border-right:none}.specs-table tbody tr:last-child td{border-bottom:none}.specs-table tbody tr:hover{background:var(--light-grey)}@media(min-width:640px){.features-highlight{grid-template-columns:repeat(2,1fr)}}nn@media (min-width: 1024px){.features-highlight{grid-template-columns:repeat(4,1fr)}.models-grid-suction{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.applications{padding:clamp(2rem,8vw,10rem) 0;background:var(--pure-white)}.applications-grid{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,3vw,2.5rem);margin:clamp(2rem,5vw,4rem) 0}.application-card{background:var(--pure-white);padding:clamp(1.5rem,4vw,3rem) clamp(1.25rem,3.5vw,2.5rem);border:1px solid var(--border-grey);transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;min-height:auto;display:flex;flex-direction:column}.application-card:before{content:"";position:absolute;top:0;left:0;width:2px;height:0;background:var(--lutz-red);transition:height .3s cubic-bezier(.23,1,.32,1)}.application-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0f172a1a;border-color:var(--deep-slate)}.application-card:hover:before{height:100%}.app-icon{margin-bottom:2rem;color:var(--lutz-red);display:flex;align-items:center;justify-content:flex-start}.application-card h3{font-size:clamp(1.125rem,3vw + .25rem,1.375rem);color:var(--deep-charcoal);margin-bottom:clamp(1rem,3vw,2rem);min-height:auto;font-weight:700;line-height:1.3;letter-spacing:-.01em}.app-examples{list-style:none;padding:0;margin:0;flex-grow:1}.app-examples li{color:var(--text-dark);position:relative;padding:.875rem 0 .875rem 1.75rem;font-size:.9375rem;line-height:1.6;border-bottom:1px solid var(--border-grey);font-weight:400}.app-examples li:last-child{border-bottom:none}.app-examples li:before{content:"—";position:absolute;left:0;color:var(--lutz-red);font-weight:700;font-size:1.125rem}.industries-banner{background:var(--deep-charcoal);color:var(--pure-white);padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3.5rem);border-left:4px solid var(--lutz-red);margin-top:clamp(2rem,5vw,4rem);position:relative}.industries-banner h3{font-size:clamp(1.25rem,4vw + .5rem,2.25rem);margin-bottom:clamp(.75rem,2vw,1.25rem);color:var(--pure-white);font-weight:800;letter-spacing:-.02em;line-height:1.2}.industries-banner p{font-size:clamp(.9375rem,2vw + .25rem,1.25rem);margin:0;color:var(--accent-grey);line-height:1.5;font-weight:400}@media(min-width:768px){.applications-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.application-card{min-height:380px}}.footer{background:var(--deep-charcoal);color:var(--pure-white);padding:2.5rem 0 1.5rem;border-top:2px solid var(--lutz-red)}.footer-container{max-width:1440px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:640px){.footer{padding:3rem 0 2rem}.footer-container{padding:0 2rem}}@media(min-width:1024px){.footer{padding:5rem 0 2.5rem}.footer-container{padding:0 5rem}.footer-grid{gap:4rem;margin-bottom:4rem}}.footer-section h3{font-size:1.375rem;margin-bottom:.875rem;color:var(--pure-white);font-weight:800;letter-spacing:-.01em}.footer-section h4{font-size:.9375rem;margin-bottom:1rem;color:var(--lutz-red);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.company-desc{color:var(--accent-grey);line-height:1.5;font-weight:400;font-size:.875rem}@media(min-width:640px){.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1rem;margin-bottom:1.25rem}.company-desc{font-size:.9375rem;line-height:1.6}}@media(min-width:1024px){.footer-section h3{font-size:1.875rem;margin-bottom:1.25rem}.footer-section h4{font-size:1.125rem;margin-bottom:1.75rem}}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;gap:1.25rem;margin-bottom:1.75rem;align-items:flex-start}.contact-list .icon{flex-shrink:0;color:var(--lutz-red);display:flex;align-items:center;justify-content:center;margin-top:.125rem}.contact-list strong{color:var(--pure-white);font-weight:700}.contact-list div{color:var(--accent-grey);line-height:1.7;font-size:.9375rem;font-weight:400}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.875rem}.footer-links a{color:var(--accent-grey);text-decoration:none;transition:color .2s ease;font-size:.9375rem;font-weight:400}.footer-links a:hover{color:var(--lutz-red)}.footer-links li:not(:has(a)){color:var(--accent-grey);font-size:.9375rem;font-weight:400}.footer-bottom{border-top:1px solid var(--deep-slate);padding-top:clamp(1.5rem,3vw,2.5rem);text-align:center}.footer-bottom p{color:var(--accent-grey);font-size:clamp(.75rem,1.5vw,.875rem);margin-bottom:.75rem;line-height:1.5}.footer-note{font-size:clamp(.6875rem,1.25vw,.8125rem);color:var(--medium-grey)}@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 2fr 1fr 1fr;gap:4rem}}.ai-chat-button{position:fixed;bottom:1rem;right:1rem;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--lutz-red) 0%,#c50512 100%);border:3px solid var(--pure-white);color:var(--pure-white);cursor:pointer;box-shadow:0 4px 16px #e3061380,0 0 0 4px #e3061333;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.23,1,.32,1);z-index:99999;animation:pulse-button 3s ease-in-out infinite}@media(min-width:640px){.ai-chat-button{bottom:1.5rem;right:1.5rem;width:64px;height:64px;border:3px solid var(--pure-white);box-shadow:0 8px 24px #e3061399,0 0 0 5px #e3061340}}@media(min-width:1024px){.ai-chat-button{bottom:2rem;right:2rem;width:70px;height:70px;border:4px solid var(--pure-white);box-shadow:0 12px 32px #e3061399,0 0 0 6px #e3061340}}@keyframes pulse-button{0%,to{box-shadow:0 4px 16px #e3061366}50%{box-shadow:0 6px 20px #e3061380,0 0 0 4px #e3061326}}@media(min-width:640px){@keyframes pulse-button{0%,to{box-shadow:0 8px 24px #e3061366,0 0 0 4px #e306131a}50%{box-shadow:0 12px 32px #e3061399,0 0 0 6px #e3061333}}}@media(hover:hover){.ai-chat-button:hover{transform:scale(1.1);box-shadow:0 8px 24px #e3061380,0 0 0 4px #e3061326}}@media(hover:hover)and (min-width:1024px){.ai-chat-button:hover{transform:scale(1.15) rotate(-8deg);box-shadow:0 16px 48px #e3061399,0 0 0 6px #e3061326}}.ai-chat-button.hidden{opacity:0;pointer-events:none;transform:scale(.8)}.ai-badge{position:absolute;top:-4px;right:-4px;background:var(--deep-charcoal);color:#22c55e;font-size:.625rem;font-weight:800;padding:.25rem .5rem;border-radius:12px;letter-spacing:.06em;border:1.5px solid var(--pure-white);box-shadow:0 2px 6px #00000040}@media(min-width:640px){.ai-badge{top:-6px;right:-6px;font-size:.75rem;padding:.375rem .625rem;border-radius:16px;border:2px solid var(--pure-white)}}.ai-chat-window{position:fixed;inset:0;width:100%;height:100%;background:var(--pure-white);border-radius:0;box-shadow:0 24px 72px #0006;display:flex;flex-direction:column;z-index:10000;animation:slideUp .3s cubic-bezier(.23,1,.32,1);border:none}@media(min-width:640px){.ai-chat-window{bottom:1rem;right:1rem;left:auto;top:auto;width:400px;height:580px;border-radius:12px;border:2px solid var(--deep-charcoal)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ai-chat-header{background:linear-gradient(135deg,var(--lutz-red) 0%,#c50512 100%);color:var(--pure-white);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-radius:0;box-shadow:0 2px 8px #e3061333}@media(min-width:640px){.ai-chat-header{padding:1.25rem 1.5rem;border-radius:12px 12px 0 0}}.ai-chat-title{display:flex;align-items:center;gap:.875rem}.ai-chat-title h3{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.01em}.ai-status{display:block;font-size:.75rem;color:#94a3b8;font-weight:500;margin-top:.125rem}.ai-status:before{content:"";display:inline-block;width:6px;height:6px;background:#22c55e;border-radius:50%;margin-right:.375rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ai-close-button{background:transparent;border:none;color:var(--pure-white);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease}.ai-close-button:hover{background:#ffffff1a}.ai-chat-messages{flex:1;overflow-y:auto;padding:1rem;background:#f8fafc;display:flex;flex-direction:column;gap:.875rem}@media(min-width:640px){.ai-chat-messages{padding:1.5rem;gap:1rem}}.ai-chat-messages::-webkit-scrollbar{width:6px}.ai-chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ai-chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ai-message{display:flex;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-message.user{justify-content:flex-end}.ai-message.assistant{justify-content:flex-start}.ai-message-content{max-width:85%;padding:.75rem 1rem;border-radius:12px;font-size:.875rem;line-height:1.5;word-wrap:break-word}@media(min-width:640px){.ai-message-content{max-width:80%;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.6}}.ai-message.user .ai-message-content{background:var(--lutz-red);color:var(--pure-white);border-bottom-right-radius:4px;font-weight:500}.ai-message.assistant .ai-message-content{background:var(--pure-white);color:var(--text-dark);border:1px solid var(--border-grey);border-bottom-left-radius:4px;font-weight:400}.ai-spinner{animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-chat-input-wrapper{padding:1rem;background:var(--pure-white);border-top:1px solid var(--border-grey);display:flex;gap:.625rem;align-items:center;border-radius:0}@media(min-width:640px){.ai-chat-input-wrapper{padding:1.25rem 1.5rem;gap:.75rem;border-radius:0 0 12px 12px}}.ai-chat-input{flex:1;padding:.75rem 1rem;border:1px solid var(--border-grey);border-radius:8px;font-size:.875rem;font-family:inherit;outline:none;transition:all .2s ease}@media(min-width:640px){.ai-chat-input{padding:.875rem 1.125rem;font-size:.9375rem}}.ai-chat-input:focus{border-color:var(--lutz-red);box-shadow:0 0 0 3px #e306131a}.ai-chat-input:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.ai-send-button{background:var(--lutz-red);border:none;color:var(--pure-white);width:40px;height:40px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}@media(min-width:640px){.ai-send-button{width:44px;height:44px}}.ai-send-button:hover:not(:disabled){background:#c50512;transform:scale(1.05)}.ai-send-button:disabled{background:#cbd5e1;cursor:not-allowed;opacity:.5}@media(min-width:1024px){.ai-chat-window{width:420px;height:600px;bottom:2rem;right:2rem;border-radius:16px;border:3px solid var(--deep-charcoal)}}
