/* ==========================================================
   HORMUUD UNIVERSITY
   ADMISSION REQUIREMENTS
   ========================================================== */


.hu-admission {
    --adm-green: #167a45;
    --adm-green-hover: #11673a;
    --adm-green-dark: #0a3420;

    --adm-cream: #f7f6f1;
    --adm-white: #ffffff;

    --adm-text: #1e2420;
    --adm-text-soft: #5f6761;
    --adm-muted: #858c87;

    --adm-line: #dedfd9;
    --adm-line-dark: #c7ccc8;

    --adm-gold: #b88a32;
    --adm-gold-soft: #f8f0dd;

    --adm-display: "Fraunces", Georgia, serif;
    --adm-body: "Inter", Arial, sans-serif;

    width: 100%;

    min-height: 100vh;

    color:
        var(--adm-text);

    background:
        var(--adm-white);

    font-family:
        var(--adm-body);

    line-height: 1.6;

    -webkit-font-smoothing:
        antialiased;

    overflow: visible;
}


.hu-admission *,
.hu-admission *::before,
.hu-admission *::after {
    box-sizing: border-box;
}


.hu-admission a {
    color: inherit;

    text-decoration: none;
}


.hu-admission button {
    font: inherit;

    -webkit-tap-highlight-color:
        transparent;
}


.adm-shell {
    width:
        min(
            1200px,
            calc(100% - 56px)
        );

    margin-inline: auto;
}


.adm-icons {
    position: absolute;

    width: 0;
    height: 0;

    overflow: hidden;
}


.adm-icon {
    width: 17px;
    height: 17px;

    flex: none;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   HERO
   ========================================================== */

.adm-hero {
    background:
        var(--adm-cream);

    border-bottom:
        1px solid
        var(--adm-line);
}


.adm-hero-grid {
    min-height: 590px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(270px, .55fr);

    align-items: center;

    gap: 100px;

    padding-top: 95px;
    padding-bottom: 75px;
}


.adm-kicker {
    margin:
        0
        0
        22px;

    color:
        var(--adm-green);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .13em;

    text-transform: uppercase;
}


.adm-hero h1 {
    max-width: 850px;

    margin: 0;

    color: #171b18;

    font-family:
        var(--adm-display);

    font-size:
        clamp(
            49px,
            6vw,
            76px
        );

    font-weight: 600;

    line-height: 1;

    letter-spacing: -.043em;
}


.adm-hero h1 span {
    color:
        var(--adm-green);
}


.adm-hero-lead {
    max-width: 680px;

    margin:
        30px
        0
        0;

    color:
        var(--adm-text-soft);

    font-size: 16px;

    line-height: 1.82;
}


/* Actions */

.adm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 22px;

    margin-top: 31px;
}


.adm-explore {
    min-height: 44px;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 0;

    color:
        var(--adm-green);

    background: transparent;

    border: 0;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}


.adm-explore .adm-icon {
    width: 15px;
    height: 15px;

    transition:
        transform
        180ms ease;
}


.adm-explore:hover
.adm-icon {
    transform:
        translateY(3px);
}


.adm-apply {
    min-height: 45px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0
        18px;

    color: #fff;

    background:
        var(--adm-green);

    border-radius: 4px;

    font-size: 10px;
    font-weight: 700;

    transition:
        background
        170ms ease;
}


.adm-apply:hover {
    background:
        var(--adm-green-hover);
}


/* ==========================================================
   HERO SIDE
   ========================================================== */

.adm-hero-side {
    align-self: end;

    padding-bottom: 12px;
}


.adm-hero-side-line {
    height: 1px;

    margin-bottom: 26px;

    background:
        var(--adm-line-dark);
}


