.ceo.is-visible{
    background: #FAFDF5;
}

/* Homepage: 2025 Developmental Impacts */
#developmental-impacts .ader-h2 {
    margin-bottom: clamp(26px, 3vw, 38px);
    font-size: clamp(30px, 3.2vw, 40px);
    letter-spacing: -0.04em;
}

#developmental-impacts .di-grid {
    border-color: #eee7e2;
    border-radius: 16px;
}

#developmental-impacts .di-cell {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    column-gap: 14px;
    align-content: start;
    min-height: 172px;
    padding: 24px 24px 50px 24px;
}

#developmental-impacts .ader-btn.ader-btn--brown, .sector-perf .ader-btn--teal{
    display: none;
}

.sector-perf {
    padding-block: clamp(44px, 5.5vw, 20px) !important;
}

#developmental-impacts .di-cell__top {
    display: contents;
}

#developmental-impacts .di-icon {
    grid-column: 1;
    grid-row: 1;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    font-size: 13px;
}

#developmental-impacts .di-icon--image {
    overflow: hidden;
    background: transparent;
}

#developmental-impacts .di-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#developmental-impacts .di-cell__value {
    grid-column: 2;
    grid-row: 1;
    font-size: 26px;
    line-height: 1.25;
    color: #a77667;
}

#developmental-impacts .di-cell__label {
    grid-column: 2;
    grid-row: 2;
    margin: 8px 0 0;
    font-size: 18px;
    line-height: 1.3;
}

#developmental-impacts .di-cell__last {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    margin-top: 10px;
    font-size:14px;
    line-height: 1.35;
    opacity: 0.76;
}

@media (max-width: 991.98px) {
    #developmental-impacts .di-cell {
        min-height: 154px;
        padding: 18px;
    }
}

@media (max-width: 575.98px) {
    #developmental-impacts .di-cell {
        min-height: 0;
    }
}

/* Homepage: 2025 Operational Performance */
#operational-performance {
    background: #fff;
}

#operational-performance .ader-h2 {
    margin-bottom: clamp(26px, 3vw, 38px);
    font-size: clamp(30px, 3.2vw, 40px);
    letter-spacing: -0.04em;
}

#operational-performance .op-grid {
    border-color: #e4e7f1;
    border-radius: 16px;
}

#operational-performance .op-cell {
    min-width: 0;
    padding: clamp(14px, 1.5vw, 22px) clamp(16px, 1.8vw, 26px);
    background: #fff;
}

#operational-performance .op-cell:nth-child(4n + 1),
#operational-performance .op-cell:nth-child(4n) {
    background: #f5f7ff;
}

#operational-performance .op-cell__text {
    min-width: 0;
}

#operational-performance .op-cell__value {
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.2;
}

#operational-performance .op-cell__label {
    margin: 6px 0 5px;
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.3;
}

#operational-performance .op-cell__last {
    font-size: clamp(10px, 0.82vw, 12px);
    line-height: 1.35;
    opacity: 0.76;
}

#operational-performance .op-icon {
    width: clamp(38px, 3.4vw, 46px);
    height: clamp(38px, 3.4vw, 46px);
    font-size: clamp(15px, 1.35vw, 19px);
}

#operational-performance .op-icon--image {
    overflow: hidden;
    background: transparent;
}

#operational-performance .op-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#operational-performance .op-perf__cta {
    display: none;
}

@media (max-width: 575.98px) {
    #operational-performance .op-cell:nth-child(odd) {
        background: #f5f7ff;
    }

    #operational-performance .op-cell:nth-child(even) {
        background: #fff;
    }
}


.botnav__head {
    height: 150% !important;
    right: 50px !important;
}





.page-template-page-alignment-with-global .asd__title {
    font-size:36px !important;
}

/* Alignment page: interactive SDG cards */
#advancing-sustainable-development .sdg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 22px);
}

#advancing-sustainable-development .sdg-card {
    position: relative;
    display: block;
    min-height: 0;
    height: clamp(140px, 14.8vw, 190px);
    padding: 0;
    border-radius: 16px;
    background: transparent;
    outline: none;
    perspective: 900px;
    cursor: pointer;
}

#advancing-sustainable-development .sdg-card__inner {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transform-style: preserve-3d;
    transition: transform 0.45s ease;
}

#advancing-sustainable-development .sdg-card__face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 1.7vw, 24px);
    overflow: hidden;
    border-radius: inherit;
    background: var(--tint, #f6f6f6);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#advancing-sustainable-development .sdg-card__front {
    gap: clamp(12px, 1.3vw, 18px);
}

#advancing-sustainable-development .sdg-card__icon {
    width: clamp(52px, 5vw, 72px);
    max-height: 72px;
    object-fit: contain;
}

