.esg52-page .esg52-section-heading {
    color: var(--esg-color-heading);
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
}

.esg52-page .esg52-figure-title {
    color: var(--esg-color-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    text-align: center;
}

.esg52-page .esg52-figure {
    display: grid;
    gap: 12px;
}

.esg52-page .esg52-combo {
    --esg-combo-min-height: 420px;
    --esg-combo-pad-top: 16px;
    --esg-combo-pad-right: 86px;
    --esg-combo-pad-bottom: 58px;
    --esg-combo-pad-left: 86px;
    --esg-combo-axis-width: 72px;
    --esg-combo-axis-font-size: 13px;
    --esg-combo-y-title-left: -10px;
    --esg-combo-y-title-right: 10px;
    --esg-combo-y-title-size: 13px;
    --esg-combo-text-color: var(--esg-color-text);
    --esg-combo-grid-color: var(--esg-process-purple-grid);
    --esg-combo-plot-border-width: 0;
    --esg-combo-line-color: var(--esg-color-chart-orange);
    --esg-combo-line-width: 1.1;
    --esg-combo-bar-width: 32%;
    --esg-combo-bar-min-width: 58px;
    --esg-combo-bar-min-height: 4px;
    --esg-combo-bar-color: var(--esg-process-purple-strong);
    --esg-combo-bar-label-size: 15px;
    --esg-combo-point-color: var(--esg-color-chart-orange);
    --esg-combo-point-size: 12px;
    --esg-combo-point-value-size: 14px;
    --esg-combo-x-font-size: 14px;
}

.esg52-page .esg52-training-architecture {
    border: 2px solid var(--esg-process-purple-border);
    display: grid;
    gap: 22px 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px 26px;
}

.esg52-page .esg52-architecture-card {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 220px 1fr;
}

.esg52-page .esg52-architecture-badge {
    align-items: center;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    font-size: 26px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.25;
    padding: 18px;
    text-align: center;
}

.esg52-page .esg52-architecture-badge.is-purple {
    background: var(--esg-process-purple-soft);
    color: var(--esg-process-purple);
}

.esg52-page .esg52-architecture-badge.is-lime {
    background: var(--esg-process-lime-soft);
    color: var(--esg-process-lime-badge-text);
}

.esg52-page .esg52-architecture-badge.is-cyan {
    background: var(--esg-process-teal-soft);
    color: var(--esg-process-teal);
}

.esg52-page .esg52-architecture-badge.is-orange {
    background: var(--esg-process-orange-soft);
    color: var(--esg-process-orange);
}

.esg52-page .esg52-architecture-card ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.esg52-page .esg52-architecture-card li {
    font-size: 18px;
    line-height: 1.7;
    list-style: none;
    margin-bottom: 4px;
}

.esg52-page .esg52-chart-grid,
.esg52-page .esg52-training-grid {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esg52-page .esg52-training-image {
    display: block;
    justify-self: center;
    max-width: 100%;
    width: 100%;
}

.esg52-page .esg52-platform-panel {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(120px, auto));
    justify-items: center;
    min-height: 520px;
    padding: 10px 0;
    position: relative;
}

.esg52-page .esg52-platform-center {
    color: var(--esg-color-text-strong);
    font-size: 28px;
    font-weight: 700;
    grid-column: 2;
    grid-row: 2;
    text-align: center;
}

.esg52-page .esg52-platform-orbit {
    align-items: center;
    border-radius: 50%;
    color: var(--esg-color-white);
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: 170px;
    justify-content: center;
    line-height: 1.35;
    padding: 20px;
    text-align: center;
    width: 170px;
}

.esg52-page .orbit-top { grid-column: 2; grid-row: 1; }
.esg52-page .orbit-right-top { grid-column: 3; grid-row: 1; align-self: end; }
.esg52-page .orbit-right { grid-column: 3; grid-row: 2; }
.esg52-page .orbit-bottom-right { grid-column: 3; grid-row: 3; align-self: start; }
.esg52-page .orbit-bottom-left { grid-column: 2; grid-row: 3; justify-self: start; }
.esg52-page .orbit-left { grid-column: 1; grid-row: 2; }
.esg52-page .orbit-left-top { grid-column: 1; grid-row: 1; align-self: end; }

.esg52-page .is-blue { background: var(--esg-process-blue); }
.esg52-page .is-orange { background: var(--esg-process-orange); }
.esg52-page .is-teal { background: var(--esg-process-teal); }
.esg52-page .is-lime { background: var(--esg-process-lime); color: var(--esg-color-white); }
.esg52-page .is-purple { background: var(--esg-process-purple); }
.esg52-page .is-gray { background: var(--esg-process-gray); }
.esg52-page .is-navy { background: var(--esg-process-blue-deep); }

.esg52-page .esg52-certificate-table {
    table-layout: fixed;
}

.esg52-page .esg52-certificate-table th,
.esg52-page .esg52-certificate-table td {
    border-color: var(--esg-process-purple-border);
    line-height: 1.65;
    text-indent: 0;
    vertical-align: middle;
}

.esg52-page .esg52-certificate-table th {
    background: var(--esg-process-purple);
    color: var(--esg-color-white);
    font-size: 18px;
    font-weight: 700;
    padding: 16px 12px;
    text-align: center;
}

.esg52-page .esg52-certificate-table td {
    background: var(--esg-color-white);
    color: var(--esg-color-heading-strong);
    font-size: 17px;
    padding: 13px 14px;
}

.esg52-page .esg52-certificate-table tbody tr:nth-child(even) td {
    background: var(--esg-process-purple-surface);
}

.esg52-page .esg52-certificate-table td:first-child,
.esg52-page .esg52-certificate-table td:last-child {
    text-align: center;
}

.esg52-page .esg52-certificate-table th:nth-child(1) { width: 12%; }
.esg52-page .esg52-certificate-table th:nth-child(2) { width: 76%; }
.esg52-page .esg52-certificate-table th:nth-child(3) { width: 12%; }

.esg52-page .esg52-certificate-table .total td {
    font-weight: 700;
}

.esg52-page .esg52-ordered-list {
    line-height: 30px;
    margin: 0 0 12px;
    padding-left: 1.2em;
}

.esg52-page .esg52-ordered-list li {
    margin-bottom: 4px;
}

@keyframes esg52BarRise {
    from {
        opacity: 0.3;
        transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@media (max-width: 1199px) {
    .esg52-page .esg52-combo {
        --esg-combo-min-height: 380px;
        --esg-combo-pad-right: 76px;
        --esg-combo-pad-left: 76px;
        --esg-combo-axis-width: 64px;
    }

    .esg52-page .esg52-architecture-card {
        grid-template-columns: 180px 1fr;
    }

    .esg52-page .esg52-architecture-badge {
        font-size: 22px;
    }

    .esg52-page .esg52-platform-orbit {
        font-size: 20px;
        height: 150px;
        width: 150px;
    }
}

@media (max-width: 991px) {
    .esg52-page .esg52-section-heading {
        font-size: 25px;
    }

    .esg52-page .esg52-training-architecture,
    .esg52-page .esg52-chart-grid,
    .esg52-page .esg52-training-grid {
        grid-template-columns: 1fr;
    }

    .esg52-page .esg52-architecture-card {
        grid-template-columns: 150px 1fr;
    }

    .esg52-page .esg52-platform-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        min-height: auto;
        row-gap: 18px;
    }

    .esg52-page .esg52-platform-center,
    .esg52-page .orbit-top,
    .esg52-page .orbit-right-top,
    .esg52-page .orbit-right,
    .esg52-page .orbit-bottom-right,
    .esg52-page .orbit-bottom-left,
    .esg52-page .orbit-left,
    .esg52-page .orbit-left-top {
        align-self: auto;
        grid-column: auto;
        grid-row: auto;
        justify-self: center;
    }

    .esg52-page .esg52-platform-center {
        grid-column: 1 / -1;
        order: -1;
    }
}

@media (max-width: 768px) {
    .esg52-page .esg52-section-heading {
        font-size: 22px;
    }

    .esg52-page .esg52-figure-title {
        font-size: 19px;
    }

    .esg52-page .esg52-architecture-card {
        grid-template-columns: 1fr;
    }

    .esg52-page .esg52-architecture-badge {
        justify-self: center;
        max-width: 220px;
    }

    .esg52-page .esg52-combo {
        --esg-combo-min-height: 340px;
        --esg-combo-pad-top: 16px;
        --esg-combo-pad-right: 56px;
        --esg-combo-pad-bottom: 58px;
        --esg-combo-pad-left: 56px;
        --esg-combo-axis-width: 48px;
        --esg-combo-axis-font-size: 12px;
        --esg-combo-y-title-size: 12px;
        --esg-combo-bar-label-size: 15px;
        --esg-combo-point-value-size: 15px;
        --esg-combo-x-font-size: 15px;
    }

    .esg52-page .esg52-certificate-table td,
    .esg52-page .esg52-certificate-table th,
    .esg52-page .esg52-architecture-card li {
        font-size: 15px;
    }

    .esg52-page .esg52-platform-orbit {
        font-size: 18px;
        height: 130px;
        width: 130px;
    }

    .esg52-page .esg52-platform-center {
        font-size: 22px;
    }
}
