.products-module__KJcT4W__main{background:#fcfcfc;min-height:100vh;padding-bottom:4rem}.products-module__KJcT4W__hero{text-align:center;color:#fff;background:#400000;justify-content:center;align-items:center;height:480px;display:flex;position:relative;overflow:hidden}.products-module__KJcT4W__heroOverlay{z-index:1;background:linear-gradient(135deg,#7c0a0266 0%,#000000e6 100%),radial-gradient(circle at 20% 30%,#7c0a0233 0%,#0000 50%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.products-module__KJcT4W__heroContent{z-index:2;max-width:900px;padding:0 2rem;position:relative}.products-module__KJcT4W__heroBadge{color:var(--color-primary-light);text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#7c0a0233;border:1px solid #7c0a024d;border-radius:100px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.products-module__KJcT4W__heroTitle{letter-spacing:-.03em;background:linear-gradient(#fff 30%,#fff9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:900;line-height:1.1}@media (max-width:768px){.products-module__KJcT4W__heroTitle{font-size:2.25rem}}.products-module__KJcT4W__heroSubtitle{color:#fff9;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.products-module__KJcT4W__filterBar{z-index:10;background:#fff;border:1px solid #0000000d;border-radius:20px;justify-content:space-between;align-items:center;max-width:1400px;margin:-40px auto 3rem;padding:1.2rem 2.5rem;display:flex;position:relative;box-shadow:0 15px 35px #00000014}.products-module__KJcT4W__filterInfo{color:#1a1a1a;align-items:center;gap:1rem;font-weight:700;display:flex}.products-module__KJcT4W__filterBadge{color:#666;background:#f0f0f0;border-radius:8px;padding:.3rem .8rem;font-size:.85rem}.products-module__KJcT4W__searchBox{background:#f8f8f8;border:1px solid #0000;border-radius:12px;align-items:center;gap:.8rem;width:300px;padding:.6rem 1.2rem;transition:all .3s;display:flex}.products-module__KJcT4W__searchBox:focus-within{border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #7c0a020d}.products-module__KJcT4W__searchBox input{background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.9rem}.products-module__KJcT4W__section{max-width:1400px;margin:0 auto 4rem;padding:0 2rem}@media (max-width:768px){.products-module__KJcT4W__section{padding:0 1rem}}.products-module__KJcT4W__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:2.5rem;display:grid}@media (max-width:768px){.products-module__KJcT4W__grid{gap:1.5rem}}.products-module__KJcT4W__card{background:#fff;border-radius:32px;height:480px;text-decoration:none;transition:all .6s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000008}.products-module__KJcT4W__card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 40px 80px #0000001f}.products-module__KJcT4W__cardImage{width:100%;height:100%;position:relative}.products-module__KJcT4W__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.products-module__KJcT4W__card:hover .products-module__KJcT4W__cardImage img{transform:scale(1.15)}.products-module__KJcT4W__cardOverlay{background:linear-gradient(#0000 0%,#0009 60%,#000000f2 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;transition:all .4s;display:flex;position:absolute;inset:0}.products-module__KJcT4W__card:hover .products-module__KJcT4W__cardOverlay{background:linear-gradient(#0000 0%,#000000b3 50%,#7c0a02e6 100%)}.products-module__KJcT4W__categoryTag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#ffffff26;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.5rem 1.2rem;font-size:.75rem;font-weight:800;display:inline-flex}.products-module__KJcT4W__cardName{color:#fff;margin-bottom:.8rem;font-size:2rem;font-weight:800;line-height:1.1}.products-module__KJcT4W__cardDesc{color:#fff9;max-width:90%;font-size:.95rem;line-height:1.6}.products-module__KJcT4W__viewBtn{color:#fff;opacity:0;align-items:center;gap:.8rem;margin-top:2rem;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-10px)}.products-module__KJcT4W__card:hover .products-module__KJcT4W__viewBtn{opacity:1;transform:translate(0)}@media (max-width:768px){.products-module__KJcT4W__hero{height:400px}.products-module__KJcT4W__heroTitle{font-size:3rem}.products-module__KJcT4W__filterBar{flex-direction:column;gap:1.5rem;margin-top:-20px;padding:1.5rem}.products-module__KJcT4W__searchBox{width:100%}}