#advancing-sustainable-development .sdg-card__discover {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 700;
    line-height: 1;
}

#advancing-sustainable-development .sdg-card__discover span {
    font-size: 1.35em;
    font-weight: 400;
    transition: transform 0.2s ease;
}

#advancing-sustainable-development .sdg-card:hover .sdg-card__discover span {
    transform: translateX(3px);
}

#advancing-sustainable-development .sdg-card__back {
    overflow-y: auto;
    transform: rotateY(180deg);
}

#advancing-sustainable-development .sdg-card__text {
    gap: 10px;
}

#advancing-sustainable-development .sdg-card__text p {
    font-size: clamp(12px, 1vw, 15px);
    line-height: 1.35;
}

#advancing-sustainable-development .sdg-card:focus .sdg-card__inner {
    transform: rotateY(180deg);
}

#advancing-sustainable-development .sdg-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(26, 43, 95, 0.25);
}

@media (hover: hover) {
    #advancing-sustainable-development .sdg-card:hover .sdg-card__inner {
        transform: rotateY(180deg);
    }
}

@media (max-width: 767.98px) {
    #advancing-sustainable-development .sdg-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #advancing-sustainable-development .sdg-card {
        height: clamp(145px, 40vw, 190px);
    }
}

@media (max-width: 440px) {
    #advancing-sustainable-development .sdg-grid {
        grid-template-columns: 1fr;
    }

    #advancing-sustainable-development .sdg-card {
        height: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #advancing-sustainable-development .sdg-card__inner,
    #advancing-sustainable-development .sdg-card__discover span {
        transition: none;
    }
}

/* Alignment page: sustainable projects chart */
#institutionalising-sustainability .inst__chart-wrap {
    margin-top: clamp(36px, 4vw, 56px);
}

#institutionalising-sustainability .inst__chart-title {
    margin-bottom: clamp(20px, 2.4vw, 30px);
}

#institutionalising-sustainability .inst__chart-scroll {
    background: #f5f7ff;
}

#institutionalising-sustainability .inst__chart {
    height: clamp(430px, 50vw, 520px);
    background: #f5f7ff;
}

@media (max-width: 767.98px) {
    #institutionalising-sustainability .inst__chart {
        min-width: 760px;
        height: 440px;
    }
}

/* Development Impact Framework: effectiveness framework diagram */
#effectiveness-framework {
    padding-block: clamp(24px, 3vw, 44px);
    background: #ffffff;
}

#effectiveness-framework .fw__inner {
    width: 100%;
    margin-inline: auto;
}

#effectiveness-framework .fw__title {
    margin-bottom: 8px;
    color: #282828;
    font-size: clamp(26px, 2.8vw, 40px);
    letter-spacing: -0.035em;
}

#effectiveness-framework .fw__title span {
    color: #16a39d;
}

#effectiveness-framework .fw__lead {
    max-width: 1160px;
    margin-bottom: 10px;
    color: #343434;
    font-size: clamp(12px, 1vw, 15px);
    line-height: 1.45;
}

#effectiveness-framework .fw__lead:last-of-type {
    margin-bottom: clamp(24px, 3vw, 38px);
}

#effectiveness-framework .fw-banner {
    min-height: clamp(68px, 7.2vw, 96px);
    padding: 0 14px clamp(8px, 1vw, 13px);
    background: #76adb7;
}

#effectiveness-framework .fw-banner span {
    color: #ffffff;
    font-size: clamp(11px, 1.15vw, 16px);
    letter-spacing: 0;
}

#effectiveness-framework .fw-pillars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 20px);
    margin-top: clamp(12px, 1.7vw, 22px);
}

#effectiveness-framework .fw-col {
    min-width: 0;
}

#effectiveness-framework .fw-pillar__sdgs {
    min-height: clamp(34px, 3.8vw, 50px);
    align-items: center;
    gap: clamp(9px, 1vw, 13px);
    margin-bottom: clamp(7px, 0.8vw, 11px);
}

#effectiveness-framework .fw-pillar__sdgs img {
    width: clamp(32px, 3.2vw, 45px);
}

#effectiveness-framework .fw-pillar {
    padding: clamp(12px, 1.4vw, 20px);
    background: #e4ecee;
}

#effectiveness-framework .fw-pillar__icon {
    width: clamp(42px, 4.2vw, 58px);
    height: clamp(42px, 4.2vw, 58px);
    margin-bottom: 10px;
    background: #69a9b4;
    color: #ffffff;
    font-size: clamp(17px, 1.7vw, 23px);
}

#effectiveness-framework .fw-pillar__title {
    margin-bottom: 12px;
    color: #111111;
    font-size: clamp(13px, 1.2vw, 17px);
    line-height: 1.16;
}

#effectiveness-framework .fw-pillar__label {
    margin: 12px 0 7px;
    font-size: clamp(10px, 0.92vw, 13px);
}

