.hc-card-00aabf28 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
}

.hc-overlay-00aabf28 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.3) 100%);
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* Badge fixed at top right */
.hc-badge-top-00aabf28 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* Content Wrapper */
.hc-content-wrapper-00aabf28 {
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.hc-content-wrapper-00aabf28 .hc-badge-00aabf28 {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hc-title-00aabf28 {
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Reveal Container with transition */
.hc-reveal-group-00aabf28 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
}

.hc-desc-00aabf28 {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.5;
}

.hc-btn-00aabf28 {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover trigger */
.hc-card-00aabf28:hover .hc-reveal-group-00aabf28 {
    max-height: 250px; /* high enough to cover dynamic description and button */
    opacity: 1;
}
