.trusted-layout{font-family:var(--font-geist-sans),system-ui,sans-serif;color:var(--text-main);background:var(--light)}.home-header{background:var(--white);z-index:50;border-bottom:2px solid #e5e7eb;padding:.75rem 0;position:sticky;top:0;overflow-x:hidden;box-shadow:0 1px 3px #00000005}.header-inner{flex-direction:row;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;overflow:hidden}.header-left{flex:1;align-items:center;gap:1.5rem;display:flex}.logo-brand{flex-shrink:0}.category-nav{flex:1;justify-content:center;gap:1.25rem;display:flex}.category-nav a{color:#4b5563;letter-spacing:.5px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .2s}.category-nav a:hover,.category-nav a.active{color:#8b0000}.header-actions{align-items:center;gap:1.5rem;display:flex}.mobile-header{justify-content:space-between;align-items:center;width:100%;padding:0 .5rem;display:none}.mobile-left,.mobile-right{align-items:center;gap:.25rem;display:flex}.mobile-header .mobile-logo{color:#1a1a2e;align-items:center;gap:4px;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.mobile-login-btn{color:#000;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.35rem .75rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s}.mobile-login-btn:hover{background:#f9fafb;border-color:#d1d5db}.mobile-cart-icon{color:#4b5563;justify-content:center;align-items:center;gap:2px;min-width:40px;padding:.35rem;text-decoration:none;display:flex}.cart-count{color:#fff;background:#8b0000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.7rem;font-weight:700;line-height:1;display:flex}.hamburger-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;transition:color .2s;display:flex}.hamburger-btn:hover{color:#8b0000}.mobile-menu-overlay{z-index:100;background:#00000080;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{background:var(--white);flex-direction:column;gap:1.5rem;width:80%;max-width:300px;padding:2rem;animation:.3s ease-out slideInLeft;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:4px 0 20px #00000026}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu a{color:#4b5563;border-bottom:1px solid #e5e7eb;padding:.75rem 0;font-size:1.2rem;font-weight:700;text-decoration:none;transition:color .2s}.mobile-menu a:hover,.mobile-menu a.active{color:#8b0000}.mobile-menu .mobile-login{border-top:2px solid #e5e7eb;border-bottom:none;margin-top:1rem;padding-top:1rem}.login-link{color:#4b5563;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .2s}.login-link:hover{color:#8b0000}.cart-link{color:var(--white);background:linear-gradient(135deg,#8b0000,#a01010);border:2px solid #8b0000;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .1s,border-color .1s;display:flex;position:relative;overflow:hidden}.cart-link:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .3s ease-out;position:absolute;top:0;left:-100%}.cart-link:hover:before{left:100%}.cart-link:hover{color:var(--white);background:#8b0000;border:2px solid #6b0000}.logo-brand{color:#1a1a2e;letter-spacing:-.5px;font-size:1.8rem;font-weight:800;font-family:var(--font-inter);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:8px;margin:0;padding:0;text-decoration:none;display:flex;overflow:hidden}.logo-icon{color:var(--white);background:#8b0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.home-hero{background:linear-gradient(to bottom,#fff9e6 0%,var(--white)100%);border-bottom:1px solid #e5e7eb;padding:4rem 1rem 5rem}.hero-title{letter-spacing:-1px;color:#1a1a2e;font-size:3.5rem;line-height:1.1;font-family:var(--font-inter);margin-bottom:1rem}.hero-title .highlight{color:var(--white);font-family:var(--font-gluten);background-color:#8b0000;border-radius:4px;padding:.1em .3em;font-size:1.2em;display:inline-block;transform:rotate(-2deg)}.hero-subtitle{color:#4b5563;max-width:800px;margin:0 auto;font-size:1.3rem;line-height:1.6}.featured-solutions{background-color:#f9fafb;min-height:50vh;padding:4rem 1rem}.category-label{color:#8b0000;letter-spacing:2px;text-transform:uppercase;text-align:center;margin-bottom:.5rem;font-size:.9rem;font-weight:800}.section-title{text-align:center;color:#1a1a2e;font-size:2.5rem;font-family:var(--font-inter);margin-bottom:4rem}.solution-grid{flex-direction:column;gap:2rem;max-width:900px;margin-top:2.5rem;margin-left:auto;margin-right:auto;display:flex}.solution-card-small{background:var(--white);border:3px solid #1a1a2e;border-radius:0;flex-direction:row;align-items:stretch;margin-bottom:1.5rem;transition:all .2s ease-in-out;display:flex;position:relative;overflow:hidden;box-shadow:8px 8px #8b0000}.solution-card-small:hover{border-color:#1a1a2e;transform:translate(4px,4px);box-shadow:4px 4px #8b0000}.sc-small-image{background:#fff9e6;border-right:3px solid #1a1a2e;flex-shrink:0;justify-content:center;align-items:center;min-width:200px;max-width:280px;padding:2rem;display:flex}.sc-small-content{flex-direction:column;flex:1;padding:2rem;display:flex}.sc-title-link{color:inherit;flex:1;margin-bottom:1rem;text-decoration:none;display:block}.sc-small-tag{color:#fff;text-transform:uppercase;letter-spacing:2px;background:#1a1a2e;width:max-content;margin-bottom:1rem;padding:4px 12px;font-size:.8rem;font-weight:800;display:inline-block}.sc-small-title{color:#1a1a2e;font-size:1.8rem;font-weight:900;line-height:1.1;font-family:var(--font-inter);margin-bottom:.75rem}.sc-small-desc{color:#4b5563;flex:1;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.sc-small-footer{border-top:3px dashed #e5e7eb;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.sc-price{color:#8b0000;font-size:1.8rem;font-weight:900}.btn-cta-micro{color:#fff;text-transform:uppercase;letter-spacing:1px;background-color:#8b0000;border:3px solid #1a1a2e;padding:.8rem 2rem;font-size:1rem;font-weight:800;text-decoration:none;transition:all .2s;box-shadow:4px 4px #1a1a2e}.solution-card-small:hover .btn-cta-micro{color:#fff;background-color:#1a1a2e;transform:translate(2px,2px);box-shadow:2px 2px #8b0000}.home-footer{color:#d1d5db;background:#1a1a2e;padding:4rem 1rem 2rem}.footer-logo{color:#fff;justify-content:center;align-items:center;gap:10px;margin-bottom:.75rem;font-size:1.8rem;font-weight:800;display:flex}.footer-top{text-align:center;border-bottom:1px solid #374151;margin-bottom:3rem;padding-bottom:2.5rem}.footer-mission{max-width:600px;margin:0 auto;font-size:1.1rem}.footer-links{justify-content:center;gap:3rem;max-width:900px;margin:0 auto 2rem;display:flex}.link-column h4{color:var(--white);margin-bottom:1.2rem;font-size:1.1rem}.link-column a{color:#9ca3af;margin-bottom:.8rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.link-column a:hover{color:#ff6b6b}.footer-bottom{text-align:center;color:#6b7280;border-top:1px solid #374151;padding-top:2rem;font-size:.9rem}.category-link{color:#4b5563;font-size:1.1rem;font-weight:700;font-family:var(--font-inter);border:2px solid #0000;border-radius:0;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:block}.category-link:hover{color:#8b0000;background:#fff9e6;border-color:#e5e7eb}.category-link.active,.category-nav a.category-link.active,.mobile-menu a.category-link.active{background:#8b0000;border-color:#1a1a2e;box-shadow:3px 3px #1a1a2e;color:var(--white)!important}.empty-state{text-align:center;padding:4rem 0}.empty-state-message{color:var(--text-muted);max-width:500px;margin:2rem auto;font-size:1.2rem}.category-page{background-color:#f9fafb;min-height:60vh;padding:4rem 1rem 6rem}.category-container{max-width:1400px;margin:0 auto}.category-content{width:100%}.category-content .section-title{text-align:center;margin-bottom:2rem}@media (max-width:768px){.home-hero{padding:2rem 1rem 2.5rem}.hero-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:1.6rem;line-height:1.2}.hero-title .highlight{padding:.08em .2em;font-size:1em}.hero-subtitle{max-width:100%;margin:0 auto;padding:0 .5rem;font-size:.95rem;line-height:1.6}.featured-solutions{padding:2.5rem 1rem}.section-title{margin-bottom:2.5rem;font-size:1.6rem}.solution-grid{gap:1.25rem;max-width:100%}.solution-card-small{flex-direction:column;margin-bottom:1rem;box-shadow:6px 6px #8b0000}.solution-card-small:hover{transform:translate(3px,3px);box-shadow:3px 3px #8b0000}.sc-small-image{border-bottom:3px solid #1a1a2e;border-right:none;min-width:100%;max-width:100%;min-height:120px;padding:1.5rem}.sc-small-content{padding:1.5rem}.sc-small-tag{margin-bottom:.75rem;padding:3px 10px;font-size:.75rem}.sc-small-title{margin-bottom:.5rem;font-size:1.3rem}.sc-small-desc{margin-bottom:1.5rem;font-size:1rem}.sc-small-footer{gap:.75rem;padding-top:1rem}.sc-price{font-size:1.4rem}.btn-cta-micro{padding:.6rem 1.5rem;font-size:.9rem;box-shadow:3px 3px #1a1a2e}.solution-card-small:hover .btn-cta-micro{transform:translate(1.5px,1.5px);box-shadow:1.5px 1.5px #8b0000}.category-page{background-color:#f9fafb;min-height:60vh;padding:4rem 1rem 6rem}.category-container{max-width:1400px;margin:0 auto}.category-content{width:100%}.category-content .section-title{text-align:center;margin-bottom:2rem}.home-footer{padding:2.5rem 1.75rem 1.5rem}.footer-logo{justify-content:center;font-size:1.6rem}.footer-top{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem}.footer-mission{max-width:100%;margin:0 auto 1.5rem;font-size:1rem}.footer-links{text-align:left;flex-wrap:nowrap;justify-content:space-between;gap:.5rem;width:100%;margin-bottom:2rem;padding:0;display:flex}.link-column h4{border-bottom:1px solid #374151;margin-bottom:.5rem;padding-bottom:.5rem;font-size:.95rem;display:inline-block}.link-column a{letter-spacing:-.2px;margin-bottom:.4rem;font-size:.75rem}.footer-bottom{padding-top:1.5rem;font-size:.85rem}.category-container{gap:2rem}.category-content .section-title{text-align:center}}@media (max-width:480px){.hero-title,.section-title{font-size:1.4rem}.footer-links{text-align:left;grid-template-columns:repeat(2,1fr);gap:2rem 1rem;display:grid}.link-column a{font-size:.9rem}.link-column h4{font-size:1.1rem}.footer-logo{font-size:1.4rem}.link-column h4{border-bottom:1px solid #374151;display:inline-block}}@media (min-width:769px) and (max-width:1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.solution-card-small{max-width:90%;margin-left:auto;margin-right:auto}.sc-small-title{font-size:1.6rem}.sc-small-desc{font-size:1rem}}@media (min-width:1440px){.header-inner{max-width:1400px}.category-nav{gap:2.5rem}.category-nav a{font-size:1.3rem}.logo-brand{font-size:2rem}.header-left{gap:4rem}.header-actions{gap:1.25rem}.hero-title{font-size:4rem}.hero-subtitle{max-width:900px;font-size:1.4rem}.section-title{font-size:2.8rem}.solution-grid{max-width:1000px;margin-left:auto;margin-right:auto}.sc-small-title{font-size:2rem}.sc-small-desc{font-size:1.2rem}}@media (max-width:1080px){.header-inner{padding:0;position:relative}.header-left,.header-actions{display:none}.mobile-header{display:flex}.mobile-header .hamburger-btn{min-width:36px;min-height:36px;padding:.35rem}.mobile-menu{gap:1rem;width:85%;max-width:280px;padding:1.5rem}.mobile-menu a{padding:.6rem 0;font-size:1.1rem}.mobile-menu .mobile-login{margin-top:.75rem;padding-top:.75rem}}
