.landing-dpe__section--deep p,
.landing-dpe__section--deep li {
    color: var(--article-cta-text);
}

.landing-dpe__section--deep .landing-aides__heading h2,
.landing-dpe__section--deep .landing-aides__heading p {
    color: var(--article-cta-text);
}

.landing-dpe__deep-block {
    margin-top: 58px;
}

.landing-dpe__deep-block svg {
    margin: 40px 0;
}

.landing-dpe__deep-block .landing-aides__visual {
    justify-self: center;
    max-width: 360px;
    width: 100%;
}

.landing-dpe__works-section {
    background: var(--article-hero-bg);
}

.landing-dpe__works-section .landing-aides__heading {
    margin-bottom: 42px;
}

.landing-dpe__works-section .landing-aides__heading h2,
.landing-dpe__works-section .landing-aides__heading p {
    color: var(--article-cta-text);
}

.landing-dpe__works-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1120px;
}

.landing-dpe__work-card {
    background: var(--article-surface);
    border-radius: 12px;
    grid-column: span 2;
    min-height: 300px;
    padding: 28px 24px;
}

.landing-dpe__work-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.landing-dpe__work-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.landing-dpe__work-card h3 {
    color: #216E66;
    font-family: "Raleway", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 24px;
}

.landing-dpe__work-card p,
.landing-dpe__work-card li {
    color: #404654;
    font-size: 0.92rem;
    line-height: 1.55;
}

.landing-dpe__work-card p {
    margin: 0 0 12px;
}

.landing-dpe__work-card ul {
    margin: 8px 0 14px;
    padding-left: 20px;
}

.landing-dpe__split-section {
    padding-top: 0;
}

.landing-dpe__grade-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing-dpe__grade {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 46px;
    padding: 8px 18px;
}

.landing-dpe__grade span {
    align-items: center;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-family: "Raleway", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.landing-dpe__grade strong {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 0.95rem;
    line-height: 1.25;
}

.landing-dpe__grade--a {
    background: #18976f;
    width: 58%;
}

.landing-dpe__grade--b {
    background: #52aa48;
    width: 64%;
}

.landing-dpe__grade--c {
    background: #b6c93a;
    width: 70%;
}

.landing-dpe__grade--d {
    background: #f2cf35;
    width: 76%;
}

.landing-dpe__grade--e {
    background: #f0a32d;
    width: 82%;
}

.landing-dpe__grade--f {
    background: #e96c2c;
    width: 88%;
}

.landing-dpe__grade--g {
    background: #d74335;
    width: 94%;
}

.landing-dpe__columns-list {
    column-gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-dpe__next-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.landing-dpe__next-steps article {
    background: var(--article-surface);
    border: 1px solid var(--article-border);
    border-radius: 12px;
    box-shadow: var(--article-feature-shadow);
    display: grid;
    gap: 12px;
    grid-template-rows: auto auto 1fr auto;
    padding: 24px;
}

.landing-dpe__next-steps span {
    align-items: center;
    background: var(--article-hero-bg);
    border-radius: 999px;
    color: var(--article-hero-text);
    display: inline-flex;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.landing-dpe__next-steps h3 {
    color: #216E66;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 20px;
}

.landing-dpe__next-steps p {
    margin: 0;
    margin-bottom: 20px;
}

html.dark-mode .landing-dpe__next-steps h3 {
    color: #fff;
}

.centered {
    display: flex;
    justify-content: center;
}

.landing-dpe__button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    gap: 12px;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: 10px 40px;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.landing-dpe__button--secondary {
    background: transparent;
    border-color: var(--enpt-button-outline-border);
    color: var(--enpt-button-outline-text);
}

.landing-dpe__button--secondary:hover {
    background: var(--enpt-button-outline-hover-bg);
    border-color: var(--enpt-button-outline-hover-border);
    color: var(--enpt-button-outline-hover-text);
}

@media (max-width: 900px) {
    .landing-dpe__scale,
    .landing-dpe__next-steps,
    .landing-dpe__works-grid,
    .landing-dpe__columns-list {
        grid-template-columns: 1fr;
    }

    .landing-dpe__grade {
        width: 100%;
    }

    .landing-dpe__work-card,
    .landing-dpe__work-card:nth-child(4),
    .landing-dpe__work-card:nth-child(5) {
        grid-column: auto;
        min-height: 0;
    }
}
