.fa-b7670bc3-grid {
    display: grid;
    width: 100%;
    box-sizing: border-box;
}

.fa-b7670bc3-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    text-decoration: none !important;
    box-sizing: border-box;
    width: 100%;
}

.fa-b7670bc3-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Gradient overlay at bottom */
.fa-b7670bc3-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fa-b7670bc3-title {
    position: relative;
    z-index: 3;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
