.ib-1d7cb997-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    display: flex;
    align-items: flex-end;
}

.ib-1d7cb997-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.ib-1d7cb997-container:hover .ib-1d7cb997-bg {
    transform: scale(1.08);
}

.ib-1d7cb997-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
}

.ib-1d7cb997-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.ib-1d7cb997-tag {
    align-self: flex-end;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    opacity: 0.9;
}

.ib-1d7cb997-main {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ib-1d7cb997-title {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.ib-1d7cb997-desc {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 28px 0;
}

.ib-1d7cb997-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.ib-1d7cb997-btn:hover {
    background-color: #ffffff;
    color: #111111;
}

@media (max-width: 767px) {
    .ib-1d7cb997-content {
        padding: 24px;
    }
    .ib-1d7cb997-title {
        font-size: 28px;
    }
    .ib-1d7cb997-desc {
        font-size: 13px;
    }
}
