.brazcare-category-card{position:relative;height:350px;border-radius:15px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;color:white;box-shadow:0 5px 20px rgba(0,0,0,0.1)}.brazcare-category-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;transition:transform 0.5s ease}.brazcare-category-card::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.2) 100%);z-index:2;transition:opacity 0.4s ease}.brazcare-category-card:hover::before{opacity:0.3}.brazcare-category-card:hover .brazcare-category-bg{transform:scale(1.15) rotate(2deg)}.brazcare-category-content{position:relative;z-index:3;transform:translateY(0);transition:transform 0.4s ease}.brazcare-category-card:hover .brazcare-category-content{transform:translateY(-10px)}.brazcare-category-icon{font-size:48px;margin-bottom:15px;display:block}.brazcare-category-card h4{font-size:28px;margin-bottom:10px;color:white!important}.brazcare-category-card p{font-size:14px;line-height:1.6;opacity:0.95;color:white!important}@media (max-width:980px){.brazcare-category-card{height:300px;padding:25px}.brazcare-category-icon{font-size:40px}.brazcare-category-card h4{font-size:20px}}@media (max-width:767px){.brazcare-category-card{height:280px;margin-bottom:20px}}