.adm-side-label {
    display: block;

    color:
        var(--adm-muted);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.adm-hero-side strong {
    display: block;

    margin-top: 8px;

    color:
        var(--adm-green-dark);

    font-family:
        var(--adm-display);

    font-size:
        clamp(
            78px,
            8vw,
            112px
        );

    font-weight: 600;

    line-height: .9;

    letter-spacing: -.055em;
}


.adm-hero-side p {
    max-width: 280px;

    margin:
        23px
        0
        0;

    color:
        var(--adm-text-soft);

    font-size: 11px;

    line-height: 1.7;
}


/* ==========================================================
   QUICK FACTS
   ========================================================== */

.adm-quick-facts {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    border-top:
        1px solid
        var(--adm-line);
}


.adm-quick-facts > div {
    min-height: 105px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding:
        20px
        25px;

    border-right:
        1px solid
        var(--adm-line);
}


.adm-quick-facts > div:first-child {
    padding-left: 0;
}


.adm-quick-facts > div:last-child {
    border-right: 0;
}


.adm-quick-facts span {
    color:
        var(--adm-muted);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .08em;

    text-transform: uppercase;
}


.adm-quick-facts strong {
    margin-top: 7px;

    color:
        var(--adm-green-dark);

    font-family:
        var(--adm-display);

    font-size: 28px;
    font-weight: 600;

    line-height: 1;
}


.adm-quick-facts
.adm-fact-text {
    font-size: 21px;
}


/* ==========================================================
   INTRO
   ========================================================== */

.adm-intro {
    padding:
        110px
        0
        90px;

    background: #fff;
}


.adm-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(170px, .35fr)
        minmax(0, 1.65fr);

    gap: 90px;
}


.adm-intro-meta > span {
    color:
        var(--adm-gold);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .12em;
}


