:root{--bg-deep: #f8fafc;--bg-surface: #ffffff;--bg-glass: rgba(255, 255, 255, .8);--border-glass: rgba(0, 0, 0, .05);--accent-primary: #1e3a8a;--accent-glow: rgba(30, 58, 138, .1);--accent-secondary: #0ea5e9;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--transition-theme: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease}[data-theme=dark]{--bg-deep: #0f172a;--bg-surface: #1e293b;--bg-glass: rgba(15, 23, 42, .8);--border-glass: rgba(255, 255, 255, .05);--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--accent-glow: rgba(14, 165, 233, .15);--bg-light: #1e293b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,Inter,sans-serif;background-color:var(--bg-deep);color:var(--text-primary);min-height:100vh;margin:0;overflow-x:hidden;transition:var(--transition-theme);background-image:radial-gradient(circle at 15% 50%,rgba(14,165,233,.05),transparent 25%),radial-gradient(circle at 85% 30%,rgba(16,185,129,.05),transparent 25%)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-accent-gradient{background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:sticky;top:0;z-index:50;background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-glass);padding:1rem 0;transition:all .3s ease}.header-container{display:flex;justify-content:space-between;align-items:center}.brand{font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:.8rem;color:var(--accent-primary)!important;text-decoration:none}.catalog-section{padding:3rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;color:var(--text-primary)}.section-subtitle{color:var(--text-secondary);font-size:1.125rem;max-width:600px;margin:0 auto}.products-layout{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 6rem}@media(min-width:992px){.products-layout{flex-direction:row;align-items:flex-start}}.products-sidebar{width:100%;background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-glass);padding:1.5rem;position:sticky;top:100px;box-shadow:0 4px 6px -1px #0000000d;transition:var(--transition-theme)}@media(min-width:992px){.products-sidebar{width:280px;flex-shrink:0}}.sidebar-title{font-size:1.1rem;font-weight:700;color:var(--accent-primary);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent-glow);display:flex;align-items:center;gap:.5rem}.sidebar-nav{list-style:none;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s;cursor:pointer}.sidebar-link:hover,.sidebar-link.active{background:var(--accent-glow);color:var(--accent-primary)}.sidebar-link .count{font-size:.75rem;background:#f1f5f9;padding:.1rem .5rem;border-radius:99px;color:var(--text-muted)}.sidebar-link.active .count{background:var(--accent-primary);color:#fff}.products-main{flex-grow:1}.product-card-argus{background:var(--bg-surface);border:1px solid var(--border-glass);border-radius:8px;overflow:hidden;transition:var(--transition-theme),transform .3s ease;display:flex;flex-direction:column;height:100%}.product-card-argus:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000014;border-color:var(--accent-primary)}.product-card-argus .img-container{width:100%;aspect-ratio:1.25;background:#fcfcfc;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-bottom:1px solid #f1f5f9}.product-card-argus img{max-width:100%;max-height:100%;object-fit:contain}.product-card-argus .content{padding:1.25rem;flex-grow:1;display:flex;flex-direction:column}.product-card-argus .category-tag{color:var(--accent-primary);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.product-card-argus .title{font-size:1.05rem;font-weight:600;color:#1e293b;margin-bottom:1rem;line-height:1.4;height:3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}.product-card-argus .footer{margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.product-card-argus .sku{font-size:.75rem;color:var(--text-muted)}.btn-details{display:inline-block;background:transparent;color:var(--accent-primary);border:1px solid var(--accent-primary);padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:700;text-transform:uppercase;transition:all .2s;cursor:pointer}.btn-details:hover{background:var(--accent-primary);color:#fff}.product-category{color:var(--accent-secondary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.product-title{font-size:1.125rem;margin-bottom:1rem;color:var(--text-primary);line-height:1.4;font-weight:600}.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;border-top:1px dashed var(--border-glass)}.price-container{display:flex;flex-direction:column}.price-label{font-size:.7rem;color:var(--text-muted);font-weight:500}.price-value{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.btn-primary{background:var(--accent-primary);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#0284c7}.btn-icon{width:40px;height:40px;border-radius:10px;background:#f1f5f9;border:1px solid var(--border-glass);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-icon:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.toolbar{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;background:#fff;padding:1.5rem;border-radius:var(--radius-md);box-shadow:0 1px 3px #0000000d}@media(min-width:768px){.toolbar{flex-direction:row;justify-content:space-between}}.search-input{background:#f8fafc;border:1px solid #e2e8f0;padding:.75rem 1.25rem;border-radius:10px;width:100%;max-width:350px;outline:none}.search-input:focus{border-color:var(--accent-primary)}.filter-buttons{display:flex;gap:.5rem}.filter-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:var(--text-secondary);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;cursor:pointer}.filter-btn.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.hero{background:linear-gradient(135deg,var(--accent-primary) 0%,#1e40af 100%);color:#fff;padding:8rem 1.5rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(14,165,233,.2),transparent 40%);pointer-events:none}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);margin-bottom:1.5rem;line-height:1.1;font-weight:900;text-shadow:0 10px 20px rgba(0,0,0,.1)}.hero-subtitle{font-size:clamp(1.1rem,3vw,1.5rem);margin-bottom:2.5rem;opacity:.9;font-weight:400;max-width:650px;margin-left:auto;margin-right:auto}.section-py{padding:6rem 0}.bg-light{background-color:#f1f5f9}.flex-row-center{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(min-width:992px){.flex-row-center{flex-direction:row}.w-1-2{width:50%}}.grid-2{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:576px){.grid-2{grid-template-columns:repeat(2,1fr)}}.grid-3{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card-glass{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-glass);box-shadow:0 10px 25px -5px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.card-glass:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #0000001a}.stat-card{text-align:center;padding:2rem;background:#fff;border-radius:var(--radius-md);border-bottom:4px solid var(--accent-primary);box-shadow:0 4px 6px #00000005}.stat-value{display:block;font-size:2.5rem;font-weight:800;color:var(--accent-primary);margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-weight:600;font-size:.95rem}.btn-hero{display:inline-block;background:#fff;color:var(--accent-primary);padding:1.25rem 2.5rem;border-radius:99px;font-weight:700;text-decoration:none;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 15px -3px #0000001a}.hero-argus{height:350px;background-image:linear-gradient(#0000004d,#0000004d),url(/images/hero-bg.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.hero-argus h2{color:#fff;font-size:3rem;font-weight:800;text-shadow:0 4px 10px rgba(0,0,0,.5);letter-spacing:1px}.breadcrumbs-centered{display:flex;justify-content:center;gap:.5rem;padding:2rem 0;font-size:.85rem;color:var(--text-muted)}.breadcrumbs-centered a{text-decoration:none;color:var(--text-secondary)}.breadcrumbs-centered span.active{color:var(--accent-primary);font-weight:700}.intro-section{text-align:center;padding:3rem 1.5rem;max-width:900px;margin:0 auto}.intro-title{font-size:2.2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.intro-text{color:var(--text-secondary);line-height:1.8;font-size:1.05rem}.circle-divider{position:relative;height:1px;background:#e2e8f0;margin:3rem auto;width:100%;max-width:800px}.circle-divider:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;border:4px solid var(--accent-primary);background:#fff}.landing-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;padding:0 1.5rem 4rem}.landing-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000000d;padding:1rem;text-align:center;border:1px solid #f1f5f9}.landing-card img{max-width:100%;height:auto;border-radius:4px}.theme-toggle-btn{background:transparent;border:1px solid var(--border-glass);color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.theme-toggle-btn:hover{background:var(--accent-glow);color:var(--accent-primary);border-color:var(--accent-primary)}[data-theme=dark] .sun-icon{display:block}[data-theme=dark] .moon-icon,[data-theme=light] .sun-icon{display:none}[data-theme=light] .moon-icon{display:block}