#effectiveness-framework .fw-pillar__label--red {
    color: #df584d;
}

#effectiveness-framework .fw-pillar__label--gold {
    color: #d6a31f;
}

#effectiveness-framework .fw-pillar__list {
    gap: 6px;
}

#effectiveness-framework .fw-pillar__list li {
    padding-left: 12px;
    color: #282828;
    font-size: clamp(9px, 0.78vw, 11px);
    line-height: 1.35;
}

#effectiveness-framework .fw-pillar__list li::before {
    top: 0.48em;
    width: 4px;
    height: 4px;
}

#effectiveness-framework .fw-pillar__list--red li::before {
    background: #df584d;
}

#effectiveness-framework .fw-pillar__list--gold li::before {
    background: #d6a31f;
}

#effectiveness-framework .fw-caption {
    margin-top: clamp(6px, 0.8vw, 10px);
    padding: clamp(8px, 1vw, 12px) clamp(12px, 1.6vw, 22px);
    border-color: #68a8b5;
    border-radius: 0;
    background: #ffffff;
    color: #438c99;
    font-size: clamp(9px, 0.82vw, 12px);
    line-height: 1.35;
}

#effectiveness-framework .fw-arrow {
    height: clamp(24px, 2.6vw, 36px);
    margin-top: clamp(6px, 0.8vw, 10px);
    background: #76adb7;
}

#effectiveness-framework .fw-pathways {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(5px, 0.65vw, 9px);
    margin-top: clamp(5px, 0.65vw, 9px);
}

#effectiveness-framework .fw-pathway {
    min-width: 0;
    min-height: clamp(48px, 5vw, 68px);
    padding: clamp(8px, 1vw, 13px) 16px;
    background: #d9e6e9;
    color: #182329;
    font-size: clamp(8px, 0.68vw, 10px);
    line-height: 1.25;
}

#effectiveness-framework .fw__cta {
    margin-top: clamp(26px, 3vw, 40px);
}

#effectiveness-framework .fw__cta .ader-btn {
    border-color: #16a39d;
    border-radius: 7px;
    background: #16a39d;
    color: #ffffff;
}

#effectiveness-framework .fw__cta .ader-btn:hover,
#effectiveness-framework .fw__cta .ader-btn:focus-visible {
    border-color: #128b86;
    background: #128b86;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    #effectiveness-framework .fw-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #effectiveness-framework .fw-pathways {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #effectiveness-framework .fw-pillar__list li,
    #effectiveness-framework .fw-pathway {
        font-size: 11px;
    }
}

@media (max-width: 520px) {
    #effectiveness-framework .fw-pillars,
    #effectiveness-framework .fw-pathways {
        grid-template-columns: 1fr;
    }

    #effectiveness-framework .fw-banner {
        min-height: 92px;
    }
}


.achero__title {
   font-size: clamp(28px, 3.4vw, 48px) !important;
}

.achero {
    padding-inline-end: 0px !important;
}

.toc__figure img {
    border-radius: 0px !important;
}

.page-template-page-development-impact-framework .toc .ader-btn{
    display:none;
}

/* Development Impact Framework: 2025 impact dashboard */
#impact-dashboard {
    padding-block: clamp(30px, 4vw, 56px);
    background: #ffffff;
}

#impact-dashboard .dash__inner {
    width: 100%;
    margin-inline: auto;
}

#impact-dashboard .dash__title {
    margin-bottom: clamp(24px, 3vw, 38px);
    color: #282828;
    font-size: clamp(26px, 2.9vw, 40px);
    letter-spacing: -0.035em;
}

#impact-dashboard .dash__title span {
    color: #16a39d;
}

#impact-dashboard .dash__scroll {
    border: 1px solid #72acb6;
    border-radius: 0;
    background: #ffffff;
}

#impact-dashboard .dash-table {
    min-width: 940px;
    table-layout: fixed;
    color: #202428;
    font-size: clamp(10px, 0.82vw, 12px);
}

#impact-dashboard .dash-table thead th {
    padding: clamp(12px, 1.2vw, 16px) clamp(8px, 1vw, 13px);
    border-bottom: 1px solid #72acb6;
    background: #70a9b2;
    color: #ffffff;
    font-size: clamp(10px, 0.82vw, 12px);
    line-height: 1.2;
}

#impact-dashboard .dash-table thead th:nth-child(1) {
    width: 24%;
}

#impact-dashboard .dash-table thead th:nth-child(2) {
    width: 39%;
}

#impact-dashboard .dash-table thead th:nth-child(3) {
    width: 7%;
    text-align: center;
}

#impact-dashboard .dash-table thead th:nth-child(4) {
    width: 6%;
}

