.hc-dd2d7e51-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 8px;
    box-sizing: border-box;
}

.hc-dd2d7e51-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 1;
}

.hc-dd2d7e51-card:hover .hc-dd2d7e51-bg {
    transform: scale(1.1);
}

.hc-dd2d7e51-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
    z-index: 2;
}

.hc-dd2d7e51-content {
    position: relative;
    z-index: 3;
    padding: 24px;
    color: #ffffff;
}

.hc-dd2d7e51-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}

.hc-dd2d7e51-desc {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.hc-dd2d7e51-link {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
