.page-bursary {
    --bursary-ink: #071633;
    --bursary-muted: #5d6d84;
    --bursary-navy: #071f4d;
    --bursary-midnight: #021235;
    --bursary-blue: #174aa6;
    --bursary-red: #d91f2d;
    --bursary-gold: #c69a42;
    --bursary-green: #25d366;
    background: #f7f9fd;
}

.bursary-hero {
    margin-top: 18px;
}

.bursary-hero-shell {
    position: relative;
    min-height: clamp(500px, 48vw, 640px);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    background:
        radial-gradient(circle at 14% 84%, rgba(217, 31, 45, 0.2), transparent 25%),
        radial-gradient(circle at 84% 18%, rgba(198, 154, 66, 0.2), transparent 27%),
        linear-gradient(135deg, var(--bursary-midnight) 0%, var(--bursary-navy) 54%, var(--bursary-blue) 100%);
    box-shadow:
        0 34px 80px -62px rgba(12, 30, 70, 0.78),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    isolation: isolate;
}

.bursary-hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 62px 62px;
    opacity: 0.32;
}

.bursary-hero-shell::after {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 24px;
    pointer-events: none;
}

.bursary-hero-copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 6vw, 76px);
}

.bursary-kicker,
.bursary-card-kicker,
.bursary-section-head p {
    color: var(--bursary-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bursary-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}

.bursary-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: var(--bursary-red);
}

.bursary-hero h1 {
    margin: 0;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(62px, 8vw, 110px);
    line-height: 0.96;
    font-weight: 850;
    letter-spacing: 0;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.bursary-hero-copy > p:not(.bursary-kicker) {
    max-width: 650px;
    margin-top: 24px;
    color: rgba(232, 239, 252, 0.88);
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.65;
}

.bursary-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.bursary-hero-chips span {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 14px;
    font-weight: 800;
}

.bursary-hero-visual {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.bursary-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, var(--bursary-midnight), rgba(2, 18, 53, 0.35) 48%, rgba(2, 18, 53, 0.78)),
        radial-gradient(circle at 80% 15%, rgba(217, 31, 45, 0.22), transparent 30%);
}

.bursary-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.05) contrast(1.04);
}

.bursary-tabs {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    padding: 12px;
    border: 1px solid rgba(13, 36, 86, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 24px 60px -52px rgba(12, 30, 70, 0.62);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.bursary-tabs a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(23, 74, 166, 0.12);
    border-radius: 999px;
    color: var(--bursary-navy);
    background: #f4f8ff;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.bursary-tabs a:hover,
.bursary-tabs a:focus-visible,
.bursary-tabs a.is-active {
    color: #ffffff;
    background: var(--bursary-blue);
    border-color: var(--bursary-blue);
    outline: none;
    transform: translateY(-2px);
}
.bursary-quick-actions,
.bursary-service-grid,
.bursary-form-grid {
    display: grid;
    gap: 20px;
}

.bursary-quick-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
}

.bursary-action-card,
.bursary-service-card,
.bursary-contact-card,
.bursary-appointment-card,
.bursary-form-card {
    border: 1px solid rgba(13, 36, 86, 0.1);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px -48px rgba(12, 30, 70, 0.62);
}

.bursary-action-card {
    position: relative;
    min-height: 190px;
    display: grid;
    align-content: start;
    gap: 12px;
    overflow: hidden;
    padding: 24px 22px 22px;
    border-radius: 8px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bursary-action-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--bursary-blue);
}

.bursary-action-card--red::before,
.bursary-action-card--red .bursary-action-number {
    background: var(--bursary-red);
}

.bursary-action-card--gold::before,
.bursary-action-card--gold .bursary-action-number {
    background: var(--bursary-gold);
}

.bursary-action-card--green::before,
.bursary-action-card--green .bursary-action-number {
    background: var(--bursary-green);
}

.bursary-action-card:hover,
.bursary-action-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(23, 74, 166, 0.2);
    box-shadow: 0 30px 70px -52px rgba(12, 30, 70, 0.72);
    outline: none;
}

.bursary-action-number {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--bursary-blue);
    font-size: 13px;
    font-weight: 900;
}

.bursary-action-card h2,
.bursary-service-card h2,
.bursary-contact-card h2,
.bursary-appointment-card h2,
.bursary-section-head h2 {
    color: var(--bursary-navy);
    font-family: Manrope, Inter, sans-serif;
    line-height: 1.08;
}

.bursary-action-card h2 {
    font-size: clamp(22px, 2vw, 30px);
}

.bursary-action-card p {
    color: var(--bursary-muted);
    font-size: 14px;
    line-height: 1.55;
}

