.categories-hero{background:linear-gradient(135deg,#0f0d1cf2 0%,#0f0d1cb3 50%,#d31c3e1f 100%);border-bottom:1px solid #ffffff0f;padding:44px 0 36px;position:relative;overflow:hidden}.categories-hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#d31c3e14,#0000 70%);position:absolute;inset:0}.categories-hero .container{z-index:1;position:relative}.categories-hero h1{color:#fff;letter-spacing:-.5px;margin-bottom:8px;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.categories-hero .hero-subtitle{color:#fff9;max-width:600px;margin-bottom:0;font-size:.98rem}.categories-hero .hero-badge{color:#ff4d6a;letter-spacing:.3px;text-transform:uppercase;background:#d31c3e1f;border:1px solid #d31c3e40;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.category-card{background:#1f1d29;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;text-decoration:none!important}.category-card:hover{border-color:#d31c3e59;transform:translateY(-6px);box-shadow:0 16px 40px #0006,0 0 20px #d31c3e26}.category-card .cat-image-wrap{aspect-ratio:16/9;background:#14121e;position:relative;overflow:hidden}.category-card .cat-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.category-card:hover .cat-image-wrap img{transform:scale(1.08)}.category-card .cat-overlay{background:linear-gradient(#0000 0%,#0f0d1c33 40%,#0f0d1cf2 100%);position:absolute;inset:0}.category-card .cat-count-badge{color:#ff4d6a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0d1cd9;border:1px solid #ffffff1f;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:700;position:absolute;top:12px;right:12px}.category-card .cat-body{flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px 18px 18px;display:flex}.category-card .cat-title{color:#fff;margin-bottom:4px;font-size:1.1rem;font-weight:700;transition:color .2s}.category-card:hover .cat-title{color:#ff4d6a}.category-card .cat-meta{color:#ffffff80;justify-content:space-between;align-items:center;margin-top:8px;font-size:.82rem;display:flex}.category-card .cat-arrow{color:#fff9;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.category-card:hover .cat-arrow{color:#fff;background:#d31c3e;transform:translate(3px)}@media (width<=991px){.categories-hero{padding:32px 0 24px}}@media (width<=575px){.categories-grid{grid-template-columns:repeat(1,1fr);gap:14px}}