#impact-dashboard .dash-table thead th:nth-child(5),
#impact-dashboard .dash-table thead th:nth-child(6),
#impact-dashboard .dash-table thead th:nth-child(7) {
    width: 8%;
}

#impact-dashboard .dash-table thead .dash-table__pillar,
#impact-dashboard .dash-table thead .dash-table__num--hl {
    background: #70a9b2;
    color: #ffffff;
}

#impact-dashboard .dash-table thead .dash-table__pillar {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#impact-dashboard .dash-table tbody th,
#impact-dashboard .dash-table tbody td {
    padding: clamp(9px, 1vw, 13px) clamp(8px, 1vw, 13px);
    border-bottom: 1px solid #e1e6e8;
    color: #202428;
    line-height: 1.3;
}

#impact-dashboard .dash-table__group-start > * {
    border-top: 1px solid #72acb6 !important;
}

#impact-dashboard .dash-table__group-end > * {
    border-bottom: 1px solid #72acb6 !important;
}

#impact-dashboard .dash-table tbody tr:first-child > * {
    border-top: 0 !important;
}

#impact-dashboard .dash-table tbody .dash-table__pillar {
    width: 24%;
    border-top: 1px solid #72acb6 !important;
    border-right: 1px solid #bfd6da;
    border-bottom: 1px solid #72acb6 !important;
    background: #dcebed;
}

#impact-dashboard .dash-table tbody tr:first-child > .dash-table__pillar {
    border-top: 0 !important;
}

#impact-dashboard .dash-pillar {
    gap: clamp(9px, 1vw, 13px);
}

#impact-dashboard .dash-pillar__icon {
    width: clamp(34px, 3.2vw, 44px);
    height: clamp(34px, 3.2vw, 44px);
    background: #70b0bb;
    color: #ffffff;
    font-size: clamp(13px, 1.3vw, 18px);
}

#impact-dashboard .dash-pillar__name {
    color: #202428;
    font-size: clamp(10px, 0.9vw, 13px);
    line-height: 1.25;
}

#impact-dashboard .dash-table__ind {
    min-width: 0;
    font-weight: 600;
}

#impact-dashboard .dash-table__unit {
    color: #202428;
    text-align: center;
    white-space: normal;
}

#impact-dashboard .dash-table__sdg {
    width: auto;
    padding-inline: 5px;
}

#impact-dashboard .dash-table__sdg img {
    width: clamp(28px, 2.7vw, 36px);
    height: clamp(28px, 2.7vw, 36px);
    object-fit: contain;
}

#impact-dashboard .dash-table__num {
    color: #202428;
    font-weight: 700;
}

#impact-dashboard .dash-table tbody .dash-table__num--hl {
    background: #dfedef;
}

#impact-dashboard .dash__note {
    margin: clamp(10px, 1.2vw, 15px) 0 0;
    color: #363b3f;
    font-size: clamp(10px, 0.82vw, 12px);
    line-height: 1.45;
}

#impact-dashboard .dash__cta {
    margin-top: clamp(24px, 3vw, 38px);
}

#impact-dashboard .dash__cta .ader-btn {
    border-color: #16a39d;
    border-radius: 7px;
    background: #16a39d;
    color: #ffffff;
}

#impact-dashboard .dash__cta .ader-btn:hover,
#impact-dashboard .dash__cta .ader-btn:focus-visible {
    border-color: #128b86;
    background: #128b86;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    #impact-dashboard .dash-table {
        min-width: 860px;
    }
}


.di2__intro {
    font-weight: 400 !important;
}

/* Development Impact 2025: Member Country four-column statistics */
.di2-stats--4col.di2-stats--icons {
    --tint: #fbf2ed;
    border-color: #eee9e6;
    border-radius: 16px;
}

.di2-stats--4col.di2-stats--icons .di2-stat {
    display: block;
    min-width: 0;
    min-height: clamp(138px, 14.4vw, 180px);
    padding: clamp(15px, 1.7vw, 22px);
    background: #ffffff;
}

.di2-stats--4col.di2-stats--icons .di2-stat:nth-child(8n + 2),
.di2-stats--4col.di2-stats--icons .di2-stat:nth-child(8n + 4),
.di2-stats--4col.di2-stats--icons .di2-stat:nth-child(8n + 5),
.di2-stats--4col.di2-stats--icons .di2-stat:nth-child(8n + 7) {
    background: #fbf2ed;
}

.di2-stats--4col.di2-stats--icons .di2-stat__iconimg {
    display: none;
}

.di2-stats--4col.di2-stats--icons .di2-stat__text {
    min-width: 0;
}

.di2-stats--4col.di2-stats--icons .di2-stat__value {
    color: #a66f5f;
    font-size: clamp(18px, 1.9vw, 22px);
    line-height: 1.18;
}