.bursary-service-grid {
    grid-template-columns: minmax(0, 1.24fr) minmax(340px, 0.76fr);
    margin-top: 28px;
}

.bursary-service-card,
.bursary-contact-card {
    min-height: 420px;
    padding: clamp(26px, 3vw, 42px);
    border-radius: 20px;
}

.bursary-service-card h2,
.bursary-contact-card h2 {
    margin-top: 16px;
    font-size: clamp(34px, 3.4vw, 48px);
}

.bursary-service-card > p:not(.bursary-card-kicker) {
    max-width: 720px;
    margin-top: 14px;
    color: var(--bursary-muted);
    font-size: 17px;
    line-height: 1.65;
}

.bursary-office-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
}

.bursary-office-gallery span {
    min-height: 140px;
    border-radius: 10px;
    border: 1px solid rgba(23, 74, 166, 0.14);
    background:
        radial-gradient(circle at 28% 36%, rgba(217, 31, 45, 0.25), transparent 12%),
        linear-gradient(135deg, #eef4ff, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.bursary-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.bursary-contact-list a {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 15px;
    border-radius: 8px;
    color: var(--bursary-ink);
    background: #eef4ff;
    border: 1px solid rgba(13, 36, 86, 0.08);
    font-size: 14px;
    font-weight: 800;
}

.bursary-contact-list a span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--bursary-blue);
}

.bursary-contact-list a:nth-child(even) span {
    background: var(--bursary-red);
}

.bursary-faq-band {
    margin-top: 32px;
    padding: clamp(44px, 5vw, 70px) 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 84% 20%, rgba(198, 154, 66, 0.18), transparent 26%),
        linear-gradient(135deg, var(--bursary-navy), var(--bursary-blue));
}

.bursary-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.44fr);
    gap: 26px;
    align-items: start;
}

.bursary-faq-list h2 {
    margin-top: 12px;
    color: #ffffff;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
}

.bursary-questions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.bursary-questions button {
    min-height: 58px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    color: var(--bursary-ink);
    background: rgba(255, 255, 255, 0.96);
    cursor: pointer;
    text-align: left;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
}

.bursary-questions button span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--bursary-blue);
    font-size: 12px;
}

.bursary-questions button:nth-child(even) span {
    background: var(--bursary-red);
}

.bursary-questions button strong {
    color: var(--bursary-muted);
    font-size: 22px;
}

.bursary-appointment-card {
    padding: clamp(24px, 3vw, 36px);
    border-radius: 18px;
}

.bursary-appointment-card h2 {
    margin-top: 14px;
    font-size: clamp(30px, 3vw, 42px);
}

.bursary-appointment-card p:not(.bursary-card-kicker) {
    margin-top: 12px;
    color: var(--bursary-muted);
    font-size: 16px;
    line-height: 1.62;
}

.bursary-appointment-card a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    margin-top: 26px;
    padding: 0 24px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--bursary-red);
    font-size: 15px;
    font-weight: 900;
}

.bursary-forms {
    margin-top: 40px;
}

.bursary-aid-section {
    margin-top: 40px;
}

.bursary-aid-panel,
.bursary-tin-section {
    border: 1px solid rgba(13, 36, 86, 0.1);
    background:
        radial-gradient(circle at 9% 25%, rgba(217, 31, 45, 0.08), transparent 20%),
        linear-gradient(135deg, #ffffff, #eef4ff);
    box-shadow: 0 24px 60px -50px rgba(12, 30, 70, 0.62);
}

.bursary-aid-panel {
    padding: clamp(28px, 4vw, 52px);
    border-radius: 20px;
}

.bursary-aid-panel h2,
.bursary-tin-section h2 {
    margin-top: 14px;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.bursary-aid-panel > p:not(.bursary-card-kicker),
.bursary-tin-section p:not(.bursary-card-kicker) {
    max-width: 760px;
    margin-top: 14px;
    color: var(--bursary-muted);
    font-size: 16px;
    line-height: 1.65;
}

.bursary-aid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.bursary-aid-list span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 999px;
    color: var(--bursary-navy);
    background: #ffffff;
    border: 1px solid rgba(23, 74, 166, 0.12);
    font-size: 13px;
    font-weight: 850;
}
.bursary-section-head {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
}

.bursary-section-head h2 {
    font-size: clamp(34px, 4vw, 54px);
}

.bursary-form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bursary-form-card {
    min-height: 118px;
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 22px;
    border-radius: 8px;
}

.bursary-form-card h3 {
    color: var(--bursary-navy);
    font-family: Manrope, Inter, sans-serif;
    font-size: 22px;
    line-height: 1.1;
}

.bursary-form-card a {
    width: max-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 4px;
    color: #ffffff;
    background: #ff9100;
    font-size: 12px;
    font-weight: 800;
}

.bursary-tin-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
    margin-bottom: 54px;
    padding: clamp(26px, 4vw, 44px);
    border-radius: 20px;
}

