.smcta[data-astro-cid-ihdyaeev]{left:0;right:0;bottom:var(--smcta-bottom,0px);z-index:900;padding:10px 12px calc(10px + env(safe-area-inset-bottom));visibility:hidden;background:#fffffff7;transition:transform .25s,visibility .25s;position:fixed;transform:translateY(120%);box-shadow:0 -2px 12px #0000001f}.smcta-inner[data-astro-cid-ihdyaeev]{gap:8px;width:100%;display:flex}.smcta[data-astro-cid-ihdyaeev].is-visible{visibility:visible;transform:translateY(0)}.smcta-btn[data-astro-cid-ihdyaeev]{border:2px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:48px;padding:0 14px;font-size:15px;font-weight:600;line-height:1.1;text-decoration:none;display:flex}.smcta-call[data-astro-cid-ihdyaeev]{background:var(--orange-button);color:#fff;border-color:var(--orange-button)}.smcta-secondary[data-astro-cid-ihdyaeev]{color:var(--orange-text);border-color:var(--orange-text);background:#fff}.smcta-btn[data-astro-cid-ihdyaeev]:focus-visible{outline-offset:2px;outline:3px solid #1f6fd6}@media (width>=901px){.smcta[data-astro-cid-ihdyaeev]:not(.smcta--lp){display:none!important}.smcta--lp[data-astro-cid-ihdyaeev] .smcta-inner[data-astro-cid-ihdyaeev]{max-width:680px;margin:0 auto}}@media (prefers-reduced-motion:reduce){.smcta[data-astro-cid-ihdyaeev]{transition:none}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter/inter-latin-400-normal.woff2?v=1)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter/inter-latin-500-normal.woff2?v=1)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter/inter-latin-600-normal.woff2?v=1)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter/inter-latin-700-normal.woff2?v=1)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/inter/inter-latin-800-normal.woff2?v=1)format("woff2")}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#e8930c;--orange-dark:#c67d0a;--orange-button:#a66910;--orange-text:#955c0c;--orange-light:#fdf3e0;--dark:#1a1a1a;--gray:#555;--gray-light:#6e6e6e;--light-bg:#f7f7f7;--white:#fff;--radius:8px;--shadow:0 2px 20px #00000014;--shadow-lg:0 8px 40px #0000001f;--transition:.25s ease}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--orange);transition:color var(--transition);text-decoration:none}a:hover{color:var(--orange-dark)}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn{letter-spacing:.02em;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;text-align:center;border:2px solid #0000;padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-block}.btn-primary{background:var(--orange-button);color:var(--white);border-color:var(--orange-button)}.btn-primary:hover{background:var(--dark);border-color:var(--dark);color:var(--white)}.btn-outline{color:var(--orange-text);border-color:var(--orange-text);background:0 0}.btn-outline:hover{background:var(--orange-button);color:var(--white);border-color:var(--orange-button)}.btn-white{background:var(--white);color:var(--orange-text);border-color:var(--white)}.btn-white:hover{background:var(--orange-light);border-color:var(--orange-light)}.btn-lg{text-transform:uppercase;letter-spacing:.05em;padding:16px 36px;font-size:1.05rem}.site-header{z-index:100;background:var(--white);position:sticky;top:0;box-shadow:0 1px 8px #0000000f}.header-inner{justify-content:space-between;align-items:center;gap:32px;height:80px;display:flex}.logo-img{width:auto;height:44px}.nav-list{align-items:center;gap:8px;display:flex}.nav-list>li>a{color:var(--dark);border-radius:var(--radius);transition:all var(--transition);white-space:nowrap;align-items:center;gap:5px;padding:8px 16px;font-size:.93rem;font-weight:500;display:flex}.nav-list>li>a:hover{color:var(--orange);background:var(--orange-light)}.nav-list>li>a svg{transition:transform var(--transition)}.has-dropdown{position:relative}.dropdown{background:var(--white);border-radius:var(--radius);min-width:220px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all var(--transition);padding:8px 0;position:absolute;top:100%;left:0;transform:translateY(8px)}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.has-dropdown:hover>a svg{transform:rotate(180deg)}.dropdown li a{color:var(--dark);padding:10px 20px;font-size:.9rem;display:block}.dropdown li a:hover{background:var(--orange-light);color:var(--orange)}.nav-cta{white-space:nowrap}.nav-list-cta{display:none}.mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.mobile-toggle span{background:var(--dark);width:24px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.hero{background:var(--white);padding:60px 0 40px}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.hero h1{color:var(--dark);margin-bottom:20px;font-size:3.2rem;font-weight:800;line-height:1.15}.hero-sub{color:var(--gray);margin-bottom:32px;font-size:1.1rem;line-height:1.7}.hero-secondary{width:fit-content;color:var(--orange-text,#955c0c);margin-top:14px;font-size:.95rem;font-weight:500;text-decoration:none;display:block}.hero-secondary:hover{text-decoration:underline}.hero-image img{box-shadow:var(--shadow-lg);border-radius:12px}.trust-bar{background:var(--light-bg);border-top:1px solid #eee;border-bottom:1px solid #eee;padding:40px 0}.trust-label{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-light);margin-bottom:24px;font-size:.85rem;font-weight:600}.trust-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.trust-item{transition:all var(--transition);flex-direction:column;align-items:center;gap:8px;text-decoration:none;display:flex}.trust-item img{filter:grayscale()opacity(.6);width:auto;height:48px;transition:all var(--transition)}.trust-item:hover img{filter:grayscale(0%)opacity()}.trust-item span{color:var(--gray-light);transition:color var(--transition);font-size:.75rem;font-weight:500}.trust-item:hover span{color:var(--orange)}@media (width<=900px){.trust-logos{gap:24px}.trust-item img{height:40px}}@media (width<=480px){.trust-bar{padding:28px 0}.trust-logos{gap:16px}.trust-item img{height:36px}.trust-item span{font-size:.7rem}}.feature-section{padding:80px 0}.feature-section:nth-child(2n){background:var(--light-bg)}.feature-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.feature-reverse .feature-inner{direction:rtl}.feature-reverse .feature-inner>*{direction:ltr}.feature-accent{background:var(--orange);border-radius:2px;width:60px;height:4px;margin-bottom:20px}.feature-text h2{color:var(--dark);margin-bottom:16px;font-size:1.9rem;font-weight:700;line-height:1.3}.feature-text p{color:var(--gray);margin-bottom:12px;font-size:1rem}.feature-image img{box-shadow:var(--shadow);border-radius:12px}.cta-banner{background:var(--orange-button);text-align:center;padding:80px 0}.cta-inner h2{color:var(--white);margin-bottom:16px;font-size:2.2rem;font-weight:700}.cta-inner p{color:var(--white);max-width:640px;margin:0 auto 32px;font-size:1.1rem;line-height:1.7}.products-section{background:var(--light-bg);padding:100px 0}.section-title{text-align:center;margin-bottom:8px;font-size:2.2rem;font-weight:700}.section-subtitle{text-align:center;color:var(--gray);margin-bottom:48px;font-size:1.05rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid}.product-card{color:inherit;background:var(--white);box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition);border-radius:16px;padding:40px;display:block}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-badge{background:var(--orange-light);color:var(--orange-text);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-block}.badge-blue{color:#1565c0;background:#e0f0ff}.product-card img{object-fit:contain;border-radius:var(--radius);width:100%;height:220px;margin:0 auto 24px}.product-card h3{margin-bottom:12px;font-size:1.5rem;font-weight:700}.product-card p{color:var(--gray);margin-bottom:20px;font-size:.95rem}.product-card-model{letter-spacing:.02em;font-weight:500;color:var(--gray-light)!important;margin-bottom:8px!important;font-size:.82rem!important}.usp-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.usp-item{text-align:center;background:var(--white);box-shadow:var(--shadow);border-radius:12px;padding:28px 16px}.usp-value{color:var(--orange);margin-bottom:6px;font-size:1.6rem;font-weight:800;display:block}.usp-label{color:var(--gray);font-size:.85rem;font-weight:500;display:block}.product-features{margin-bottom:28px}.product-features li{color:var(--gray);margin-bottom:8px;padding-left:24px;font-size:.93rem;position:relative}.product-features li:before{content:"";background:var(--orange);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.badge-blue+img~.product-features li:before{background:#2a7de1}.partner-cta{padding:100px 0}.partner-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.partner-text h2{margin-bottom:16px;font-size:2rem;font-weight:700}.partner-text p{color:var(--gray);margin-bottom:24px}.partner-benefits{margin-bottom:32px}.partner-benefits li{color:var(--gray);margin-bottom:10px;padding-left:28px;position:relative}.partner-benefits li:before{content:"✓";color:var(--orange);font-weight:700;position:absolute;left:0}.partner-image img{box-shadow:var(--shadow);border-radius:12px}.site-footer{background:var(--dark);color:#ffffffbf;padding-top:64px}.footer-inner{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;display:grid}.footer-logo{filter:brightness(0)invert();height:36px;margin-bottom:16px}.footer-brand p{font-size:.9rem;line-height:1.6}.footer-col h3{color:var(--white);margin-bottom:16px;font-size:1rem;font-weight:600}.footer-col p{font-size:.9rem;line-height:1.7}.footer-col ul li{margin-bottom:8px}.footer-col ul li a{color:#ffffffa6;font-size:.9rem}.footer-col ul li a:hover{color:var(--orange)}.footer-col a{color:#ffffffa6}.footer-col a:hover{color:var(--orange)}.footer-bottom{text-align:center;color:#fff9;padding:24px 0;font-size:.85rem}.page-hero{background:var(--light-bg);border-bottom:3px solid var(--orange);padding:60px 0 40px}.page-hero h1{margin-bottom:12px;font-size:2.6rem;font-weight:800}.page-hero-sub{color:var(--gray);max-width:600px;font-size:1.1rem}.page-hero--dark{border-bottom:3px solid var(--orange);background:linear-gradient(#0000008c,#000000a6),url(img/r290-hero-closeup.jpg) 50%/cover no-repeat;padding:80px 0 60px}.page-hero--dark h1{color:var(--white)}.page-hero--dark .page-hero-sub{color:#ffffffd9}.stats-bar{background:var(--white);border-bottom:1px solid #eee;padding:48px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stat-value{color:var(--orange);font-size:2.4rem;font-weight:800;line-height:1.2;display:block}.stat-label{color:var(--gray);margin-top:4px;font-size:.85rem;font-weight:500;display:block}.content-section{padding:64px 0}.content-narrow{max-width:800px}.lead-text{color:var(--dark);margin-bottom:20px;font-size:1.15rem;line-height:1.8}.content-narrow p{color:var(--gray);margin-bottom:16px}.timeline-section{background:var(--light-bg);padding:80px 0}.timeline{max-width:800px;margin:48px auto 0;padding-left:60px;position:relative}.timeline:before{content:"";background:var(--orange);opacity:.3;width:2px;position:absolute;top:8px;bottom:40px;left:24px}.timeline-item{margin-bottom:40px;position:relative}.timeline-marker{text-align:right;width:48px;color:var(--orange);font-size:.85rem;font-weight:700;position:absolute;top:0;left:-60px}.timeline-marker:after{content:"";background:var(--orange);border-radius:50%;width:10px;height:10px;position:absolute;top:6px;right:-18px}.timeline-content{padding-left:20px}.timeline-content h3{margin-bottom:8px;font-size:1.2rem;font-weight:700}.timeline-content p{color:var(--gray);font-size:.95rem}.timeline-image{border-radius:var(--radius);box-shadow:var(--shadow);margin-top:12px;overflow:hidden}.timeline-image img{width:100%;height:auto}.timeline-item--highlight .timeline-content{background:var(--orange-light);border-left:3px solid var(--orange);border-radius:var(--radius);padding:20px 24px}.timeline-item--highlight .timeline-content h3{color:var(--orange-dark)}.timeline-item--highlight .timeline-marker{font-size:.95rem;font-weight:800}.specs-table{border-collapse:collapse;width:100%;margin:24px 0}.specs-table th,.specs-table td{text-align:left;border-bottom:1px solid #eee;padding:12px 16px;font-size:.93rem}.specs-table th{background:var(--light-bg);color:var(--dark);width:40%;font-weight:600}.specs-table td{color:var(--gray)}.features-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px;display:grid}.feature-card{background:var(--white);box-shadow:var(--shadow);border-radius:12px;padding:32px}.feature-card h3{color:var(--dark);margin-bottom:12px;font-size:1.15rem;font-weight:700}.feature-card p{color:var(--gray);font-size:.93rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.contact-info h3{margin-bottom:16px;font-size:1.3rem;font-weight:700}.contact-info p{color:var(--gray);margin-bottom:12px}.contact-detail{align-items:center;gap:12px;margin-bottom:16px;display:flex}.contact-detail .icon{background:var(--orange-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.contact-form label{color:var(--dark);margin-bottom:6px;font-size:.9rem;font-weight:500;display:block}.contact-form input,.contact-form textarea,.contact-form select{border-radius:var(--radius);width:100%;transition:border-color var(--transition);border:1px solid #ddd;margin-bottom:16px;padding:12px 16px;font-family:inherit;font-size:.95rem}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--orange);outline:none}.contact-form textarea{resize:vertical;height:140px}.map-placeholder{background:var(--light-bg);height:400px;color:var(--gray-light);border:2px dashed #ddd;border-radius:12px;justify-content:center;align-items:center;margin:32px 0;font-size:1rem;display:flex}.nav-list>li>a.active{color:var(--orange)}@media (width<=1139px){.mobile-toggle{display:flex}.header-inner{gap:12px}.logo,.mobile-toggle{flex-shrink:0}.logo-img{height:40px}.main-nav{background:var(--white);transition:transform var(--transition);z-index:99;padding:24px;position:fixed;inset:80px 0 0;overflow-y:auto;transform:translate(100%)}.main-nav.open{transform:translate(0)}.nav-list{flex-direction:column;gap:0}.nav-list>li>a{padding:14px 0;font-size:1.05rem}.dropdown{opacity:1;visibility:visible;box-shadow:none;padding:0 0 0 16px;display:none;position:static;transform:none}.has-dropdown.open .dropdown{display:block}.nav-cta{display:none}.nav-list-cta{border-top:1px solid #eee;align-self:stretch;margin-top:16px;padding-top:20px;display:block}.nav-list>li.nav-list-cta>a{width:100%;color:var(--white);background:var(--orange-button);padding:15px 16px;font-size:1.05rem;display:block}.nav-list>li.nav-list-cta>a:hover{color:var(--white);background:var(--dark)}}@media (width<=900px){.hero-inner,.feature-inner,.products-grid,.partner-inner,.footer-inner{grid-template-columns:1fr}.hero{padding:40px 0 20px}.hero h1{font-size:2.4rem}.hero-image{margin-top:8px}.feature-reverse .feature-inner{direction:ltr}.feature-section{padding:48px 0}.feature-inner{gap:32px}.stats-grid{grid-template-columns:repeat(2,1fr)}.usp-grid{grid-template-columns:repeat(2,1fr);gap:16px}.usp-item{padding:20px 12px}.usp-value{font-size:1.3rem}.products-section,.partner-cta{padding:60px 0}.contact-grid{grid-template-columns:1fr}.contact-form-col{order:-1}.features-grid{grid-template-columns:1fr}.timeline{padding-left:48px}.timeline-marker{width:36px;font-size:.8rem;left:-48px}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}}.mobile-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}::selection{background:var(--orange);color:var(--white)}.breadcrumb{background:var(--light-bg);color:var(--gray-light);border-bottom:1px solid #eee;padding:14px 0;font-size:.85rem}.breadcrumb a{color:var(--gray)}.breadcrumb span{margin:0 6px}.breadcrumb .current{color:var(--dark);font-weight:500}.product-hero{background:var(--white);padding:48px 0 56px}.product-hero-inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:56px;display:grid}.product-hero-image{background:var(--light-bg);text-align:center;border-radius:16px;padding:32px;position:relative}.product-hero-image .product-badge{position:absolute;top:16px;left:16px}.product-hero-image>img{object-fit:contain;max-height:340px;margin:0 auto}.product-thumbs{justify-content:center;gap:8px;margin-top:16px;display:flex}.product-thumb{cursor:pointer;background:var(--white);width:64px;height:64px;transition:border-color var(--transition);border:2px solid #0000;border-radius:8px;padding:4px;overflow:hidden}.product-thumb.active,.product-thumb:hover{border-color:var(--orange)}.product-thumb img{object-fit:cover;width:100%;height:100%;max-height:none}.product-hero-trust{border-top:1px solid #e5e5e5;justify-content:center;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.product-hero-trust img{opacity:.8;width:auto;height:44px;max-height:none}.product-hero-trust{position:relative}.product-hero-trust .seal-trigger{cursor:pointer;transition:opacity .15s}.product-hero-trust .seal-trigger:hover,.product-hero-trust .seal-trigger[aria-expanded=true]{opacity:1}.product-hero-trust .seal-trigger:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:4px}.seal-pop{background:var(--white);text-align:left;z-index:40;opacity:0;visibility:hidden;pointer-events:none;border:1px solid #e7e9ec;border-radius:10px;width:280px;max-width:min(280px,86vw);padding:12px 14px;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(-6px);box-shadow:0 10px 30px #00000029}.seal-pop.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.seal-pop strong{color:var(--dark);margin-bottom:4px;font-size:.9rem;font-weight:700;display:block}.seal-pop span{color:var(--gray);font-size:.82rem;line-height:1.45;display:block}.seal-pop:before{content:"";border:7px solid #0000;border-bottom-color:var(--white);position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.product-hero-tags{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.hero-tag{color:var(--gray);background:var(--white);border:1px solid #e0e0e0;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:500}.product-brand-logo{width:auto;max-width:160px;height:36px;margin-bottom:10px}.product-hero-info h1{margin-bottom:4px;font-size:2.4rem;font-weight:800;line-height:1.2}.product-model{color:var(--gray-light);margin-bottom:16px;font-family:monospace;font-size:1rem;font-weight:500}.product-intro{color:var(--gray);margin-bottom:28px;font-size:1.05rem;line-height:1.7}.key-facts{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.key-facts li{background:var(--light-bg);border-radius:var(--radius);border-left:3px solid var(--orange);padding:16px 20px}.key-facts-value{color:var(--dark);font-size:1.4rem;font-weight:700;line-height:1.2;display:block}.key-facts-label{color:var(--gray-light);text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:.8rem;display:block}.product-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.specs-section{background:var(--light-bg);padding:64px 0}.specs-section h2{margin-bottom:24px;font-size:1.8rem;font-weight:700}.specs-card{background:var(--white);box-shadow:var(--shadow);border-radius:16px;padding:8px 0;overflow:hidden}.specs-card .specs-table th,.specs-card .specs-table td{padding:14px 28px}.specs-card .specs-table tr:last-child th,.specs-card .specs-table tr:last-child td{border-bottom:none}.product-features-strip{padding:72px 0}.features-strip-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-strip-card{text-align:center;transition:all var(--transition);border:1px solid #eee;border-radius:12px;padding:32px 20px}.feature-strip-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}.feature-strip-icon{margin-bottom:12px;font-size:2rem}.feature-strip-card h3{color:var(--dark);margin-bottom:8px;font-size:1.05rem;font-weight:700}.feature-strip-card p{color:var(--gray);font-size:.88rem;line-height:1.6}.hero-badges{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.hero-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge--energy{color:#2e7d32;background:#e8f5e9}.hero-badge--foerderung{color:#1565c0;background:#e3f2fd}.sizing-section{padding:72px 0}.sizing-section h2{margin-bottom:8px;font-size:1.8rem;font-weight:700}.sizing-subtitle{color:var(--gray);margin-bottom:36px;font-size:1.05rem}.sizing-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.sizing-card{text-align:center;background:var(--light-bg);border:1px solid #eee;border-radius:12px;padding:28px 20px}.sizing-icon{margin-bottom:12px;font-size:2rem}.sizing-card h3{color:var(--dark);margin-bottom:6px;font-size:.95rem;font-weight:700}.sizing-card p{color:var(--gray);font-size:.88rem;line-height:1.5}.usp-detail-section{background:var(--light-bg);padding:72px 0}.usp-detail-section h2{text-align:center;margin-bottom:40px;font-size:1.8rem;font-weight:700}.usp-detail-grid{grid-template-columns:1fr 1fr;gap:28px;display:grid}.usp-detail-card{background:var(--white);box-shadow:var(--shadow);border-radius:12px;padding:32px}.usp-detail-card h3{color:var(--dark);align-items:center;gap:10px;margin-bottom:12px;font-size:1.15rem;font-weight:700;display:flex}.usp-detail-card h3 span{font-size:1.4rem}.usp-detail-card p{color:var(--gray);margin-bottom:12px;font-size:.93rem;line-height:1.7}.usp-detail-card .mini-table{border-collapse:collapse;width:100%;margin-top:12px;font-size:.85rem}.usp-detail-card .mini-table th,.usp-detail-card .mini-table td{text-align:left;border-bottom:1px solid #eee;padding:8px 12px}.usp-detail-card .mini-table th{color:var(--dark);background:var(--light-bg);font-weight:600}.usp-detail-card .mini-table td{color:var(--gray)}.performance-section{padding:72px 0}.performance-section h2{margin-bottom:8px;font-size:1.8rem;font-weight:700}.performance-subtitle{color:var(--gray);margin-bottom:28px;font-size:.95rem}.performance-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.performance-tab{background:var(--white);cursor:pointer;transition:all var(--transition);border:1px solid #ddd;border-radius:20px;padding:8px 20px;font-size:.85rem;font-weight:500}.performance-tab.active,.performance-tab:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.specs-card .specs-table .highlight-row td{color:var(--dark);background:var(--orange-light);font-weight:600}.specs-card .specs-table .highlight-row th{background:var(--orange-light)}.efficiency-section{background:var(--light-bg);padding:72px 0}.efficiency-section h2{text-align:center;margin-bottom:36px;font-size:1.8rem;font-weight:700}.efficiency-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.efficiency-card{background:var(--white);text-align:center;box-shadow:var(--shadow);border-radius:12px;padding:32px}.efficiency-value{color:var(--orange);font-size:2.4rem;font-weight:800;line-height:1.2}.efficiency-label{color:var(--gray-light);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;margin-bottom:12px;font-size:.85rem}.efficiency-desc{color:var(--gray);font-size:.88rem;line-height:1.6}.downloads-section{padding:72px 0}.downloads-section h2{margin-bottom:28px;font-size:1.8rem;font-weight:700}.downloads-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.download-item{transition:all var(--transition);border:1px solid #eee;border-radius:12px;align-items:center;gap:16px;padding:20px 24px;text-decoration:none;display:flex}.download-item:hover{border-color:var(--orange);box-shadow:var(--shadow)}.download-icon{background:var(--orange-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.download-info h3{color:var(--dark);margin-bottom:2px;font-size:.95rem;font-weight:600}.download-info p{color:var(--gray-light);font-size:.8rem}@media (width<=900px){.product-hero-inner{grid-template-columns:1fr;gap:32px}.product-hero-image{order:-1}.product-hero-info h1{font-size:1.9rem}.key-facts,.features-strip-grid,.sizing-grid{grid-template-columns:1fr 1fr}.usp-detail-grid,.efficiency-grid,.downloads-grid{grid-template-columns:1fr}}@media (width<=480px){.hero h1{font-size:2rem}.cta-inner h2{font-size:1.6rem}.section-title{font-size:1.7rem}.feature-text h2{font-size:1.5rem}.product-card{padding:24px}.footer-inner{grid-template-columns:1fr}.btn-lg{padding:14px 24px;font-size:.95rem}.product-thumb{width:48px;height:48px}.product-hero-trust{flex-wrap:wrap;gap:8px}.hero-trust-text{font-size:.7rem}.stat-value{font-size:1.8rem}.usp-grid{grid-template-columns:1fr 1fr}}.usp-grid--icons{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:0}.usp-grid--icons .usp-item{flex-direction:column;align-items:center;padding:28px 16px 24px;display:flex}.usp-icon{width:48px;height:48px;color:var(--orange);margin-bottom:14px}.usp-icon svg{width:100%;height:100%;display:block}.usp-grid--icons .usp-value{margin-bottom:4px;font-size:1.8rem;line-height:1.1}.usp-grid--icons .usp-label{font-size:.88rem;line-height:1.4}.fn-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;display:grid}.fn-card{background:var(--white);box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition);border-radius:12px;flex-direction:column;padding:32px 28px;display:flex}.fn-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.fn-card-icon{background:var(--orange-light);width:56px;height:56px;color:var(--orange-text);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.fn-card-icon svg{width:32px;height:32px}.fn-card h3{color:var(--dark);margin-bottom:14px;font-size:1.15rem;font-weight:700;line-height:1.3}.fn-card-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.fn-card-list li{color:var(--gray);padding-left:18px;font-size:.92rem;line-height:1.5;position:relative}.fn-card-list li:before{content:"";background:var(--orange);border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.fn-card-highlight{background:var(--orange-light);color:var(--orange-text);border-radius:4px;padding:1px 8px;font-size:.86rem;font-weight:600;display:inline-block}.display-gallery{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.display-screen{background:var(--white);box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.display-screen img{background:#000;width:100%;height:auto;display:block}.display-screen-caption{color:var(--gray);text-align:center;padding:16px 20px 20px;font-size:.9rem;line-height:1.5}.display-screen-caption strong{color:var(--dark);margin-bottom:4px;font-size:.95rem;font-weight:700;display:block}.app-web-row{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px;display:grid}.app-web-card{background:var(--light-bg);border-radius:12px;align-items:center;gap:20px;padding:24px;display:flex}.app-web-card img{background:var(--white);border-radius:8px;flex-shrink:0;width:120px;height:auto}.app-web-card h4{color:var(--dark);margin-bottom:6px;font-size:1rem;font-weight:700}.app-web-card p{color:var(--gray);margin:0;font-size:.88rem;line-height:1.5}.system-schema{background:var(--white);box-shadow:var(--shadow);border-radius:14px;margin-top:40px;padding:32px 24px 24px}.system-schema-img{width:100%;max-width:1100px;height:auto;margin:0 auto;display:block}.system-schema-caption{text-align:center;max-width:800px;color:var(--gray);border-top:1px solid #eee;margin:24px auto 0;padding-top:20px;font-size:.9rem;line-height:1.6}.system-schema-caption strong{color:var(--dark);font-weight:600}.comp-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.comp-card{background:var(--white);box-shadow:var(--shadow);text-align:center;border-radius:12px;padding:28px 22px}.comp-card-icon{width:44px;height:44px;color:var(--orange);margin:0 auto 16px}.comp-card-icon svg{width:100%;height:100%}.comp-card h3{color:var(--dark);margin-bottom:10px;font-size:1rem;font-weight:700}.comp-card p{color:var(--gray);margin:0;font-size:.88rem;line-height:1.55}.section-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--orange-text);text-align:center;margin-bottom:12px;font-size:.82rem;font-weight:700;display:block}@media (width<=1024px){.fn-grid,.comp-grid{grid-template-columns:repeat(2,1fr)}.display-gallery{grid-template-columns:1fr}.usp-grid--icons{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.fn-grid{grid-template-columns:1fr;gap:20px}.fn-card{padding:28px 24px}.comp-grid,.app-web-row{grid-template-columns:1fr}.app-web-card{text-align:center;flex-direction:column}.app-web-card img{width:100px}.system-schema{padding:20px 12px 16px}.system-schema-caption{margin-top:16px;padding-top:16px;font-size:.85rem}}.klaro .cookie-notice,.klaro .cookie-modal .cm-modal{--green1:#e8930c;--green2:#c67d0a;--green3:#a66910;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.klaro .cookie-notice{border:2px solid #e8930c!important;border-radius:14px!important;max-width:460px!important;box-shadow:0 20px 60px #0000002e!important}.klaro .cookie-notice a,.klaro .cookie-modal a{text-decoration:underline;color:#955c0c!important}.klaro .cm-btn{border-radius:8px!important;padding:12px 22px!important;font-weight:600!important;transition:all .18s!important}.klaro .cm-btn.cm-btn-success,.klaro .cm-btn.cn-ok{color:#fff!important;background:#e8930c!important;padding:14px 28px!important;font-size:1.02rem!important;box-shadow:0 4px 14px #e8930c59!important}.klaro .cm-btn.cm-btn-success:hover,.klaro .cm-btn.cn-ok:hover{transform:translateY(-1px);background:#c67d0a!important;box-shadow:0 6px 18px #e8930c73!important}.klaro .cm-btn.cm-btn-decline,.klaro .cm-btn.cn-decline{color:#555!important;background:0 0!important;border:1px solid #cfcfcf!important}.klaro .cm-btn.cm-btn-decline:hover,.klaro .cm-btn.cn-decline:hover{background:#f5f5f5!important;border-color:#aaa!important}.klaro .cm-btn.cn-learn-more{color:#6e6e6e!important;box-shadow:none!important;background:0 0!important;padding:12px!important;font-weight:500!important;text-decoration:underline!important}.klaro .cm-btn.cn-learn-more:hover{color:#e8930c!important}.klaro .cookie-modal .cm-header h1,.klaro .cookie-notice .cn-body h2{font-family:Inter,sans-serif;font-weight:700;font-size:1.25rem!important}.klaro .cookie-notice .cn-body p{font-size:.95rem!important;line-height:1.55!important}@media (width<=600px){.klaro .cookie-notice{max-width:calc(100vw - 24px)!important;margin:12px!important}.klaro .cookie-notice .cn-body{padding:.7em 1em!important}.klaro .cookie-notice .cn-body p{margin-bottom:.5em!important;font-size:.84rem!important;line-height:1.45!important}.klaro .cn-buttons,.klaro .cookie-notice .cn-ok{flex-direction:column!important;gap:6px!important;width:100%!important;display:flex!important}.klaro .cm-btn{width:100%!important;margin:0!important;padding:10px 16px!important}.klaro .cm-btn.cm-btn-success,.klaro .cm-btn.cn-ok{padding:11px 18px!important;font-size:.95rem!important}.klaro .cm-btn.cn-learn-more{padding:6px 10px!important}}.klaro .cm-as-context-notice{background:#fdf3e0;border:1px solid #e8930c;border-radius:12px}.klaro .cm-as-context-notice .cm-btn{color:#fff!important;background:#e8930c!important}.faq-category{scroll-margin-top:80px}.faq-nav-wrap{z-index:10;background:var(--white);border-bottom:1px solid #eee;padding:14px 0;position:sticky;top:72px;box-shadow:0 2px 8px #00000008}.faq-nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.faq-nav::-webkit-scrollbar{display:none}.faq-nav-chip{background:var(--orange-light);color:var(--orange-text);border:1px solid var(--orange-light);white-space:nowrap;transition:all var(--transition);border-radius:999px;align-items:center;padding:8px 16px;font-size:.92rem;font-weight:600;display:inline-flex}.faq-nav-chip:hover{background:var(--orange-button);color:var(--white);border-color:var(--orange-button)}.faq-list{flex-direction:column;gap:12px;margin-top:24px;display:flex}.faq-item{background:var(--white);border-radius:var(--radius);transition:border-color var(--transition), box-shadow var(--transition);border:1px solid #e6e6e6}.faq-item[open]{border-color:var(--orange);box-shadow:var(--shadow)}.faq-item summary{cursor:pointer;color:var(--dark);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:1.02rem;font-weight:600;line-height:1.4;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--orange-text)}.faq-item summary:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:var(--radius)}.faq-q{flex:1}.faq-chevron{width:20px;height:20px;color:var(--orange);transition:transform var(--transition);flex-shrink:0}.faq-item[open] .faq-chevron{transform:rotate(180deg)}.faq-a{color:var(--gray);padding:0 22px 20px;font-size:.98rem;line-height:1.7}.faq-a a{color:var(--orange-text);text-underline-offset:3px;font-weight:600;text-decoration:underline}.faq-a a:hover{color:var(--orange-button)}.faq-a strong{color:var(--dark)}.faq-cta-section{background:var(--light-bg)}@media (width<=768px){.faq-nav-wrap{padding:10px 0;top:64px}.faq-nav-chip{padding:7px 14px;font-size:.85rem}.faq-item summary{padding:16px 18px;font-size:.98rem}.faq-a{padding:0 18px 18px;font-size:.95rem}}.breadcrumb{background:var(--light-bg);border-bottom:1px solid #eee;padding:14px 0;font-size:.88rem}.breadcrumb ol{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.breadcrumb li{align-items:center;display:flex}.breadcrumb a{color:var(--gray-light);font-weight:500}.breadcrumb a:hover{color:var(--orange-text)}.breadcrumb [aria-current=page]{color:var(--dark);text-overflow:ellipsis;white-space:nowrap;max-width:60ch;font-weight:600;overflow:hidden}.breadcrumb-sep{color:var(--gray-light)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px;display:grid}.blog-card{background:var(--white);border-radius:var(--radius);color:inherit;transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border:1px solid #e6e6e6;flex-direction:column;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);border-color:var(--orange);color:inherit;transform:translateY(-3px)}.blog-card-image{aspect-ratio:1200/630;background:var(--light-bg);overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition)}.blog-card:hover .blog-card-image img{transform:scale(1.03)}.blog-card-body{flex-direction:column;flex:1;gap:10px;padding:20px 22px 22px;display:flex}.blog-card-body h3{color:var(--dark);font-size:1.18rem;font-weight:700;line-height:1.35}.blog-card-body p{color:var(--gray);flex:1;font-size:.95rem;line-height:1.55}.blog-card-meta{color:var(--gray-light);border-top:1px solid #f0f0f0;padding-top:6px;font-size:.85rem}.blog-category-badge{background:var(--orange-light);color:var(--orange-text);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:.78rem;font-weight:700;display:inline-block}.blog-article-header{padding:48px 0 24px}.blog-article-header h1{color:var(--dark);margin:12px 0 14px;font-size:2.4rem;line-height:1.2}.blog-excerpt{color:var(--gray);font-size:1.15rem;line-height:1.6}.blog-meta{color:var(--gray-light);flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:8px;font-size:.88rem;display:flex}.blog-meta .blog-date:before,.blog-meta .blog-reading-time:before{content:"·";color:var(--gray-light);margin-right:14px}.blog-article-cover{padding:16px 0 32px}.blog-article-cover img{width:100%;height:auto;box-shadow:var(--shadow);border-radius:12px}.prose{max-width:68ch;color:var(--dark);margin:0 auto;font-size:1.06rem;line-height:1.75}.prose p{margin-bottom:1.2em}.prose h2{color:var(--dark);margin:2em 0 .7em;font-size:1.7rem;font-weight:700;line-height:1.3}.prose h3{color:var(--dark);margin:1.7em 0 .5em;font-size:1.25rem;font-weight:700}.prose ul,.prose ol{margin:0 0 1.2em 1.4em;padding:0}.prose ul{list-style:outside}.prose ol{list-style:decimal}.prose li{margin-bottom:.4em;padding-left:4px}.prose a{color:var(--orange-text);text-underline-offset:3px;font-weight:600;text-decoration:underline}.prose a:hover{color:var(--orange-button)}.prose strong{color:var(--dark);font-weight:700}.prose blockquote{border-left:4px solid var(--orange);background:var(--orange-light);border-radius:0 var(--radius) var(--radius) 0;color:var(--dark);margin:1.4em 0;padding:16px 22px;font-style:normal}.prose blockquote p:last-child{margin-bottom:0}.prose code{background:var(--light-bg);color:var(--dark);border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:.92em}.prose pre{color:#eee;border-radius:var(--radius);background:#1a1a1a;margin:1.3em 0;padding:18px 22px;overflow-x:auto}.prose pre code{color:inherit;background:0 0;padding:0}.prose img{border-radius:var(--radius);box-shadow:var(--shadow);margin:1.5em 0}.prose .table-scroll{-webkit-overflow-scrolling:touch;margin:1.4em 0;overflow-x:auto}.prose table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:.97rem}.prose .table-scroll>table{margin:0}.prose th,.prose td{text-align:left;border:1px solid #e6e6e6;padding:10px 14px}.prose th{background:var(--light-bg);font-weight:700}.prose hr{border:0;border-top:1px solid #e6e6e6;margin:2em 0}.blog-tags{flex-wrap:wrap;gap:10px;margin:2.5em 0 0;display:flex}.blog-tag{background:var(--light-bg);color:var(--gray);border-radius:999px;padding:5px 12px;font-size:.85rem;font-weight:500}.blog-article-body{padding:16px 0 48px}.author-box{background:var(--light-bg);border-top:1px solid #eee;border-bottom:1px solid #eee;padding:40px 0}.author-box-inner{align-items:center;gap:28px;display:flex}.author-logo{flex-shrink:0;width:160px;height:auto}.author-text h3{color:var(--dark);margin-bottom:6px;font-size:1.2rem;font-weight:700}.author-text p{color:var(--gray);margin-bottom:10px;font-size:.97rem}.author-cta{color:var(--orange-text);text-underline-offset:3px;font-weight:600;text-decoration:underline}.author-cta:hover{color:var(--orange-button)}.blog-cta-section{background:var(--white);padding:56px 0}.related-articles{background:var(--light-bg);padding:56px 0}.related-articles .section-title{text-align:center;margin-bottom:8px}@media (width<=960px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:22px}}@media (width<=640px){.blog-grid{grid-template-columns:1fr}.blog-article-header h1{font-size:1.75rem}.blog-excerpt,.prose{font-size:1rem}.prose h2{font-size:1.4rem}.prose h3{font-size:1.15rem}.author-box-inner{text-align:center;flex-direction:column;gap:16px}.breadcrumb [aria-current=page]{max-width:30ch}.prose .table-scroll{overflow-x:visible}.prose .table-scroll table,.prose .table-scroll tbody,.prose .table-scroll tr,.prose .table-scroll td{width:100%;display:block}.prose .table-scroll thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.prose .table-scroll tr{background:var(--white);border:1px solid #e6e6e6;border-radius:8px;margin-bottom:14px;overflow:hidden}.prose .table-scroll td{text-align:left;border:0;border-bottom:1px solid #f0f0f0;min-height:1.4em;padding:9px 14px 9px 44%;font-size:.95rem;position:relative}.prose .table-scroll td:before{content:attr(data-label);box-sizing:border-box;width:38%;color:var(--dark);white-space:normal;padding-right:10px;font-weight:700;position:absolute;top:9px;left:14px}.prose .table-scroll td:first-child{background:var(--light-bg);border-bottom:1px solid #e6e6e6;padding:10px 14px;font-size:1rem;font-weight:700}.prose .table-scroll td:first-child:before{content:none}.prose .table-scroll td:last-child{border-bottom:0}}#geo-hint{color:#5a3d05;background:#fff7e6;border-bottom:1px solid #f0c97a;font-size:.9rem}.geo-hint-inner{flex-wrap:wrap;align-items:center;gap:8px;max-width:1140px;margin:0 auto;padding:10px 20px;display:flex}.geo-hint-text{flex:none}.geo-hint-link{color:#955c0c;flex:auto;font-weight:600;text-decoration:underline}.geo-hint-link:hover{color:#e8930c}.geo-hint-close{color:#5a3d05;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;flex:none;padding:0 10px;font-size:1.4rem;line-height:1}.geo-hint-close:hover{background:#0000000d}@media (width<=600px){.geo-hint-inner{padding:8px 38px 8px 14px;font-size:.85rem;display:block;position:relative}.geo-hint-text,.geo-hint-link{display:inline}.geo-hint-close{position:absolute;top:4px;right:6px}}