.di2-stats--4col.di2-stats--icons .di2-stat__label {
    margin-top: 7px;
    color: #222222;
    font-size: clamp(13px, 1.15vw, 15px);
    font-weight: 700;
    line-height: 1.3;
}

.di2-stats--4col.di2-stats--icons .di2-stat__last {
    margin-top: 8px;
    color: #363636;
    font-size: clamp(10px, 0.9vw, 12px);
    line-height: 1.35;
    opacity: 0.9;
}

.di2__cta .ader-btn{
    display: none;
}

@media (max-width: 575.98px) {
    .di2-stats--4col.di2-stats--icons .di2-stat {
        min-height: 0;
    }
}

/* Development Impact 2025: Impact Stories */
.page-template-page-development-impact-2025 .istories {
    padding-block: clamp(28px, 4vw, 54px);
    background: #ffffff;
}

.page-template-page-development-impact-2025 .istories__inner {
    width: 100%;
    margin-inline: auto;
}

.page-template-page-development-impact-2025 .istories__head {
    margin-bottom: clamp(24px, 3vw, 36px);
}

.page-template-page-development-impact-2025 .istories__title {
    color: #282828;
    font-size: clamp(27px, 2.8vw, 38px);
    letter-spacing: -0.035em;
}

.page-template-page-development-impact-2025 .di2-sdgs--inline {
    gap: clamp(13px, 1.5vw, 20px);
    padding-left: clamp(16px, 2vw, 26px);
}

.page-template-page-development-impact-2025 .di2-sdgs--inline .di2-sdgs__title {
    max-width: 90px;
    color: #202020;
    font-size: clamp(9px, 0.78vw, 11px);
    line-height: 1.25;
    border-right: 1px solid #e4e4e4;
}

.page-template-page-development-impact-2025 .di2-sdgs--inline .di2-sdgs__row {
    gap: clamp(6px, 0.7vw, 10px);
}

.page-template-page-development-impact-2025 .di2-sdgs--inline .di2-sdgs__row img {
    width: clamp(34px, 3.6vw, 48px);
    border-radius: 0;
}

.page-template-page-development-impact-2025 .istories .istories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.5vw, 20px);
}

.page-template-page-development-impact-2025 .istory {
    border-width: 1px;
    border-radius: 16px;
}

.page-template-page-development-impact-2025 .istory__head {
    min-height: clamp(48px, 5vw, 62px);
    gap: clamp(9px, 1vw, 13px);
    padding: clamp(9px, 1vw, 13px) clamp(10px, 1.2vw, 16px);
}

.page-template-page-development-impact-2025 .istory__num {
    width: clamp(27px, 2.7vw, 36px);
    height: clamp(27px, 2.7vw, 36px);
    border: 0;
    background: #ffffff;
    color: var(--pc);
    font-size: clamp(10px, 0.9vw, 13px);
}

.page-template-page-development-impact-2025 .istory__heading {
    min-width: 0;
}

.page-template-page-development-impact-2025 .istory__title {
    font-size: clamp(10px, 0.92vw, 13px);
    line-height: 1.25;
}

.page-template-page-development-impact-2025 .istory__body {
    flex: 1;
    gap: 0;
    padding: 0;
}

.page-template-page-development-impact-2025 .istory__lead {
    min-height: clamp(96px, 11vw, 132px);
    gap: clamp(10px, 1.2vw, 16px);
    padding: clamp(10px, 1.2vw, 16px);
}

.page-template-page-development-impact-2025 .istory__flag {
    width: clamp(78px, 7.5vw, 100px);
    border-radius: 0;
    box-shadow: none;
}

.page-template-page-development-impact-2025 .istory__lead-copy {
    min-width: 0;
}

.page-template-page-development-impact-2025 .istory__subtitle {
    margin-bottom: clamp(5px, 0.6vw, 8px);
    color: #202020;
    font-size: clamp(9px, 0.78vw, 11px);
    font-weight: 700;
    line-height: 1.3;
    opacity: 1;
}

.page-template-page-development-impact-2025 .istory__intro {
    color: #4c4c4c;
    max-width: 650px;
    font-size: clamp(8px, 0.72vw, 10px);
    line-height: 1.45;
}

.page-template-page-development-impact-2025 .istory__details {
    border-top: 1px solid #eee8e5;
}

.page-template-page-development-impact-2025 .istory__detail {
    grid-template-columns: 42% minmax(0, 1fr);
    gap: clamp(8px, 1vw, 13px);
    padding: clamp(7px, 0.8vw, 10px) clamp(10px, 1.2vw, 16px);
    border-top-color: #eee8e5;
    font-size: clamp(8px, 0.72vw, 10px);
    line-height: 1.3;
}

.page-template-page-development-impact-2025 .istory__detail dt {
    color: var(--pc);
}