.bursary-tin-section a {
    flex: 0 0 auto;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--bursary-red);
    font-size: 14px;
    font-weight: 900;
}
@media (max-width: 1180px) {
    .bursary-hero-shell,
    .bursary-service-grid,
    .bursary-faq-layout {
        grid-template-columns: 1fr;
    }

    .bursary-hero-visual {
        display: none;
    }

    .bursary-quick-actions,
    .bursary-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bursary-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .bursary-tabs::-webkit-scrollbar {
        display: none;
    }

    .bursary-tabs a {
        flex: 0 0 auto;
    }
}

@media (max-width: 720px) {
    .bursary-hero-shell {
        min-height: 460px;
        border-radius: 24px;
    }

    .bursary-hero-copy {
        padding: 34px 24px;
    }

    .bursary-hero h1 {
        font-size: clamp(54px, 18vw, 82px);
    }

    .bursary-quick-actions,
    .bursary-office-gallery,
    .bursary-form-grid {
        grid-template-columns: 1fr;
    }

    .bursary-questions button {
        grid-template-columns: auto 1fr;
        padding: 12px 14px;
    }

    .bursary-questions button strong {
        display: none;
    }

    .bursary-tabs {
        border-radius: 14px;
        padding: 8px;
    }

    .bursary-tabs a {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    .bursary-tin-section {
        display: grid;
    }

    .bursary-tin-section a {
        width: 100%;
    }
}
/* Refined Bursary landing from Student Departments / Divisions */
#student-account-division {
    scroll-margin-top: 140px;
}

