.ib-academy-main-phase16 {
    padding: 0 !important;
    overflow: hidden;
    background: #f5f7fa;
}

.ib-academy-page-phase16 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ib-academy-phase16,
.ib-academy-phase16 * {
    box-sizing: border-box;
}

.ib-academy-phase16 {
    --academy-navy: #071b32;
    --academy-blue: #0b3158;
    --academy-orange: #f05a24;
    --academy-ink: #10243b;
    --academy-muted: #68778a;
    --academy-line: #dfe5ec;
    color: var(--academy-ink);
    direction: rtl;
}

.ib-academy-hero-phase16 {
    position: relative;
    min-height: 490px;
    display: flex;
    align-items: center;
    isolation: isolate;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3, 16, 31, .22) 0%, rgba(5, 23, 43, .56) 45%, rgba(5, 22, 40, .96) 100%),
        url("../images/unified-hubs/academy-hero.webp") center center / cover no-repeat;
}

.ib-academy-hero-phase16::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(4, 18, 34, .5));
}

.ib-academy-hero-phase16__inner {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
    padding: 76px 0 90px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 72px;
    align-items: center;
}

.ib-academy-hero-phase16__content {
    max-width: 720px;
}

.ib-academy-kicker-phase16 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ffb08f;
    font-size: 14px;
    font-weight: 800;
}

.ib-academy-kicker-phase16 i {
    width: 28px;
    height: 2px;
    border-radius: 10px;
    background: var(--academy-orange);
}

.ib-academy-hero-phase16 h1 {
    margin: 0;
    max-width: 700px;
    color: #fff;
    font-size: clamp(38px, 4.3vw, 67px);
    line-height: 1.25;
    letter-spacing: -.04em;
}

.ib-academy-hero-phase16__content > p {
    max-width: 670px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 2;
}

.ib-academy-hero-phase16__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.ib-academy-button {
    min-height: 48px;
    padding: 11px 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease;
}

.ib-academy-button:hover {
    transform: translateY(-2px);
}

.ib-academy-button--primary {
    background: var(--academy-orange);
}

.ib-academy-button--glass {
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(14px);
}

.ib-academy-stats-phase16 {
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 24px;
    background: rgba(5, 22, 41, .61);
    box-shadow: 0 24px 55px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
}

.ib-academy-stat-phase16 {
    min-height: 118px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.07);
    text-align: center;
}

.ib-academy-stat-phase16--primary {
    grid-row: span 2;
    min-height: 248px;
    background: linear-gradient(145deg, rgba(240,90,36,.9), rgba(188,58,14,.76));
}

.ib-academy-stat-phase16 strong {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.ib-academy-stat-phase16--primary strong {
    font-size: 60px;
}

.ib-academy-stat-phase16 span {
    margin-top: 10px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
}

.ib-academy-stat-phase16--primary span {
    color: #fff;
}

.ib-academy-workspace-phase16 {
    width: min(1260px, calc(100% - 48px));
    margin: -46px auto 0;
    padding-bottom: 46px;
    position: relative;
    z-index: 3;
}

.ib-academy-tool-nav-phase16 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid var(--academy-line);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 22px 50px rgba(15, 35, 60, .11);
}

.ib-academy-tool-nav-phase16 > a {
    min-height: 106px;
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--academy-ink) !important;
    text-decoration: none !important;
    border-left: 1px solid #e8edf2;
    transition: background .2s ease, transform .2s ease;
}

.ib-academy-tool-nav-phase16 > a:last-child {
    border-left: 0;
}

.ib-academy-tool-nav-phase16 > a:hover {
    background: #f8fafc;
    transform: translateY(-2px);
}

.ib-academy-tool-nav-phase16__icon {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef3f8;
    color: var(--academy-blue);
    font: 800 12px/1 Arial, sans-serif;
}

.ib-academy-tool-nav-phase16 strong,
.ib-academy-tool-nav-phase16 small {
    display: block;
}

.ib-academy-tool-nav-phase16 strong {
    font-size: 14px;
}

.ib-academy-tool-nav-phase16 small {
    margin-top: 5px;
    color: var(--academy-muted);
    font-size: 10px;
    line-height: 1.6;
}

.ib-academy-section-phase16 {
    padding-top: 76px;
}

