.lagos-card-wrapper-09444e13 {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 24px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lagos-card-wrapper-09444e13:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.lagos-card-wrapper-09444e13::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
    transition: background 0.3s ease;
}

.lagos-card-wrapper-09444e13:hover::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
}

.lagos-card-badge-09444e13 {
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    z-index: 2;
    margin: 0;
    line-height: 1.2;
}

.lagos-card-button-09444e13 {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.lagos-card-wrapper-09444e13:hover .lagos-card-button-09444e13 {
    transform: scale(1.05);
}

.lagos-card-button-09444e13 svg {
    width: 24px;
    height: 24px;
}