.adm-intro-meta p {
    margin:
        14px
        0
        0;

    color:
        var(--adm-green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .11em;

    text-transform: uppercase;
}


.adm-intro-content h2 {
    max-width: 740px;

    margin: 0;

    color:
        var(--adm-green-dark);

    font-family:
        var(--adm-display);

    font-size:
        clamp(
            37px,
            4.5vw,
            54px
        );

    font-weight: 600;

    line-height: 1.08;

    letter-spacing: -.03em;
}


.adm-intro-content p {
    max-width: 610px;

    margin:
        25px
        0
        0;

    color:
        var(--adm-text-soft);

    font-size: 13px;

    line-height: 1.8;
}


/* ==========================================================
   REQUIREMENTS
   ========================================================== */

.adm-requirements {
    padding:
        20px
        0
        120px;

    background: #fff;
}


.adm-requirements-layout {
    display: grid;

    grid-template-columns:
        minmax(170px, .35fr)
        minmax(0, 1.65fr);

    gap: 90px;
}


/* ==========================================================
   STICKY SIDE
   ========================================================== */

.adm-side {
    position: relative;
}


.adm-side-inner {
    position: sticky;

    top: 95px;

    padding-top: 26px;

    border-top:
        1px solid
        var(--adm-line);
}


.adm-side-title {
    display: block;

    color:
        var(--adm-green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .11em;

    text-transform: uppercase;
}


.adm-side-inner > p {
    margin:
        9px
        0
        0;

    color:
        var(--adm-muted);

    font-size: 10px;
}


/* Progress */

.adm-progress {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 32px;
}


.adm-progress span {
    color:
        var(--adm-green-dark);

    font-size: 9px;
    font-weight: 700;
}


.adm-progress span:last-child {
    color:
        var(--adm-muted);
}


.adm-progress i {
    width: 55px;
    height: 1px;

    display: block;

    background:
        var(--adm-line-dark);
}


/* ==========================================================
   REQUIREMENT ITEM
   ========================================================== */

.adm-list {
    border-top:
        1px solid
        var(--adm-line);
}


.adm-item {
    position: relative;

    min-height: 205px;

    display: grid;

    grid-template-columns:
        50px
        minmax(0, 1fr)
        65px;

    align-items: center;

    gap: 20px;

    border-bottom:
        1px solid
        var(--adm-line);

    transition:
        padding-left
        350ms
        cubic-bezier(
            .22,
            1,
            .36,
            1
        );
}


.adm-item-number {
    align-self: start;

    margin-top: 37px;

    color:
        var(--adm-muted);

    font-size: 8px;
    font-weight: 600;
}


.adm-item-content {
    display: grid;

    grid-template-columns:
        52px
        minmax(0, 1fr);

    align-items: start;

    gap: 27px;

    padding:
        34px
        0;
}


.adm-item-icon {
    width: 46px;
    height: 46px;

    display: grid;
    place-items: center;

    color:
        var(--adm-green);

    border:
        1px solid
        var(--adm-line);

    border-radius: 50%;

    transition:
        color
        220ms ease,
        background
        220ms ease,
        border-color
        220ms ease;
}


.adm-item-icon svg {
    width: 19px;
    height: 19px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.adm-item-type {
    display: block;

    margin-bottom: 12px;

    color:
        var(--adm-muted);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .09em;

    text-transform: uppercase;
}


.adm-item h2 {
    max-width: 670px;

    margin: 0;

    color:
        var(--adm-green-dark);

    font-family:
        var(--adm-display);

    font-size:
        clamp(
            29px,
            3.6vw,
            45px
        );

    font-weight: 600;

    line-height: 1.12;

    letter-spacing: -.028em;

    transition:
        color
        220ms ease;
}


.adm-item p {
    max-width: 520px;

    margin:
        15px
        0
        0;

    color:
        var(--adm-text-soft);

    font-size: 11px;

    line-height: 1.7;
}


.adm-item-line {
    width: 34px;
    height: 1px;

    justify-self: end;

    background:
        var(--adm-line-dark);

    transition:
        width
        350ms
        cubic-bezier(
            .22,
            1,
            .36,
            1
        ),
        background
        180ms ease;
}


@media (hover: hover) and (pointer: fine) {

    .adm-item:hover {
        padding-left: 10px;
    }


    .adm-item:hover h2 {
        color:
            var(--adm-green);
    }


    .adm-item:hover
    .adm-item-line {
        width: 62px;

        background:
            var(--adm-green);
    }


    .adm-item:hover
    .adm-item-icon {
        color: #fff;

        background:
            var(--adm-green);

        border-color:
            var(--adm-green);
    }

}


/* ==========================================================
   FEE
   ========================================================== */

.adm-fee {
    margin-top: 16px;

    color:
        var(--adm-green);

    font-family:
        var(--adm-display);

    font-size: 35px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: -.03em;
}


/* ==========================================================
   CHECK SECTION
   ========================================================== */

.adm-check-section {
    padding:
        110px
        0;

    color: #fff;

    background:
        var(--adm-green-dark);
}


.adm-check-grid {
    display: grid;

    grid-template-columns:
        minmax(170px, .35fr)
        minmax(0, 1.65fr);

    gap: 90px;
}


.adm-check-meta > span {
    color:
        var(--adm-gold);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .12em;
}


.adm-check-meta p {
    margin:
        14px
        0
        0;

    color:
        rgba(
            255,
            255,
            255,
            .55
        );

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .1em;

    text-transform: uppercase;
}


.adm-check-kicker {
    display: block;

    margin-bottom: 16px;

    color: #9abda4;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .11em;

    text-transform: uppercase;
}


.adm-check-content h2 {
    max-width: 780px;

    margin: 0;

    font-family:
        var(--adm-display);

    font-size:
        clamp(
            39px,
            5vw,
            59px
        );

    font-weight: 600;

    line-height: 1.1;

    letter-spacing: -.03em;
}


/* Mini checklist */

.adm-mini-list {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    margin-top: 49px;

    border-top:
        1px solid
        rgba(
            255,
            255,
            255,
            .17
        );
}


.adm-mini-list > div {
    min-height: 72px;

    display: flex;
    align-items: center;

    gap: 13px;

    padding:
        15px
        20px
        15px
        0;

    border-bottom:
        1px solid
        rgba(
            255,
            255,
            255,
            .17
        );
}


.adm-mini-list > div:nth-child(odd) {
    border-right:
        1px solid
        rgba(
            255,
            255,
            255,
            .17
        );
}


.adm-mini-list > div:nth-child(even) {
    padding-left: 24px;
}


.adm-mini-list .adm-icon {
    width: 17px;
    height: 17px;

    color:
        #9dc5a8;
}


.adm-mini-list span {
    color:
        rgba(
            255,
            255,
            255,
            .76
        );

    font-size: 13px;
    font-weight: 500;
}


/* ==========================================================
   CTA
   ========================================================== */

.adm-cta {
    padding:
        100px
        0;

    background:
        var(--adm-cream);
}


.adm-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 60px;
}


.adm-cta-label {
    display: block;

    margin-bottom: 12px;

    color:
        var(--adm-green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: .11em;

    text-transform: uppercase;
}


.adm-cta h2 {
    max-width: 700px;

    margin: 0;

    color:
        var(--adm-green-dark);

    font-family:
        var(--adm-display);

    font-size:
        clamp(
            36px,
            4.5vw,
            51px
        );

    font-weight: 600;

    line-height: 1.1;

    letter-spacing: -.03em;
}


.adm-cta-actions {
    flex: none;

    display: flex;
    align-items: center;

    gap: 24px;
}


.adm-programmes-link {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color:
        var(--adm-green);

    font-size: 10px;
    font-weight: 700;
}


.adm-programmes-link
.adm-icon {
    width: 14px;
    height: 14px;

    transition:
        transform
        180ms ease;
}


.adm-programmes-link:hover
.adm-icon {
    transform:
        translateX(4px);
}


.adm-cta-button {
    min-height: 47px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding:
        0
        19px;

    color: #fff !important;

    background:
        var(--adm-green);

    border-radius: 4px;


    transition:
        background
        170ms ease;
}


.adm-cta-button:hover {
    background:
        var(--adm-green-hover);
}


/* ==========================================================
   REVEAL
   ========================================================== */

.hu-admission.js-ready
.adm-reveal {
    opacity: 0;

    transform:
        translateY(16px);

    transition:
        opacity
        700ms ease,
        transform
        700ms
        cubic-bezier(
            .22,
            1,
            .36,
            1
        );
}


.hu-admission.js-ready
.adm-reveal.is-visible {
    opacity: 1;

    transform:
        translateY(0);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1000px) {

    .adm-hero-grid {
        grid-template-columns: 1fr;

        min-height: auto;

        gap: 60px;
    }


    .adm-hero-side {
        max-width: 580px;
    }


    .adm-intro-grid,
    .adm-requirements-layout,
    .adm-check-grid {
        grid-template-columns:
            140px
            1fr;

        gap: 50px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 720px) {

    .adm-shell {
        width:
            min(
                100% - 30px,
                1200px
            );
    }


    .adm-hero-grid {
        padding-top: 65px;
        padding-bottom: 60px;
    }


    .adm-hero h1 {
        font-size:
            clamp(
                43px,
                12vw,
                59px
            );
    }


    .adm-hero-lead {
        font-size: 14px;
    }


    .adm-hero-side strong {
        font-size: 70px;
    }


    .adm-quick-facts {
        grid-template-columns: 1fr;
    }


    .adm-quick-facts > div,
    .adm-quick-facts > div:first-child {
        min-height: 82px;

        padding:
            18px
            0;

        border-right: 0;

        border-bottom:
            1px solid
            var(--adm-line);
    }


    .adm-quick-facts > div:last-child {
        border-bottom: 0;
    }


    .adm-intro {
        padding:
            75px
            0;
    }


    .adm-intro-grid,
    .adm-requirements-layout,
    .adm-check-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .adm-intro-content h2 {
        font-size: 36px;
    }


    /*
     * No sticky sidebar on mobile.
     */
    .adm-side-inner {
        position: static;

        padding-top: 0;

        border-top: 0;
    }


    .adm-progress {
        display: none;
    }


    .adm-requirements {
        padding-bottom: 80px;
    }


    .adm-item {
        min-height: 165px;

        grid-template-columns:
            32px
            minmax(0, 1fr)
            25px;

        gap: 10px;
    }


    .adm-item-number {
        margin-top: 29px;
    }


    .adm-item-content {
        grid-template-columns: 40px 1fr;

        gap: 17px;

        padding:
            27px
            0;
    }


    .adm-item-icon {
        width: 38px;
        height: 38px;
    }


    .adm-item-icon svg {
        width: 17px;
        height: 17px;
    }


    .adm-item h2 {
        font-size:
            clamp(
                27px,
                8vw,
                37px
            );
    }


    .adm-item-line {
        width: 18px;
    }


    .adm-check-section {
        padding:
            80px
            0;
    }


    .adm-check-content h2 {
        font-size: 39px;
    }


    .adm-mini-list {
        grid-template-columns: 1fr;
    }


    .adm-mini-list > div,
    .adm-mini-list > div:nth-child(even) {
        padding:
            16px
            0;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(
                255,
                255,
                255,
                .17
            );
    }


    .adm-cta {
        padding:
            78px
            0;
    }


    .adm-cta-inner {
        display: block;
    }


    .adm-cta-actions {
        margin-top: 30px;

        justify-content:
            space-between;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 460px) {

    .adm-shell {
        width:
            min(
                100% - 22px,
                1200px
            );
    }


    .adm-hero-actions {
        display: grid;

        align-items: start;
    }


    .adm-apply {
        width: 100%;
    }


    .adm-item {
        grid-template-columns:
            27px
            1fr;
    }


    .adm-item-line {
        display: none;
    }


    .adm-item-content {
        grid-template-columns: 1fr;
    }


    .adm-cta-actions {
        display: grid;

        gap: 20px;
    }


    .adm-cta-button {
        width: 100%;
    }

}


/* ==========================================================
   SCROLL SAFETY
   ========================================================== */

html,
body {
    height: auto !important;

    min-height: 100% !important;

    overflow-y: auto !important;
}


.hu-admission {
    height: auto !important;

    max-height: none !important;

    overflow: visible !important;
}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .hu-admission *,
    .hu-admission *::before,
    .hu-admission *::after {
        scroll-behavior:
            auto !important;

        transition-duration:
            .01ms !important;
    }


    .hu-admission.js-ready
    .adm-reveal {
        opacity: 1;

        transform: none;
    }

}

/* ==========================================================
   HORMUUD UNIVERSITY — ADMISSION REQUIREMENTS THEME 2026
   Page-specific Light + Dark mode layer.
   Keep this section at the END of admission_requirements.css.
   ========================================================== */


/* ==========================================================
   LIGHT MODE — OFFICIAL HU BRAND
   ========================================================== */

.hu-admission {
    --adm-green: #148154;
    --adm-green-hover: #0F6843;
    --adm-green-dark: #0F6843;

    --adm-blue: #2C85B7;
    --adm-blue-dark: #236E98;
    --adm-blue-soft: #EAF4F9;

    --adm-cream: #F8FAF9;
    --adm-white: #FFFFFF;

    --adm-text: #202522;
    --adm-text-soft: #606862;
    --adm-muted: #7B857E;

    --adm-line: #D9E0DC;
    --adm-line-dark: #C8D1CB;

    /* Old gold accent is replaced by HU secondary blue. */
    --adm-gold: #2C85B7;
    --adm-gold-soft: #EAF4F9;

    color: var(--adm-text);
    background: var(--adm-white);
}


/* Replace remaining hard-coded legacy light colors */

.hu-admission .adm-hero h1 {
    color: var(--adm-text);
}

.hu-admission .adm-intro,
.hu-admission .adm-requirements {
    background: var(--adm-white);
}

.hu-admission .adm-check-meta > span,
.hu-admission .adm-intro-meta > span {
    color: var(--adm-blue);
}

.hu-admission .adm-check-kicker {
    color: #B9DDCB;
}

.hu-admission .adm-mini-list .adm-icon {
    color: #B9DDCB;
}


/* ==========================================================
   DARK MODE — PAGE TOKENS
   ========================================================== */

html[data-theme="dark"] .hu-admission {
    --adm-green: #66C59B;
    --adm-green-hover: #86D5B2;
    --adm-green-dark: #86D5B2;

    --adm-blue: #72BCE3;
    --adm-blue-dark: #97D1EC;
    --adm-blue-soft: #173442;

    --adm-cream: #121B16;
    --adm-white: #0E1511;

    --adm-text: #EDF3EF;
    --adm-text-soft: #A9B5AE;
    --adm-muted: #7F8B84;

    --adm-line: #2D3A32;
    --adm-line-dark: #3A493F;

    --adm-gold: #72BCE3;
    --adm-gold-soft: #173442;

    color: var(--adm-text) !important;
    background: #0E1511 !important;
}


/* ==========================================================
   DARK — HERO
   ========================================================== */

html[data-theme="dark"] .hu-admission .adm-hero {
    background: #121B16 !important;
    border-bottom-color: var(--adm-line) !important;
}

html[data-theme="dark"] .hu-admission .adm-hero h1 {
    color: #F4F7F5 !important;
}

html[data-theme="dark"] .hu-admission .adm-hero h1 span {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-hero-lead,
html[data-theme="dark"] .hu-admission .adm-hero-side p {
    color: var(--adm-text-soft) !important;
}

html[data-theme="dark"] .hu-admission .adm-hero-side-line {
    background: var(--adm-line-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-side-label {
    color: var(--adm-muted) !important;
}

html[data-theme="dark"] .hu-admission .adm-hero-side strong {
    color: var(--adm-green-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-quick-facts {
    border-top-color: var(--adm-line) !important;
}

html[data-theme="dark"] .hu-admission .adm-quick-facts > div {
    border-right-color: var(--adm-line) !important;
}

html[data-theme="dark"] .hu-admission .adm-quick-facts span {
    color: var(--adm-muted) !important;
}

html[data-theme="dark"] .hu-admission .adm-quick-facts strong {
    color: var(--adm-green-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-explore {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-apply {
    color: #0E1511 !important;
    background: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-apply:hover,
html[data-theme="dark"] .hu-admission .adm-apply:focus-visible {
    background: var(--adm-green-dark) !important;
}


/* ==========================================================
   DARK — INTRO
   ========================================================== */

html[data-theme="dark"] .hu-admission .adm-intro {
    background: #0E1511 !important;
}

html[data-theme="dark"] .hu-admission .adm-intro-meta > span {
    color: var(--adm-blue) !important;
}

html[data-theme="dark"] .hu-admission .adm-intro-meta p {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-intro-content h2 {
    color: var(--adm-green-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-intro-content p {
    color: var(--adm-text-soft) !important;
}


/* ==========================================================
   DARK — REQUIREMENTS + STICKY PROGRESS
   ========================================================== */

html[data-theme="dark"] .hu-admission .adm-requirements {
    background: #0E1511 !important;
}

html[data-theme="dark"] .hu-admission .adm-side-inner {
    border-top-color: var(--adm-line) !important;
}

html[data-theme="dark"] .hu-admission .adm-side-title {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-side-inner > p {
    color: var(--adm-muted) !important;
}

html[data-theme="dark"] .hu-admission .adm-progress span:first-child {
    color: var(--adm-green-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-progress span:last-child {
    color: var(--adm-muted) !important;
}

html[data-theme="dark"] .hu-admission .adm-progress i {
    background: var(--adm-line-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-list,
html[data-theme="dark"] .hu-admission .adm-item {
    border-color: var(--adm-line) !important;
}

html[data-theme="dark"] .hu-admission .adm-item-number,
html[data-theme="dark"] .hu-admission .adm-item-type {
    color: var(--adm-muted) !important;
}

html[data-theme="dark"] .hu-admission .adm-item-icon {
    color: var(--adm-green) !important;
    border-color: var(--adm-line) !important;
    background: transparent !important;
}

html[data-theme="dark"] .hu-admission .adm-item h2 {
    color: var(--adm-green-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-item p {
    color: var(--adm-text-soft) !important;
}

html[data-theme="dark"] .hu-admission .adm-item-line {
    background: var(--adm-line-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-fee {
    color: var(--adm-green) !important;
}


/* Preserve the interactive hover language in dark mode */

@media (hover: hover) and (pointer: fine) {

    html[data-theme="dark"] .hu-admission .adm-item:hover h2 {
        color: var(--adm-green) !important;
    }

    html[data-theme="dark"] .hu-admission .adm-item:hover .adm-item-line {
        background: var(--adm-green) !important;
    }

    html[data-theme="dark"] .hu-admission .adm-item:hover .adm-item-icon {
        color: #0E1511 !important;
        background: var(--adm-green) !important;
        border-color: var(--adm-green) !important;
    }

}


/* ==========================================================
   DARK — READY CHECK
   This remains a strong branded institutional section.
   ========================================================== */

html[data-theme="dark"] .hu-admission .adm-check-section {
    color: #F4F7F5 !important;
    background: #0B3322 !important;
}

html[data-theme="dark"] .hu-admission .adm-check-meta > span {
    color: var(--adm-blue) !important;
}

html[data-theme="dark"] .hu-admission .adm-check-meta p {
    color: rgba(244, 247, 245, .58) !important;
}

html[data-theme="dark"] .hu-admission .adm-check-kicker {
    color: #9DD9BC !important;
}

html[data-theme="dark"] .hu-admission .adm-mini-list {
    border-top-color: rgba(255, 255, 255, .15) !important;
}

html[data-theme="dark"] .hu-admission .adm-mini-list > div {
    border-bottom-color: rgba(255, 255, 255, .15) !important;
}

html[data-theme="dark"] .hu-admission .adm-mini-list > div:nth-child(odd) {
    border-right-color: rgba(255, 255, 255, .15) !important;
}

html[data-theme="dark"] .hu-admission .adm-mini-list .adm-icon {
    color: #9DD9BC !important;
}

html[data-theme="dark"] .hu-admission .adm-mini-list span {
    color: rgba(244, 247, 245, .78) !important;
}


/* ==========================================================
   DARK — CTA
   ========================================================== */

html[data-theme="dark"] .hu-admission .adm-cta {
    background: #121B16 !important;
}

html[data-theme="dark"] .hu-admission .adm-cta-label {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-cta h2 {
    color: var(--adm-green-dark) !important;
}

html[data-theme="dark"] .hu-admission .adm-programmes-link {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-cta-button {
    color: #0E1511 !important;
    background: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-cta-button:hover,
html[data-theme="dark"] .hu-admission .adm-cta-button:focus-visible {
    background: var(--adm-green-dark) !important;
}


/* ==========================================================
   DARK — SMALL TYPOGRAPHIC DETAILS
   ========================================================== */

html[data-theme="dark"] .hu-admission .adm-kicker {
    color: var(--adm-green) !important;
}

html[data-theme="dark"] .hu-admission .adm-intro-meta > span,
html[data-theme="dark"] .hu-admission .adm-check-meta > span {
    color: var(--adm-blue) !important;
}


/* ==========================================================
   THEME TRANSITIONS
   ========================================================== */

.hu-admission,
.hu-admission .adm-hero,
.hu-admission .adm-intro,
.hu-admission .adm-requirements,
.hu-admission .adm-item,
.hu-admission .adm-check-section,
.hu-admission .adm-cta,
.hu-admission .adm-item-icon,
.hu-admission .adm-apply,
.hu-admission .adm-cta-button {
    transition:
        background-color .24s ease,
        color .24s ease,
        border-color .24s ease;
}


/* ==========================================================
   MOBILE DARK MODE
   ========================================================== */

@media (max-width: 720px) {

    html[data-theme="dark"] .hu-admission .adm-quick-facts > div {
        border-bottom-color: var(--adm-line) !important;
    }

    html[data-theme="dark"] .hu-admission .adm-mini-list > div,
    html[data-theme="dark"] .hu-admission .adm-mini-list > div:nth-child(even) {
        border-bottom-color: rgba(255, 255, 255, .15) !important;
    }

}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .hu-admission,
    .hu-admission .adm-hero,
    .hu-admission .adm-intro,
    .hu-admission .adm-requirements,
    .hu-admission .adm-item,
    .hu-admission .adm-check-section,
    .hu-admission .adm-cta,
    .hu-admission .adm-item-icon,
    .hu-admission .adm-apply,
    .hu-admission .adm-cta-button {
        transition: none !important;
    }

}