.bursary-hero-shell {
    min-height: clamp(430px, 42vw, 580px);
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.62fr);
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 26%),
        radial-gradient(circle at 84% 22%, rgba(119, 164, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #031433 0%, #08255a 52%, #174aa6 100%);
}

.bursary-hero-copy {
    padding: clamp(44px, 5.4vw, 72px);
}

.bursary-hero h1 {
    letter-spacing: -0.06em;
}

.bursary-hero-chips span {
    min-height: 40px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.bursary-hero-visual {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: clamp(34px, 4vw, 58px);
}

.bursary-hero-visual::before {
    background:
        radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.2), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
}

.bursary-hero-visual::after {
    content: "";
    position: absolute;
    right: -74px;
    bottom: -78px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.bursary-hero-panel {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 14px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 70px -46px rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bursary-hero-icon,
.bursary-action-icon,
.bursary-action-arrow {
    display: grid;
    place-items: center;
}

.bursary-hero-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.bursary-hero-icon svg,
.bursary-action-icon svg,
.bursary-action-arrow svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bursary-hero-panel small {
    color: rgba(232, 239, 252, 0.72);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bursary-hero-panel strong {
    max-width: 340px;
    color: #ffffff;
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

.bursary-hero-panel p {
    max-width: 360px;
    color: rgba(232, 239, 252, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.bursary-hero-metrics {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 10px;
}

.bursary-hero-metrics span {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 800;
}

.bursary-hero-metrics strong {
    color: #ffffff;
    font-size: 12px;
}

.bursary-quick-actions {
    gap: 18px;
}

.bursary-action-card {
    min-height: 166px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-content: start;
    column-gap: 16px;
    row-gap: 12px;
    padding: 22px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
}

.bursary-action-card::before {
    inset: auto 22px 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--bursary-blue), rgba(23, 74, 166, 0.22));
}

.bursary-action-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: var(--bursary-blue);
    background: #edf5ff;
    border: 1px solid rgba(23, 74, 166, 0.14);
}

.bursary-action-arrow {
    width: 36px;
    height: 36px;
    align-self: start;
    border-radius: 50%;
    color: var(--bursary-blue);
    background: #f4f8ff;
    border: 1px solid rgba(23, 74, 166, 0.12);
    transition: transform 0.22s ease, background 0.22s ease;
}

.bursary-action-arrow svg {
    width: 18px;
    height: 18px;
}

.bursary-action-card:hover .bursary-action-arrow,
.bursary-action-card:focus-visible .bursary-action-arrow {
    transform: translate(2px, -2px);
    background: #e6f0ff;
}

.bursary-action-card h2,
.bursary-action-card p {
    grid-column: 1 / -1;
}

.bursary-action-card h2 {
    margin-top: 2px;
    font-size: clamp(22px, 1.8vw, 28px);
    letter-spacing: -0.045em;
}

.bursary-action-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.bursary-questions button span,
.bursary-questions button:nth-child(even) span,
.bursary-contact-list a span,
.bursary-contact-list a:nth-child(even) span {
    color: var(--bursary-blue);
    background: #edf5ff;
    border: 1px solid rgba(23, 74, 166, 0.14);
}

.bursary-appointment-card a,
.bursary-tin-section a {
    background: var(--bursary-blue);
}

@media (max-width: 1180px) {
    .bursary-hero-visual {
        display: none;
    }
}

@media (max-width: 720px) {
    #student-account-division {
        scroll-margin-top: 104px;
    }

    .bursary-action-card {
        min-height: 0;
        padding: 20px;
    }
}
/* Bursary contact details */
.bursary-contact-list a,
.bursary-contact-list div {
    min-height: 58px;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding: 14px 15px;
    border-radius: 12px;
    color: var(--bursary-ink);
    background: #eef4ff;
    border: 1px solid rgba(13, 36, 86, 0.08);
    font-size: 14px;
    font-weight: 800;
}

.bursary-contact-list a:hover,
.bursary-contact-list a:focus-visible {
    border-color: rgba(23, 74, 166, 0.22);
    background: #e8f1ff;
    outline: none;
}

.bursary-contact-list a .bursary-contact-dot,
.bursary-contact-list div .bursary-contact-dot {
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-radius: 50%;
    color: var(--bursary-blue);
    background: var(--bursary-blue);
    border: 0;
}

.bursary-contact-list a .bursary-contact-copy,
.bursary-contact-list div .bursary-contact-copy {
    width: auto;
    height: auto;
    display: grid;
    gap: 4px;
    border: 0;
    border-radius: 0;
    color: inherit;
    background: transparent;
}

.bursary-contact-copy strong {
    color: var(--bursary-navy);
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bursary-contact-copy small {
    color: var(--bursary-muted);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
}

.bursary-appointment-card a[target="_blank"]::after,
.bursary-action-card[target="_blank"] .bursary-action-arrow::after {
    content: none;
}
/* Enhanced Bursary FAQ */
.bursary-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bursary-faq-band {
    margin-top: 36px;
    padding: clamp(54px, 5.4vw, 84px) 0 clamp(64px, 6vw, 96px);
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.12), transparent 26%),
        radial-gradient(circle at 92% 0, rgba(132, 174, 255, 0.2), transparent 30%),
        linear-gradient(135deg, #06183d 0%, #0b2f73 54%, #1f56b4 100%);
}

.bursary-faq-layout {
    grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.48fr);
    gap: clamp(24px, 3vw, 42px);
}

.bursary-faq-list h2 {
    max-width: 900px;
    font-size: clamp(44px, 5.3vw, 76px);
    letter-spacing: -0.07em;
}

.bursary-faq-intro {
    max-width: 680px;
    margin-top: 16px;
    color: rgba(232, 239, 252, 0.78);
    font-size: 17px;
    line-height: 1.65;
}

.bursary-questions {
    gap: 14px;
    margin-top: 30px;
}

.bursary-faq-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 54px -46px rgba(0, 0, 0, 0.62);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bursary-faq-item:hover,
.bursary-faq-item.is-open {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 30px 70px -50px rgba(0, 0, 0, 0.72);
}

.bursary-questions .bursary-faq-toggle {
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border: 0;
    border-radius: 0;
    color: var(--bursary-ink);
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
}

.bursary-questions .bursary-faq-toggle span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bursary-blue);
    background: #edf5ff;
    border: 1px solid rgba(23, 74, 166, 0.14);
    font-size: 13px;
    font-weight: 900;
}

.bursary-questions .bursary-faq-toggle strong {
    color: var(--bursary-ink);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.bursary-questions .bursary-faq-toggle em {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f7ff;
    border: 1px solid rgba(23, 74, 166, 0.12);
}

.bursary-questions .bursary-faq-toggle em::before,
.bursary-questions .bursary-faq-toggle em::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: var(--bursary-blue);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.bursary-questions .bursary-faq-toggle em::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.bursary-faq-item.is-open .bursary-faq-toggle em::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.bursary-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid transparent;
    transition: max-height 0.28s ease, opacity 0.22s ease, border-color 0.22s ease;
}

.bursary-faq-answer p {
    margin: 0;
    padding: 0 22px 22px 88px;
    color: var(--bursary-muted);
    font-size: 15.5px;
    line-height: 1.65;
}

.bursary-faq-item.is-open .bursary-faq-answer {
    max-height: 220px;
    opacity: 1;
    border-color: rgba(13, 36, 86, 0.08);
}

.bursary-appointment-card {
    position: sticky;
    top: 132px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 1180px) {
    .bursary-faq-layout,
    .bursary-quick-actions {
        grid-template-columns: 1fr;
    }

    .bursary-appointment-card {
        position: static;
    }
}

