:root{--primary-blue:#5899e2;--dark-blue:#14274a;--accent-gold:#f1bb69;--text-dark:#14274a;--text-muted:#6c757d;--border-color:#e3e5e8;--bg-light:#fafbfc;--shadow-light:0 2px 8px rgba(0,0,0,.05);--shadow-medium:0 4px 20px rgba(0,0,0,.08);--shadow-heavy:0 8px 32px rgba(0,0,0,.12);--radius:16px;--radius-small:8px;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1);--primary-blue-hover:#4785d6}.text-primary{color:var(--primary-blue)!important}.btn-primary{background-color:var(--primary-blue)!important;border-color:var(--primary-blue)!important}.btn-primary:hover{background-color:var(--primary-blue-hover)!important;border-color:var(--primary-blue-hover)!important}.btn-outline-primary{color:var(--primary-blue)!important;border-color:var(--primary-blue)!important}.btn-outline-primary:hover{background-color:var(--primary-blue)!important;color:#fff!important}.section-hero{background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:600px;position:relative}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(20,39,74,.9),rgba(20,39,74,.7) 50%,rgba(20,39,74,.4));z-index:0}.section-featured-products{background:#f8f9fa;position:relative;padding-top:4rem;padding-bottom:4rem}.blob{display:none}.products-glass-grid ul.products{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1.5rem;padding:.5rem .5rem 1.5rem;margin:0;scroll-snap-type:x mandatory}.products-glass-grid ul.products::-webkit-scrollbar{height:6px}.products-glass-grid ul.products::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}.products-glass-grid ul.products::-webkit-scrollbar-thumb{background-color:var(--primary-blue);border-radius:10px}.products-glass-grid ul.products li.product{flex:0 0 calc(25% - 1.2rem);width:calc(25% - 1.2rem);scroll-snap-align:start;margin:0;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-small);padding:1.5rem;transition:var(--transition);box-shadow:var(--shadow-light);display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;min-height:440px;position:relative;overflow:hidden}.products-glass-grid ul.products li.product:hover{box-shadow:var(--shadow-medium);border-color:var(--primary-blue)}.products-glass-grid ul.products li.product:has(.onsale){border-color:#e74c3c}.products-glass-grid ul.products li.product .onsale{position:absolute;top:1rem;left:1rem;background:#e74c3c;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:4px;z-index:1;text-transform:uppercase;letter-spacing:.5px;min-height:auto;min-width:auto;line-height:1.5;margin:0}.products-glass-grid ul.products li.product:has(.stock-badge) .onsale{top:3.5rem}.products-glass-grid ul.products li.product a img{width:100%;height:200px;object-fit:contain;margin-bottom:1rem;transition:var(--transition)}.products-glass-grid ul.products li.product:hover a img{transform:scale(1.05)}.products-glass-grid ul.products li.product .woocommerce-loop-product__title{font-size:1rem;font-weight:600;color:var(--dark-blue);margin-bottom:.5rem;line-height:1.4;min-height:4.2em;overflow:hidden;text-align:center}.products-glass-grid ul.products li.product .price{color:var(--primary-blue);font-weight:700;font-size:1.1rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.products-glass-grid ul.products li.product .price del{color:var(--text-muted);font-size:.9rem;font-weight:400;opacity:.7;text-decoration:line-through}.products-glass-grid ul.products li.product .price ins{text-decoration:none;font-weight:700}.products-glass-grid ul.products li.product .button{margin-top:auto;background:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue);padding:.6rem 1.2rem;border-radius:4px;font-weight:600;font-size:.9rem;transition:var(--transition);width:100%;text-transform:uppercase;letter-spacing:.5px;display:inline-block;text-decoration:none}.products-glass-grid ul.products li.product .button:hover{background:var(--primary-blue);color:#fff;transform:none;box-shadow:none}.products-glass-grid ul.products li.product .button.loading{opacity:.7;cursor:wait}.products-glass-grid ul.products li.product .button.added{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.section-skills{background:linear-gradient(135deg,var(--dark-blue),#0a1629)}.skill-item{padding:1.5rem}.skill-icon,.skill-item{transition:var(--transition)}.skill-icon{width:70px;height:70px;margin:0 auto;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;display:flex;align-items:center;justify-content:center}.skill-icon i{font-size:1.75rem;color:#fff;transition:var(--transition)}.skill-item:hover .skill-icon{background:hsla(0,0%,100%,.15);border-color:var(--accent-gold);transform:translateY(-5px) rotate(3deg)}.skill-item:hover .skill-icon i{color:var(--accent-gold);transform:scale(1.1)}.trust-section{border-top:0;border-bottom:0;padding-top:5rem!important;padding-bottom:5rem!important}.trust-item .icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:hsla(0,0%,100%,.1);border-radius:16px;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);margin-bottom:1rem}.trust-item:hover .icon-wrapper{background:hsla(0,0%,100%,.25);transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px rgba(0,0,0,.15);border-color:hsla(0,0%,100%,.3)}.trust-item h4{font-weight:700;margin-bottom:.5rem;font-size:1.1rem;letter-spacing:-.02em}.trust-item p{font-size:.9rem;opacity:.8;line-height:1.4}.trust-section-v2{background:#fff;padding:3rem 0}.trust-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-small);padding:2rem 1.5rem;text-align:center;transition:var(--transition);height:100%;display:flex;flex-direction:column;align-items:center}.trust-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-medium);transform:translateY(-5px)}.trust-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-hover));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:var(--transition)}.trust-icon-wrapper i{font-size:1.5rem;color:#fff}.trust-card:hover .trust-icon-wrapper{transform:scale(1.1);box-shadow:0 8px 20px rgba(88,153,226,.3)}.trust-title{font-size:1.1rem;font-weight:700;color:var(--dark-blue);margin-bottom:.75rem;line-height:1.3}.trust-description{font-size:.95rem;color:var(--text-muted);line-height:1.5;margin-bottom:0}.trust-description strong{color:var(--primary-blue);font-weight:600}@media (max-width:768px){.trust-section{padding-top:3rem!important;padding-bottom:3rem!important}.trust-section .row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.trust-item{text-align:center;display:flex;flex-direction:column;align-items:center;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:12px}.trust-item .icon-wrapper{width:50px;height:50px;margin-bottom:.75rem}.trust-item h4{font-size:.95rem;margin-bottom:.25rem}.trust-item p{font-size:.8rem;margin-bottom:0}}.category-card{background:#fff;border:2px solid var(--bg-light);border-radius:var(--radius);padding:2rem;display:block;transition:var(--transition);position:relative;overflow:hidden}.category-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-medium);transform:translateY(-5px)}.category-icon{font-size:2.5rem;color:var(--primary-blue);transition:var(--transition)}.category-card:hover .category-icon{transform:scale(1.1);color:var(--dark-blue)}.category-title{font-weight:700;color:var(--dark-blue);text-transform:uppercase;letter-spacing:.5px}.partner-logo{max-height:60px;opacity:1;filter:grayscale(0)}.partner-logo:hover{opacity:.8;filter:grayscale(100%);transform:scale(1.05)}@media (max-width:768px){.section-hero{min-height:420px}.hero-overlay{background:linear-gradient(90deg,rgba(20,39,74,.95),rgba(20,39,74,.85) 50%,rgba(20,39,74,.75))}.section-hero h1.display-4{font-size:1.75rem!important;line-height:1.3;margin-bottom:1rem!important}.section-hero .lead{font-size:.95rem!important;margin-bottom:1.5rem!important}.section-hero .d-flex.gap-3{flex-direction:column!important;gap:.75rem!important}.section-hero .btn-lg{font-size:1rem!important;padding:.75rem 1.5rem!important;width:100%}.section-hero .container{padding-left:1.25rem;padding-right:1.25rem}.section-featured-products .container-fluid{padding-left:5%!important;padding-right:5%!important}.section-featured-products.py-5{padding-top:3rem!important;padding-bottom:0!important}section.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.section-featured-products{margin-bottom:0!important}.products.columns-5{padding-bottom:0!important}.section-about.py-5{padding-top:3rem!important;padding-bottom:2rem!important}.section-about .btn-primary{display:block;width:100%;max-width:100%;text-align:center;margin:0 auto}.part-finder-box{margin-bottom:1rem!important}.partner-logos-section.py-5{padding-top:2rem!important;padding-bottom:2rem!important}.partner-logos-section.py-5,.wp-block-group.container.partner-logos-section.py-5{margin-top:0!important;margin-bottom:0!important}.partner-logos-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.partner-logo{padding:.5rem!important}.partner-logo img{max-height:70px!important;max-width:100%!important}.trust-section-v2 .row{gap:.25rem!important}.trust-section-v2 .col-lg-3{flex:0 0 calc(50% - 0.125rem);max-width:calc(50% - .125rem)}.trust-card{padding:1rem!important}.trust-icon-wrapper{width:45px!important;height:45px!important;font-size:1.2rem!important}.trust-title{font-size:.9rem!important;margin-bottom:.25rem!important}.trust-description{font-size:.8rem!important;margin-bottom:0!important}.trust-description strong{display:block!important;margin-top:.25rem!important;font-size:.9rem!important}.section-new-products.py-5{padding-top:2rem!important;padding-bottom:0!important}.section-new-products .container-fluid{padding-left:5%!important;padding-right:5%!important}.commitment-section-modern .row.align-items-center.gy-4{margin-bottom:.5rem!important}.commitment-section-modern .row:last-child{display:flex;flex-direction:column}.commitment-section-modern .row:last-child .order-lg-1{order:2}.commitment-section-modern .row:last-child .order-lg-2{order:1}.commitment-section-modern.py-5.bg-white{padding-bottom:0!important}.section-blog.py-5{padding-top:2rem!important;padding-bottom:2rem!important}.section-blog.py-5.mt-5{margin-top:2rem!important;margin-bottom:0!important}.blog-posts-grid{gap:.5rem}.blog-post-card{padding:.75rem!important;gap:1rem!important}.blog-post-card .post-thumbnail{width:80px!important;height:60px!important}.blog-post-card .post-title{font-size:.95rem!important;margin-bottom:.25rem!important;-webkit-line-clamp:2;line-clamp:2}.blog-post-card .post-date{font-size:.75rem!important;margin-bottom:.25rem!important}.blog-post-card .post-excerpt{font-size:.8rem!important;line-height:1.3!important;margin-bottom:0!important;-webkit-line-clamp:1;line-clamp:1}}@media (max-width:992px){.products-glass-grid ul.products li.product{flex:0 0 280px;width:280px;min-height:420px}}@media (max-width:576px){.products-glass-grid ul.products li.product{flex:0 0 65vw;width:65vw;max-width:280px;min-height:400px;padding:1rem}.products-glass-grid ul.products{gap:1rem;-ms-overflow-style:none;scrollbar-width:none}.products-glass-grid ul.products::-webkit-scrollbar{display:none}}.products-glass-grid ul.products li.product img{width:120px;height:120px}.skill-icon{width:50px;height:50px}.skill-icon i{font-size:1.25rem}.modern-title{font-size:2rem;font-weight:800;line-height:1.2;position:relative;padding-left:1.5rem;border-left:5px solid var(--primary-blue);text-align:left!important}.modern-title span.text-primary{color:var(--primary-blue)!important}@media (max-width:768px){.modern-title{font-size:1.75rem;padding-left:1rem;border-left-width:4px}}.section-featured-products .section-header .badge{font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.section-featured-products .section-header h2{font-size:clamp(1.75rem,4vw,2.5rem)}.section-featured-products .section-header .lead{font-size:1.125rem;line-height:1.6}@media (max-width:768px){.section-featured-products .section-header .d-flex{flex-direction:column;align-items:flex-start!important;gap:1rem!important}.section-featured-products .section-header .flex-grow-1{width:100%}.section-featured-products .section-header h2 span{display:inline!important}.section-featured-products .section-header .lead{font-size:1rem}}.modern-category-select select{width:100%;padding:1rem 1.5rem;font-size:1rem;color:var(--text-dark);background-color:#fff;border:2px solid var(--border-color);border-radius:50px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235899E2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.5rem center;background-size:1.2em;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-light)}.modern-category-select select:focus,.modern-category-select select:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-medium);outline:none}.partner-logo{display:flex;align-items:center;justify-content:center;padding:1rem;transition:var(--transition)}.partner-logo img{max-height:80px;width:auto;max-width:200px;object-fit:contain;filter:none;opacity:1;transition:var(--transition)}.partner-logo:hover img{transform:scale(1.05)}@media (min-width:1600px){.products-glass-grid ul.products li.product{flex:0 0 calc(20% - 1.2rem);width:calc(20% - 1.2rem)}}.wc-block-product-categories.is-dropdown{display:block!important}.custom-select-container{position:relative;width:100%;font-family:inherit}.custom-select-trigger{position:relative;display:block!important;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:var(--dark-blue);background:#fff;border:2px solid #eee;border-radius:12px;cursor:pointer;transition:all .3s ease}.custom-select-container.open .custom-select-trigger{border-color:var(--primary-blue);border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select-trigger .arrow{position:absolute;right:1.5rem;top:50%;width:10px;height:10px;border-right:2px solid var(--dark-blue);border-bottom:2px solid var(--dark-blue);transform:translateY(-50%) rotate(45deg);transition:transform .3s;margin-top:-2px}.custom-select-container.open .custom-select-trigger .arrow{transform:translateY(-50%) rotate(-135deg);margin-top:2px}.custom-options{position:absolute;display:block;top:100%;left:0;right:0;border:2px solid var(--primary-blue);border-top:0;border-bottom-left-radius:12px;border-bottom-right-radius:12px;background:#fff;transition:all .3s ease;opacity:0;visibility:hidden;pointer-events:none;z-index:2;max-height:300px;overflow-y:auto;box-shadow:0 10px 20px rgba(0,0,0,.1)}.custom-select-container.open .custom-options{opacity:1;visibility:visible;pointer-events:all}.custom-option{position:relative;display:block;padding:.75rem 1.5rem;font-size:.95rem;color:var(--dark-blue);cursor:pointer;transition:all .2s;border-bottom:1px solid #f5f5f5}.custom-option:last-child{border-bottom:none}.custom-option:hover{background-color:#f8f9fa;color:var(--primary-blue)}.custom-option.is-parent{font-weight:700;font-size:.9rem;background-color:#f8f9fa;color:#14274a;padding-top:.75rem;padding-bottom:.75rem;border-top:1px solid #eee;margin-top:5px}.custom-option.is-parent:first-child{margin-top:0;border-top:0}.custom-option.is-parent:hover{background-color:#e9ecef;color:var(--dark-blue)}.custom-option.is-child{font-weight:500;padding-left:2rem;color:#555;border-left:3px solid transparent}.custom-option.is-child:hover{padding-left:2.25rem;color:var(--primary-blue);background-color:#fff;border-left-color:var(--primary-blue)}.custom-option.is-grandchild{font-weight:400;font-size:.9rem;padding-left:3.5rem;color:#777;border-left:3px solid transparent}.custom-option.is-grandchild:hover{padding-left:3.75rem;color:var(--primary-blue);background-color:#fff;border-left-color:var(--primary-blue)}.child-arrow{font-size:.8em;margin-right:5px;opacity:.5}.part-finder-box .wc-block-product-categories__button{display:none!important}.blog-posts-grid{display:flex;flex-direction:column;gap:.75rem}.blog-post-card{display:flex!important;flex-direction:row!important;align-items:center;gap:1.5rem;padding:1.25rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-small);transition:var(--transition);text-decoration:none}.blog-post-card:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-medium);transform:translateY(-2px)}.blog-post-card .post-thumbnail{width:120px!important;height:80px!important;object-fit:cover;border-radius:6px;flex-shrink:0}.blog-post-card .post-content{flex:1;min-width:0}.blog-post-card .post-title{font-size:1.1rem!important;font-weight:600;color:var(--dark-blue);margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.blog-post-card .post-date{font-size:.85rem;color:var(--text-muted);margin-bottom:.5rem;display:block}.blog-post-card .post-excerpt{font-size:.9rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin-bottom:.5rem}.blog-post-card .read-more{display:none}