.category-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:3rem 0}.category-section .section-header{margin-bottom:3rem;position:relative}.category-section .section-header:after{background:linear-gradient(90deg,gold,orange);border-radius:3px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.category-section .title{align-items:center;color:#2c3e50;display:flex;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:-.5px}.category-section .title .header-icon{color:orange;margin-left:.5rem}.category-section .gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#2c3e50,#4a6b8a);-webkit-background-clip:text;display:inline-block}.category-section .brand-text{color:orange;margin-right:8px}.category-section .category-card{align-items:center;backdrop-filter:blur(5px);background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;box-shadow:0 4px 15px rgba(0,0,0,.05);color:#2c3e50;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.category-section .category-card:hover{background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-8px) scale(1.02)}.category-section .category-card:hover .category-icon{background:linear-gradient(135deg,#fff8e1,#fff);transform:rotate(5deg)}.category-section .category-card:hover .category-name{color:orange}.category-section .category-icon{background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.05);margin-bottom:1rem;padding:1rem;transition:all .4s ease}.category-section .category-icon .image-container{height:56px;position:relative;width:56px}.category-section .category-icon .skeleton-loader{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.category-section .category-icon img{height:100%;opacity:0;position:relative;transition:opacity .3s ease;width:100%;z-index:2}.category-section .category-icon img[lazy=loaded]{opacity:1}.category-section .category-name{font-size:.95rem;font-weight:500;text-align:center;transition:all .3s ease}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:768px){.category-section{padding:1.5rem 0}.category-section .category-card{padding:1rem}.category-section .section-header{margin-bottom:2rem}.category-section .section-header:after{bottom:-8px;height:2px;width:40px}.category-section .title.is-4{font-size:1.2rem}.category-section .title.is-4 .header-icon{font-size:20px;margin-left:.3rem}.category-section .category-icon{margin-bottom:.75rem;padding:.75rem}.category-section .category-icon .image-container{height:40px;width:40px}.category-section .category-name{font-size:.85rem}.category-section .container.mt-6{margin-top:2rem!important}}@media screen and (max-width:480px){.category-section{padding:1rem 0}.category-section .category-card{padding:.75rem}.category-section .category-icon{padding:.5rem}.category-section .category-icon .image-container,.category-section .category-icon img{height:auto;width:100%}}