.ib-academy-section-head-phase16 {
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.ib-academy-section-head-phase16 > div {
    max-width: 780px;
}

.ib-academy-section-head-phase16 span {
    color: var(--academy-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ib-academy-section-head-phase16 h2 {
    margin: 8px 0 0;
    color: var(--academy-navy);
    font-size: clamp(27px, 3vw, 39px);
    line-height: 1.45;
}

.ib-academy-section-head-phase16 p {
    margin: 8px 0 0;
    color: var(--academy-muted);
    font-size: 14px;
    line-height: 1.9;
}

.ib-academy-section-head-phase16 > a,
.ib-academy-panel-title-phase16 > a {
    flex: 0 0 auto;
    color: var(--academy-blue) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
}

.ib-academy-path-grid-phase16 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ib-academy-path-card-phase16 {
    min-height: 355px;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--academy-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 40, 65, .06);
}

.ib-academy-path-card-phase16::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: var(--academy-orange);
}

.ib-academy-path-card-phase16__top {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ib-academy-path-card-phase16__top span {
    padding: 5px 9px;
    border-radius: 8px;
    background: #f1f5f8;
    color: #466079;
    font-size: 10px;
    font-weight: 800;
}

.ib-academy-path-card-phase16__number {
    position: absolute;
    left: 22px;
    top: 17px;
    color: #edf1f5;
    font: 900 52px/1 Arial, sans-serif;
}

.ib-academy-path-card-phase16 h3 {
    margin: 35px 0 0;
    padding-left: 42px;
    color: var(--academy-navy);
    font-size: 22px;
    line-height: 1.65;
}

.ib-academy-path-card-phase16 > p {
    margin: 12px 0 20px;
    color: var(--academy-muted);
    font-size: 13px;
    line-height: 1.9;
}

.ib-academy-path-card-phase16__meta {
    margin-top: auto;
    padding: 14px 0;
    display: flex;
    gap: 18px;
    border-top: 1px solid #edf1f4;
    color: #617388;
    font-size: 11px;
    font-weight: 750;
}

.ib-academy-path-card-phase16 > a {
    display: flex;
    justify-content: space-between;
    color: var(--academy-orange) !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.ib-academy-development-grid-phase16 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ib-academy-development-panel-phase16,
.ib-academy-school-panel-phase16,
.ib-academy-course-card-phase16,
.ib-academy-empty-phase16 {
    border: 1px solid var(--academy-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 40, 65, .05);
}

.ib-academy-development-panel-phase16 {
    padding: 25px;
}

.ib-academy-panel-title-phase16 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.ib-academy-panel-title-phase16 span,
.ib-academy-school-panel-phase16 > span {
    color: var(--academy-orange);
    font-size: 10px;
    font-weight: 900;
}

.ib-academy-panel-title-phase16 h3,
.ib-academy-school-panel-phase16 h3 {
    margin: 5px 0 0;
    color: var(--academy-navy);
    font-size: 21px;
}

.ib-academy-compact-list-phase16 {
    margin-top: 22px;
}

.ib-academy-compact-list-phase16 > div {
    padding: 13px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #edf1f4;
}

.ib-academy-compact-list-phase16__index {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f1f5f8;
    color: var(--academy-blue);
    font: 800 11px/1 Arial, sans-serif;
}

.ib-academy-compact-list-phase16 strong,
.ib-academy-compact-list-phase16 small {
    display: block;
}

.ib-academy-compact-list-phase16 strong {
    color: var(--academy-ink);
    font-size: 13px;
}

.ib-academy-compact-list-phase16 small {
    margin-top: 4px;
    color: var(--academy-muted);
    font-size: 10px;
    line-height: 1.6;
}

.ib-academy-school-panel-phase16 {
    grid-column: 1 / -1;
    min-height: 245px;
    padding: 32px;
    color: #fff;
    border: 0;
    background: linear-gradient(120deg, #0a2949, #071a30);
}

.ib-academy-school-panel-phase16 h3 {
    color: #fff;
    font-size: 28px;
}

.ib-academy-school-panel-phase16 > p {
    max-width: 700px;
    margin: 13px 0 0;
    color: rgba(255,255,255,.67);
    font-size: 13px;
    line-height: 1.9;
}

.ib-academy-school-panel-phase16__items {
    margin: 22px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ib-academy-school-panel-phase16__items > span {
    min-width: 180px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
}

.ib-academy-school-panel-phase16__items strong,
.ib-academy-school-panel-phase16__items small {
    display: block;
}

.ib-academy-school-panel-phase16__items strong {
    font-size: 12px;
}

.ib-academy-school-panel-phase16__items small {
    margin-top: 3px;
    color: rgba(255,255,255,.55);
    font-size: 9px;
}

.ib-academy-school-panel-phase16 > a {
    display: inline-flex;
    padding: 10px 17px;
    border-radius: 10px;
    background: var(--academy-orange);
    color: #fff !important;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none !important;
}

.ib-academy-course-grid-phase16 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ib-academy-course-card-phase16 {
    min-height: 245px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.ib-academy-course-card-phase16__label {
    color: var(--academy-orange);
    font-size: 10px;
    font-weight: 900;
}

.ib-academy-course-card-phase16 h3 {
    margin: 13px 0 0;
    color: var(--academy-navy);
    font-size: 20px;
    line-height: 1.65;
}

.ib-academy-course-card-phase16 > p {
    margin: 10px 0 20px;
    color: var(--academy-muted);
    font-size: 12px;
    line-height: 1.9;
}

.ib-academy-course-card-phase16 > div {
    margin-top: auto;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #edf1f4;
    color: #6a7a8c;
    font-size: 11px;
}

.ib-academy-course-card-phase16 a {
    color: var(--academy-orange) !important;
    font-weight: 850;
    text-decoration: none !important;
}

.ib-academy-empty-phase16 {
    padding: 34px;
    text-align: center;
}

.ib-academy-empty-phase16 strong {
    color: var(--academy-navy);
}

.ib-academy-empty-phase16 p,
.ib-academy-panel-empty-phase16 {
    margin: 8px 0 0;
    color: var(--academy-muted);
    font-size: 12px;
}

.ib-academy-workspace-phase16 > .ib-section-sponsor-card,
.ib-academy-workspace-phase16 > [class*="sponsor"] {
    margin-top: 64px;
}

@media (max-width: 1100px) {
    .ib-academy-hero-phase16__inner {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 38px;
    }

    .ib-academy-tool-nav-phase16 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ib-academy-tool-nav-phase16 > a {
        border-bottom: 1px solid #e8edf2;
    }

    .ib-academy-path-grid-phase16 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .ib-academy-hero-phase16 {
        min-height: auto;
        background-position: 38% center;
    }

    .ib-academy-hero-phase16__inner {
        width: min(100% - 34px, 660px);
        padding: 58px 0 78px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ib-academy-hero-phase16__content > p {
        font-size: 15px;
    }

    .ib-academy-stats-phase16 {
        max-width: 430px;
    }

    .ib-academy-workspace-phase16 {
        width: min(100% - 28px, 660px);
        margin-top: -35px;
    }

    .ib-academy-tool-nav-phase16 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ib-academy-tool-nav-phase16 > a {
        min-height: 92px;
    }

    .ib-academy-section-phase16 {
        padding-top: 58px;
    }

    .ib-academy-section-head-phase16 {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .ib-academy-path-grid-phase16,
    .ib-academy-development-grid-phase16,
    .ib-academy-course-grid-phase16 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .ib-academy-hero-phase16 h1 {
        font-size: 35px;
    }

    .ib-academy-hero-phase16__actions,
    .ib-academy-button {
        width: 100%;
    }

    .ib-academy-stats-phase16 {
        padding: 10px;
    }

    .ib-academy-stat-phase16 {
        min-height: 96px;
        padding: 13px 8px;
    }

    .ib-academy-stat-phase16--primary {
        min-height: 202px;
    }

    .ib-academy-stat-phase16 strong {
        font-size: 28px;
    }

    .ib-academy-stat-phase16--primary strong {
        font-size: 45px;
    }

    .ib-academy-tool-nav-phase16 {
        grid-template-columns: 1fr;
    }

    .ib-academy-tool-nav-phase16 > a {
        min-height: 78px;
        border-left: 0;
    }

    .ib-academy-path-card-phase16,
    .ib-academy-development-panel-phase16,
    .ib-academy-course-card-phase16,
    .ib-academy-school-panel-phase16 {
        padding: 21px;
    }

    .ib-academy-school-panel-phase16__items {
        display: grid;
    }
}
