.lms-eighty-twenty {
    padding: 300px 0 86px;
    background: #ffffff;
}

.lms-eighty-twenty__header {
    max-width: 1050px;
    margin-bottom: 60px;
}

.lms-eighty-twenty__eyebrow {
    margin: 0 0 12px;
    color: #d41028;
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lms-eighty-twenty__title {
    margin: 0 0 20px;
    color: #1f1f1f;
    font-family: 'Geist', sans-serif;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: 0;
}

.lms-eighty-twenty__title-accent {
    display: block;
    color: #d41028;
}

.lms-eighty-twenty__title-main {
    display: block;
    color: #1f1f1f;
}

.lms-eighty-twenty__description {
    margin: 0;
    max-width: 916px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #575757;
}

.lms-eighty-twenty__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.lms-eighty-twenty__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(0deg, #1C1C1C 0%, #383838 100%);
}

.lms-eighty-twenty__card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lms-eighty-twenty__card-title {
    margin: 0;
    max-width: 180px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #FFEDD5;
}

.lms-eighty-twenty__card-text {
    margin: 0;
    color: rgba(245, 229, 200, 0.82);
    font-family: 'Geist', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.lms-eighty-twenty__card-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    background: #383838;
    border-radius: 8px;
    overflow: hidden;
}

.lms-eighty-twenty__card-icon svg,
.lms-eighty-twenty__card-icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .lms-eighty-twenty__title {
        font-size: 48px;
    }

    .lms-eighty-twenty__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lms-eighty-twenty {
        padding: 48px 0 64px;
    }

    .lms-eighty-twenty__container {
        padding: 0 16px;
    }

    .lms-eighty-twenty__header {
        margin-bottom: 32px;
    }

    .lms-eighty-twenty__title {
        font-size: 34px;
        line-height: 1.08;
    }

    .lms-eighty-twenty__description {
        font-size: 16px;
        line-height: 24px;
    }

    .lms-eighty-twenty__grid {
        grid-template-columns: 1fr;
    }

    .lms-eighty-twenty__card {
        min-height: 220px;
        padding: 22px 20px 20px;
    }

    .lms-eighty-twenty__card-title {
        max-width: 220px;
        font-size: 22px;
    }
}