.page-template-page-development-impact-2025 .istory__detail dd {
    min-width: 0;
    color: #565656;
}

.page-template-page-development-impact-2025 .istory__outcomes-title {
    margin: auto 0 0;
    padding: clamp(8px, 0.9vw, 11px) clamp(10px, 1.2vw, 16px);
    border-top: 1px solid color-mix(in srgb, var(--pc) 28%, #ffffff);
    background: color-mix(in srgb, var(--pc) 9%, #ffffff);
    color: var(--pc);
    font-size: clamp(9px, 0.78vw, 11px);
    line-height: 1.25;
}

.page-template-page-development-impact-2025 .istory__outcomes {
    grid-template-columns: repeat(var(--outcome-count), minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #eee8e5;
}

.page-template-page-development-impact-2025 .istory__outcome {
    min-width: 0;
    min-height: clamp(82px, 8.5vw, 108px);
    padding: clamp(8px, 0.9vw, 12px);
    border-right: 1px solid #eee8e5;
    border-radius: 0;
    background: #ffffff;
}

.page-template-page-development-impact-2025 .istory__outcome:last-child {
    border-right: 0;
}

.page-template-page-development-impact-2025 .istory__outcome-label {
    display: block;
    margin: 0;
    color: #202020;
    font-size: clamp(7px, 0.62vw, 9px);
    font-weight: 700;
    line-height: 1.25;
    opacity: 1;
}

.page-template-page-development-impact-2025 .istory__outcome-value {
    display: block;
    margin-top: clamp(8px, 1vw, 12px);
    color: var(--pc);
    font-size: clamp(7px, 0.65vw, 9px);
    line-height: 1.3;
}


.di2 .di2__title{
    font-size: clamp(26px, 3vw, 40px) !important;
}
@media (max-width: 767.98px) {
    .page-template-page-development-impact-2025 .istories .istories__grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-development-impact-2025 .istory__outcomes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-template-page-development-impact-2025 .istory__outcome:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 520px) {
    .page-template-page-development-impact-2025 .istories__head,
    .page-template-page-development-impact-2025 .di2-sdgs--inline {
        align-items: flex-start;
    }

    .page-template-page-development-impact-2025 .di2-sdgs--inline {
        width: 100%;
        padding: 14px 0 0;
        border-top: 1px solid #e4e4e4;
        border-left: 0;
    }

    .page-template-page-development-impact-2025 .istory__lead {
        min-height: 0;
    }
}

/* Development Impact 2025: impact-3 Islamic Finance statistics */
#impact-3 .di2-stats--4col {
    --tint: #f4f6fd;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-color: #e8eaf2;
    border-radius: 16px;
}

#impact-3 .di2-stats--4col .di2-stat {
    min-width: 0;
    min-height: clamp(155px, 15.4vw, 190px);
    padding: clamp(15px, 1.7vw, 22px);
    background: #ffffff;
}

#impact-3 .di2-stats--4col .di2-stat:nth-child(even) {
    background: #f4f6fd;
}

#impact-3 .di2-stats--4col .di2-stat:nth-child(odd) {
    background: #ffffff;
}

#impact-3 .di2-stat__value {
    color: #35447d;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.18;
}

#impact-3 .di2-stat__label {
    margin-top: 7px;
    color: #222222;
    font-size: clamp(12px, 1.15vw, 14px);
    font-weight: 700;
    line-height: 1.3;
}

#impact-3 .di2-stat__last {
    margin-top: 8px;
    color: #3f3f3f;
    font-size: clamp(9px, 0.88vw, 11px);
    line-height: 1.35;
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    #impact-3 .di2-stats--4col {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #impact-3 .di2-stats--4col .di2-stat:nth-child(n) {
        min-height: 140px;
        background: #ffffff;
    }

    #impact-3 .di2-stats--4col .di2-stat:nth-child(4n + 2),
    #impact-3 .di2-stats--4col .di2-stat:nth-child(4n + 3) {
        background: #f4f6fd;
    }
}

@media (max-width: 575.98px) {
    #impact-3 .di2-stats--4col {
        grid-template-columns: 1fr;
    }

    #impact-3 .di2-stats--4col .di2-stat:nth-child(n) {
        min-height: 0;
        background: #ffffff;
    }

    #impact-3 .di2-stats--4col .di2-stat:nth-child(even) {
        background: #f4f6fd;
    }
}

/* Development Impact 2025: impact-4 Human Development stories */
#impact-stories-4 .istories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(12px, 1.5vw, 18px);
}

#impact-stories-4 .istory {
    border-color: #16a39d;
}

#impact-stories-4 .istory__head {
    background: #16a39d;
}

#impact-stories-4 .istory__num,
#impact-stories-4 .istory__detail dt,
#impact-stories-4 .istory__outcome-value {
    color: #16a39d;
}

