:root{--blue:#0B3AAE;--blue-dark:#082b85;--orange:#F68B1F;--orange-dark:#da7a1a;--white:#FFFFFF;--light:#F8F9FC;--border:#E6EAF2;--heading:#163D8F;--body:#4A5568;--secondary:#7A8798;--radius:8px;--radius-lg:12px;--header-h:82px;--max-w:1440px;--content-w:1320px;--gap:24px}body{font-family:Manrope,sans-serif;color:var(--body);background:var(--white)}a{color:var(--blue);transition:color 150ms}a:hover{color:var(--orange)}img{max-width:100%;display:block}.container{max-width:var(--content-w);margin:0 auto;padding:0 20px}.wrapper{max-width:var(--max-w);margin:0 auto}.site-header{background:var(--blue);position:sticky;top:0;z-index:100;padding:20px 0}.site-header .inner{display:flex;align-items:center;justify-content:space-between}.site-header nav{display:flex;align-items:center;gap:32px}.site-header .logo{display:flex;align-items:center}.site-header .logo img{height:36px;width:auto}.site-header nav a{color:#fff;font-size:15px;font-weight:600;text-transform:uppercase;text-decoration:none;position:relative;padding:6px 0}.site-header nav a:hover{color:#fff}.site-header nav a::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--orange);border-radius:1px;transform:scaleX(0);transition:transform .2s}.site-header nav a.active::after,.site-header nav a:hover::after{transform:scaleX(1)}.site-header .actions{display:flex;align-items:center;gap:16px}.site-header .actions .icon-btn{background:0 0;border:none;color:#fff;font-size:20px;cursor:pointer;padding:6px;transition:color 150ms;position:relative}.site-header .actions .icon-btn:hover{color:rgba(255,255,255,.7)}.site-header .actions .cart-badge{position:absolute;top:-2px;right:-4px;background:var(--orange);color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:700;line-height:18px;text-align:center}.btn-request{background:var(--orange);color:#fff;border:none;border-radius:var(--radius);padding:10px 22px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:background 150ms}.btn-request:hover{background:var(--orange-dark);color:#fff}.hero-section{background:var(--white);padding:80px 0 64px}.hero-section h1{font-size:48px;font-weight:700;color:var(--heading);line-height:1.15;margin:0 0 16px;max-width:700px}.hero-section p{font-size:16px;color:var(--body);line-height:1.7;max-width:600px;margin:0 0 32px}.page-hdr{background:var(--blue);padding:48px 0 40px}.page-hdr h3{font-size:32px;font-weight:700;color:#fff;margin:0}.page-hdr .breadcrumb{font-size:13px;color:rgba(255,255,255,.6);margin-bottom:8px;display:block}.page-hdr .breadcrumb a{color:rgba(255,255,255,.85);text-decoration:none}.page-hdr .breadcrumb a:hover{color:#fff}.equip-layout{display:grid;grid-template-columns:260px 1fr 280px;gap:var(--gap);padding:32px 0;align-items:start}.sidebar{background:var(--white);border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden;position:sticky;top:calc(var(--header-h) + 24px)}.sidebar h3{font-size:13px;font-weight:700;color:#fff;background:var(--blue);padding:14px 18px;margin:0;letter-spacing:.04em;text-transform:uppercase}.sidebar .cat-list{list-style:none;margin:0;padding:0}.sidebar .cat-list li{border-bottom:none}.sidebar .cat-list a{display:flex;align-items:center;gap:12px;padding:10px 18px;margin-bottom:4px;text-decoration:none;color:var(--body);font-size:14px;font-weight:500;transition:background 150ms}.sidebar .cat-list a:hover{background:#f0f4ff}.sidebar .cat-list a i{font-size:16px;color:var(--body);width:20px;text-align:center}.sidebar .cat-list a .arrow{margin-left:auto;color:var(--body);font-size:12px}.sidebar .cat-list a.active{background:#f0f4ff;font-weight:600;color:var(--blue)}.sidebar .filter-section{padding:24px 18px}.sidebar .filter-section+.filter-section{border-top:1px solid var(--border)}.sidebar .filter-section h4{font-size:12px;font-weight:700;color:var(--heading);text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px}.sidebar .filter-section label{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--body);cursor:pointer;margin-bottom:10px}.sidebar .filter-section input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.sidebar .filter-section input[type=range]{width:100%;accent-color:var(--orange);margin:8px 0}.sidebar .filter-section .range-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--secondary)}.btn-clean{display:block;width:100%;padding:10px;background:var(--light);border:1px solid var(--border);border-radius:var(--radius);font-size:13px;font-weight:600;color:var(--body);cursor:pointer;margin-top:16px;transition:background 150ms}.btn-clean:hover{background:#e8ecf4}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-grid .info-bar{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding-bottom:8px}.product-grid .info-bar p{font-size:14px;color:var(--secondary);margin:0}.product-grid .info-bar select{font-size:13px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-family:inherit;color:var(--body)}.prod-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform 150ms,box-shadow 150ms}.prod-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.06)}.prod-card .img-wrap{height:0;padding-bottom:56%;position:relative;overflow:hidden;background:var(--light)}.prod-card .img-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:16px}.prod-card .body{padding:24px 24px 0;flex:1;display:flex;flex-direction:column}.prod-card .body h3{font-size:20px;font-weight:700;color:var(--heading);margin:0 0 4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-card .category-badge{font-size:11px;color:var(--blue);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px}.prod-card .body .capacity{font-size:16px;font-weight:700;color:var(--orange);margin:0 0 10px}.prod-card .body .desc{font-size:14px;color:var(--body);line-height:1.6;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.prod-card .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 24px;border-top:1px solid var(--border);margin-top:auto}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--white);color:var(--blue);border:1px solid var(--blue);border-radius:var(--radius);height:46px;padding:0 24px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:background 180ms}.btn-outline:hover{background:#f0f4ff;color:var(--blue)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--blue);color:#fff;border:none;border-radius:var(--radius);height:46px;padding:0 24px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:background 180ms,box-shadow 180ms}.btn-primary:hover{background:var(--blue-dark);box-shadow:0 4px 12px rgba(11,58,174,.1)}.btn-view-details{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:0 0;color:var(--blue);border:none;height:36px;padding:0 8px;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none}.btn-view-details:hover{color:var(--orange)}.btn-add-quote{display:inline-flex;align-items:center;justify-content:center;gap:4px;background:0 0;color:var(--blue);border:2px solid var(--blue);border-radius:2px;height:34px;padding:0 14px;font-size:12px;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background 180ms}.btn-add-quote:hover{background:#f0f4ff;color:var(--blue)}.quote-cart{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);position:sticky;top:calc(var(--header-h) + 24px)}.quote-cart h3{font-size:20px;font-weight:700;color:var(--blue);padding:20px 24px 16px;margin:0;border-bottom:1px solid var(--border)}.quote-cart .items{padding:12px 24px;max-height:420px;overflow-y:auto}.quote-cart .qitem{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}.quote-cart .qitem:last-child{border-bottom:none}.quote-cart .qitem .thumb{width:48px;height:48px;border-radius:6px;background:var(--light);flex-shrink:0;overflow:hidden}.quote-cart .qitem .thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.quote-cart .qitem .info{flex:1;min-width:0}.quote-cart .qitem .info .name{font-size:12px;font-weight:600;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-cart .qitem .info .qty-row{display:flex;align-items:center;gap:6px;margin-top:4px}.quote-cart .qitem .info .qty-row button{width:22px;height:22px;border:1px solid var(--border);border-radius:4px;background:var(--white);font-size:12px;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center}.quote-cart .qitem .info .qty-row span{font-size:12px;font-weight:600;min-width:16px;text-align:center}.quote-cart .qitem .remove{color:var(--secondary);cursor:pointer;font-size:16px;transition:color 150ms;background:0 0;border:none;padding:4px}.quote-cart .qitem .remove:hover{color:#dc2626}.quote-cart .footer{padding:16px 24px 24px;border-top:1px solid var(--border)}.quote-cart .footer .count{font-size:14px;font-weight:600;color:var(--heading);margin:0 0 12px}.quote-cart .footer .btn-primary{width:100%;height:48px;font-size:14px}.quote-cart .footer .btn-outline{width:100%;height:42px;margin-top:8px;font-size:13px}.quote-cart .footer .info-box{margin-top:14px;background:#eef2ff;border-radius:var(--radius);padding:12px 14px;font-size:12px;color:var(--secondary);line-height:1.6}.site-footer{background:var(--blue);padding:20px 0}.site-footer .inner{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:center}.site-footer .inner div{display:flex;align-items:center;gap:10px}.site-footer .inner i{font-size:16px;color:var(--orange);width:18px;text-align:center}.site-footer .inner span{font-size:12px;color:rgba(255,255,255,.85)}.site-footer .inner .logo img{height:28px}.section-title{font-size:30px;font-weight:700;color:var(--heading);margin:0 0 8px}.section-sub{font-size:13px;color:var(--orange);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 4px}.section-desc{font-size:15px;color:var(--body);max-width:620px;line-height:1.7}.sec-pad{padding:72px 0}.sec-light{background:var(--light)}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.featured-grid .text-col{display:flex;flex-direction:column;gap:20px}.featured-grid .img-col .placeholder{background:var(--light);border-radius:var(--radius-lg);height:380px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}.featured-grid .img-col .placeholder span{font-size:14px;font-weight:600;color:var(--secondary)}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);margin-top:40px}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cat-card{text-decoration:none;display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 20px;text-align:center;transition:box-shadow 150ms,transform 150ms}.cat-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.04);transform:translateY(-2px)}.cat-card i{font-size:36px;color:var(--body);margin-bottom:12px;display:block}.cat-card h4{font-size:16px;font-weight:700;color:var(--heading);margin:0}.cat-card p{font-size:13px;color:var(--secondary);margin:6px 0 0;line-height:1.5}.stat-card{text-align:center;padding:28px 16px;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border)}.stat-card .num{font-size:32px;font-weight:700;color:var(--blue)}.stat-card .label{font-size:12px;color:var(--secondary);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.hero-eyebrow{font-size:13px;font-weight:600;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;display:none}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:32px}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px;transition:transform 150ms,box-shadow 150ms}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.05)}.service-card .icon-wrap{width:56px;height:56px;border-radius:var(--radius);background:var(--light);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-card .icon-wrap i{font-size:24px;color:var(--blue)}.service-card h3{font-size:18px;font-weight:700;color:var(--heading);margin:0 0 10px}.service-card p{font-size:14px;color:var(--body);line-height:1.7;margin:0}.service-card ul{list-style:none;margin:14px 0 0;padding:0}.service-card ul li{font-size:13px;color:var(--secondary);padding:3px 0;display:flex;align-items:center;gap:8px}.service-card ul li i{color:var(--orange);font-size:11px}.sectors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);margin-top:32px}.sector-card{text-decoration:none;display:block}.sector-card h4{font-size:16px;font-weight:700;color:var(--heading);margin:14px 0 4px}.sector-card p{font-size:13px;color:var(--secondary);margin:0;line-height:1.5}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:60px 0}.contact-info .item{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.contact-info .item i{font-size:20px;color:var(--blue);width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:var(--light);border-radius:var(--radius);flex-shrink:0}.contact-info .item h6{font-size:14px;font-weight:600;color:var(--heading);margin:0 0 2px}.contact-info .item span{font-size:13px;color:var(--body)}.job-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:20px;transition:box-shadow 150ms}.job-card:hover{box-shadow:0 4px 16px rgba(11,58,174,.06)}.job-card h4{font-size:18px;font-weight:700;color:var(--heading);margin:0 0 4px}.job-card .meta{font-size:12px;color:var(--secondary)}.job-card .meta i{color:var(--orange);margin-right:4px}.job-card .meta span{margin-right:16px}.job-card .status{background:var(--blue);color:#fff;font-size:11px;font-weight:600;padding:3px 12px;border-radius:20px}.job-card p{font-size:14px;color:var(--body);line-height:1.7;margin:12px 0 8px}.mobile-only{display:none}.desktop-only{display:block}.detail-sticky-bar,.filter-sheet,.filter-sheet-overlay,.mob-menu-overlay,.mob-search-overlay,.quote-drawer,.quote-drawer-overlay,.quote-fab{display:none}.toast-notification{position:fixed;bottom:30px;right:30px;z-index:9999;background:var(--white);color:var(--body);padding:14px 20px 14px 18px;border-radius:var(--radius);font-size:13px;font-weight:500;box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(100px);opacity:0;transition:.3s;display:flex;align-items:center;gap:10px;border-left:4px solid var(--blue)}.toast-notification.show{transform:translateY(0);opacity:1}.toast-notification i{font-size:16px;color:var(--blue)}@media (max-width:1240px){.equip-layout{grid-template-columns:220px 1fr 260px}.product-grid{grid-template-columns:repeat(2,1fr)}.quote-cart .items{max-height:320px}}@media (max-width:1024px){.equip-layout{grid-template-columns:1fr}.sidebar{display:none}.sidebar.mobile-open{display:block;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;z-index:90;border-radius:0;overflow-y:auto}.product-grid{grid-template-columns:repeat(2,1fr)}.quote-cart{display:none}.quote-cart.drawer-open{display:block;position:fixed;bottom:0;left:0;right:0;max-height:80vh;z-index:90;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow-y:auto}.site-footer .inner{grid-template-columns:1fr 1fr;gap:12px;height:auto;padding:24px 0}.hero-section h1{font-size:36px}.featured-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.sectors-grid,.services-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:768px){:root{--header-h:72px}.site-header{background:var(--white);padding:0;height:72px;display:flex;align-items:center;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000}.site-header .inner{height:72px}.site-header .logo img{height:34px}.cart-toggle,.filter-toggle,.site-header .actions .btn-request,.site-header .actions .icon-btn,.site-header nav{display:none}.mob-nav{display:flex!important;align-items:center;gap:12px}.mob-nav button{background:0 0;border:none;padding:8px;cursor:pointer;color:var(--heading);font-size:22px;line-height:1;position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.mob-nav .cart-badge{position:absolute;top:0;right:0;width:18px;height:18px;background:var(--orange);color:#fff;border-radius:50%;font-size:10px;font-weight:700;line-height:18px;text-align:center}.mob-search-overlay{display:none;position:fixed;top:0;left:0;right:0;z-index:1001;background:var(--white);padding:14px 20px;border-bottom:1px solid var(--border)}.mob-search-overlay.open{display:flex;align-items:center;gap:10px}.mob-search-overlay input{flex:1;height:44px;padding:0 14px 0 40px;border:none;border-radius:22px;background:var(--light);font-size:15px;font-family:Manrope,sans-serif;color:var(--body)}.mob-search-overlay input::placeholder{color:var(--secondary)}.mob-search-overlay .search-icon-inner{position:absolute;left:28px;color:var(--secondary);font-size:16px;pointer-events:none}.mob-search-overlay .close-search{background:0 0;border:none;font-size:22px;color:var(--body);cursor:pointer;padding:8px}.mob-search-wrap{position:relative;flex:1}.mob-menu-overlay{display:none;position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--white);z-index:999;padding:20px;overflow-y:auto}.mob-menu-overlay.open{display:block}.mob-menu-overlay a{display:block;padding:16px 0;font-size:17px;font-weight:600;color:var(--heading);text-decoration:none;border-bottom:1px solid var(--border)}.mob-menu-overlay a.active{color:var(--blue)}.mob-menu-overlay .mob-menu-btn{display:block;width:100%;height:48px;margin-top:20px;background:var(--orange);color:#fff;border:none;border-radius:var(--radius);font-size:15px;font-weight:700;cursor:pointer;text-align:center;line-height:48px;text-decoration:none}.hero-section .hero-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.hero-section .hero-btns a,.hero-section .hero-btns button{height:48px;font-size:14px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);font-weight:700;cursor:pointer;text-decoration:none}.hero-section .hero-btns .btn-orange{background:var(--orange);color:#fff;border:none}.hero-section .hero-btns .btn-orange:hover{background:var(--orange-dark)}.hero-section .hero-btns .btn-filter{background:var(--white);color:var(--blue);border:1.5px solid var(--blue)}.cat-chips-wrap{display:block;margin-bottom:20px}.cat-chips{display:flex;gap:10px;overflow-x:auto;padding:0 0 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-chips::-webkit-scrollbar{display:none}.cat-chips button{flex-shrink:0;height:44px;padding:0 20px;border-radius:0;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:Manrope,sans-serif;transition:.2s;border:none;background:0 0;color:var(--body)}.cat-chips button.active,.cat-chips button:not(.active):hover{color:var(--blue)}.desktop-only{display:none}.mobile-only{display:block}}@media (max-width:430px){.container{padding:0 20px}.wrapper{padding:0 20px!important}.hero-section{padding:32px 0 40px}.hero-section h1{font-size:36px;max-width:100%}.hero-section p{font-size:15px;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 24px}.product-grid{grid-template-columns:1fr;gap:24px}.prod-card{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.prod-card:hover{transform:none;box-shadow:0 4px 12px rgba(11,58,174,.08)}.prod-card .img-wrap{padding-bottom:56%}.prod-card .body{padding:20px 20px 0}.prod-card .body h3{font-size:20px}.prod-card .body .capacity{font-size:16px;color:var(--orange);font-weight:700}.prod-card .body .desc{font-size:15px;-webkit-line-clamp:3}.prod-card .actions{display:flex;flex-direction:column;gap:12px;padding:16px 20px;border-top:1px solid var(--border)}.prod-card .actions .btn-outline,.prod-card .actions .btn-primary{width:100%;height:48px;font-size:14px}.product-grid .info-bar{flex-direction:column;align-items:flex-start;gap:12px}.product-grid .info-bar>div,.product-grid .info-bar>div>div{width:100%}.product-grid .info-bar input{width:100%!important}.filter-sheet-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.35);z-index:2000}.filter-sheet-overlay.open{display:block}.filter-sheet{display:block;position:fixed;bottom:0;left:0;right:0;z-index:2001;background:var(--white);border-radius:20px 20px 0 0;max-height:80vh;overflow-y:auto;transform:translateY(100%);transition:transform 250ms;padding:0 0 20px}.filter-sheet.open{transform:translateY(0)}.filter-sheet .handle{width:40px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 4px}.filter-sheet .hdr{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 8px;border-bottom:none}.filter-sheet .hdr h3{font-size:18px;font-weight:700;color:var(--heading);margin:0}.filter-sheet .hdr .close{background:0 0;border:none;font-size:24px;color:var(--body);cursor:pointer;padding:4px}.filter-sheet .section{padding:16px 20px}.filter-sheet .section h4{font-size:14px;font-weight:700;color:var(--heading);margin:0 0 12px}.filter-sheet .section label{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--body);cursor:pointer;margin-bottom:12px}.filter-sheet .section input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue)}.filter-sheet .section input[type=range]{width:100%;accent-color:var(--orange);margin:8px 0}.filter-sheet .section .range-labels{display:flex;justify-content:space-between;font-size:13px;color:var(--secondary);margin-top:4px}.filter-sheet .sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:8px 20px}.filter-sheet .sheet-actions button{height:48px;border-radius:var(--radius);font-size:15px;font-weight:700;cursor:pointer;border:none;font-family:Manrope,sans-serif}.filter-sheet .sheet-actions .btn-apply{background:var(--orange);color:#fff}.filter-sheet .sheet-actions .btn-clear-sheet{background:var(--white);color:var(--body);border:1.5px solid var(--border)}.quote-fab{display:flex!important;position:fixed;bottom:24px;right:20px;z-index:500;width:60px;height:60px;border-radius:50%;background:var(--orange);color:#fff;border:none;cursor:pointer;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 4px 16px rgba(246,139,31,.35);transition:transform .2s}.quote-fab:active{transform:scale(.92)}.quote-fab .count{position:absolute;top:-2px;right:-2px;width:22px;height:22px;background:var(--blue);color:#fff;border-radius:50%;font-size:10px;font-weight:700;line-height:22px;text-align:center;border:2px solid #fff}.quote-drawer-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.35);z-index:2000}.quote-drawer-overlay.open{display:block}.quote-drawer{display:block;position:fixed;bottom:0;left:0;right:0;z-index:2001;background:var(--white);border-radius:20px 20px 0 0;max-height:85vh;overflow-y:auto;transform:translateY(100%);transition:transform 250ms}.quote-drawer.open{transform:translateY(0)}.quote-drawer .handle{width:40px;height:4px;background:var(--border);border-radius:2px;margin:10px auto 4px}.quote-drawer .hdr{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 8px;border-bottom:1px solid var(--border)}.quote-drawer .hdr h3{font-size:18px;font-weight:700;color:var(--blue);margin:0}.quote-drawer .hdr .close{background:0 0;border:none;font-size:24px;color:var(--body);cursor:pointer;padding:4px}.quote-drawer .items{padding:8px 20px}.quote-drawer .qitem{display:flex;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.quote-drawer .qitem:last-child{border-bottom:none}.quote-drawer .qitem .thumb{width:52px;height:52px;border-radius:8px;background:var(--light);flex-shrink:0;overflow:hidden}.quote-drawer .qitem .thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.quote-drawer .qitem .info{flex:1}.quote-drawer .qitem .info .name{font-size:14px;font-weight:600;color:var(--heading)}.quote-drawer .qitem .info .qty-row{display:flex;align-items:center;gap:8px;margin-top:6px}.quote-drawer .qitem .info .qty-row button{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:var(--white);font-size:14px;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center}.quote-drawer .qitem .info .qty-row span{font-size:14px;font-weight:600;min-width:20px;text-align:center}.quote-drawer .qitem .remove{color:var(--secondary);cursor:pointer;font-size:20px;background:0 0;border:none;padding:6px}.quote-drawer .footer{padding:16px 20px 24px;border-top:1px solid var(--border)}.quote-drawer .footer .count{font-size:16px;font-weight:700;color:var(--heading);margin:0 0 14px;text-align:center}.quote-drawer .footer .btn-request-drawer{width:100%;height:52px;background:var(--orange);color:#fff;border:none;border-radius:var(--radius);font-size:16px;font-weight:700;cursor:pointer;font-family:Manrope,sans-serif}.quote-drawer .footer .btn-clear-drawer{width:100%;height:48px;background:var(--white);color:var(--body);border:1.5px solid var(--border);border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;margin-top:10px;font-family:Manrope,sans-serif}.quote-drawer .footer .info-box{margin-top:14px;background:#eef2ff;border-radius:var(--radius);padding:14px;font-size:13px;color:var(--secondary);line-height:1.6}.detail-sticky-bar{display:flex!important;position:fixed;bottom:0;left:0;right:0;z-index:500;background:var(--white);padding:12px 20px;border-top:1px solid var(--border);gap:12px}.detail-sticky-bar button{flex:1;height:48px;border-radius:var(--radius);font-size:14px;font-weight:700;cursor:pointer;font-family:Manrope,sans-serif;display:flex;align-items:center;justify-content:center;gap:6px}.detail-sticky-bar .btn-add-quote{background:var(--blue);color:#fff;border:none}.detail-sticky-bar .btn-view-cart{background:var(--white);color:var(--blue);border:1.5px solid var(--blue)}.cart-page-grid{grid-template-columns:1fr!important}.site-footer{padding:32px 0}.site-footer .inner{grid-template-columns:1fr;gap:20px;text-align:center;justify-items:center}.site-footer .inner div{justify-content:center}.site-footer .inner .logo img{height:32px;margin:0 auto}.page-hdr{padding:32px 0 28px;background:var(--blue)}.page-hdr h3{font-size:24px}.sec-pad{padding:48px 0}.section-title{font-size:24px}.stats-row{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:20px 12px}.stat-card .num{font-size:24px}.cat-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.services-grid{grid-template-columns:1fr!important;gap:16px!important}.sectors-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.contact-grid{padding:32px 0;gap:24px}.contact-info .item{margin-bottom:16px}.job-card{padding:18px}.job-card h4{font-size:16px}}