*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a3636;background:#fff}a{text-decoration:none;color:inherit}ul{list-style:none}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.8rem;font-weight:800;color:#1a3636;text-decoration:none}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#4b5563;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s ease}.nav-cta{background:#d946ef;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;transition:background .2s ease}.footer-transparent{background:#f8fafc;padding:4rem 20px;border-top:1px solid #E2E8F0}.footer-grid-v6{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:2rem}.footer-brand-v6 .f-logo-v6{font-size:1.8rem;font-weight:800;color:#1a3636;margin-bottom:1rem}.footer-brand-v6 .f-logo-v6 span{color:#d946ef}.footer-brand-v6 p{color:#64748b;font-size:.95rem;line-height:1.6}.footer-nav-v6 h4{color:#1a3636;font-weight:700;margin-bottom:1rem;font-size:1.1rem}.footer-nav-v6 a{display:block;color:#4b5563;text-decoration:none;margin-bottom:.5rem;transition:color .2s ease;font-size:.95rem}.footer-nav-v6 a:hover{color:#d946ef}.f-legal-v6{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #E2E8F0;color:#64748b;font-size:.9rem;line-height:1.6}.f-copy-v6{margin-top:1rem;color:#9ca3af;font-size:.85rem}.cat-page-wrapper{max-width:1200px;margin:40px auto;padding:0 20px;display:grid;grid-template-columns:280px 1fr;gap:30px;min-height:calc(100vh - 300px)}.cat-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:20px;position:sticky;top:100px;height:fit-content}.cat-sidebar-title{text-align:center!important;font-size:18px;font-weight:700;color:#1a3636;text-transform:uppercase;letter-spacing:.5px;margin:0 0 20px!important;padding-bottom:10px;border-bottom:2px solid #D946EF;width:100%;display:block}.cat-sidebar-nav-wrapper{display:flex;flex-direction:column;gap:8px}.cat-bestsellers-top-link{background:#fef3c7;color:#92400e;padding:10px 12px;border-radius:6px;font-weight:600;text-align:center;margin-bottom:10px;display:block}.cat-bestsellers-top-link:hover{background:#fde68a}.cat-parent-category{width:100%}.cat-parent-label{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:6px;cursor:pointer;font-weight:600;color:#1a3636;margin:2px 0}.cat-arrow-icon{font-size:12px;transition:.2s}.cat-parent-checkbox:checked+.cat-parent-label .cat-arrow-icon{transform:rotate(180deg)}.cat-child-categories{padding-left:10px;margin-top:4px;display:none;flex-direction:column;gap:4px}.cat-parent-checkbox:checked~.cat-child-categories{display:flex}.cat-child-link{padding:8px 12px;border-radius:4px;color:#475569;font-size:14px}.cat-child-link:hover,.cat-child-link.active{background:#f0f9ff;color:#d946ef;font-weight:500}.cat-sidebar-disclosure{margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b;line-height:1.4}.cat-main-content{display:flex;flex-direction:column;gap:25px}.cat-breadcrumb{font-size:14px;color:#64748b;display:flex;align-items:center;gap:8px}.cat-breadcrumb a{color:#d946ef}.cat-breadcrumb-separator{color:#94a3b8}.cat-page-header{margin-bottom:10px}.cat-page-title{font-size:32px;font-weight:800;color:#1a3636;line-height:1.2;margin-bottom:12px}.cat-page-desc{font-size:16px;color:#475569;line-height:1.6}.cat-tabs-wrapper{background:#f8fafc;border-radius:8px;padding:10px}.cat-tabs-list{display:flex;gap:10px;flex-wrap:wrap}.cat-tab-item{padding:8px 16px;border-radius:6px;font-weight:500;color:#475569}.cat-tab-item.active{background:#d946ef;color:#fff}.cat-tab-item:hover:not(.active){background:#e2e8f0}.cat-cards-grid,.cat-vetting-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.cat-vetting-section,.cat-faq-section{margin-top:20px}.cat-vetting-title,.cat-faq-title{font-size:24px;font-weight:700;color:#1a3636;margin-bottom:20px}.cat-vetting-step{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000a;text-align:center}.cat-vetting-icon{font-size:30px;margin-bottom:10px}.cat-vetting-step-title{font-size:16px;font-weight:600;margin-bottom:8px}.cat-faq-item{margin-bottom:10px;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.cat-faq-question{padding:15px;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600}.cat-faq-answer{padding:0 15px;max-height:0;overflow:hidden;transition:.3s}.cat-faq-checkbox:checked~.cat-faq-answer{padding:15px;max-height:500px}.cat-compliance-box{background:#f8fafc;padding:20px;border-radius:8px;border-left:4px solid #D946EF;margin-top:20px}.cat-compliance-title{font-size:16px;margin-bottom:8px}.cat-compliance-text{font-size:13px;color:#64748b;line-height:1.6}@media (max-width: 768px){.nav-menu{gap:1rem}.cat-page-wrapper{grid-template-columns:1fr}.cat-sidebar{position:static}.cat-page-title{font-size:24px}.cat-cards-grid{grid-template-columns:1fr}}.navbar{background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.8rem;font-weight:800;color:#1f2937;text-decoration:none}.nav-logo span{color:#d946ef}.nav-menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-link:hover{color:#d946ef}.nav-cta{background:#d946ef;color:#fff;padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s ease}.nav-cta:hover{background:#c026d3}.site-footer{background:#1f2937;color:#fff;padding:3rem 1.5rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #374151}.footer-brand .f-logo{font-size:2rem;font-weight:800;margin-bottom:.75rem}.footer-brand .f-logo span{color:#d946ef}.footer-brand p{color:#9ca3af;line-height:1.6}.footer-nav h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-nav a{display:block;color:#d1d5db;text-decoration:none;margin-bottom:.6rem;font-size:.95rem;transition:color .2s ease}.footer-nav a:hover{color:#d946ef}.footer-disclaimer{background:#111827;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.footer-disclaimer p{color:#9ca3af;font-size:.9rem;line-height:1.6;margin:0}.footer-disclaimer strong{color:#e5e7eb}.footer-copyright{text-align:center;color:#6b7280;font-size:.85rem}@media (max-width: 768px){.nav-menu{gap:1rem}.nav-cta{padding:.5rem 1rem;font-size:.9rem}}
