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

.lms-eighty-twenty__container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.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: 860px;
    color: #676767;
    font-family: 'Geist', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0;
}

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

.lms-eighty-twenty__card {
    min-height: 262px;
    padding: 24px 24px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, #353535 0%, #212121 100%);
    box-shadow: 0 18px 30px rgba(16, 16, 16, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.lms-eighty-twenty__card-title {
    margin: 0;
    max-width: 180px;
    color: #f5e5c8;
    font-family: 'Geist', sans-serif;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 0;
    white-space: pre-line;
}

.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 {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #3b3b3b;
    color: #f5e5c8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lms-eighty-twenty__card-icon svg,
.lms-eighty-twenty__card-icon img {
    width: 18px;
    height: 18px;
    display: block;
    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;
    }
}