#impact-stories-4 .istory__outcomes-title {
    border-top-color: #b9dfdc;
    background: #e9f6f5;
    color: #168f89;
}

#impact-stories-4 .istory__outcomes {
    min-height: clamp(126px, 13.5vw, 168px);
    grid-template-columns: repeat(var(--outcome-count), minmax(0, 1fr));
    grid-auto-rows: 1fr;
    border-top-color: #c8e3e1;
}

#impact-stories-4 .istory__outcome {
    min-height: 0;
    border-right-color: #c8e3e1;
    background: #ffffff;
    text-align: center;
}

#impact-stories-4 .istory__outcome:nth-child(4n) {
    border-right: 0;
}

#impact-stories-4 .istory__outcome:nth-child(n + 5) {
    border-top: 1px solid #c8e3e1;
}

#impact-stories-4 .istory__outcome-label,
#impact-stories-4 .istory__outcome-value {
    text-align: center;
}

#impact-stories-4 .istories__cta .ader-btn {
    border-color: #16a39d;
    border-radius: 7px;
    background: #16a39d;
    color: #ffffff;
}

#impact-stories-4 .istories__cta .ader-btn:hover,
#impact-stories-4 .istories__cta .ader-btn:focus-visible {
    border-color: #128b86;
    background: #128b86;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    #impact-stories-4 .istories__grid {
        grid-template-columns: 1fr;
    }

    #impact-stories-4 .istory__outcomes {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #impact-stories-4 .istory__outcome:nth-child(2n) {
        border-right: 0;
    }

    #impact-stories-4 .istory__outcome:nth-child(n + 3) {
        border-top: 1px solid #c8e3e1;
    }
}

/* Newsletter page */
.page-template-page-newsletter .newsletter-signup {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(390px, 39vw, 560px);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(54px, 7vw, 92px) var(--gutter);
    background: #28302f;
}

.page-template-page-newsletter .newsletter-signup__background,
.page-template-page-newsletter .newsletter-signup__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-template-page-newsletter .newsletter-signup__background {
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.page-template-page-newsletter .newsletter-signup__overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(13, 19, 18, 0.58), rgba(13, 19, 18, 0.42)),
        rgba(23, 29, 28, 0.22);
}

.page-template-page-newsletter .newsletter-signup__inner {
    width: min(100%, 760px);
    margin-inline: auto;
    color: #ffffff;
    text-align: center;
}

