
.curriculum-first,
.review-map {
    margin-top: 34px;
}

.curriculum-first__intro,
.review-map__intro {
    max-width: 780px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(195, 203, 222, 0.12);
}

.curriculum-first__eyebrow,
.review-map__eyebrow {
    color: #aaa5ff;
    font-size: 0.62rem;
    font-weight: 760;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.curriculum-first__intro h3,
.review-map__intro h3 {
    margin: 11px 0 0;
    color: #f4f1eb;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    font-weight: 500;
    letter-spacing: -0.045em;
}

.curriculum-first__intro p,
.review-map__intro p {
    max-width: 680px;
    margin: 14px 0 0;
    color: #9ca6b9;
    font-size: 0.8rem;
    line-height: 1.7;
}

.curriculum-first__context {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    border-top: 1px solid rgba(195, 203, 222, 0.12);
    border-bottom: 1px solid rgba(195, 203, 222, 0.12);
}

.curriculum-first__context > div {
    padding: 16px 18px 16px 0;
}

.curriculum-first__context > div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(195, 203, 222, 0.12);
}

.curriculum-first__context span,
.curriculum-first__summary span,
.review-map__metrics span {
    display: block;
    color: #748097;
    font-size: 0.6rem;
    font-weight: 720;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.curriculum-first__context strong {
    display: block;
    margin-top: 7px;
    color: #dce0e8;
    font-size: 0.76rem;
    font-weight: 650;
}

.curriculum-first__columns {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.curriculum-first__columns > section {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(280px, 1fr);
    gap: 24px;
    padding: 23px;
    border: 1px solid rgba(195, 203, 222, 0.12);
    border-radius: 2px;
    background: linear-gradient(
        135deg,
        rgba(18, 31, 51, 0.56),
        rgba(9, 18, 32, 0.48)
    );
}

.curriculum-first__columns header {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
}

.curriculum-first__columns header > span {
    color: #aaa5ff;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: 1.1rem;
}

.curriculum-first__columns h4,
.review-map__matrix h4 {
    margin: 0;
    color: #f0eee9;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.curriculum-first__columns header p {
    margin: 8px 0 0;
    color: #8792a7;
    font-size: 0.7rem;
    line-height: 1.55;
}

.curriculum-first__placeholder {
    min-height: 112px;
    display: grid;
    align-content: center;
    padding: 18px;
    border-left: 1px solid rgba(195, 203, 222, 0.11);
}

.curriculum-first__placeholder strong {
    color: #dce0e9;
    font-size: 0.76rem;
}

.curriculum-first__placeholder p {
    max-width: 480px;
    margin: 8px 0 0;
    color: #748097;
    font-size: 0.68rem;
    line-height: 1.55;
}

.curriculum-first__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
    border-top: 1px solid rgba(195, 203, 222, 0.12);
    border-bottom: 1px solid rgba(195, 203, 222, 0.12);
}

.curriculum-first__summary > div {
    padding: 16px 18px 16px 0;
}

.curriculum-first__summary > div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(195, 203, 222, 0.12);
}

.curriculum-first__summary strong,
.review-map__metrics strong {
    display: block;
    margin-top: 7px;
    color: #f0eee9;
    font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 500;
}

.curriculum-first__summary p {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 0 0;
    color: #748097;
    font-size: 0.67rem;
}

.review-map__metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 25px;
    border-top: 1px solid rgba(195, 203, 222, 0.12);
    border-bottom: 1px solid rgba(195, 203, 222, 0.12);
}

.review-map__metrics > div {
    padding: 16px 18px 16px 0;
}

.review-map__metrics > div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(195, 203, 222, 0.12);
}

.review-map__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    margin-top: 25px;
}

.review-map__matrix,
.review-map__checks {
    border: 1px solid rgba(195, 203, 222, 0.12);
    border-radius: 2px;
    background: linear-gradient(
        135deg,
        rgba(18, 31, 51, 0.56),
        rgba(9, 18, 32, 0.48)
    );
}

.review-map__matrix {
    padding: 24px;
}

.review-map__matrix header > span,
.review-map__checks > span {
    color: #aaa5ff;
    font-size: 0.61rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.review-map__matrix h4 {
    margin-top: 10px;
}

.review-map__matrix-placeholder {
    display: grid;
    grid-template-columns: repeat(6, minmax(42px, 1fr));
    gap: 8px;
    margin-top: 24px;
}

.review-map__matrix-placeholder div {
    height: 54px;
    border: 1px solid rgba(195, 203, 222, 0.09);
    background: linear-gradient(
        135deg,
        rgba(141, 136, 242, 0.08),
        transparent
    );
}

.review-map__matrix > p {
    margin: 16px 0 0;
    color: #748097;
    font-size: 0.68rem;
    line-height: 1.55;
}

.review-map__checks {
    padding: 22px;
}

.review-map__checks ul {
    display: grid;
    gap: 11px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.review-map__checks li {
    position: relative;
    padding-left: 16px;
    color: #9ca6b9;
    font-size: 0.7rem;
    line-height: 1.5;
}

.review-map__checks li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 6px;
    height: 1px;
    background: #9993ed;
}

@media (max-width: 900px) {
    .curriculum-first__columns > section,
    .review-map__layout {
        grid-template-columns: 1fr;
    }

    .curriculum-first__placeholder {
        border-top: 1px solid rgba(195, 203, 222, 0.11);
        border-left: 0;
    }

    .review-map__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .curriculum-first__context,
    .curriculum-first__summary,
    .review-map__metrics {
        grid-template-columns: 1fr;
    }

    .curriculum-first__context > div,
    .curriculum-first__summary > div,
    .review-map__metrics > div {
        padding: 14px 0;
        border-top: 1px solid rgba(195, 203, 222, 0.12);
        border-left: 0 !important;
    }

    .curriculum-first__summary p {
        grid-column: auto;
    }
}
