.nev-golden-lesson {
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.nev-golden-card {
    background: #fff;
    border: 1px solid #e3eaf6;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(21, 70, 216, 0.06);
    padding: 22px;
}

.nev-golden-heading,
.nev-golden-heading__main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nev-golden-heading {
    margin-bottom: 16px;
}

.nev-golden-heading--between {
    justify-content: space-between;
}

.nev-golden-heading h2 {
    color: #0d2b67;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.nev-golden-heading__icon {
    align-items: center;
    border-radius: 10px;
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.nev-golden-heading__icon.is-blue {
    background: #eaf2ff;
    color: #1b66f6;
}

.nev-golden-heading__icon.is-pink {
    background: #fff0f5;
    color: #eb4f83;
}

.nev-golden-about {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 285px;
}

.nev-golden-about__content > p {
    color: #53647f;
    font-size: .95rem;
    line-height: 1.75;
    margin: 0;
}

.nev-golden-quote {
    background:
        radial-gradient(circle at 85% 90%, rgba(80, 151, 255, .14), transparent 35%),
        linear-gradient(135deg, #f1f7ff, #eaf3ff);
    border: 1px solid #dbeaff;
    border-radius: 14px;
    color: #173d82;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 132px;
    padding: 20px;
}

.nev-golden-quote > i {
    color: #5d98ff;
    font-size: 1.8rem;
    line-height: 1;
}

.nev-golden-quote strong {
    font-size: .98rem;
    font-style: italic;
    line-height: 1.55;
    margin: 8px 0;
}

.nev-golden-quote span {
    color: #61759a;
    font-size: .82rem;
}

.nev-golden-goals {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nev-golden-goal {
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 13px;
    display: flex;
    gap: 12px;
    min-height: 100px;
    padding: 16px;
}

.nev-golden-goal > i {
    font-size: 1.45rem;
    line-height: 1;
    margin-top: 2px;
}

.nev-golden-goal p {
    color: #21395f;
    font-size: .86rem;
    line-height: 1.55;
    margin: 0;
}

.nev-golden-goal--1 {
    background: #f0f6ff;
    border-color: #e1ecff;
}

.nev-golden-goal--1 > i {
    color: #377ef7;
}

.nev-golden-goal--2 {
    background: #effaf5;
    border-color: #ddf4e8;
}

.nev-golden-goal--2 > i {
    color: #19a96b;
}

.nev-golden-goal--3 {
    background: #fff9ea;
    border-color: #fff0c8;
}

.nev-golden-goal--3 > i {
    color: #e8a400;
}

.nev-golden-goal--4 {
    background: #fff1f5;
    border-color: #ffe2eb;
}

.nev-golden-goal--4 > i {
    color: #e84c7f;
}

.nev-golden-link {
    align-items: center;
    color: #1261ef;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 700;
    gap: 6px;
    text-decoration: none;
}

.nev-golden-link:hover {
    text-decoration: underline;
}

.nev-golden-vocab-wrap {
    border: 1px solid #e3eaf5;
    border-radius: 12px;
    overflow-x: auto;
}

.nev-golden-vocab {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.nev-golden-vocab th,
.nev-golden-vocab td {
    border-bottom: 1px solid #e8edf5;
    color: #40516d;
    font-size: .84rem;
    padding: 11px 14px;
    text-align: left;
    vertical-align: top;
}

.nev-golden-vocab th {
    background: #f7f9fc;
    color: #173467;
    font-weight: 800;
}

.nev-golden-vocab td:first-child {
    color: #152c56;
}

.nev-golden-vocab tbody tr:last-child td {
    border-bottom: 0;
}

.nev-golden-comprehension {
    background:
        linear-gradient(90deg, rgba(255, 246, 249, .92), rgba(255, 255, 255, .96));
}

.nev-golden-question-count {
    color: #66758d;
    font-size: .82rem;
}

.nev-golden-check {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
}

.nev-golden-question {
    background: #fff;
    border: 1px solid #edf0f6;
    border-radius: 14px;
    min-height: 190px;
    padding: 18px;
}

.nev-golden-question__title {
    color: #1c3156;
    font-size: .92rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 14px;
}

.nev-golden-options {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nev-golden-option {
    align-items: center;
    background: #fff;
    border: 1px solid #dfe6f2;
    border-radius: 10px;
    color: #334763;
    cursor: pointer;
    display: flex;
    font-size: .84rem;
    gap: 9px;
    min-height: 44px;
    padding: 10px 12px;
    text-align: left;
    transition: border-color .15s ease, background .15s ease;
}

.nev-golden-option:hover {
    border-color: #8fb5ff;
    background: #f7faff;
}

.nev-golden-option.is-selected {
    background: #eef5ff;
    border-color: #3f82f7;
    color: #173d82;
    font-weight: 700;
}

.nev-golden-option > span:first-child {
    align-items: center;
    border: 1px solid #b8c5da;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 18px;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.nev-golden-option.is-selected > span:first-child::after {
    background: #3f82f7;
    border-radius: 50%;
    content: "";
    height: 8px;
    width: 8px;
}

.nev-golden-feedback {
    background: #f6f8fb;
    border: 1px solid #e5eaf2;
    border-radius: 14px;
    min-height: 190px;
    padding: 18px;
}

.nev-golden-feedback.is-correct {
    background: #effaf5;
    border-color: #d7f0e4;
}

.nev-golden-feedback.is-wrong {
    background: #fff3f5;
    border-color: #ffdfe5;
}

.nev-golden-feedback__empty {
    color: #75839a;
    font-size: .86rem;
    line-height: 1.55;
}

.nev-golden-feedback__status {
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 9px;
}

.nev-golden-feedback.is-correct .nev-golden-feedback__status {
    color: #109d61;
}

.nev-golden-feedback.is-wrong .nev-golden-feedback__status {
    color: #dd4762;
}

.nev-golden-feedback__text {
    color: #5c6e87;
    font-size: .84rem;
    line-height: 1.6;
    margin: 0 0 14px;
}

.nev-golden-next {
    align-items: center;
    background: linear-gradient(135deg, #2879f7, #1d63ed);
    border: 0;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    gap: 6px;
    min-height: 40px;
    padding: 9px 14px;
}

@media (max-width: 991.98px) {
    .nev-golden-about,
    .nev-golden-check {
        grid-template-columns: 1fr;
    }

    .nev-golden-goals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .nev-golden-card {
        border-radius: 15px;
        padding: 16px;
    }

    .nev-golden-heading--between {
        align-items: flex-start;
        flex-direction: column;
    }

    .nev-golden-goals,
    .nev-golden-options {
        grid-template-columns: 1fr;
    }

    .nev-golden-quote {
        min-height: 116px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nev-golden-option {
        transition: none;
    }
}


/* Golden Lesson V1.3 — comprehension demo alignment */
.nev-golden-comprehension__header {
    align-items: flex-start;
    justify-content: space-between;
}

.nev-golden-comprehension__subtitle {
    color: #587095;
    font-size: .88rem;
    line-height: 1.45;
    margin: 5px 0 0;
}

.nev-golden-comprehension__tools {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
}

.nev-golden-random {
    align-items: center;
    background: #eef5ff;
    border: 1px solid #dce9ff;
    border-radius: 12px;
    color: #2674f4;
    cursor: pointer;
    display: inline-flex;
    font-size: .84rem;
    font-weight: 800;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
}

.nev-golden-random:hover {
    background: #e5efff;
    border-color: #c7dbff;
}

.nev-golden-random:focus-visible {
    outline: 3px solid rgba(38, 116, 244, .22);
    outline-offset: 2px;
}

.nev-golden-progress-count {
    color: #173467;
    font-size: .9rem;
    font-weight: 800;
    min-width: 42px;
    text-align: right;
}

.nev-golden-feedback__empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

.nev-golden-feedback__empty strong {
    color: #52698e;
    font-size: .96rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 18px 0 10px;
}

.nev-golden-feedback__empty > span:last-child {
    color: #6d7e98;
    font-size: .82rem;
    line-height: 1.5;
}

.nev-golden-feedback__icon {
    align-items: center;
    background: #eaf2ff;
    border-radius: 50%;
    color: #2f79f6;
    display: inline-flex;
    font-size: 1.8rem;
    height: 74px;
    justify-content: center;
    width: 74px;
}

@media (max-width: 767.98px) {
    .nev-golden-lesson,
    .nev-golden-card,
    .nev-golden-about,
    .nev-golden-about__content,
    .nev-golden-quote {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .nev-golden-card {
        overflow: hidden;
    }

    .nev-golden-about {
        grid-template-columns: minmax(0, 1fr);
        overflow: hidden;
    }

    .nev-golden-about__content,
    .nev-golden-heading,
    .nev-golden-heading__main {
        min-width: 0;
    }

    .nev-golden-about__content > p,
    .nev-golden-heading h2,
    .nev-golden-quote strong,
    .nev-golden-quote span {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .nev-golden-quote {
        box-sizing: border-box;
        padding: 18px;
    }

    .nev-golden-comprehension__header {
        position: relative;
        display: block;
        width: 100%;
        min-width: 0;
        margin-bottom: 16px;
    }

    .nev-golden-comprehension__header .nev-golden-heading__main {
        display: grid;
        width: 100%;
        min-width: 0;
        grid-template-columns: 34px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 10px;
        row-gap: 8px;
        align-items: center;
    }

    .nev-golden-comprehension__header .nev-golden-heading__main > .nev-golden-heading__icon {
        grid-column: 1;
        grid-row: 1;
    }

    .nev-golden-comprehension__header .nev-golden-heading__main > span:last-child {
        display: contents;
    }

    .nev-golden-comprehension__header .nev-golden-heading__main h2 {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        min-width: 0;
        padding-right: 52px;
    }

    .nev-golden-comprehension__subtitle {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow-wrap: anywhere;
    }

    .nev-golden-progress-count {
        position: absolute;
        top: 8px;
        right: 0;
        min-width: 42px;
        text-align: right;
    }

    .nev-golden-random-row {
        display: flex;
        width: 100%;
        min-width: 0;
        justify-content: center;
        align-items: center;
    }

    .nev-golden-random {
        flex: 0 0 auto;
        justify-content: center;
        margin-inline: auto;
    }
}