@media (max-width: 720px) {
    .bursary-faq-list h2 {
        font-size: clamp(38px, 13vw, 58px);
    }

    .bursary-questions .bursary-faq-toggle {
        grid-template-columns: 44px minmax(0, 1fr) 32px;
        gap: 12px;
        padding: 12px 14px;
    }

    .bursary-questions .bursary-faq-toggle span {
        width: 40px;
        height: 40px;
    }

    .bursary-faq-answer p {
        padding: 0 16px 18px 70px;
    }
}
/* Bursary office YouTube video */
.bursary-office-video {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(220px, 0.48fr);
    gap: 18px;
    align-items: stretch;
    margin-top: 38px;
    padding: 14px;
    border: 1px solid rgba(23, 74, 166, 0.14);
    border-radius: 22px;
    background: linear-gradient(135deg, #f4f8ff, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.bursary-office-video iframe {
    width: 100%;
    min-height: 300px;
    display: block;
    border: 0;
    border-radius: 16px;
    background: #071633;
    box-shadow: 0 22px 46px -38px rgba(7, 22, 51, 0.68);
}

.bursary-office-video-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
}

.bursary-office-video-copy span {
    color: var(--bursary-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bursary-office-video-copy strong {
    margin-top: 10px;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, sans-serif;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.bursary-office-video-copy a {
    width: max-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--bursary-blue);
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .bursary-office-video {
        grid-template-columns: 1fr;
    }

    .bursary-office-video iframe {
        min-height: 240px;
    }
}
/* Student-page typography and calmer bursary spacing */
.page-bursary {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-bursary h1,
.page-bursary h2,
.page-bursary h3,
.page-bursary .bursary-action-card strong,
.page-bursary .bursary-faq-toggle strong {
    font-family: Manrope, Inter, system-ui, sans-serif;
}

.bursary-service-grid {
    gap: clamp(28px, 4vw, 56px);
}

.bursary-service-card,
.bursary-contact-card {
    padding: clamp(30px, 3.4vw, 48px);
}

.bursary-office-video {
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding: 12px;
    border-radius: 24px;
    background: #f7faff;
}

.bursary-office-video iframe {
    min-height: clamp(360px, 33vw, 520px);
    border-radius: 18px;
}

.bursary-office-video-copy {
    display: none;
}

.bursary-faq-band {
    width: min(100% - 40px, 1860px);
    margin: clamp(54px, 6vw, 88px) auto 0;
    padding: clamp(68px, 6.2vw, 104px) clamp(34px, 4vw, 72px) clamp(78px, 6.8vw, 112px);
    border-radius: 32px;
    overflow: hidden;
}

.bursary-faq-layout {
    max-width: 1720px;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.44fr);
    margin: 0 auto;
}

.bursary-faq-list h2 {
    max-width: 980px;
    font-size: clamp(44px, 4.8vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.bursary-faq-intro {
    max-width: 760px;
    margin-top: 22px;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.7;
}

.bursary-questions {
    margin-top: 34px;
}

.bursary-appointment-card {
    top: 156px;
    padding: clamp(30px, 3vw, 44px);
}

.bursary-appointment-card h2 {
    font-size: clamp(34px, 3.2vw, 52px);
    letter-spacing: -0.06em;
}

@media (max-width: 1180px) {
    .bursary-faq-band {
        width: min(100% - 28px, 100%);
        padding: 52px 22px 64px;
        border-radius: 26px;
    }
}

@media (max-width: 720px) {
    .bursary-office-video iframe {
        min-height: 240px;
    }

    .bursary-faq-band {
        width: min(100% - 20px, 100%);
        margin-top: 42px;
        padding: 42px 14px 54px;
        border-radius: 22px;
    }

    .bursary-faq-list h2 {
        font-size: clamp(36px, 12vw, 54px);
    }
}
/* Bursary detail sections: Student Account + Financial Aid */
#financial-aid,
#student-account-faq {
    scroll-margin-top: 140px;
}

.bursary-detail-section,
.bursary-financial-section {
    margin-top: clamp(42px, 5vw, 72px);
}

.bursary-section-heading {
    display: grid;
    gap: 10px;
    max-width: 860px;
    margin-bottom: 26px;
}

.bursary-section-heading h2 {
    margin: 0;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.06em;
}

.bursary-section-heading span {
    color: var(--bursary-muted);
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.65;
}

.bursary-download-grid {
    display: grid;
    gap: 20px;
}

.bursary-download-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 56px);
    align-items: stretch;
    min-height: 300px;
    overflow: hidden;
    border: 1px solid rgba(23, 74, 166, 0.12);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 70px -56px rgba(12, 30, 70, 0.62);
}

.bursary-download-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 280px;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.72), transparent 18%),
        linear-gradient(135deg, #eaf2ff, #f8fbff);
}

