:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#171717;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-blue: #023f88;--color-golden: #C5A028}a{font-weight:500;color:#171717;text-decoration:inherit}a:hover{color:#333}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-blue);color:#fff;cursor:pointer;transition:background-color .25s,border-color .25s}button:hover{background-color:#033a7a;border-color:var(--color-blue)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.btn-primary,button.btn-primary{background-color:var(--color-blue);color:#fff;border-color:var(--color-blue)}.btn-primary:hover,button.btn-primary:hover{background-color:#033a7a;border-color:#033a7a}.btn-secondary,button.btn-secondary{background-color:var(--color-golden);color:#fff;border-color:var(--color-golden)}.btn-secondary:hover,button.btn-secondary:hover{background-color:#a88620;border-color:#a88620}.header{position:relative;background:#fff;color:#171717;box-shadow:0 1px 3px #00000014}.header-inner{width:90%;max-width:90vw;margin:0 auto;padding:0;height:72px;display:flex;align-items:center;justify-content:space-between;gap:3rem}.header-logo{flex-shrink:0;display:block;line-height:0}.header-logo img{height:44px;width:auto;display:block}.header-nav{flex:1;display:flex;justify-content:flex-end}.header-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.25rem}.header-nav-item{margin:0}.header-nav-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;color:#171717;text-decoration:none;font-size:.95rem;font-weight:500;border:none;background:none;cursor:pointer;font-family:inherit;border-radius:4px;transition:background .2s,color .2s}.header-nav-link:hover{background:#1717170f;color:#171717}.header-nav-chevron{font-size:.6em;opacity:.7}.header-nav-item-dropdown{position:relative}.header-dropdown{position:absolute;top:100%;left:0;min-width:200px;margin:0;padding:.25rem 0;list-style:none;background:#fff;border-radius:6px;box-shadow:0 4px 12px #0000001f;border:1px solid rgba(0,0,0,.06);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s,transform .2s,visibility .2s;z-index:100}.header-dropdown-open{opacity:1;visibility:visible;transform:translateY(0)}.header-dropdown-link{display:block;padding:.5rem 1rem;color:#171717;text-decoration:none;font-size:.9rem;transition:background .15s}.header-dropdown-link:hover{background:#1717170f}.header-nav-search{display:none}.header-actions{flex-shrink:0;display:flex;align-items:center;margin-left:2rem}.header-search-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:none;color:#171717;cursor:pointer;border-radius:8px;transition:background .2s}.header-search-toggle:hover{background:#1717170f}.header-search-form{display:flex;align-items:center;gap:.5rem;animation:header-search-in .2s ease}@keyframes header-search-in{0%{opacity:0;width:0}to{opacity:1;width:100%}}.header-search-input{width:180px;padding:.5rem .75rem;font-size:.9rem;color:#171717;background:#f5f5f5;border:1px solid rgba(23,23,23,.12);border-radius:6px;outline:none;font-family:inherit;transition:border-color .2s,box-shadow .2s}.header-search-input::placeholder{color:#17171780}.header-search-input:focus{border-color:#171717;box-shadow:0 0 0 2px #1717171a}.header-search-submit{padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:#fff;background:#171717;border:none;border-radius:6px;cursor:pointer;font-family:inherit;transition:background .2s,opacity .2s}.header-search-submit:hover{background:#333}.header-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:none;color:#171717;cursor:pointer;border-radius:8px;transition:background .2s}.header-menu-toggle:hover{background:#1717170f}@media(max-width:900px){.header-menu-toggle{display:flex}.header-nav{position:fixed;top:72px;left:0;right:0;width:100vw;background:#fff;box-shadow:0 4px 12px #0000001f;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease;z-index:50}.header-nav--open{max-height:calc(80vh - 72px);overflow-y:auto;opacity:1}.header-nav-list{flex-direction:column;align-items:stretch;gap:0;padding:0;width:100%}.header-nav-item{width:100%;border-bottom:1px solid rgba(0,0,0,.06)}.header-nav-item:last-child{border-bottom:none}.header-nav-link{width:100%;box-sizing:border-box;justify-content:space-between;padding:1rem 1.5rem;text-align:left}.header-nav-item-dropdown .header-dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;background:#00000008;max-height:0;overflow:hidden;padding:0;transition:max-height .2s ease}.header-nav-item-dropdown.header-dropdown-mobile-open .header-dropdown{max-height:200px;padding:.25rem 0}.header-dropdown-link{padding:.75rem 1.5rem .75rem 2.5rem}.header-inner{position:relative}.header-actions{display:none}.header-nav-search{display:block;width:100%;margin-top:auto;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.08);background:#f9f9f9;box-sizing:border-box}.header-search-form--mobile{width:100%;display:flex;gap:.5rem}.header-search-form--mobile .header-search-input{flex:1;min-width:0}.header-search-form--mobile .header-search-submit{flex-shrink:0}.header-search-toggle--mobile{width:100%;justify-content:center;gap:.5rem;padding:.75rem 1rem}.header-search-toggle--mobile span{font-size:.95rem;font-weight:500;color:#171717}}.footer{background:#001834;border-top:16px solid #023f88;margin-top:auto}.footer-inner{width:90%;max-width:90vw;margin:0 auto;padding:1.25rem 0}.footer-copyright{margin:0;color:#fff;font-size:.95rem;font-weight:500;text-align:center}.product-card{display:block;position:relative;overflow:hidden;text-decoration:none;color:inherit;border-radius:8px;background:#fff}.product-card-image-wrap{aspect-ratio:1 / 1.2;overflow:hidden;background:#f5f5f5}.product-card-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.product-card:hover .product-card-image{transform:scale(1.03)}.product-card-banner{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;background:#efefef;text-align:center;transform:translateY(0);transition:transform .4s ease}.product-card:hover .product-card-banner{transform:translateY(100%)}.product-card-banner-text{display:block;font-size:.9rem;font-weight:600;color:#023f88}.product-card-banner-desc{display:block;font-size:.72rem;color:#333;margin-top:.25rem;line-height:1.3}.catalog-card{display:flex;flex-direction:column;position:relative;overflow:hidden;text-decoration:none;color:inherit;border-radius:8px;border:1px solid #e0e0e0;background:#fff}.catalog-card-image-wrap{overflow:hidden;background:#f5f5f5;box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%}.catalog-card-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.catalog-card:hover .catalog-card-image{transform:scale(1.03)}.catalog-card-banner{padding:1.5rem 1.25rem;background:#e0e0e0;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;min-height:120px}.catalog-card-title{display:block;font-size:1rem;font-weight:700;color:#202020;line-height:1.3}.catalog-card-description{font-size:.85rem;line-height:1.4;color:#202020;margin-top:.5rem;min-height:40px;display:flex;flex-direction:column;justify-content:center}.text-image{margin:0 auto 2rem;padding:2rem 0;border-radius:8px;overflow:hidden}.text-image__inner{display:grid;gap:2rem;align-items:center}.text-image--image-right .text-image__inner{direction:rtl}.text-image--image-right .text-image__inner>*{direction:ltr}.text-image__image-wrap{padding:0;border-radius:8px;overflow:hidden}.text-image__image{width:100%;height:auto;display:block;border-radius:8px}.text-image__text{padding:1rem 1.5rem}.text-image__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#171717}.text-image__html{font-size:1rem;line-height:1.7;color:#171717;text-align:justify}.text-image__html p{margin:0 0 1rem;text-align:justify}.text-image__html p:last-child{margin-bottom:0}.text-image__html h1,.text-image__html h2,.text-image__html h3{margin:1rem 0 .5rem;font-weight:600}.text-image__html ul,.text-image__html ol{margin:.75rem 0;padding-left:1.5rem}.text-image__html li{margin-bottom:.5rem;text-align:justify}@media(max-width:768px){.text-image{padding:2rem 0;margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%;box-sizing:border-box}.text-image__inner{display:grid!important;grid-template-columns:1fr!important;gap:1.5rem;direction:ltr!important;justify-items:center;text-align:center;width:100%}.text-image--image-right .text-image__inner{direction:ltr!important}.text-image__image-wrap{order:-1;width:100%!important;max-width:100%;box-sizing:border-box}.text-image__text{text-align:center;padding:0;width:100%;box-sizing:border-box}.text-image__title,.text-image__html{text-align:center}.text-image__html ul,.text-image__html ol{padding-left:0;list-style-position:inside}}.banner{position:relative;width:100%;min-height:280px;overflow:hidden}.banner__bg{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat}@media(max-width:768px){.banner--bg-mobile-left .banner__bg{background-position:left center}.banner--bg-mobile-left .banner__inner{margin-left:0;margin-right:auto;justify-content:flex-start;padding-left:1rem;padding-right:1rem}.banner--bg-mobile-left .banner__content{text-align:left}}.banner__inner{position:relative;width:90%;max-width:90vw;margin:0 auto;min-height:280px;display:flex;align-items:center;padding:2rem 0}.banner__content{width:100%;text-align:left}.banner__title{margin:0 0 1rem;font-size:1.75rem;font-weight:700}.banner__html{font-size:1rem;line-height:1.6}.banner__html p{margin:0 0 .75rem}.banner__html p:last-child{margin-bottom:0}.banner__html h1,.banner__html h2,.banner__html h3{margin:1rem 0 .5rem;font-weight:600}.banner__html ul,.banner__html ol{margin:.5rem 0;padding-left:1.5rem}.banner--product,.banner--product .banner__inner{min-height:320px}.datasheet{width:100%}.datasheet-title{margin:0 0 1rem;font-size:25px;font-weight:600;color:#202020}.datasheet-list{list-style:none;margin:0;padding:0;border:1px solid #D4D4D4;border-radius:4px;overflow:hidden}.datasheet-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f3f3f3;border-bottom:1px solid #D4D4D4;gap:1rem}.datasheet-row:last-child{border-bottom:none}.datasheet-name{flex:1;font-size:1rem;color:#202020}.datasheet-download{display:flex;align-items:center;justify-content:center;color:#d4d4d4;text-decoration:none;transition:color .2s ease}.datasheet-download:hover{color:#202020}.datasheet-arrow{width:24px;height:24px}.contact-card{background:#012551;color:#fff;padding:2rem 2.5rem;border-radius:8px;max-width:100%;box-sizing:border-box;text-align:center}.contact-card__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.02em;text-align:center}.contact-card__intro{margin:0 0 1.5rem;font-size:.95rem;line-height:1.6;color:#fff;text-align:center}.contact-card__list{list-style:none;margin:0;padding:0}.contact-card__item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.15);color:#fff}.contact-card__item:last-child{border-bottom:none}.contact-card__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff}.contact-card__icon svg{width:100%;height:100%}.contact-card__content{font-size:1rem;color:#fff}.contact-card__label{font-weight:600;margin-right:.35rem}.contact-card__link,.contact-card__value{color:#fff}.contact-card__link{text-decoration:none}.contact-card__link:hover{text-decoration:underline}.country-select{position:relative;width:100%}.country-select__trigger{display:flex;align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;min-height:48px;background:#f3f3f3;border:1px solid #D4D4D4;border-radius:6px;font-size:.875rem;color:#202020;cursor:pointer;text-align:left;transition:border-color .2s,box-shadow .2s}.country-select__trigger:hover{border-color:#999}.country-select__trigger:focus{outline:none;border-color:#023f88;box-shadow:0 0 0 2px #023f8833}.country-select__flag{flex-shrink:0;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}.country-select__flag img{width:32px;height:24px;object-fit:cover;display:block;border-radius:4px}.country-select__label{flex:1}.country-select__chevron{flex-shrink:0;font-size:.6rem;color:#666}.country-select__list{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #D4D4D4;border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:280px;overflow-y:auto;z-index:10}.country-select__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:none;font-size:.875rem;color:#202020;cursor:pointer;text-align:left;transition:background .15s}.country-select__option:hover{background:#f3f3f3}.country-select__option--selected{background:#e8eef5;font-weight:600}.product-template-main{padding-top:0}.product-template-breadcrumb{margin-bottom:1.5rem}.product-template-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0;font-size:.9rem}.product-template-breadcrumb__item{display:flex;align-items:center;gap:.35rem}.product-template-breadcrumb__sep{color:#023f88;margin:0 .25rem}.product-template-breadcrumb__link{color:#023f88;text-decoration:none}.product-template-breadcrumb__link:hover{text-decoration:underline}.product-template-breadcrumb__current{color:#023f88;font-weight:600}.product-template-html-section{margin-bottom:2rem}.product-template-html-section__inner{font-size:1rem;line-height:1.6;color:#333}.product-template-html-section__inner p{margin:0 0 .75rem}.product-template-html-section__inner p:last-child{margin-bottom:0}.product-template-text-only{margin-bottom:2rem}.product-template-text-only__inner{font-size:1rem;line-height:1.6;color:#333}.product-template-text-only__inner h3{margin:0 0 .5rem;font-size:1.15rem;color:#171717}.product-template-text-only__inner p{margin:0 0 .5rem}.product-template-text-only__inner ul.product-page-series-list{list-style:none;margin:.5rem 0 0;padding:0}.product-template-text-only__inner ul.product-page-series-list li{padding:.35rem 0;border-bottom:1px solid #e8e8e8;font-size:.95rem;color:#333}.product-template-text-only__inner ul.product-page-series-list li:last-child{border-bottom:none}.product-template-main .text-image__image-wrap{padding:2rem}.product-template-main .text-image__text,.product-template-main .text-image__text .text-image__html{padding-left:2rem!important}.text-image__html .product-page-series-title{margin:1rem 0 .5rem;font-size:1rem;font-weight:700;color:#171717}.text-image__html ul.product-page-series-list{list-style:none;margin:0 0 1rem;padding:0}.text-image__html ul.product-page-series-list li{padding:.35rem 0;border-bottom:1px solid #e0e0e0;font-size:.95rem;color:#333}.text-image__html ul.product-page-series-list li:last-child{border-bottom:none}.product-template-columns{display:grid;grid-template-columns:60% 40%;gap:2rem;align-items:start;margin:2rem auto 0;width:65%;max-width:65%}.product-template-col--left{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.product-template-col--right{width:100%;min-width:0;display:flex;flex-direction:column}.product-template-datasheet{width:100%}.product-template-main .product-template-col--left .product-template-datasheet .datasheet-list{padding-top:2rem}.product-template-main .product-template-datasheet .datasheet-title{color:#171717;font-size:1.1rem;font-weight:700}.product-template-main .product-template-datasheet .datasheet-title:after{content:" >";color:#171717}.product-template-main .product-template-datasheet .datasheet-name{color:#171717}.product-template-main .product-template-datasheet .datasheet-list{border:none}.product-template-main .product-template-datasheet .datasheet-row{border-bottom:none}.product-template-main .product-template-datasheet .datasheet-row:last-child{border-bottom:none}.product-template-link-row{width:100%}.product-template-link{color:#171717;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.product-template-link:after{content:">";color:#171717}.product-template-link:hover{text-decoration:underline}.product-template-reach-out{margin:.5rem 0 0;font-size:1rem;line-height:1.5;color:#333}.product-template-reach-out__link{color:#c00;text-decoration:none;font-weight:600}.product-template-reach-out__link:hover{text-decoration:underline}.product-template-text-block__title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:#171717}.product-template-text-block__content{font-size:.95rem;line-height:1.6;color:#333}.product-template-catalog-title{margin:0 0 1rem;padding:0 2rem;font-size:1.1rem;font-weight:700;color:#171717;box-sizing:border-box}.product-template-catalog{display:block;width:90%;flex:1;min-width:0;padding:2rem}.product-template-catalog .catalog-card{display:block;width:100%!important;max-width:100%;min-width:0;height:auto;box-sizing:border-box;padding:1rem;background-color:#f3f3f3}.product-template-catalog .catalog-card-image-wrap{width:100%;aspect-ratio:3 / 2;flex-shrink:0;min-height:320px}.product-template-catalog .catalog-card:hover,.product-template-catalog .catalog-card-banner{background-color:#f3f3f3}.product-template-catalog .catalog-card-title{font-size:.9rem;font-weight:600}.product-template-quantity-section{margin-top:1.5rem;padding:1.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.quantity-section-title{font-size:1.1rem;font-weight:700;color:#171717;margin:0 0 1rem}.quantity-selector{display:flex;gap:1rem;margin-bottom:1rem}.quantity-input-group,.unit-select-group{display:flex;flex-direction:column;gap:.5rem}.quantity-input-group,.unit-select-group{flex:1}.quantity-input-group label,.unit-select-group label{font-size:.85rem;font-weight:600;color:#171717}.quantity-input{padding:.75rem;border:2px solid #e5e5e5;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box;outline:none;transition:border-color .2s}.quantity-input:focus{border-color:#023f88}.unit-select{padding:.75rem;border:2px solid #e5e5e5;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box;background:#fff;cursor:pointer;outline:none;transition:border-color .2s}.unit-select:focus{border-color:#023f88}.add-to-cart-btn{width:100%;padding:.875rem;background:#023f88;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.add-to-cart-btn:hover{background:#0355b0}.add-to-cart-confirmation{margin-top:1rem;padding:.75rem;background:#d4edda;color:#155724;border-radius:6px;text-align:center;font-weight:500;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.product-template-columns{grid-template-columns:1fr;width:100%;max-width:100%}.product-template-col--left,.product-template-col--right,.product-template-catalog{width:100%}.quantity-selector{flex-direction:column;gap:.75rem}}.product-category-main{padding-top:2rem;padding-bottom:2rem}.product-category-breadcrumb{margin-bottom:1.5rem}.product-category-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0;font-size:.9rem}.product-category-breadcrumb__item{display:flex;align-items:center;gap:.35rem}.product-category-breadcrumb__sep{color:#023f88;margin:0 .25rem}.product-category-breadcrumb__link{color:#023f88;text-decoration:none}.product-category-breadcrumb__link:hover{text-decoration:underline}.product-category-breadcrumb__current{color:#023f88;font-weight:600}.product-category-cards{margin-bottom:2rem}.product-category-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:900px){.product-category-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-category-cards-grid{grid-template-columns:1fr}}.product-category-html-section{margin-bottom:2rem}.product-category-html-section__inner{font-size:1rem;line-height:1.6;color:#333}.product-category-html-section__inner p{margin:0 0 .75rem}.product-category-html-section__inner p:last-child{margin-bottom:0}.product-category-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.product-category-column{background-color:#f3f3f3;border-radius:8px;padding:2rem;min-height:120px}.product-category-column__inner{font-size:1rem;line-height:1.6;color:#333}.product-category-column__inner p{margin:0 0 .75rem}.product-category-column__inner p:last-child{margin-bottom:0}@media(max-width:768px){.product-category-two-columns{grid-template-columns:1fr}}.product-category-catalog{margin-top:2rem}.product-category-catalog__title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:#171717;text-align:center}.product-category-catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.product-category-catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-category-catalog-grid{grid-template-columns:1fr}}.color-popup-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.color-popup{background:#f5f5f5;border-radius:8px;max-width:500px;width:100%;overflow:hidden;position:relative;box-shadow:0 20px 60px #0000004d}.popup-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:transparent;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;z-index:10;transition:background .2s;color:#333}.popup-close:hover{background:transparent}.popup-content{display:flex;align-items:center;gap:1.5rem;padding:2rem;border-bottom:2px solid #e5e5e5}.popup-color-square{flex-shrink:0;width:100px;height:100px;border-radius:4px;border:2px solid rgba(0,0,0,.1)}.popup-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.popup-color-name{font-size:1.75rem;font-weight:700;margin:0;color:#171717}.popup-ral{font-size:1rem;font-weight:600;color:#555;margin:0;font-family:monospace}.popup-rgb{font-size:.9rem;color:#888;margin:0;font-family:monospace}.popup-category{font-size:.85rem;color:#aaa;margin:.5rem 0 0;text-transform:uppercase;letter-spacing:.05em}.popup-disclaimer{font-size:.65rem;color:#999;text-align:center;padding:.5rem 1rem;margin:0;background:#f9f9f9;border-top:1px solid #e5e5e5}.popup-actions{display:flex;gap:1rem;padding:1.5rem 2rem;background:#f9f9f9}.action-btn{flex:1;padding:.875rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.action-btn.primary{background:#171717;color:#fff}.action-btn.primary:hover{background:#333}.action-btn.secondary{background:transparent;color:#171717;border:2px solid #e5e5e5}.action-btn.secondary:hover{border-color:#171717}@media(max-width:600px){.popup-content{flex-direction:column;text-align:center;padding:1.5rem}.popup-color-square{width:80px;height:80px}.popup-color-name{font-size:1.5rem}.popup-actions{flex-direction:column;padding:1rem 1.5rem}}.colors-finish-page{padding:.02rem 0}.color-categories{max-width:100%;margin:.1rem;padding:0rem}.color-categories h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#171717}.main-colors-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;justify-content:center}.main-color-btn{display:flex;align-items:center;gap:.75rem;padding:.1rem 1.75rem .1rem .1rem;border:2px solid #EFEFEF;border-radius:8px;background:#efefef;cursor:pointer;transition:all .2s ease;height:56px;width:155px;flex:none;justify-content:flex-start}.main-color-btn:hover,.main-color-btn.active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.main-color-btn.active .color-name{color:#fff}.color-dot{width:60px;height:50px;border-radius:4px;flex-shrink:0;margin:1px 0 1px 1px}.color-name{font-weight:500;font-size:1rem;color:#2f2f2f}.sub-colors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.2rem}.color-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.color-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.color-sample{height:100px;width:100%}.color-info{padding:1rem}.color-info h4{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#171717}.main-category{font-size:.8rem;color:#888;margin:0 0 .25rem}.ncs-code{font-size:.8rem;color:#666;margin:0 0 .25rem;font-family:monospace}.rgb-code{font-size:.75rem;color:#999;margin:0;font-family:monospace}.color-card-full{border-radius:8px;overflow:hidden;cursor:pointer;aspect-ratio:1;display:flex;align-items:flex-end;position:relative}.color-card-full:hover{box-shadow:0 4px 12px #00000026}.color-card-full:hover:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000 60%);pointer-events:none}.color-card-content{padding:.5rem;position:relative;z-index:1;width:100%}.color-card-content h4{font-size:.85rem;font-weight:600;margin:0 0 .15rem;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.color-card-content .rgb-value{font-size:1rem;color:#fff;margin:0;font-family:monospace;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8),0 0 2px rgba(0,0,0,1)}.color-card-content .main-category{font-size:.75rem;color:#fffc;margin:0 0 .25rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.sub-colors-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;margin-top:2rem}.sub-colors-left-col{display:flex;flex-direction:column;gap:1rem;background:#f5f5f5;padding:1rem;border-radius:8px}.color-search-box{width:100%}.color-search-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s;box-sizing:border-box}.color-search-input:focus{border-color:#023f88}.search-results-count{margin-top:.5rem;font-size:.85rem;color:#666}.no-results{color:#666;font-size:1rem;padding:2rem;text-align:center}.select-color-prompt{display:flex;align-items:center;justify-content:center;min-height:200px;color:#888;font-size:1rem}.color-catalog-card{width:100%;max-width:100%;overflow:hidden}.color-catalog-card .catalog-card{border:1px solid #e0e0e0;max-width:100%}.sub-colors-right-col h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#171717}@media(max-width:768px){.sub-colors-layout{grid-template-columns:1fr;gap:1.5rem}.sub-colors-left-col{order:1}.sub-colors-right-col{order:2}}.color-card-full.highlighted{box-shadow:0 0 0 4px #023f88,0 8px 24px #023f884d;animation:highlight-pulse 2s ease-in-out infinite;z-index:10}@keyframes highlight-pulse{0%,to{box-shadow:0 0 0 4px #023f88,0 8px 24px #023f884d}50%{box-shadow:0 0 0 6px #023f88,0 12px 32px #023f8880}}.search-section{max-width:1200px;margin:0 auto 3rem;padding:0 1.5rem}.search-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#171717}.search-box{display:flex;gap:.75rem;margin-bottom:1.5rem}.search-box input{flex:1;padding:.875rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}.search-box input:focus{border-color:#171717}.search-btn{padding:.875rem 1.5rem;background:#171717;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.search-btn:hover{background:#333}.search-results{background:#f9f9f9;border-radius:12px;padding:2rem}.search-results h3{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#171717}.catalogues-section{max-width:1200px;margin:0 auto 3rem;padding:0 1.5rem}.catalogues-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#171717}.catalogues-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.catalog-icon{font-size:2.5rem;margin-bottom:1rem}.catalog-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#171717}.catalog-card p{font-size:.95rem;color:#666;margin:0 0 1.5rem}.catalog-link{display:inline-block;color:#171717;font-weight:600;text-decoration:none;transition:color .2s}.catalog-link:hover{color:#555}.all-colors-summary{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;background:#171717;border-radius:12px;color:#fff;text-align:center}.all-colors-summary h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.all-colors-summary p{max-width:600px;margin:0 auto 2rem;color:#aaa;line-height:1.6}.color-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:700;color:#fff}.stat-label{font-size:.9rem;color:#888;text-transform:uppercase;letter-spacing:.1em}@media(max-width:768px){.main-colors-row{gap:.5rem}.main-color-btn{padding:.4rem .75rem}.color-name{font-size:.8rem}.sub-colors-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr))}.search-box{flex-direction:column}.color-stats{gap:2rem}.stat-number{font-size:2rem}}.coverage-calculator-page{padding:2rem 0}.calculator-section{max-width:800px;margin:0 auto;padding:0 1.5rem}.calculator-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#171717;text-align:center}.calculator-description{text-align:center;color:#666;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.calculator-container{background:#f9f9f9;border-radius:12px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.calculator-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#171717;font-size:.9rem}.form-group input,.form-group select{padding:0 .75rem;border:2px solid #e5e5e5;border-radius:6px;font-size:.9rem;outline:none;transition:all .2s;background:#fff;width:100%;height:36px;min-height:36px;max-height:36px;box-sizing:border-box}.form-group input:focus,.form-group select:focus{border-color:#023f88;box-shadow:0 0 0 3px #023f881a}.calculate-btn{margin-top:1rem;padding:.875rem 2rem;background:#023f88;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.calculate-btn:hover{background:#0355b0}.calculator-results{background:#fff;border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.calculator-results h3{font-size:1.75rem;font-weight:700;color:#023f88;margin:0 0 2.5rem;padding:0;text-align:left}.result-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem 1rem 1rem;border:4px solid #e5e5e5;border-radius:8px;margin-bottom:2rem;position:relative}.result-row:last-child{margin-bottom:0}.result-label{font-weight:600;color:#666;font-size:.9rem;position:absolute;top:-.7rem;left:1rem;background:#fff;padding:0 .5rem}.result-value{font-size:2.5rem;font-weight:700;color:#023f88;font-family:monospace}@media(max-width:768px){.coverage-calculator-page{padding:1rem 0}.calculator-section{max-width:100%;padding:0 1rem}.calculator-section h2{font-size:1.5rem}.calculator-description{font-size:.9rem;margin-bottom:1.5rem}.calculator-container{grid-template-columns:1fr;padding:1.5rem 1rem;gap:1.5rem}.calculator-results h3{font-size:1.5rem;margin-bottom:1.5rem}.result-value{font-size:2rem}.result-row{padding:1.25rem .75rem .75rem;margin-bottom:1.5rem}.calculate-btn{width:100%}}#root{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;width:90%;max-width:90vw;margin:0 auto;padding:2rem 0}.datasheet-page-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.datasheet-page-col .datasheet:not(:last-child){margin-bottom:2rem}.datasheet-page-catalog{margin-top:3rem}.datasheet-page-catalog h2{margin:0 0 1.5rem;font-size:1.5rem;color:#171717;text-align:center}@media(max-width:768px){.datasheet-page-columns{grid-template-columns:1fr}}.contact-page-columns{display:grid;grid-template-columns:65% 35%;gap:2rem;align-items:stretch;padding-top:2rem}.contact-page-col--left{display:flex;flex-direction:column;gap:1.5rem}.contact-page-col--right{position:relative;min-height:400px}.contact-page-accordion,.contact-page-card{width:100%}.contact-page-image-link{position:absolute;inset:0;display:block;width:100%;height:100%;border-radius:8px;overflow:hidden}.contact-page-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.contact-page-map{margin-top:2.5rem;padding-top:2rem}.contact-page-map-link{display:inline-block;margin-top:.75rem;font-size:.9rem;color:#023f88;text-decoration:none}.contact-page-map-link:hover{text-decoration:underline}@media(max-width:768px){.contact-page-columns{grid-template-columns:1fr}}.products-preview h2{margin:0 0 1.5rem;font-size:1.5rem;color:#171717}.product-card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}@media(max-width:900px){.product-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-card-grid{grid-template-columns:1fr}}.catalog-preview h2{margin:0 0 1.5rem;font-size:1.5rem;color:#171717;text-align:center}.catalog-card-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem}.catalog-card-row:last-child{margin-bottom:0}.about-intro{max-width:100%;margin:0 auto 0rem;padding:2rem 0rem}.about-intro__text{margin:0;font-size:1rem;line-height:1.7;color:#333}@media(max-width:900px){.catalog-card-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.catalog-card-row{grid-template-columns:1fr}}.text-image__html .about-section-text{font-size:.9rem;line-height:1.65;color:#333}.text-image__html .about-section-text .text-image-subtitle{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:#171717}.text-image__html .about-section-text .text-image-subtitle:not(:first-child){margin-top:1.25rem}.text-image__html .about-section-text p{margin:0 0 .5rem;font-size:inherit;line-height:inherit}.text-image__html .performance-intro{margin:0 0 1.5rem;font-size:1rem;line-height:1.6;color:#171717;display:block}.text-image__html .services-block-title{margin:0 0 1rem;font-size:1.35rem;font-weight:700;color:#171717}.text-image__html .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:0}.text-image__html .services-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.5rem 0}.text-image__html .services-item__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.text-image__html .services-item__icon img{width:100%;height:100%;object-fit:contain}.text-image__html .services-item__text{margin:0;font-size:.85rem;line-height:1.5;color:#171717;display:block;padding:.25rem 0}@media(max-width:768px){.text-image__html .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.text-image__html .services-grid{grid-template-columns:1fr}}