.page-template-page-newsletter .newsletter-signup__eyebrow {
    margin: 0 0 8px;
    color: #d29f20;
    font-size: clamp(14px, 1.35vw, 18px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.2;
}

.page-template-page-newsletter .newsletter-signup__title {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(30px, 3.6vw, 48px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.08;
    text-wrap: balance;
}

.page-template-page-newsletter .newsletter-signup__intro {
    max-width: 670px;
    margin: clamp(10px, 1.3vw, 16px) auto 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(12px, 1.05vw, 15px);
    line-height: 1.5;
}

.page-template-page-newsletter .newsletter-signup__form {
    width: min(100%, 650px);
    margin: clamp(20px, 2.5vw, 30px) auto 0;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-container,
.page-template-page-newsletter .newsletter-signup__form .wpforms-form {
    width: 100%;
    margin: 0;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-form {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-field-container {
    flex: 1 1 auto;
    min-width: 0;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-field {
    padding: 0;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-field-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.page-template-page-newsletter .newsletter-signup__form input[type="email"] {
    width: 100% !important;
    max-width: none !important;
    height: 50px !important;
    padding: 0 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #252525 !important;
    font-size: 13px !important;
}

.page-template-page-newsletter .newsletter-signup__form input[type="email"]::placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-submit-container {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-page-newsletter .newsletter-signup__form button[type="submit"],
.page-template-page-newsletter .newsletter-signup__form .wpforms-submit {
    min-width: 175px !important;
    height: 50px !important;
    padding: 0 20px !important;
    border: 1px solid #d09c1d !important;
    border-radius: 8px !important;
    background: #d09c1d !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    white-space: nowrap;
}

.page-template-page-newsletter .newsletter-signup__form button[type="submit"]:hover,
.page-template-page-newsletter .newsletter-signup__form button[type="submit"]:focus-visible,
.page-template-page-newsletter .newsletter-signup__form .wpforms-submit:hover,
.page-template-page-newsletter .newsletter-signup__form .wpforms-submit:focus-visible {
    border-color: #b98712 !important;
    background: #b98712 !important;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-error {
    color: #ffffff !important;
    text-align: left;
}

.page-template-page-newsletter .newsletter-signup__form .wpforms-confirmation-container-full,
.page-template-page-newsletter .newsletter-signup__form .wpforms-confirmation-container {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.page-template-page-newsletter .newsletter-signup__setup-note {
    margin: 0;
    padding: 13px 16px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-size: 13px;
}

@media (max-width: 575.98px) {
    .page-template-page-newsletter .newsletter-signup {
        min-height: 500px;
    }

    .page-template-page-newsletter .newsletter-signup__form .wpforms-form {
        flex-direction: column;
    }

    .page-template-page-newsletter .newsletter-signup__form .wpforms-field-container,
    .page-template-page-newsletter .newsletter-signup__form .wpforms-submit-container,
    .page-template-page-newsletter .newsletter-signup__form button[type="submit"],
    .page-template-page-newsletter .newsletter-signup__form .wpforms-submit {
        width: 100% !important;
    }
}



.page-template-page-strategic-outlook .so.so--rows{
    display:none;
}

[dir=rtl] .botnav__head {
    left: 0 !important;
    right: auto !important;
}

 /* Strategic Outlook: expandable card content. */
    .page-template-page-strategic-outlook .so.so--rows {
      display: block !important;
    }

    .page-template-page-strategic-outlook .so-expandable {
      transition: box-shadow 180ms ease, transform 180ms ease;
    }

    .page-template-page-strategic-outlook .so-expandable.is-open {
      box-shadow: 0 14px 34px rgba(31, 46, 80, 0.1);
    }

    .page-template-page-strategic-outlook .so-card,
    .page-template-page-strategic-outlook .so-row__body {
      align-items: flex-start;
    }

    .page-template-page-strategic-outlook .so-row__body,
    .page-template-page-strategic-outlook .so-expandable__panel {
      width: 100%;
      min-width: 0;
    }

    .page-template-page-strategic-outlook .so-expandable__panel[hidden] {
      display: none !important;
    }

    .page-template-page-strategic-outlook .so-expandable__panel:not([hidden]) {
      display: block;
      animation: so-panel-reveal 220ms ease both;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 10px !important;
      width: max-content !important;
      min-height: 42px;
      margin: 0 !important;
      padding: 9px 16px !important;
      border: 1px solid currentColor !important;
      border-radius: 999px !important;
      background: transparent !important;
      color: var(--brown);
      font: inherit;
      font-size: 14px !important;
      font-weight: 700 !important;
      line-height: 1.2 !important;
      text-align: start;
      cursor: pointer;
      appearance: none;
      transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
    }

    .page-template-page-strategic-outlook .so-row .so-expandable__toggle {
      color: var(--navy);
    }

    .page-template-page-strategic-outlook .so-expandable__toggle:hover,
    .page-template-page-strategic-outlook .so-expandable__toggle[aria-expanded="true"] {
      background: currentColor !important;
      box-shadow: 0 7px 18px rgba(31, 46, 80, 0.12);
    }

    .page-template-page-strategic-outlook .so-expandable__toggle:hover .so-expandable__toggle-label,
    .page-template-page-strategic-outlook .so-expandable__toggle[aria-expanded="true"] .so-expandable__toggle-label {
      color: #fff !important;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle:focus-visible {
      outline: 3px solid rgba(31, 46, 80, 0.25) !important;
      outline-offset: 3px;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle-icon {
      position: relative;
      display: inline-block;
      flex: 0 0 14px;
      width: 14px;
      height: 14px;
      color: currentColor;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle-icon::before,
    .page-template-page-strategic-outlook .so-expandable__toggle-icon::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 2px;
      border-radius: 2px;
      background: currentColor;
      content: '';
      transform: translate(-50%, -50%);
      transition: opacity 160ms ease, transform 160ms ease;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle-icon::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .page-template-page-strategic-outlook .so-expandable__toggle[aria-expanded="true"] .so-expandable__toggle-icon {
      color: #fff;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle:hover .so-expandable__toggle-icon {
      color: #fff;
    }

    .page-template-page-strategic-outlook .so-expandable__toggle[aria-expanded="true"] .so-expandable__toggle-icon::after {
      opacity: 0;
      transform: translate(-50%, -50%) rotate(0deg);
    }

.page-template-page-strategic-outlook .so.so--rows{
display:none !important
}

    @keyframes so-panel-reveal {
      from {
        opacity: 0;
        transform: translateY(-6px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 767.98px) {
      .page-template-page-strategic-outlook .so-expandable__toggle {
        min-height: 40px;
        padding: 8px 14px !important;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .page-template-page-strategic-outlook .so-expandable,
      .page-template-page-strategic-outlook .so-expandable__panel:not([hidden]),
      .page-template-page-strategic-outlook .so-expandable__toggle,
      .page-template-page-strategic-outlook .so-expandable__toggle-icon::before,
      .page-template-page-strategic-outlook .so-expandable__toggle-icon::after {
        animation: none !important;
        transition: none !important;
      }
    }