.bursary-download-card--payment .bursary-download-visual {
    background:
        radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.76), transparent 18%),
        linear-gradient(135deg, #edf5ff, #ffffff);
}

.bursary-download-visual::before {
    content: "";
    position: absolute;
    width: 64%;
    height: 58%;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.55));
    border: 1px solid rgba(23, 74, 166, 0.12);
    box-shadow: 0 28px 54px -42px rgba(12, 30, 70, 0.6);
    transform: rotate(-3deg);
}

.bursary-download-card--payment .bursary-download-visual::before {
    transform: rotate(3deg);
}

.bursary-download-visual span {
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: var(--bursary-blue);
    background: #ffffff;
    border: 1px solid rgba(23, 74, 166, 0.16);
    box-shadow: 0 24px 50px -38px rgba(12, 30, 70, 0.68);
}

.bursary-download-visual svg,
.bursary-aid-card svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bursary-download-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(26px, 4vw, 54px) clamp(24px, 4vw, 62px) clamp(26px, 4vw, 54px) 0;
}

.bursary-download-copy small,
.bursary-aid-copy small {
    color: var(--bursary-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bursary-download-copy h3 {
    max-width: 620px;
    margin: 12px 0 0;
    color: var(--bursary-ink);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.14;
    letter-spacing: -0.05em;
}

.bursary-download-copy a,
.bursary-incentive-list a {
    width: max-content;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--bursary-blue);
    font-size: 14px;
    font-weight: 900;
}

.bursary-financial-section {
    padding-top: 8px;
}

.bursary-financial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.bursary-aid-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 300px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(23, 74, 166, 0.12);
    border-radius: 26px;
    background:
        radial-gradient(circle at 0 0, rgba(23, 74, 166, 0.08), transparent 26%),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 26px 70px -56px rgba(12, 30, 70, 0.62);
}

.bursary-aid-mark {
    width: 160px;
    height: 160px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bursary-blue);
    background: #edf5ff;
    border: 1px solid rgba(23, 74, 166, 0.16);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.68);
}

.bursary-aid-copy h3 {
    margin: 10px 0 0;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.06;
    letter-spacing: -0.06em;
}

.bursary-aid-copy ul {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.bursary-aid-copy li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bursary-ink);
    font-size: 15px;
    font-weight: 800;
}

.bursary-aid-copy li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bursary-blue);
}

