.lux-card-986de266 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    height: 360px;
    background-color: #F5F3F2;
    border: 1px solid #E5E5E5;
    border-radius: 28px;
    padding: 32px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}

.lux-card-986de266:hover {
    transform: translateY(-8px);
    border-color: transparent;
}

.lux-main-icon-wrap-986de266 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #FDE9E3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease;
    flex-shrink: 0;
}

.lux-main-icon-wrap-986de266 i,
.lux-main-icon-wrap-986de266 svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #000;
    fill: #000;
    transition: all 0.4s ease;
}

.lux-content-wrap-986de266 {
    margin-top: 28px;
    flex-grow: 1;
}

.lux-card-title-986de266 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #000;
    line-height: 1.2;
    transition: color 0.4s ease;
}

.lux-card-desc-986de266 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #5B5B5B;
    transition: color 0.4s ease;
}

.lux-arrow-icon-wrap-986de266 {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #FF4D0A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s ease;
    align-self: flex-start;
    margin-top: auto;
}

.lux-arrow-icon-wrap-986de266 i,
.lux-arrow-icon-wrap-986de266 svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
    fill: #fff;
    transition: all 0.4s ease;
}

@media (min-width: 768px) {
    .lux-card-title-986de266 {
        font-size: 38px;
    }
    .lux-card-desc-986de266 {
        font-size: 18px;
        line-height: 1.7;
    }
}
