 body {
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.card-custom {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.category-badge {
    background: #e6f4ea;
    color: #2e7d32;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}

.hero-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}