@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9375rem;color:#1e293b;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color 150ms ease}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-label{font-size:.8125rem;font-weight:600;color:#00a8e8;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;display:block}.section-header h2{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.3}.section-header p{font-size:.9375rem;color:#475569;max-width:600px;margin:0 auto}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:500;border-radius:6px;transition:all 250ms ease;letter-spacing:.3px}.btn-primary{background:#0a5c8a;color:#fff}.btn-primary:hover{background:#063e5c;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.07)}.btn-outline{border:1.5px solid #0a5c8a;color:#0a5c8a;background:rgba(0,0,0,0)}.btn-outline:hover{background:#0a5c8a;color:#fff}.btn-white{background:#fff;color:#0a5c8a}.btn-white:hover{background:#f7f9fb;transform:translateY(-1px)}.btn-sm{padding:.4rem 1rem;font-size:.75rem}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.top-bar{background:#063e5c;font-size:.75rem;color:hsla(0,0%,100%,.85)}.top-bar .top-bar-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:34px}.top-bar .top-bar-contact{display:flex;align-items:center;gap:1.5rem}.top-bar .top-bar-contact .tb-item{display:flex;align-items:center;gap:.35rem;color:hsla(0,0%,100%,.85);font-size:.75rem}.top-bar .top-bar-contact .tb-item:hover{color:#fff}.top-bar .top-bar-contact .tb-item svg{width:13px;height:13px;flex-shrink:0}.top-bar .top-bar-utils{display:flex;align-items:center;gap:1rem}.top-bar .tb-lang{position:relative}.top-bar .tb-lang .tb-lang-toggle{display:flex;align-items:center;gap:.3rem;color:hsla(0,0%,100%,.85);font-size:.75rem;font-weight:500;padding:.2rem 0}.top-bar .tb-lang .tb-lang-toggle:hover{color:#fff}.top-bar .tb-lang .tb-lang-toggle svg{width:13px;height:13px}.top-bar .tb-lang .tb-lang-toggle .chev{width:11px;height:11px;transition:transform 150ms ease}.top-bar .tb-lang .tb-lang-menu{position:absolute;top:100%;right:0;min-width:130px;background:#fff;border:1px solid #e8ecf1;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.08);padding:.25rem 0;margin-top:6px;opacity:0;visibility:hidden;transform:translateY(4px);transition:all 150ms ease;z-index:1100}.top-bar .tb-lang .tb-lang-menu a{display:block;padding:.4rem .9rem;font-size:.8125rem;color:#475569}.top-bar .tb-lang .tb-lang-menu a:hover,.top-bar .tb-lang .tb-lang-menu a.active{background:#f7f9fb;color:#0a5c8a}.top-bar .tb-lang.open .tb-lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.top-bar .tb-lang.open .tb-lang-toggle .chev{transform:rotate(180deg)}.top-bar .tb-social{display:flex;align-items:center;gap:.65rem;padding-left:1rem;border-left:1px solid hsla(0,0%,100%,.18)}.top-bar .tb-social a{color:hsla(0,0%,100%,.7);display:inline-flex}.top-bar .tb-social a:hover{color:#fff}.top-bar .tb-social a svg{width:15px;height:15px}.top-bar .tb-search-toggle{display:inline-flex;align-items:center;color:hsla(0,0%,100%,.75);padding-left:1rem;border-left:1px solid hsla(0,0%,100%,.18)}.top-bar .tb-search-toggle:hover{color:#fff}.top-bar .tb-search-toggle svg{width:15px;height:15px}.top-bar .tb-search-bar{border-top:1px solid hsla(0,0%,100%,.1);padding:.5rem 0}.top-bar .tb-search-bar[hidden]{display:none}.top-bar .tb-search-bar .tb-search-form{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:6px;padding:.35rem .65rem}.top-bar .tb-search-bar .tb-search-form>svg{width:16px;height:16px;color:hsla(0,0%,100%,.6);flex-shrink:0}.top-bar .tb-search-bar .tb-search-form input{flex:1;background:rgba(0,0,0,0);border:none;color:#fff;font-size:.8125rem}.top-bar .tb-search-bar .tb-search-form input::placeholder{color:hsla(0,0%,100%,.5)}.top-bar .tb-search-bar .tb-search-form .tb-search-close{display:inline-flex;color:hsla(0,0%,100%,.6)}.top-bar .tb-search-bar .tb-search-form .tb-search-close:hover{color:#fff}.top-bar .tb-search-bar .tb-search-form .tb-search-close svg{width:16px;height:16px}.header{background:#fff;border-bottom:1px solid #e8ecf1;position:sticky;top:0;z-index:1000}.header .header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:64px}.header .header-brand{display:flex;align-items:center;gap:1rem;min-width:0}.header .logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header .logo .logo-icon{width:40px;height:40px}.header .logo .logo-text h1{font-size:1.125rem;font-weight:700;color:#0a5c8a;line-height:1.05;letter-spacing:-0.3px}.header .logo .logo-text span{font-size:.5625rem;color:#00a8e8;letter-spacing:2.5px;text-transform:uppercase;font-weight:500}.header .brand-divider{width:1px;height:30px;background:#e8ecf1;flex-shrink:0}.header .brand-tagline{font-size:.8125rem;font-weight:600;color:#1e293b;letter-spacing:.2px;white-space:nowrap}.nav{display:flex;align-items:center;gap:0}.nav-link{display:flex;align-items:center;padding:.5rem .95rem;font-size:.8125rem;font-weight:600;color:#475569;transition:color 150ms ease;position:relative}.nav-link:hover,.nav-link.active{color:#0a5c8a}.nav-link.active::after{content:"";position:absolute;bottom:-2px;left:.95rem;right:.95rem;height:2px;background:#0a5c8a;border-radius:1px}.menu-toggle{display:none;flex-direction:column;gap:4px;padding:.5rem}.menu-toggle span{display:block;width:20px;height:2px;background:#1e293b;transition:all 250ms ease;border-radius:1px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(4px, 4px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(4px, -4px)}.hero{position:relative;background:linear-gradient(135deg, #063e5c 0%, #0a5c8a 50%, #1a7ab5 100%);overflow:hidden;padding:5rem 0}.hero::before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero .hero-content .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:.3rem .875rem;font-size:.75rem;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem;backdrop-filter:blur(4px)}.hero .hero-content .hero-badge .badge-dot{width:6px;height:6px;background:#10b981;border-radius:50%}.hero .hero-content h2{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:1rem}.hero .hero-content .hero-highlight{color:#5cc8f0}.hero .hero-content p{font-size:.9375rem;color:hsla(0,0%,100%,.8);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero .hero-content .hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero .hero-visual{display:flex;justify-content:center;align-items:center}.hero .hero-visual .hero-image-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:2rem;backdrop-filter:blur(8px);text-align:center;max-width:420px;width:100%}.hero .hero-visual .hero-image-card .hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.hero .hero-visual .hero-image-card .hero-stats .stat{text-align:center;padding:1rem;background:hsla(0,0%,100%,.06);border-radius:6px}.hero .hero-visual .hero-image-card .hero-stats .stat .stat-number{font-size:1.5rem;font-weight:700;color:#fff}.hero .hero-visual .hero-image-card .hero-stats .stat .stat-label{font-size:.75rem;color:hsla(0,0%,100%,.65);margin-top:.15rem}.hero .hero-visual .hero-machine-icon{width:100%;max-width:200px;margin:0 auto;opacity:.9}.hero .hero-visual .hero-machine-icon svg{width:100%;height:auto}.hero-carousel{position:relative;height:85vh;min-height:460px;max-height:760px}.hero-carousel .carousel{position:relative;height:100%;overflow:hidden}.hero-carousel .carousel-viewport{position:relative;height:100%}.hero-carousel .carousel-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-carousel .carousel-slide.is-active{opacity:1;visibility:visible;z-index:1}.hero-carousel .carousel-slide .slide-media{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0a5c8a}.hero-carousel .carousel-slide .slide-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.3) 45%, rgba(15, 23, 42, 0.15) 100%)}.hero-carousel .carousel-slide .slide-media .slide-placeholder{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:hsla(0,0%,100%,.55);border:1px dashed hsla(0,0%,100%,.35);padding:.4rem .9rem;border-radius:6px}.hero-carousel .carousel-slide .slide-inner{position:relative;z-index:2;width:100%}.hero-carousel .carousel-slide .slide-content{max-width:620px;color:#fff}.hero-carousel .carousel-slide .slide-content .slide-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#5cc8f0;margin-bottom:1rem}.hero-carousel .carousel-slide .slide-content h2{font-size:2.25rem;font-weight:700;line-height:1.15;margin-bottom:1rem}.hero-carousel .carousel-slide .slide-content p{font-size:1rem;color:hsla(0,0%,100%,.88);line-height:1.7;margin-bottom:2rem;max-width:540px}.hero-carousel .carousel-slide .slide-content .slide-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:50%;color:#fff;backdrop-filter:blur(4px);transition:background 150ms ease}.hero-carousel .carousel-arrow:hover{background:hsla(0,0%,100%,.25)}.hero-carousel .carousel-arrow svg{width:20px;height:20px}.hero-carousel .carousel-arrow.prev{left:1.5rem}.hero-carousel .carousel-arrow.next{right:1.5rem}.hero-carousel .carousel-dots{position:absolute;bottom:1.5rem;left:0;right:0;z-index:5;display:flex;justify-content:center;gap:.5rem}.hero-carousel .carousel-dots button{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.4);border:none;transition:all 150ms ease}.hero-carousel .carousel-dots button.active{background:#fff;width:26px;border-radius:5px}.btn-ghost{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.45);color:#fff;backdrop-filter:blur(4px)}.btn-ghost:hover{background:hsla(0,0%,100%,.22);transform:translateY(-1px)}.metrics-strip{background:#fff;border-bottom:1px solid #e8ecf1;padding:1.5rem 0}.metrics-strip .metrics-inner{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}.metrics-strip .metric{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.metrics-strip .metric .metric-icon{width:40px;height:40px;background:rgba(10,92,138,.08);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metrics-strip .metric .metric-icon svg{width:20px;height:20px;color:#0a5c8a}.metrics-strip .metric .metric-text h4{font-size:1rem;font-weight:600;color:#1e293b;line-height:1.2}.metrics-strip .metric .metric-text p{font-size:.75rem;color:#94a3b8}.about{background:#f7f9fb}.about .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about .about-content h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.about .about-content p{font-size:.9375rem;color:#475569;line-height:1.7;margin-bottom:1rem}.about .about-content .about-features{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.about .about-content .about-features .feature{display:flex;align-items:flex-start;gap:.5rem}.about .about-content .about-features .feature .feature-icon{width:32px;height:32px;background:rgba(10,92,138,.1);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.about .about-content .about-features .feature .feature-icon svg{width:16px;height:16px;color:#0a5c8a}.about .about-content .about-features .feature .feature-text h5{font-size:.8125rem;font-weight:600;color:#1e293b;margin-bottom:.15rem}.about .about-content .about-features .feature .feature-text p{font-size:.75rem;color:#94a3b8;margin-bottom:0}.about .about-visual .about-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.07);overflow:hidden}.about .about-visual .about-card .about-image{height:200px;background:linear-gradient(135deg, #063e5c, #1a7ab5);display:flex;align-items:center;justify-content:center;position:relative}.about .about-visual .about-card .about-image .plant-placeholder{font-size:.75rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:2px}.about .about-visual .about-card .about-info{padding:1.5rem}.about .about-visual .about-card .about-info .info-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e8ecf1}.about .about-visual .about-card .about-info .info-row:last-child{border-bottom:none}.about .about-visual .about-card .about-info .info-row .label{font-size:.75rem;color:#94a3b8;font-weight:500}.about .about-visual .about-card .about-info .info-row .value{font-size:.75rem;font-weight:600;color:#1e293b}.why-us{background:#fff}.why-us .why-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.why-us .why-card{padding:2rem;border:1px solid #e8ecf1;border-radius:8px;transition:all 250ms ease;text-align:center}.why-us .why-card:hover{border-color:rgba(10,92,138,.2);box-shadow:0 4px 6px rgba(0,0,0,.07);transform:translateY(-2px)}.why-us .why-card .why-icon{width:44px;height:44px;background:rgba(10,92,138,.08);border-radius:6px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.why-us .why-card .why-icon svg{width:22px;height:22px;color:#0a5c8a}.why-us .why-card h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.why-us .why-card p{font-size:.8125rem;color:#475569;line-height:1.6}.industries{background:#063e5c;padding:3rem 0}.industries .section-header h2,.industries .section-header p{color:#fff}.industries .section-header .section-label{color:#5cc8f0}.industries .section-header p{color:hsla(0,0%,100%,.7)}.industries .industries-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.industries .industry-item{text-align:center;padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;transition:all 250ms ease}.industries .industry-item:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.industries .industry-item .industry-icon{width:40px;height:40px;margin:0 auto .5rem;background:rgba(0,168,232,.15);border-radius:6px;display:flex;align-items:center;justify-content:center}.industries .industry-item .industry-icon svg{width:20px;height:20px;color:#5cc8f0}.industries .industry-item h5{font-size:.8125rem;font-weight:500;color:#fff}.locations{background:#f7f9fb}.locations .locations-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}.locations .location-card{text-align:center;padding:1.5rem;background:#fff;border-radius:6px;border:1px solid #e8ecf1}.locations .location-card .location-pin{width:36px;height:36px;background:rgba(10,92,138,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.locations .location-card .location-pin svg{width:18px;height:18px;color:#0a5c8a}.locations .location-card h5{font-size:.8125rem;font-weight:600;color:#1e293b}.locations .location-card p{font-size:.75rem;color:#94a3b8}.solutions{background:#fff}.solutions .solutions-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.solutions .solution-card{padding:2rem;border:1px solid #e8ecf1;border-radius:8px;transition:all 250ms ease}.solutions .solution-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.07);border-color:rgba(10,92,138,.2)}.solutions .solution-card .solution-icon{width:40px;height:40px;background:rgba(10,92,138,.08);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.solutions .solution-card .solution-icon svg{width:20px;height:20px;color:#0a5c8a}.solutions .solution-card h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.solutions .solution-card p{font-size:.8125rem;color:#475569;line-height:1.6}.cta-banner{background:linear-gradient(135deg, #063e5c, #0a5c8a);padding:3rem 0;text-align:center}.cta-banner h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.cta-banner p{font-size:.9375rem;color:hsla(0,0%,100%,.75);margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-banner .cta-actions{display:flex;justify-content:center;gap:1rem}.product-categories{background:#fff}.product-categories .categories-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.product-categories .categories-grid--5{grid-template-columns:repeat(5, 1fr);gap:1rem}.product-categories .category-card{border:1px solid #e8ecf1;border-radius:8px;overflow:hidden;transition:all 250ms ease;cursor:pointer}.product-categories .category-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.08);transform:translateY(-3px);border-color:rgba(10,92,138,.2)}.product-categories .category-card:hover .category-image .category-overlay{opacity:1}.product-categories .category-card .category-image{height:150px;background:linear-gradient(135deg, rgb(98.1648648649, 191.3567567568, 243.6351351351), rgb(131.4527027027, 204.8648648649, 246.0472972973));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-categories .category-card .category-image .category-icon-large svg{width:52px;height:52px;color:#0a5c8a;opacity:.3}.product-categories .category-card .category-image .category-overlay{position:absolute;inset:0;background:rgba(6,62,92,.85);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 250ms ease}.product-categories .category-card .category-image .category-overlay span{color:#fff;font-size:.8125rem;font-weight:500;border:1px solid hsla(0,0%,100%,.5);padding:.4rem 1rem;border-radius:6px}.product-categories .category-card .category-info{padding:1rem}.product-categories .category-card .category-info h4{font-size:.8125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.3}.product-categories .category-card .category-info p{font-size:.75rem;color:#94a3b8;line-height:1.5}.product-categories .category-card .category-info .product-count,.product-categories .category-card .category-info .category-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#0a5c8a;font-weight:600;margin-top:.5rem;transition:gap 150ms ease}.product-categories .category-card .category-info .product-count svg,.product-categories .category-card .category-info .category-link svg{width:13px;height:13px}.product-categories .category-card:hover .category-info .category-link{gap:.5rem}.products{background:#f7f9fb}.products .product-filters{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.products .product-filters .filter-btn{padding:.4rem 1rem;font-size:.8125rem;font-weight:500;color:#475569;border:1px solid #e8ecf1;border-radius:20px;background:#fff;transition:all 150ms ease}.products .product-filters .filter-btn:hover,.products .product-filters .filter-btn.active{background:#0a5c8a;color:#fff;border-color:#0a5c8a}.products .products-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.products .product-card{background:#fff;border:1px solid #e8ecf1;border-radius:6px;overflow:hidden;transition:all 250ms ease}.products .product-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.07);transform:translateY(-2px)}.products .product-card.hidden{display:none}.products .product-card .product-image{height:160px;background:linear-gradient(135deg, #f0f4f8, #e2e8f0);display:flex;align-items:center;justify-content:center;padding:1rem}.products .product-card .product-image .product-placeholder{width:80px;height:80px;background:rgba(10,92,138,.06);border-radius:6px;display:flex;align-items:center;justify-content:center}.products .product-card .product-image .product-placeholder svg{width:36px;height:36px;color:rgba(10,92,138,.25)}.products .product-card .product-info{padding:1rem}.products .product-card .product-info .product-category-tag{font-size:.6875rem;font-weight:500;color:#00a8e8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;display:block}.products .product-card .product-info h5{font-size:.8125rem;font-weight:600;color:#1e293b;margin-bottom:.25rem;line-height:1.3}.products .product-card .product-info p{font-size:.75rem;color:#94a3b8;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.products .product-card .product-info .product-action{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#0a5c8a;margin-top:.5rem;transition:gap 150ms ease}.products .product-card .product-info .product-action:hover{gap:.5rem}.products .product-card .product-info .product-action svg{width:14px;height:14px}.products .products-show-more{text-align:center;margin-top:2rem}.product-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 250ms ease}.product-modal.active{opacity:1;visibility:visible}.product-modal.active .modal-content{transform:scale(1) translateY(0)}.product-modal .modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.5)}.product-modal .modal-content{position:relative;background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px rgba(0,0,0,.15);transform:scale(0.95) translateY(10px);transition:transform 250ms ease}.product-modal .modal-content .modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f7f9fb;color:#475569;z-index:1;transition:background 150ms ease}.product-modal .modal-content .modal-close:hover{background:#e8ecf1}.product-modal .modal-content .modal-close svg{width:18px;height:18px}.product-modal .modal-content .modal-image{height:220px;background:linear-gradient(135deg, #f0f4f8, #e2e8f0);display:flex;align-items:center;justify-content:center}.product-modal .modal-content .modal-image svg{width:64px;height:64px;color:rgba(10,92,138,.2)}.product-modal .modal-content .modal-body{padding:2rem}.product-modal .modal-content .modal-body .modal-category{font-size:.75rem;font-weight:500;color:#00a8e8;text-transform:uppercase;letter-spacing:1px}.product-modal .modal-content .modal-body h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:.5rem 0 1rem}.product-modal .modal-content .modal-body p{font-size:.8125rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.product-modal .modal-content .modal-body .modal-specs h4{font-size:.8125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.product-modal .modal-content .modal-body .modal-specs .spec-list{display:grid;gap:.25rem}.product-modal .modal-content .modal-body .modal-specs .spec-list .spec-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f7f9fb;border-radius:4px;font-size:.8125rem;color:#475569}.product-modal .modal-content .modal-body .modal-specs .spec-list .spec-item svg{width:14px;height:14px;color:#10b981;flex-shrink:0}.product-modal .modal-content .modal-body .modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.products-hero{position:relative;min-height:300px;display:flex;align-items:center;color:#fff;overflow:hidden}.products-hero .products-hero-media{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg, #063e5c 0%, #0a5c8a 60%, #1a7ab5 100%)}.products-hero .products-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(15, 23, 42, 0.5) 0%, rgba(15, 23, 42, 0.25) 60%, rgba(15, 23, 42, 0.1) 100%)}.products-hero .products-hero-media .slide-placeholder{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:hsla(0,0%,100%,.5);border:1px dashed hsla(0,0%,100%,.35);padding:.4rem .9rem;border-radius:6px}.products-hero .products-hero-inner{position:relative;z-index:2;padding:3rem 1.5rem}.products-hero .products-hero-inner h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.products-hero .products-hero-inner p{font-size:1rem;color:hsla(0,0%,100%,.85);max-width:540px;margin-bottom:1rem}.products-hero .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.products-hero .breadcrumb a{color:hsla(0,0%,100%,.85)}.products-hero .breadcrumb a:hover{color:#fff}.products-hero .breadcrumb .sep{color:hsla(0,0%,100%,.5)}.products-hero .breadcrumb .current{color:hsla(0,0%,100%,.7)}.home-categories{background:#fff}.home-categories .home-cats-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.home-categories .home-cats-intro h2{font-size:1.875rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.home-categories .home-cats-intro p{font-size:.9375rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.catalogue{background:#f7f9fb;padding:3rem 0}.catalogue .catalogue-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.catalogue-sidebar .sidebar-panel{background:#fff;border:1px solid #e8ecf1;border-radius:6px;overflow:hidden;margin-bottom:1.5rem}.catalogue-sidebar .sidebar-panel .sidebar-panel-head{background:#475569;color:#fff;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1rem}.catalogue-sidebar .sidebar-panel .sidebar-panel-head.light{background:#fff;color:#1e293b;border-bottom:2px solid #0a5c8a;text-transform:none;font-size:.9375rem}.catalogue-sidebar .newproducts-empty{padding:1.5rem 1rem;font-size:.8125rem;color:#94a3b8;font-style:italic}.cat-list .cat-item{border-bottom:1px solid #e8ecf1}.cat-list .cat-item:last-child{border-bottom:none}.cat-list .cat-item--all .cat-filter{display:block;padding:.65rem 1rem;font-weight:600}.cat-list .cat-row{display:flex;align-items:stretch}.cat-list .cat-row .cat-filter{flex:1}.cat-list .cat-filter{display:block;padding:.65rem 1rem;font-size:.8125rem;font-weight:500;color:#475569;transition:all 150ms ease}.cat-list .cat-filter:hover{color:#0a5c8a}.cat-list .cat-filter.active{color:#0a5c8a;background:rgba(10,92,138,.06);box-shadow:inset 3px 0 0 #0a5c8a}.cat-list .cat-filter .cat-count{color:#94a3b8;font-weight:400;font-size:.75rem}.cat-list .cat-toggle{width:38px;display:flex;align-items:center;justify-content:center;color:#94a3b8;border-left:1px solid #e8ecf1;transition:all 150ms ease}.cat-list .cat-toggle:hover{color:#0a5c8a}.cat-list .cat-toggle svg{width:14px;height:14px;transition:transform 250ms ease}.cat-list .cat-sublist{max-height:0;overflow:hidden;transition:max-height 250ms ease;background:#f7f9fb}.cat-list .cat-sublist li a,.cat-list .cat-sublist .cat-empty,.cat-list .cat-sublist .cat-desc{display:block;padding:.45rem 1rem .45rem 1.75rem;font-size:.75rem;color:#475569;border-top:1px solid rgba(232,236,241,.6)}.cat-list .cat-sublist li a:hover{color:#0a5c8a;background:rgba(10,92,138,.04)}.cat-list .cat-sublist .cat-empty{color:#94a3b8;font-style:italic}.cat-list .cat-sublist .cat-desc{color:#475569;line-height:1.5}.cat-list .cat-sublist .cat-more a{color:#0a5c8a;font-weight:600}.cat-list .cat-sublist .cat-more a:hover{background:rgba(10,92,138,.06)}.cat-list .cat-item.open .cat-sublist{max-height:3000px}.cat-list .cat-item.open .cat-toggle svg{transform:rotate(45deg)}.catalogue-main{min-width:0}.catalogue-main .catalogue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e8ecf1}.catalogue-main .catalogue-toolbar .result-count{font-size:.8125rem;color:#475569}.catalogue-main .view-toggle{display:flex;gap:.25rem}.catalogue-main .view-toggle .view-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #e8ecf1;border-radius:4px;color:#94a3b8;background:#fff;transition:all 150ms ease}.catalogue-main .view-toggle .view-btn:hover{color:#0a5c8a;border-color:rgba(10,92,138,.4)}.catalogue-main .view-toggle .view-btn.active{background:#0a5c8a;color:#fff;border-color:#0a5c8a}.catalogue-main .view-toggle .view-btn svg{width:16px;height:16px}.catalogue-main .products-grid{grid-template-columns:repeat(3, 1fr)}.catalogue-main .catalogue-empty{text-align:center;padding:4rem 1.5rem;color:#475569;font-size:.9375rem}.catalogue-main .catalogue-empty a{color:#0a5c8a;font-weight:600}.products-grid.list-view{grid-template-columns:1fr;gap:1rem}.products-grid.list-view .product-card{display:grid;grid-template-columns:200px 1fr}.products-grid.list-view .product-card .product-image{height:100%;min-height:150px}.products-grid.list-view .product-card .product-info{display:flex;flex-direction:column;justify-content:center}.products-grid.list-view .product-card .product-info p{-webkit-line-clamp:3;line-clamp:3}@media(max-width: 992px){.catalogue .catalogue-layout{grid-template-columns:1fr}.catalogue-main .products-grid{grid-template-columns:repeat(2, 1fr)}.home-categories .home-cats-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width: 768px){.catalogue-main .products-grid{grid-template-columns:repeat(2, 1fr)}.products-grid.list-view .product-card{grid-template-columns:120px 1fr}}@media(max-width: 576px){.catalogue-main .products-grid{grid-template-columns:1fr}}.contact{background:#f7f9fb}.contact .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact .contact-info{min-width:0}.contact .contact-info h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.contact .contact-info>p{font-size:.8125rem;color:#475569;margin-bottom:2rem;line-height:1.6}.contact .contact-info .contact-items{display:grid;gap:1rem}.contact .contact-info .contact-items .contact-item{display:flex;align-items:flex-start;gap:1rem;min-width:0}.contact .contact-info .contact-items .contact-item .contact-icon{width:36px;height:36px;background:rgba(10,92,138,.08);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact .contact-info .contact-items .contact-item .contact-icon svg{width:16px;height:16px;color:#0a5c8a}.contact .contact-info .contact-items .contact-item .contact-text{min-width:0}.contact .contact-info .contact-items .contact-item .contact-text h5{font-size:.8125rem;font-weight:600;color:#1e293b;margin-bottom:.15rem}.contact .contact-info .contact-items .contact-item .contact-text p,.contact .contact-info .contact-items .contact-item .contact-text a{font-size:.8125rem;color:#475569;line-height:1.5;overflow-wrap:anywhere}.contact .contact-info .contact-items .contact-item .contact-text a:hover{color:#0a5c8a}.contact .contact-form-wrap{min-width:0;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e8ecf1}.contact .contact-form-wrap h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.contact .contact-form{display:grid;gap:1rem}.contact .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-width:0}.contact .contact-form .form-group{display:flex;flex-direction:column;gap:.3rem;min-width:0}.contact .contact-form .form-group label{font-size:.75rem;font-weight:500;color:#1e293b}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea,.contact .contact-form .form-group select{width:100%;max-width:100%;padding:.6rem .75rem;border:1px solid #e8ecf1;border-radius:6px;font-size:.8125rem;color:#1e293b;transition:border-color 150ms ease;background:#fff}.contact .contact-form .form-group input::placeholder,.contact .contact-form .form-group textarea::placeholder,.contact .contact-form .form-group select::placeholder{color:#94a3b8}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus,.contact .contact-form .form-group select:focus{border-color:#0a5c8a;box-shadow:0 0 0 3px rgba(10,92,138,.08)}.contact .contact-form .form-group textarea{resize:vertical;min-height:100px}.contact .contact-form .form-submit{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.contact .contact-form .form-submit .form-note{font-size:.75rem;color:#94a3b8}.contact .form-status{padding:1rem;border-radius:6px;font-size:.8125rem;font-weight:500;margin-top:1rem;display:none}.contact .form-status.success{display:block;background:rgba(16,185,129,.08);color:rgb(11.9402985075,138.0597014925,96.2686567164);border:1px solid rgba(16,185,129,.2)}.contact .form-status.error{display:block;background:rgba(239,68,68,.08);color:hsl(0,84.236453202%,50.1960784314%);border:1px solid rgba(239,68,68,.2)}.footer{background:#1e293b;padding:3rem 0 0}.footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;padding-bottom:3rem}.footer .footer-brand .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer .footer-brand .footer-logo .logo-icon{width:32px;height:32px}.footer .footer-brand .footer-logo h3{font-size:1.125rem;font-weight:700;color:#fff}.footer .footer-brand .footer-logo h3 span{display:block;font-size:.5rem;color:#94a3b8;letter-spacing:2px;text-transform:uppercase;font-weight:400}.footer .footer-brand p{font-size:.8125rem;color:#94a3b8;line-height:1.6;margin-bottom:1rem;max-width:280px}.footer .footer-brand .footer-certifications{display:flex;gap:.5rem}.footer .footer-brand .footer-certifications .cert-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:hsla(0,0%,100%,.05);border-radius:4px;font-size:.625rem;color:#94a3b8;border:1px solid hsla(0,0%,100%,.08)}.footer .footer-column h4{font-size:.8125rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer .footer-column ul{display:grid;gap:.5rem}.footer .footer-column ul li a{font-size:.8125rem;color:#94a3b8;transition:color 150ms ease}.footer .footer-column ul li a:hover{color:#5cc8f0}.footer .footer-column .footer-contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.footer .footer-column .footer-contact-item svg{width:14px;height:14px;color:#94a3b8;margin-top:3px;flex-shrink:0}.footer .footer-column .footer-contact-item span,.footer .footer-column .footer-contact-item a{font-size:.8125rem;color:#94a3b8;line-height:1.4}.footer .footer-column .footer-contact-item a:hover{color:#5cc8f0}.footer .footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom p{font-size:.75rem;color:hsla(0,0%,100%,.4)}.footer .footer-bottom .footer-bottom-links{display:flex;gap:1.5rem}.footer .footer-bottom .footer-bottom-links a{font-size:.75rem;color:hsla(0,0%,100%,.4)}.footer .footer-bottom .footer-bottom-links a:hover{color:#fff}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#0a5c8a;color:#fff;border:none;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.08);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity 250ms ease,transform 250ms ease,background 150ms ease;z-index:900}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#063e5c}.back-to-top svg{width:20px;height:20px}@media(max-width: 576px){.back-to-top{width:38px;height:38px;bottom:1rem;right:1rem}}@media(max-width: 992px){.hero .hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.hero .hero-inner .hero-content p{margin:0 auto 2rem}.hero .hero-inner .hero-content .hero-actions{justify-content:center}.hero .hero-inner .hero-visual .hero-image-card{max-width:360px;margin:0 auto}.metrics-strip .metrics-inner{grid-template-columns:repeat(2, 1fr)}.about .about-grid{grid-template-columns:1fr;gap:2rem}.why-us .why-grid{grid-template-columns:repeat(2, 1fr)}.product-categories .categories-grid{grid-template-columns:repeat(2, 1fr)}.product-categories .categories-grid--5{grid-template-columns:repeat(3, 1fr)}.header .brand-divider,.header .brand-tagline{display:none}.hero-carousel{height:70vh}.hero-carousel .carousel-slide .slide-content h2{font-size:1.875rem}.hero-carousel .carousel-arrow.prev{left:.5rem}.hero-carousel .carousel-arrow.next{right:.5rem}.products .products-grid{grid-template-columns:repeat(3, 1fr)}.industries .industries-grid{grid-template-columns:repeat(2, 1fr)}.solutions .solutions-grid{grid-template-columns:repeat(2, 1fr)}.contact .contact-grid{grid-template-columns:1fr}.footer .footer-grid{grid-template-columns:repeat(2, 1fr)}.nav{position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:1rem 1.5rem;border-bottom:1px solid #e8ecf1;box-shadow:0 10px 25px rgba(0,0,0,.08);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all 250ms ease;max-height:calc(100vh - 64px);overflow-y:auto}.nav.open{transform:translateY(0);opacity:1;visibility:visible}.nav .nav-link{padding:.75rem 0;width:100%;justify-content:flex-start;text-align:left;border-bottom:1px solid #e8ecf1}.nav .dropdown{width:100%}.nav .dropdown .dropdown-toggle{width:100%;justify-content:flex-start}.nav .dropdown .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;padding-left:1.5rem;display:none}.nav .dropdown .dropdown-menu.show{display:block}.nav .dropdown .dropdown-menu a{text-align:left;padding:.5rem 0}.nav .nav-cta{margin-left:0;margin-top:1rem;width:100%;justify-content:center}.menu-toggle{display:flex}}@media(max-width: 768px){.section{padding:3rem 0}.container{padding:0 1rem}.top-bar{font-size:.6875rem}.top-bar .top-bar-inner{gap:.5rem;min-height:32px}.top-bar .top-bar-contact .tb-item:first-child{display:none}.top-bar .top-bar-utils{gap:.5rem}.top-bar .tb-social{padding-left:.5rem;gap:.5rem}.top-bar .tb-search-toggle{padding-left:.5rem}.hero-carousel{height:65vh;min-height:420px}.hero-carousel .carousel-slide .slide-content h2{font-size:1.5rem}.hero-carousel .carousel-slide .slide-content p{font-size:.8125rem}.hero-carousel .carousel-slide .slide-content{padding-bottom:3rem}.hero-carousel .carousel-slide .slide-media .slide-placeholder{display:none}.hero-carousel .carousel-arrow{width:34px;height:34px;top:auto;bottom:1rem;transform:none}.hero-carousel .carousel-arrow.prev{left:1rem}.hero-carousel .carousel-arrow.next{right:1rem}.hero-carousel .carousel-dots{bottom:calc(1rem + 12px)}.product-categories .categories-grid--5{grid-template-columns:repeat(2, 1fr)}.hero{padding:3rem 0}.hero .hero-content h2{font-size:1.5rem}.hero .hero-visual .hero-image-card .hero-stats{grid-template-columns:1fr 1fr;gap:.5rem}.hero .hero-visual .hero-image-card .hero-stats .stat{padding:.5rem}.hero .hero-visual .hero-image-card .hero-stats .stat-number{font-size:1.125rem}.metrics-strip .metrics-inner{grid-template-columns:1fr 1fr;gap:1rem}.metrics-strip .metrics-inner .metric{flex-direction:column;text-align:center;gap:.5rem}.section-header h2{font-size:1.5rem}.why-us .why-grid,.solutions .solutions-grid{grid-template-columns:1fr}.product-categories .categories-grid{grid-template-columns:1fr}.products .products-grid{grid-template-columns:repeat(2, 1fr);gap:.5rem}.industries .industries-grid{grid-template-columns:repeat(2, 1fr)}.locations .locations-grid{grid-template-columns:repeat(2, 1fr)}.contact .form-row{grid-template-columns:1fr}.contact .contact-form-wrap{padding:1.5rem}.footer .footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer .footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.cta-banner .cta-actions{flex-direction:column;align-items:center}}@media(max-width: 576px){.hero .hero-content .hero-actions{flex-direction:column;align-items:stretch}.hero .hero-content .hero-actions .btn{justify-content:center}.products .products-grid{grid-template-columns:1fr}.product-modal .modal-content{width:95%;margin:1rem}.about .about-content .about-features{grid-template-columns:1fr}.locations .locations-grid{grid-template-columns:1fr}}