.bursary-incentive-panel {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
    gap: 24px;
    margin-top: 24px;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(23, 74, 166, 0.12);
    border-radius: 26px;
    background: linear-gradient(135deg, #f7faff, #ffffff);
}

.bursary-incentive-panel h3 {
    margin: 10px 0 0;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(26px, 2.6vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.bursary-incentive-list {
    display: grid;
    gap: 12px;
}

.bursary-incentive-list a {
    width: 100%;
    justify-content: flex-start;
    margin: 0;
    color: var(--bursary-navy);
    background: #ffffff;
    border: 1px solid rgba(23, 74, 166, 0.12);
}

@media (max-width: 1180px) {
    .bursary-download-card,
    .bursary-financial-grid,
    .bursary-incentive-panel {
        grid-template-columns: 1fr;
    }

    .bursary-download-copy {
        padding: 0 24px 28px;
    }

    .bursary-aid-card {
        grid-template-columns: 130px minmax(0, 1fr);
    }

    .bursary-aid-mark {
        width: 120px;
        height: 120px;
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .bursary-aid-card {
        grid-template-columns: 1fr;
    }

    .bursary-download-visual {
        min-height: 220px;
    }
}
/* Restore four quick action cards */
.bursary-quick-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
    .bursary-quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .bursary-quick-actions {
        grid-template-columns: 1fr;
    }
}
/* Separate visual treatments for Student Account and Financial Aid tabs */
.bursary-account-panel {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: stretch;
}

.bursary-pexels-visual {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(23, 74, 166, 0.14);
    box-shadow: 0 30px 80px -58px rgba(12, 30, 70, 0.7);
    background: #edf5ff;
}

.bursary-pexels-visual img,
.bursary-financial-showcase img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bursary-pexels-visual::after {
    content: "Student Account";
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(7, 22, 51, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.bursary-account-panel .bursary-download-grid {
    align-content: stretch;
}

.bursary-account-panel .bursary-download-card {
    grid-template-columns: minmax(0, 1fr);
    min-height: 230px;
}

.bursary-account-panel .bursary-download-visual {
    min-height: 100%;
}

.bursary-account-panel .bursary-download-copy {
    padding: clamp(24px, 3vw, 38px) clamp(24px, 3vw, 42px);
}

.bursary-section-heading--split {
    max-width: none;
    grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.5fr);
    align-items: end;
}

.bursary-section-heading--split span {
    max-width: 520px;
    justify-self: end;
}

.bursary-financial-showcase {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 0.72fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(23, 74, 166, 0.12);
    background:
        radial-gradient(circle at 100% 0, rgba(23, 74, 166, 0.12), transparent 30%),
        #ffffff;
    box-shadow: 0 30px 80px -58px rgba(12, 30, 70, 0.7);
}

.bursary-financial-showcase img {
    min-height: 360px;
}

.bursary-financial-showcase > div {
    padding: clamp(28px, 4vw, 58px) clamp(26px, 4vw, 60px) clamp(28px, 4vw, 58px) 0;
}

.bursary-financial-showcase h3 {
    margin: 12px 0 0;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(32px, 3.6vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.065em;
}

.bursary-financial-showcase span {
    display: block;
    margin-top: 16px;
    color: var(--bursary-muted);
    font-size: 16px;
    line-height: 1.7;
}

.bursary-financial-section {
    margin-top: clamp(64px, 7vw, 104px);
    padding-top: clamp(30px, 4vw, 54px);
    border-top: 1px solid rgba(23, 74, 166, 0.12);
}

@media (max-width: 1180px) {
    .bursary-account-panel,
    .bursary-section-heading--split,
    .bursary-financial-showcase {
        grid-template-columns: 1fr;
    }

    .bursary-section-heading--split span {
        justify-self: start;
    }

    .bursary-pexels-visual,
    .bursary-financial-showcase img {
        min-height: 320px;
    }

    .bursary-financial-showcase > div {
        padding: 0 28px 32px;
    }
}

@media (max-width: 720px) {
    .bursary-account-panel .bursary-download-card {
        grid-template-columns: 1fr;
    }

    .bursary-account-panel .bursary-download-copy {
        padding: 22px;
    }

    .bursary-pexels-visual,
    .bursary-financial-showcase img {
        min-height: 230px;
    }
}
/* Bursary tab panels like faculty pages */
.bursary-tabs {
    scroll-margin-top: 130px;
}

.bursary-tabs a[role="tab"] {
    cursor: pointer;
}

.bursary-tab-panel {
    display: none;
}

.bursary-tab-panel.is-active {
    display: grid;
    animation: bursary-panel-enter 0.28s ease both;
}

.bursary-faq-band.bursary-tab-panel.is-active {
    display: block;
}

.bursary-service-grid.bursary-tab-panel.is-active {
    display: grid;
}

.bursary-detail-section.bursary-tab-panel.is-active,
.bursary-financial-section.bursary-tab-panel.is-active {
    display: block;
}

.bursary-detail-section,
.bursary-financial-section,
.bursary-faq-band {
    margin-bottom: clamp(36px, 5vw, 70px);
}

@keyframes bursary-panel-enter {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Final Bursary tab refinements: global FAQ, forms, and TIN */
.bursary-account-panel--clean {
    grid-template-columns: minmax(390px, 0.92fr) minmax(0, 0.88fr);
}

.bursary-account-docs {
    display: grid;
    gap: 18px;
    align-content: center;
}

.bursary-account-doc {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(23, 74, 166, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 52px -46px rgba(12, 30, 70, 0.62);
}

.bursary-account-doc small {
    color: var(--bursary-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bursary-account-doc h3 {
    margin: 10px 0 0;
    color: var(--bursary-navy);
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(22px, 2.1vw, 31px);
    line-height: 1.15;
    letter-spacing: -0.045em;
}

.bursary-account-doc a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--bursary-blue);
    font-size: 14px;
    font-weight: 900;
}

.bursary-forms-panel,
.bursary-tin-panel {
    margin-top: clamp(42px, 5vw, 72px);
}

.bursary-form-directory {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 30px);
}

.bursary-form-tile {
    position: relative;
    min-height: 276px;
    display: grid;
    align-content: end;
    justify-items: center;
    gap: 12px;
    overflow: hidden;
    padding: 26px;
    border-radius: 28px;
    border: 1px solid rgba(23, 74, 166, 0.16);
    background:
        radial-gradient(circle at 50% 9%, rgba(255, 255, 255, 0.86), transparent 24%),
        linear-gradient(135deg, #edf5ff 0%, #ffffff 78%);
    box-shadow: 0 26px 68px -54px rgba(12, 30, 70, 0.68);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bursary-form-tile:hover,
.bursary-form-tile:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(23, 74, 166, 0.36);
    box-shadow: 0 34px 82px -54px rgba(12, 30, 70, 0.78);
}

.bursary-form-clip {
    position: absolute;
    top: 22px;
    width: 72px;
    height: 36px;
    border-radius: 10px 10px 14px 14px;
    background: linear-gradient(180deg, #d8dce4, #a8b1c1);
    box-shadow: 0 10px 24px -16px rgba(7, 22, 51, 0.65);
}

.bursary-form-paper {
    position: absolute;
    top: 42px;
    width: 126px;
    height: 144px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--bursary-blue);
    background: linear-gradient(180deg, #ffffff, #f4f8ff);
    border: 5px solid #58a9ef;
    box-shadow: 0 18px 34px -24px rgba(7, 22, 51, 0.72);
}

.bursary-form-paper svg {
    width: 82px;
    height: 92px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.85;
}

.bursary-form-tile strong {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-radius: 16px;
    color: #ffffff;
    background: rgba(7, 22, 51, 0.78);
    font-size: 17px;
    line-height: 1.3;
    box-shadow: 0 16px 36px -28px rgba(7, 22, 51, 0.9);
}

.bursary-form-action {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--bursary-blue);
    background: #ffffff;
    border: 1px solid rgba(23, 74, 166, 0.18);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.bursary-tin-video {
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(23, 74, 166, 0.12);
    background: #f7faff;
    box-shadow: 0 24px 64px -54px rgba(12, 30, 70, 0.66);
}

.bursary-tin-video-frame {
    min-height: clamp(280px, 28vw, 430px);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    border-radius: 20px;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 40%),
        linear-gradient(135deg, #071633, #174aa6);
}

.bursary-tin-video-frame span {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    position: relative;
}

.bursary-tin-video-frame span::after {
    content: "";
    position: absolute;
    left: 29px;
    top: 22px;
    border-left: 22px solid #ffffff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.bursary-tin-video-frame strong {
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(24px, 2.8vw, 42px);
    letter-spacing: -0.05em;
}

.bursary-tin-video-frame small {
    color: rgba(232, 239, 252, 0.75);
    font-size: 14px;
}

.bursary-tin-posters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.4vw, 30px);
    margin-top: 28px;
}

.bursary-tin-poster {
    position: relative;
    min-height: 420px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 14px;
    overflow: hidden;
    padding: 18px;
    border-radius: 28px;
    color: var(--bursary-navy);
    border: 1px solid rgba(23, 74, 166, 0.16);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.96));
    box-shadow: 0 28px 72px -56px rgba(12, 30, 70, 0.72);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.bursary-tin-poster:hover,
.bursary-tin-poster:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(23, 74, 166, 0.34);
    box-shadow: 0 38px 90px -58px rgba(12, 30, 70, 0.82);
}

.bursary-tin-step {
    position: absolute;
    left: 26px;
    top: 26px;
    z-index: 3;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--bursary-blue), var(--bursary-navy));
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 18px 38px -26px rgba(7, 22, 51, 0.85);
}

.bursary-tin-image {
    min-height: 280px;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(23, 74, 166, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
}

.bursary-tin-image img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.24s ease;
}

.bursary-tin-poster:hover .bursary-tin-image img,
.bursary-tin-poster:focus-visible .bursary-tin-image img {
    transform: scale(1.03);
}

.bursary-tin-poster strong {
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: clamp(20px, 1.55vw, 26px);
    line-height: 1.16;
    letter-spacing: -0.045em;
}

.bursary-tin-poster em {
    width: max-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--bursary-blue);
    background: #eef5ff;
    border: 1px solid rgba(23, 74, 166, 0.14);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.bursary-faq-band {
    display: block;
}

@media (max-width: 1180px) {
    .bursary-account-panel--clean,
    .bursary-form-directory,
    .bursary-tin-posters {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .bursary-form-tile,
    .bursary-tin-poster {
        min-height: 240px;
    }
}

/* Bursary tab bar should stay in the page flow, while panels remain one-at-a-time. */
.bursary-tabs {
    position: relative;
    top: auto;
    z-index: 4;
    margin-bottom: clamp(28px, 4vw, 52px);
}

.bursary-tabs a[aria-current="true"],
.bursary-tabs a[aria-selected="true"] {
    color: #ffffff;
    background: var(--bursary-blue);
    border-color: var(--bursary-blue);
}

.bursary-tab-panel {
    scroll-margin-top: 132px;
}

.bursary-tab-panel + .bursary-tab-panel {
    margin-top: 0;
}

@media (max-width: 1180px) {
    .bursary-tabs {
        margin-bottom: 30px;
    }

    .bursary-tab-panel {
        scroll-margin-top: 118px;
    }
}

@media (max-width: 720px) {
    .bursary-tabs {
        margin-bottom: 24px;
    }

    .bursary-tab-panel {
        scroll-margin-top: 102px;
    }
}
