.ProductsPageHero_hero__pPctZ{position:relative;height:80vh;min-height:700px;max-height:1000px;overflow:hidden;display:flex;align-items:center;padding:0 2rem;margin-top:5rem}.ProductsPageHero_background__rEESJ{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/hero2.png);background-size:cover;background-position:50%;z-index:0}.ProductsPageHero_backgroundOverlay__Tcl_z{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,61,91,.85),rgba(0,61,91,.6))}.ProductsPageHero_decorativeCircle__La_NV{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,95,135,.15) 0,rgba(0,95,135,0) 70%);top:-100px;right:-100px;z-index:1}.ProductsPageHero_decorativeLine__K_5_G{position:absolute;bottom:20%;left:0;width:100px;height:2px;background:linear-gradient(90deg,var(--primary),transparent);z-index:1}.ProductsPageHero_content__TVUy6{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:5rem;position:relative;z-index:2;width:100%}.ProductsPageHero_textBlock__4uFMY{flex:1;max-width:600px;color:var(--white)}.ProductsPageHero_sectionLabel__ed8Wt{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.ProductsPageHero_title__meyaE{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.ProductsPageHero_titleLine__wJw8x{display:block}.ProductsPageHero_titleAccent__jlHlB{display:block;color:var(--accent);position:relative;text-shadow:0 2px 8px rgba(0,0,0,.2)}.ProductsPageHero_titleAccent__jlHlB:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent),transparent);z-index:-1}.ProductsPageHero_subtitle__e4lft{font-size:1.15rem;line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:2.5rem}.ProductsPageHero_buttonGroup__45p1N{display:flex;gap:1.25rem;margin-bottom:3rem;align-items:center}.ProductsPageHero_primaryButton__gh6yL{display:inline-flex;align-items:center;gap:.75rem;padding:1.1rem 2rem;background:linear-gradient(90deg,var(--primary),var(--primary-light));color:var(--white);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.ProductsPageHero_primaryButton__gh6yL:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,95,135,.3);background:linear-gradient(90deg,var(--primary-dark),var(--primary))}.ProductsPageHero_secondaryButton__XCjPi{display:inline-flex;align-items:center;gap:.6rem;padding:1.1rem 1.75rem;background:rgba(255,255,255,.1);color:var(--white);border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(5px)}.ProductsPageHero_secondaryButton__XCjPi:hover{background:rgba(255,255,255,.2);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ProductsPageHero_buttonIcon__ozVj3{width:18px;height:18px}.ProductsPageHero_productShowcase__m6muY{flex:1;position:relative;display:flex;justify-content:center}.ProductsPageHero_productCard__ZlfUE{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);max-width:450px;width:100%;transition:transform .5s ease,box-shadow .5s ease}.ProductsPageHero_productCard__ZlfUE:hover{transform:translateY(-10px);box-shadow:0 25px 50px rgba(0,0,0,.15)}.ProductsPageHero_productImageWrapper__7lQ7r{position:relative;height:300px;overflow:hidden}.ProductsPageHero_productImage__zxgMz{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ProductsPageHero_productCard__ZlfUE:hover .ProductsPageHero_productImage__zxgMz{transform:scale(1.05)}.ProductsPageHero_productBadge__rdPYr{position:absolute;top:1.5rem;right:1.5rem;background:var(--accent);color:var(--white);padding:.35rem 1.25rem;border-radius:20px;font-size:.8rem;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ProductsPageHero_productTitle__Vhj5O{font-size:1.35rem;font-weight:800;color:var(--dark);margin:1.75rem 1.75rem .75rem}.ProductsPageHero_productDesc__ULNtb{font-size:.95rem;color:var(--darker-gray);margin:0 1.75rem 1.75rem;word-break:keep-all}.ProductsPageHero_qualityIndicators__uZs8j{position:absolute;bottom:2rem;left:0;width:100%;display:flex;justify-content:flex-start;align-items:center;padding:0 2rem;z-index:3;pointer-events:none}.ProductsPageHero_qualityBadge__0s7yf{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(5px);padding:.6rem 1.25rem;border-radius:20px;color:var(--white);font-size:.9rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.ProductsPageHero_qualityBadge__0s7yf:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);background:rgba(255,255,255,.15)}.ProductsPageHero_badgeIcon__8ukY1{color:var(--accent)}.ProductsPageHero_scrollHint__5mxDj{position:absolute;left:50%;transform:translateX(-50%);bottom:0;margin-bottom:.7rem;display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.72);font-size:1rem;animation:ProductsPageHero_bounce__vNry_ 2s infinite;background:none;pointer-events:auto;z-index:4}.ProductsPageHero_scrollIcon__Z9sbw{color:rgba(255,255,255,.7)}@keyframes ProductsPageHero_bounce__vNry_{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:1200px){.ProductsPageHero_content__TVUy6{gap:4rem}.ProductsPageHero_productImageWrapper__7lQ7r{height:280px}}@media (max-width:1024px){.ProductsPageHero_content__TVUy6{flex-direction:column;padding:6rem 2rem 4rem;text-align:center;gap:4rem}.ProductsPageHero_textBlock__4uFMY{max-width:100%}.ProductsPageHero_buttonGroup__45p1N{justify-content:center}.ProductsPageHero_productShowcase__m6muY{width:100%}.ProductsPageHero_decorativeCircle__La_NV{display:none}.ProductsPageHero_titleAccent__jlHlB:after{left:50%;transform:translateX(-50%);width:80%}}@media (max-width:768px){.ProductsPageHero_hero__pPctZ{height:auto;min-height:auto;padding-bottom:6rem}.ProductsPageHero_title__meyaE{font-size:2.5rem}.ProductsPageHero_buttonGroup__45p1N{flex-direction:column;gap:1rem}.ProductsPageHero_qualityIndicators__uZs8j{flex-direction:column;gap:1.5rem;align-items:center;bottom:2rem}.ProductsPageHero_primaryButton__gh6yL,.ProductsPageHero_secondaryButton__XCjPi{width:100%;justify-content:center}}@media (max-width:480px){.ProductsPageHero_hero__pPctZ{padding:0 1.5rem}.ProductsPageHero_scrollHint__5mxDj{display:none}.ProductsPageHero_title__meyaE{font-size:2.2rem}.ProductsPageHero_subtitle__e4lft{font-size:1rem}.ProductsPageHero_productCard__ZlfUE{max-width:100%}.ProductsPageHero_productTitle__Vhj5O{font-size:1.25rem;margin:1.5rem 1.5rem .5rem}.ProductsPageHero_productDesc__ULNtb{margin:0 1.5rem 1.5rem}}.CategoryFensterTueren_pageContainer__pwdKi{position:relative;overflow-x:hidden}.CategoryFensterTueren_section__LX7rz{max-width:1440px;margin:0 auto;padding:var(--space-xl) var(--space-md);font-family:var(--font-secondary);color:var(--dark);line-height:1.6;box-sizing:border-box;position:relative;z-index:1;background-color:var(--white)}.CategoryFensterTueren_heroSection__9VUz6{height:20vh;min-height:200px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;background-repeat:no-repeat;color:var(--white);text-align:center;padding:var(--space-xl);margin-bottom:var(--space-2xl);display:none}.CategoryFensterTueren_heroOverlay__uFUuX{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:0}.CategoryFensterTueren_heroContent__XUQmE{position:relative;z-index:1;max-width:800px;margin:0 auto}.CategoryFensterTueren_heroTitle__VSRc5{font-size:3.5rem;font-weight:700;margin-bottom:var(--space-sm);text-shadow:0 2px 4px rgba(0,0,0,.3);color:var(--white);letter-spacing:1px;text-transform:uppercase;font-family:var(--font-primary)}.CategoryFensterTueren_heroSubtitle__k_jvv{font-size:1.5rem;font-weight:300;opacity:.9;margin-bottom:var(--space-md);text-shadow:0 1px 2px rgba(0,0,0,.3)}.CategoryFensterTueren_tabsContainer__RqQ9u{margin-bottom:var(--space-md);position:relative;padding-bottom:var(--space-xs)}.CategoryFensterTueren_tabs__JJD7C{display:flex;justify-content:center;gap:var(--space-xs);position:relative;padding:0 var(--space-sm)}.CategoryFensterTueren_activeTabIndicator__2a7CO{position:absolute;bottom:0;height:3px;background:var(--accent);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1;display:none}.CategoryFensterTueren_tab___WRxV{position:relative;padding:var(--space-sm) var(--space-md);border:none;background:transparent;color:var(--darker-gray);font-family:var(--font-primary);font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:var(--transition);white-space:nowrap;z-index:2}.CategoryFensterTueren_activeTab__6NHfT,.CategoryFensterTueren_tab___WRxV:hover{color:var(--primary)}.CategoryFensterTueren_tabUnderline__BYaUs{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent)}.CategoryFensterTueren_subTabsContainer__YUzzO{margin-bottom:var(--space-xl)}.CategoryFensterTueren_subTabs__7l7rd{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-xs);padding:0 var(--space-sm)}.CategoryFensterTueren_subTab__hz76M{position:relative;padding:var(--space-xs) var(--space-sm);background:var(--light-gray);border:none;border-radius:var(--radius-full);font-family:var(--font-primary);font-size:.85rem;font-weight:500;color:var(--darker-gray);cursor:pointer;transition:var(--transition)}.CategoryFensterTueren_subTab__hz76M:hover{background:var(--medium-gray)}.CategoryFensterTueren_activeSubTab__UOMer{background:var(--primary);color:var(--white)}.CategoryFensterTueren_subTabUnderline__C5uyi{position:absolute;bottom:-2px;left:var(--space-sm);right:var(--space-sm);height:2px;background:var(--white)}.CategoryFensterTueren_brandsContainer__Ep2UO{margin:0 auto var(--space-2xl)}.CategoryFensterTueren_brandCard__HDdnu{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:var(--space-md);transition:var(--transition);border:1px solid var(--medium-gray)}.CategoryFensterTueren_brandCard__HDdnu:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.CategoryFensterTueren_brandHeader__Wq_IO{align-items:center;padding:var(--space-md);transition:var(--transition);gap:var(--space-sm)}.CategoryFensterTueren_brandHeader__Wq_IO:hover{background:var(--light-gray)}.CategoryFensterTueren_activeBrandHeader__TV2qq{background:var(--primary-lighter);border-left:4px solid var(--primary)}.CategoryFensterTueren_brandInfo__sJ3RU{align-items:center;gap:var(--space-md);flex:1;min-width:200px}.CategoryFensterTueren_brandLogoContainer__xvGm8{width:80px;height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8);border-radius:18px;box-shadow:0 2px 12px rgba(40,100,255,.09);border:1.5px solid var(--accent);overflow:visible;transition:box-shadow .2s,border .2s}.CategoryFensterTueren_brandLogoContainer__xvGm8:after{content:"";position:absolute;inset:-4px;border-radius:20px;border:1.5px solid var(--accent);filter:blur(2px);opacity:.25;pointer-events:none;z-index:0}.CategoryFensterTueren_brandLogo__rzw4K{max-width:100%;max-height:100%;filter:drop-shadow(0 2px 8px rgba(40,80,150,.07))}.CategoryFensterTueren_ratingBadge__ppzQ7{background:var(--accent);color:var(--white);padding:.2rem var(--space-sm);border-radius:var(--radius-full);font-size:.7rem;font-weight:600;gap:.2rem;box-shadow:var(--shadow-sm)}.CategoryFensterTueren_brandName__OXG7F{font-size:1.3rem;color:var(--primary-dark);margin-bottom:var(--space-xs)}.CategoryFensterTueren_brandDescription__TZznb{color:var(--darker-gray);font-size:.9rem;margin-bottom:var(--space-sm)}.CategoryFensterTueren_brandFeatures__JhVU_{gap:var(--space-xs)}.CategoryFensterTueren_featurePill__MNtjq{background:var(--primary-lighter);color:var(--primary-dark);padding:var(--space-xxs) var(--space-sm);border-radius:var(--radius-full);font-size:.75rem}.CategoryFensterTueren_brandExpandIcon__0NF31{color:var(--primary);font-size:1.2rem;transition:var(--transition);flex-shrink:0;background:var(--primary-lighter);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.CategoryFensterTueren_expandedContent__jpwbm{padding:2rem 2.5rem 3rem;background:linear-gradient(180deg,#f9fcff 0,#ffffff);border-top:1px solid rgba(0,91,171,.1);box-shadow:inset 0 12px 24px -12px rgba(0,91,171,.08)}.CategoryFensterTueren_searchContainer__F6HLl{position:relative;max-width:580px;margin:0 auto 3rem;border-radius:50px;background:white;box-shadow:0 8px 32px rgba(0,91,171,.12);border:1px solid rgba(0,91,171,.08);transition:all .3s ease}.CategoryFensterTueren_searchContainer__F6HLl:focus-within{box-shadow:0 12px 40px rgba(0,91,171,.18);border-color:rgba(0,91,171,.15)}.CategoryFensterTueren_searchGlass__OD5Wu{position:absolute;left:24px;top:50%;transform:translateY(-50%);color:#7ba4c7;font-size:1.1rem}.CategoryFensterTueren_searchInput__uvide{width:100%;padding:1.1rem 1.1rem 1.1rem 3.5rem;border:none;background:transparent;font-size:1.05rem;color:#1a3a5a;border-radius:50px;font-weight:500}.CategoryFensterTueren_searchInput__uvide::placeholder{color:#a8c0d6;font-weight:500}.CategoryFensterTueren_searchClear__WwPYg{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:#f0f7ff;border:none;color:#4a90e2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.CategoryFensterTueren_searchClear__WwPYg:hover{background:#4a90e2;color:white}.CategoryFensterTueren_modelsGallery__Ce_tz{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2.5rem}.CategoryFensterTueren_modelCard__dms4X{background:white;border-radius:16px;overflow:hidden;box-shadow:0 12px 24px -8px rgba(0,91,171,.1);transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;z-index:1}.CategoryFensterTueren_modelMedia__sESOK{height:240px;position:relative;overflow:hidden}.CategoryFensterTueren_modelImage__2ibA5{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1)}.CategoryFensterTueren_modelCard__dms4X:hover .CategoryFensterTueren_modelImage__2ibA5{transform:scale(1.05)}.CategoryFensterTueren_newBadge__E5vr3{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#ff9a9e,#fad0c4);color:white;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px rgba(250,128,114,.3);z-index:2}.CategoryFensterTueren_badgeIcon__Yy0ox{font-size:.9rem}.CategoryFensterTueren_modelHover__xT_hF{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,91,171,.85) 0,rgba(0,91,171,.7));display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;opacity:0;transition:opacity .3s ease;gap:8px;font-weight:500}.CategoryFensterTueren_modelCard__dms4X:hover .CategoryFensterTueren_modelHover__xT_hF{opacity:1}.CategoryFensterTueren_arrowIcon__ILWgO{font-size:1.2rem;margin-top:8px}.CategoryFensterTueren_modelDetails__h7J_y{padding:1.5rem}.CategoryFensterTueren_modelHeader__TuSLW{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.CategoryFensterTueren_modelHeader__TuSLW h4{font-size:1.25rem;color:#1a3a5a;margin:0;font-weight:700}.CategoryFensterTueren_modelRating__CpTTL{display:flex;align-items:center;gap:4px;color:#ffb400;font-weight:600;font-size:.95rem}.CategoryFensterTueren_starIcon___jypR{font-size:.95rem}.CategoryFensterTueren_modelExcerpt__9APCL{color:#5a7a9a;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.CategoryFensterTueren_modelFeatures__OOPWG{list-style:none;padding:0;margin:0 0 1.5rem}.CategoryFensterTueren_modelFeatures__OOPWG li{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#3a5a7a;font-size:.95rem}.CategoryFensterTueren_featureIcon__XSHn6{color:#4a90e2}.CategoryFensterTueren_modelFooter__OHOat{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,91,171,.1);padding-top:1rem}.CategoryFensterTueren_priceTag__tZrVO{display:flex;align-items:baseline;gap:6px}.CategoryFensterTueren_priceLabel__blO6P{color:#7ba4c7;font-size:.9rem}.CategoryFensterTueren_priceValue__060aP{font-size:1.3rem;font-weight:700;color:#1a3a5a;background:linear-gradient(90deg,#005bab,#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.CategoryFensterTueren_priceInquiry__LzK4B{color:#7ba4c7;font-style:italic;font-size:.95rem}.CategoryFensterTueren_quickView__iZFy1{width:36px;height:36px;border-radius:50%;background:#f0f7ff;border:none;color:#4a90e2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.CategoryFensterTueren_quickView__iZFy1:hover{background:#4a90e2;color:white;transform:scale(1.1)}.CategoryFensterTueren_eyeIcon__BUaF4{font-size:1.1rem}.CategoryFensterTueren_noResults__3991s{padding:3rem 0;background:linear-gradient(180deg,#f9fcff 0,#ffffff);border-radius:16px;margin:2rem 0}.CategoryFensterTueren_noResultsIcon__CNYSb{font-size:2.5rem;color:#7ba4c7;margin-bottom:1rem}.CategoryFensterTueren_noResults__3991s h4{color:#1a3a5a;font-size:1.3rem;margin-bottom:.5rem}.CategoryFensterTueren_noResults__3991s p{color:#7ba4c7;font-size:1rem;margin:0}@media (max-width:1024px){.CategoryFensterTueren_expandedContent__jpwbm{padding:1.5rem}.CategoryFensterTueren_modelsGallery__Ce_tz{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media (max-width:768px){.CategoryFensterTueren_searchContainer__F6HLl{margin-bottom:2rem}.CategoryFensterTueren_modelMedia__sESOK{height:200px}}@media (max-width:480px){.CategoryFensterTueren_expandedContent__jpwbm{padding:1rem}.CategoryFensterTueren_modelsGallery__Ce_tz{grid-template-columns:1fr}.CategoryFensterTueren_searchInput__uvide{padding-left:3rem;font-size:1rem}}.CategoryFensterTueren_brandsContainer__Ep2UO{display:flex;flex-direction:column;gap:16px;width:100%}.CategoryFensterTueren_brandCard__HDdnu{background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease}.CategoryFensterTueren_brandHeader__Wq_IO{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;cursor:pointer}.CategoryFensterTueren_activeBrandHeader__TV2qq{border-bottom:1px solid #eee}.CategoryFensterTueren_brandInfo__sJ3RU{display:flex;gap:16px;width:100%}.CategoryFensterTueren_brandLogoContainer__xvGm8{position:relative;min-width:60px;height:60px}.CategoryFensterTueren_brandLogo__rzw4K{width:100%;height:100%;object-fit:contain}.CategoryFensterTueren_ratingBadge__ppzQ7{position:absolute;bottom:-8px;right:-8px;background:#ffd700;color:#333;padding:4px 8px;border-radius:12px;display:flex;align-items:center;font-size:12px;font-weight:700}.CategoryFensterTueren_starIcon___jypR{margin-right:4px}.CategoryFensterTueren_brandDetails__7OLlY{flex:1}.CategoryFensterTueren_brandTitleRow__5RAqI{display:flex;align-items:center;margin-bottom:8px;flex-wrap:wrap}.CategoryFensterTueren_brandName__OXG7F{font-size:18px;font-weight:700;margin:0;color:#333}.CategoryFensterTueren_badgeIcon__Yy0ox{margin-right:6px;font-size:14px}.CategoryFensterTueren_brandDescription__TZznb{font-size:14px;color:#666;margin:0 0 12px;line-height:1.5}.CategoryFensterTueren_brandFeatures__JhVU_{display:flex;flex-wrap:wrap;gap:8px}.CategoryFensterTueren_featurePill__MNtjq{background:#f5f5f5;padding:4px 12px;border-radius:12px;font-size:12px;color:#555}.CategoryFensterTueren_brandExpandIcon__0NF31{color:#666;font-size:20px;margin-left:16px}.CategoryFensterTueren_expandedContent__jpwbm{padding:16px 20px}@media (max-width:768px){.CategoryFensterTueren_brandHeader__Wq_IO{padding:16px}.CategoryFensterTueren_brandTitleRow__5RAqI{flex-wrap:wrap;gap:8px}.CategoryFensterTueren_badgeIcon__Yy0ox{font-size:12px}.CategoryFensterTueren_brandInfo__sJ3RU{gap:12px}.CategoryFensterTueren_brandLogoContainer__xvGm8{min-width:50px;height:50px}}@media (max-width:480px){.CategoryFensterTueren_brandHeader__Wq_IO{padding:12px}.CategoryFensterTueren_brandName__OXG7F{font-size:16px}.CategoryFensterTueren_brandDescription__TZznb{font-size:13px}}.CategoryFensterTueren_noResults__3991s{text-align:center;padding:var(--space-xl) var(--space-md);color:var(--dark-gray);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.CategoryFensterTueren_noResultsIcon__CNYSb{font-size:2rem;color:var(--medium-gray)}.CategoryFensterTueren_premiumFeatures__etSRF{background:var(--light-gray);padding:var(--space-2xl) var(--space-md);margin:var(--space-2xl) 0;border-radius:var(--radius-lg);text-align:center}.CategoryFensterTueren_premiumTitle__wHDSn{font-size:1.8rem;color:var(--primary-dark);margin-bottom:var(--space-xl);position:relative;display:inline-block}.CategoryFensterTueren_premiumTitle__wHDSn:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:var(--accent)}.CategoryFensterTueren_featuresGrid__9wL_P{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-lg);max-width:1200px;margin:0 auto}.CategoryFensterTueren_featureCard__Lz21q{background:var(--white);padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition)}.CategoryFensterTueren_featureCard__Lz21q:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.CategoryFensterTueren_featureIconWrapper__K_eZX{width:60px;height:60px;margin:0 auto var(--space-md);background:var(--primary-lighter);border-radius:50%;display:flex;align-items:center;justify-content:center}.CategoryFensterTueren_featureIcon__XSHn6{font-size:1.7rem;color:var(--primary)}.CategoryFensterTueren_featureCard__Lz21q h4{font-size:1.18rem;color:var(--primary-dark);margin-bottom:var(--space-sm);font-weight:700}.CategoryFensterTueren_featureCard__Lz21q p{color:var(--darker-gray);font-size:.95rem;margin:0}.CategoryFensterTueren_testimonialSection__RkWEv{background:var(--primary-dark);color:var(--white);padding:var(--space-2xl) var(--space-md);margin:var(--space-2xl) 0;border-radius:var(--radius-lg);position:relative;overflow:hidden}.CategoryFensterTueren_testimonialSection__RkWEv:before{content:"";position:absolute;top:0;right:0;bottom:0;width:40%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M0,0 L100,0 L100,100 L0,100 Z"></path></svg>');background-size:cover;opacity:.5}.CategoryFensterTueren_testimonialContent__1t0_X{max-width:800px;margin:0 auto;position:relative;z-index:1}.CategoryFensterTueren_quoteIcon__nS5Wh{font-size:3rem;color:rgba(255,255,255,.2);margin-bottom:var(--space-md)}.CategoryFensterTueren_testimonialText__5vMxh{font-size:1.2rem;font-style:italic;margin-bottom:var(--space-xl);line-height:1.6;position:relative}.CategoryFensterTueren_testimonialAuthor__XsgaY{display:flex;align-items:center;gap:var(--space-md)}.CategoryFensterTueren_authorImage__FNADQ{width:60px;height:60px;border-radius:50%;background:var(--medium-gray);background-image:url(https://alex-webdevelopment.netlify.app/static/media/profil.0c45b06e8d0fd5903cf4.jpg);background-size:cover;background-position:50%}.CategoryFensterTueren_authorName__uLik8{font-weight:600;margin-bottom:var(--space-xxs)}.CategoryFensterTueren_authorLocation__A09JT{opacity:.8;font-size:.9rem}.CategoryFensterTueren_contactSection__n0P7j{margin-top:var(--space-xl);text-align:center}.CategoryFensterTueren_ctaCard__4yJxI{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-lg);border:1px solid var(--medium-gray);max-width:800px;margin:0 auto}.CategoryFensterTueren_ctaTitle__9mvBn{font-size:1.8rem;color:var(--primary-dark);margin-bottom:var(--space-sm)}.CategoryFensterTueren_ctaText__AdcGZ{color:var(--darker-gray);margin-bottom:var(--space-xl);max-width:600px;margin-left:auto;margin-right:auto}.CategoryFensterTueren_ctaButtons__Fl_w7{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap}.CategoryFensterTueren_primaryButton__1ctJC{border-radius:var(--radius-md)}.CategoryFensterTueren_primaryButton2__yfNy6,.CategoryFensterTueren_primaryButton__1ctJC{background:var(--primary);color:var(--white);padding:var(--space-md) var(--space-xl);font-family:var(--font-primary);transition:var(--transition);gap:var(--space-xs);min-width:220px}.CategoryFensterTueren_primaryButton2__yfNy6{border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.CategoryFensterTueren_primaryButton2__yfNy6:hover,.CategoryFensterTueren_primaryButton__1ctJC:hover{background:var(--primary-dark);box-shadow:var(--shadow-md)}.CategoryFensterTueren_secondaryButton__eMuI3{background:var(--white);color:var(--primary);border:2px solid var(--primary);padding:var(--space-md) var(--space-xl);border-radius:var(--radius-md);font-family:var(--font-primary);font-weight:600;cursor:pointer;transition:var(--transition);min-width:220px;display:flex;align-items:center;gap:var(--space-xs);justify-content:center}.CategoryFensterTueren_secondaryButton__eMuI3:hover{background:var(--primary-lighter);box-shadow:var(--shadow-sm)}.CategoryFensterTueren_primaryButton__1ctJC:hover .CategoryFensterTueren_buttonIcon__Ac_ZN,.CategoryFensterTueren_secondaryButton__eMuI3:hover .CategoryFensterTueren_buttonIcon__Ac_ZN{transform:translateX(3px)}.CategoryFensterTueren_modalOverlay__f14BD{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,26,51,.9);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;backdrop-filter:blur(8px)}.CategoryFensterTueren_modalContent__wiZK6{position:relative;background:white;border-radius:24px;width:100%;max-width:1000px;max-height:90vh;overflow:auto;box-shadow:0 32px 64px rgba(0,26,51,.3)}.CategoryFensterTueren_modalClose__olgzW{position:absolute;top:24px;right:24px;background:white;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,26,51,.1);color:#555;font-size:1.4rem}.CategoryFensterTueren_modalGrid__SS5fe{display:grid;grid-template-columns:1fr 1fr}.CategoryFensterTueren_modalImageColumn__xBbFa{padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative}.CategoryFensterTueren_modalInfoColumn__ulMmB{padding:3rem 2.5rem;display:flex;flex-direction:column}.CategoryFensterTueren_imageBadge__7ZPB2{position:absolute;top:24px;left:24px;background:linear-gradient(90deg,#005bab,#4a90e2);color:white;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(0,91,171,.3);z-index:2}.CategoryFensterTueren_badgeIcon__Yy0ox{font-size:1rem}.CategoryFensterTueren_modalImageContainer__J_C5Z{height:300px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;position:relative;overflow:hidden;border-radius:12px}.CategoryFensterTueren_modalImage__mDr_o{max-width:100%;max-height:100%;object-fit:contain;transition:transform .6s ease}.CategoryFensterTueren_modalImage__mDr_o:hover{transform:scale(1.03)}.CategoryFensterTueren_featureHighlights__4vQmG{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.CategoryFensterTueren_featurePill__MNtjq{background:white;padding:10px 18px;border-radius:24px;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(0,91,171,.1);border:1px solid rgba(0,91,171,.1)}.CategoryFensterTueren_featureIcon__XSHn6{color:#005bab;font-size:1rem}@media (max-width:900px){.CategoryFensterTueren_featureHighlights__4vQmG{display:none!important}}.CategoryFensterTueren_modalHeader___83an{margin-bottom:1.5rem}.CategoryFensterTueren_modalTitle__9mR5i{font-size:2rem;color:#001a33;margin-bottom:.5rem;font-weight:700;line-height:1.2}.CategoryFensterTueren_modalRating__y_tC3{display:flex;align-items:center;gap:6px;margin-bottom:1rem}.CategoryFensterTueren_filledStar__GUaTH{color:#ffb400;font-size:1.1rem}.CategoryFensterTueren_emptyStar__sweTY{color:#e0e6ed;font-size:1.1rem}.CategoryFensterTueren_ratingText__REMrI{font-size:.9rem;color:#7b8a9b;margin-left:8px}.CategoryFensterTueren_modalDescription__5mhPN{color:#4a5a6b;line-height:1.6;margin-bottom:2rem;font-size:1rem;font-weight:500}.CategoryFensterTueren_priceSection__6sKri{background:linear-gradient(135deg,#f0f7ff,#e6f0ff);padding:1.5rem;border-radius:12px;margin-bottom:2rem;position:relative;overflow:hidden;border:1px solid rgba(0,91,171,.1)}.CategoryFensterTueren_priceWrapper_____mw{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.CategoryFensterTueren_priceLabel__blO6P{font-size:1rem;color:#4a90e2;font-weight:600}.CategoryFensterTueren_priceValue__060aP{font-size:2.2rem;font-weight:800;color:#005bab;line-height:1}.CategoryFensterTueren_priceNote__IjGxp{font-size:.85rem;color:#7b8a9b;display:block}.CategoryFensterTueren_priceDecoration__ixycG{position:absolute;top:0;right:0;width:60px;height:60px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%234a90e2" opacity="0.1" d="M0,0 L100,0 L100,100 Z"></path></svg>');background-size:cover}.CategoryFensterTueren_specsSection__yhW86{margin:2rem 0}.CategoryFensterTueren_specsTitle__E9SBw{font-size:1.4rem;color:#001a33;margin-bottom:1.5rem;position:relative;padding-bottom:8px;font-weight:700}.CategoryFensterTueren_specsTitle__E9SBw:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#005bab,#4a90e2)}.CategoryFensterTueren_specsList__5I_XX{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.CategoryFensterTueren_specItem__8xI8r{display:flex;align-items:flex-start;gap:12px;color:#3a4b5c;line-height:1.5;font-size:.95rem;font-weight:500}.CategoryFensterTueren_specIcon__8iw46{color:#4a90e2;margin-top:.2rem;flex-shrink:0;font-size:1rem}.CategoryFensterTueren_modalActions__ZEnl7{margin-top:auto;display:flex}.CategoryFensterTueren_primaryButton__1ctJC{background:linear-gradient(90deg,#005bab,#4a90e2);color:white;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,91,171,.3);width:100%;justify-content:center}.CategoryFensterTueren_buttonIcon__Ac_ZN{font-size:1.2rem;transition:transform .3s ease}.CategoryFensterTueren_primaryButton__1ctJC:hover .CategoryFensterTueren_buttonIcon__Ac_ZN{transform:translateX(5px)}@media (max-width:900px){.CategoryFensterTueren_modalGrid__SS5fe{grid-template-columns:1fr}.CategoryFensterTueren_modalImageColumn__xBbFa,.CategoryFensterTueren_modalInfoColumn__ulMmB{padding:2rem}}@media (max-width:600px){.CategoryFensterTueren_modalContent__wiZK6{max-height:95vh}.CategoryFensterTueren_modalImageContainer__J_C5Z{height:200px}.CategoryFensterTueren_modalTitle__9mR5i{font-size:1.6rem}.CategoryFensterTueren_priceValue__060aP{font-size:1.8rem}}@media (max-width:480px){.CategoryFensterTueren_heroSection__9VUz6{height:50vh;min-height:400px;padding:var(--space-md)}.CategoryFensterTueren_heroTitle__VSRc5{font-size:2rem}.CategoryFensterTueren_heroSubtitle__k_jvv{font-size:1.1rem}.CategoryFensterTueren_tab___WRxV{font-size:10px;padding:var(--space-xs) var(--space-sm)}.CategoryFensterTueren_brandHeader__Wq_IO{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.CategoryFensterTueren_brandLogoContainer__xvGm8{width:60px;height:60px}.CategoryFensterTueren_brandName__OXG7F{font-size:1.1rem}.CategoryFensterTueren_brandDescription__TZznb{font-size:.85rem}.CategoryFensterTueren_searchInput__uvide{font-size:.9rem;padding:var(--space-sm) var(--space-md) var(--space-sm) var(--space-xl)}.CategoryFensterTueren_searchIcon__hZRRI{left:var(--space-sm)}.CategoryFensterTueren_modelsGrid__zDFUf{grid-template-columns:1fr}.CategoryFensterTueren_modelImageContainer__tSsdS{height:180px}.CategoryFensterTueren_modalImageColumn__xBbFa,.CategoryFensterTueren_modalInfoColumn__ulMmB{padding:var(--space-md)}.CategoryFensterTueren_modalTitle__9mR5i{font-size:1.4rem}.CategoryFensterTueren_ctaCard__4yJxI{padding:var(--space-lg)}.CategoryFensterTueren_ctaTitle__9mvBn{font-size:1.4rem}.CategoryFensterTueren_primaryButton__1ctJC,.CategoryFensterTueren_secondaryButton__eMuI3{width:100%;padding:var(--space-sm) var(--space-md)}}@media (min-width:481px) and (max-width:768px){.CategoryFensterTueren_heroSection__9VUz6{height:55vh;min-height:450px}.CategoryFensterTueren_heroTitle__VSRc5{font-size:2.5rem}.CategoryFensterTueren_tabs__JJD7C{justify-content:flex-start;overflow-x:auto;padding-bottom:var(--space-xs);-webkit-overflow-scrolling:touch;scrollbar-width:none}.CategoryFensterTueren_tabs__JJD7C::-webkit-scrollbar{display:none}.CategoryFensterTueren_featuresGrid__9wL_P{grid-template-columns:repeat(2,1fr)}.CategoryFensterTueren_modalGrid__SS5fe{grid-template-columns:1fr}}@media (min-width:769px){.CategoryFensterTueren_section__LX7rz{padding:var(--space-xl) var(--space-lg)}.CategoryFensterTueren_heroSection__9VUz6{height:65vh;min-height:550px}.CategoryFensterTueren_heroTitle__VSRc5{font-size:3.5rem}.CategoryFensterTueren_brandHeader__Wq_IO{flex-wrap:nowrap}.CategoryFensterTueren_brandLogoContainer__xvGm8{width:100px;height:100px}.CategoryFensterTueren_modelsGrid__zDFUf{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.CategoryFensterTueren_modalGrid__SS5fe{grid-template-columns:1fr 1fr}.CategoryFensterTueren_testimonialSection__RkWEv:before{width:30%}}@media (min-width:992px){.CategoryFensterTueren_heroSection__9VUz6{height:70vh;min-height:600px}.CategoryFensterTueren_heroTitle__VSRc5{font-size:4rem}.CategoryFensterTueren_section__LX7rz{padding:var(--space-xl) var(--space-2xl)}.CategoryFensterTueren_featuresGrid__9wL_P{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.CategoryFensterTueren_heroSection__9VUz6{height:80vh;min-height:700px}.CategoryFensterTueren_heroTitle__VSRc5{font-size:4.5rem}}@media (hover:none){.CategoryFensterTueren_modelCard__dms4X:hover{transform:none;box-shadow:var(--shadow-sm)}.CategoryFensterTueren_modelCard__dms4X:hover .CategoryFensterTueren_modelOverlay__4VGfZ{opacity:0}.CategoryFensterTueren_modelCard__dms4X:hover .CategoryFensterTueren_modelImage__2ibA5{transform:none}.CategoryFensterTueren_brandCard__HDdnu:hover{box-shadow:var(--shadow-md);transform:none}.CategoryFensterTueren_featureCard__Lz21q:hover{transform:none;box-shadow:var(--shadow-sm)}.CategoryFensterTueren_primaryButton__1ctJC:hover,.CategoryFensterTueren_secondaryButton__eMuI3:hover{transform:none;box-shadow:none}.CategoryFensterTueren_primaryButton__1ctJC:hover .CategoryFensterTueren_buttonIcon__Ac_ZN,.CategoryFensterTueren_secondaryButton__eMuI3:hover .CategoryFensterTueren_buttonIcon__Ac_ZN{transform:none;max-width:200px}}