@import url("value-education.css");
.academic-links-panel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.orientation-fluid {
    position: relative;
    padding: 92px 0 104px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 14%, rgba(56, 166, 221, 0.12), transparent 24%),
        radial-gradient(circle at 90% 78%, rgba(47, 142, 222, 0.08), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.orientation-fluid::before,
.orientation-fluid::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.orientation-fluid::before {
    left: -90px;
    top: 22px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(56, 166, 221, 0.16), rgba(56, 166, 221, 0) 68%);
}

.orientation-fluid::after {
    right: -110px;
    bottom: -110px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(11, 44, 103, 0.07), rgba(11, 44, 103, 0) 70%);
}

.orientation-fluid .container {
    position: relative;
    z-index: 1;
    max-width: 1600px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.orientation-fluid__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
    align-items: center;
    gap: 62px;
}

.orientation-fluid__copy {
    position: relative;
    max-width: 760px;
    padding-right: 10px;
}

.orientation-fluid__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #1e73b8;
    font-family: var(--montserrat);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.orientation-fluid__eyebrow::after {
    content: "";
    width: 52px;
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 115, 184, 0.7), rgba(30, 115, 184, 0));
}

.orientation-fluid__mark {
    position: absolute;
    top: -84px;
    left: -2px;
    font-family: var(--playfair);
    font-style: italic;
    font-size: clamp(8.2rem, 9.6vw, 11rem);
    line-height: 1;
    color: rgba(56, 166, 221, 0.11);
    pointer-events: none;
    user-select: none;
}

.orientation-fluid__title {
    margin: 0;
    max-width: 12ch;
    font-family: var(--montserrat);
    font-size: clamp(2.5rem, 4.9vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    color: #0b2c67;
}

.orientation-fluid__title .title-right {
    color: #2f8ede;
    font-style: italic;
    font-family: var(--playfair);
}

.orientation-fluid__text {
    position: relative;
    margin: 18px 0 0;
    color: #5b728f;
    font-size: 1.06rem;
    line-height: 1.95;
}

.orientation-fluid__text + .orientation-fluid__text {
    margin-top: 14px;
}

.orientation-fluid__visual {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    padding-top: 22px;
}

.orientation-fluid__visual::before {
    content: "";
    position: absolute;
    inset: 12% 6% 14%;
    border-radius: 42%;
    background:
        radial-gradient(circle at 40% 34%, rgba(255, 255, 255, 0.78), rgba(56, 166, 221, 0.04) 56%, rgba(56, 166, 221, 0) 78%);
    filter: blur(1px);
}

.orientation-fluid__image {
    position: relative;
    width: min(100%, 560px);
    aspect-ratio: 1 / 1;
    margin: 0;
    z-index: 1;
    border-radius: 28px;
    overflow: visible;
    background: #fff;
    box-shadow:
        0 28px 56px rgba(8, 38, 82, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.85) inset;
    transform: translateY(8px);
}

.orientation-fluid__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, rgba(11, 44, 103, 0.06), rgba(11, 44, 103, 0));
    z-index: 1;
    pointer-events: none;
}

.orientation-fluid__image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 24px;
    background: linear-gradient(180deg, rgba(8, 38, 82, 0), rgba(8, 38, 82, 0.08));
    opacity: 0.35;
    pointer-events: none;
}

.orientation-fluid__tape {
    position: absolute;
    top: -23px;
    left: 50%;
    width: 150px;
    height: 50px;
    z-index: 3;
    background: #38a6ddb0;
    transform: translateX(-50%);
    overflow: hidden;
}

.orientation-fluid__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    border-radius: inherit;
    position: relative;
    z-index: 1;
    transform-origin: 50% 0%;
    animation: orientationBottomSwing 3.6s ease-in-out infinite;
}

.orientation-fluid .reveal-card {
    opacity: 1;
    transform: none;
    transition: none;
}

.programme-details {
    position: relative;
    overflow: hidden;
    padding: 96px 0 104px;
    background:
        radial-gradient(circle at 12% 16%, rgba(56, 166, 221, 0.14), transparent 22%),
        radial-gradient(circle at 84% 18%, rgba(8, 38, 82, 0.08), transparent 18%),
        radial-gradient(circle at 92% 82%, rgba(56, 166, 221, 0.1), transparent 22%),
        linear-gradient(180deg, #f9fcff 0%, #eef5fc 100%);
}

.programme-details::before,
.programme-details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.programme-details::before {
    left: 0;
    width: clamp(54px, 5vw, 74px);
    background:
        radial-gradient(circle at 100% 12%, #f9fcff 0 18px, rgba(249, 252, 255, 0) 19px) right top / 100% 134px repeat-y,
        linear-gradient(180deg, #082652 0%, #0d4a84 100%);
}

.programme-details::after {
    right: 0;
    width: 24px;
    background: linear-gradient(180deg, #dfeffc 0%, #38a6dd 24%, #0b2c67 50%, #38a6dd 76%, #dfeffc 100%);
}

.programme-details .container {
    position: relative;
    z-index: 1;
    max-width: 1380px !important;
    padding-left: clamp(54px, 5vw, 88px);
    padding-right: clamp(34px, 3.2vw, 56px);
}

.programme-details__shell {
    position: relative;
    padding-top: 8px;
    isolation: isolate;
}

.programme-details__shell::before {
    content: "";
    position: absolute;
    inset: 30px 8% auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(8, 38, 82, 0), rgba(8, 38, 82, 0.12), rgba(56, 166, 221, 0.18), rgba(8, 38, 82, 0));
    pointer-events: none;
    z-index: -1;
}

.programme-details__title {
    margin: 0 0 52px;
    text-align: left;
    position: relative;
    padding-bottom: 18px;
}

.programme-details__title .title-left,
.programme-details__title .title-right {
    font-size: 3rem !important;
}

.programme-details__title .title-left {
    color: #0b2c67 !important;
}

.programme-details__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 124px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b2c67 0%, #38a6dd 100%);
}

.programme-details__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    gap: 28px;
    align-items: start;
}

.programme-details__panel {
    min-width: 0;
    position: relative;
    padding: 34px 32px 32px;
    border: 1px solid rgba(8, 38, 82, 0.12);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 255, 0.96) 100%);
    box-shadow:
        0 26px 58px rgba(8, 38, 82, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    overflow: hidden;
}

.programme-details__panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, #0b2c67 0%, #38a6dd 100%);
}

.programme-details__panel::after {
    content: "";
    position: absolute;
    right: -64px;
    bottom: -64px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 166, 221, 0.11) 0%, rgba(56, 166, 221, 0) 72%);
    pointer-events: none;
}

.programme-details__heading {
    margin: 0 0 20px;
    color: #0b2c67;
    font-family: var(--montserrat);
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    position: relative;
    padding-left: 18px;
}

.programme-details__heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.12em;
    width: 5px;
    height: 1em;
    border-radius: 999px;
    background: linear-gradient(180deg, #38a6dd 0%, #0b2c67 100%);
}

.programme-details__list,
.programme-details__frame-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.programme-details__list li,
.programme-details__frame-list li {
    position: relative;
    padding: 18px 18px 18px 56px;
    color: #5b708b;
    font-family: var(--montserrat);
    font-size: clamp(1.06rem, 1.35vw, 1.32rem);
    line-height: 1.52;
    letter-spacing: -0.015em;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(8, 38, 82, 0.08);
    box-shadow: 0 12px 26px rgba(8, 38, 82, 0.04);
    counter-increment: programme-item;
}

.programme-details__list li::before,
.programme-details__frame-list li::before {
    content: counter(programme-item, decimal-leading-zero);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #0b2c67 0%, #38a6dd 100%);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.programme-details__list,
.programme-details__frame-list {
    counter-reset: programme-item;
}

.programme-details__list li + li,
.programme-details__frame-list li + li {
    margin-top: 16px;
}

.programme-details__frame {
    min-height: 324px;
    padding: 18px;
    border: 1px solid rgba(8, 38, 82, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 245, 253, 0.96) 100%);
    box-shadow:
        0 18px 40px rgba(8, 38, 82, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.programme-details__frame-list li {
    color: #4f5f74;
    font-size: clamp(1.04rem, 1.3vw, 1.24rem);
    background: rgba(255, 255, 255, 0.82);
}

.programme-details__frame-list li + li {
    margin-top: 16px;
}

/* New card layout below the co-op intro */
.programme-details--cards {
    padding: 82px 0 96px;
    background: radial-gradient(circle at 10% 20%, rgba(56, 166, 221, 0.09) 0%, transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(0, 40, 94, 0.07) 0%, transparent 28%),
    linear-gradient(180deg, #f5f3ef 0%, #edeae4 100%);
}

.programme-details--cards::before,
.programme-details--cards::after {
    display: none;
}

.programme-details--cards .container {
    max-width: 1520px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.programme-details__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.programme-details__section-title {
    margin: 0 0 26px;
    text-align: center;
    max-width: none;
}

.programme-details__section-title .title-left,
.programme-details__section-title .title-right {
    font-size: clamp(2.1rem, 3.6vw, 3.4rem);
}

.programme-details__section-title .title-left {
    color: #0b2c67;
}

.programme-details__section-title .title-right {
    color: #38a6dd;
}

.programme-details__section-text {
    max-width: 920px;
    margin: 0 auto 28px;
    color: #5b708b;
    font-family: var(--montserrat);
    font-size: 1.02rem;
    line-height: 1.85;
    letter-spacing: -0.01em;
    text-align: center;
}

.programme-details--cards .programme-details__panel {
    padding: 28px 28px 26px;
    border: 1px solid rgba(8, 38, 82, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.95) 100%);
    box-shadow:
        0 20px 44px rgba(8, 38, 82, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.programme-details--cards .programme-details__panel::before {
    width: 6px;
    background: linear-gradient(180deg, #38a6dd 0%, #0b2c67 100%);
}

.programme-details--cards .programme-details__panel::after {
    right: -50px;
    bottom: -50px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(56, 166, 221, 0.08) 0%, rgba(56, 166, 221, 0) 72%);
}

.programme-details__panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.programme-details__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #38a6dd 0%, #0b2c67 100%);
    box-shadow: 0 12px 24px rgba(56, 166, 221, 0.22);
    flex: 0 0 auto;
}

.programme-details__icon i {
    font-size: 1rem;
}

.programme-details__card-title {
    margin: 0;
    color: #173d74;
    font-family: var(--montserrat);
    font-size: clamp(1.5rem, 2vw, 2.2rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.programme-details__card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0b2c67 0%, #38a6dd 100%);
}

.programme-details__list--modern {
    display: grid;
    gap: 12px;
}
.orientation-steps__icon img{
    width: 65%;
    height: 65%;
}

.programme-details__list--modern li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    border: 1px solid rgba(8, 38, 82, 0.06);
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fbff 0%, #edf5fd 100%);
    box-shadow: none;
    counter-increment: none;
    color: #4e627d;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.55;
    align-items: center;
}

.programme-details__list--modern li::before {
    display: none;
}

.programme-details__item-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #38a6dd;
    background: rgba(56, 166, 221, 0.1);
    margin-top: 1px;
}

.programme-details__item-icon i {
    font-size: 0.92rem;
}

.programme-details__timeline {
    position: relative;
    display: grid;
    gap: 22px;
    padding-left: 24px;
    margin-top: 4px;
}

.programme-details__timeline::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(56, 166, 221, 0.8), rgba(11, 44, 103, 0.2));
}

.programme-details__timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.programme-details__timeline-dot {
    width: 14px;
    height: 14px;
    margin-top: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38a6dd 0%, #0b2c67 100%);
    box-shadow: 0 0 0 8px rgba(56, 166, 221, 0.1);
    position: relative;
    z-index: 1;
}

.programme-details__timeline-copy {
    min-width: 0;
    padding-bottom: 2px;
}

.programme-details__timeline-label {
    display: inline-block;
    margin-bottom: 2px;
    color: #2f8ede;
    font-family: var(--montserrat);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.programme-details__timeline-copy p {
    margin: 0;
    color: #4e627d;
    font-family: var(--montserrat);
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.45;
}

.orientation-steps {
    position: relative;
    overflow: hidden;
    padding: 54px 0 92px;
    background:
        radial-gradient(circle at 14% 16%, rgba(56, 166, 221, 0.12), transparent 22%),        radial-gradient(circle at 90% 82%, rgba(8, 38, 82, 0.08), transparent 20%),        linear-gradient(180deg, #f6fbff 0%, #ecf3fb 100%);
}

.orientation-steps .container {
    position: relative;
    z-index: 1;
    max-width: 1600px !important;
}

.orientation-steps__header {
    max-width: 980px;
    margin: 0 auto 30px;
    text-align: center;
}

.orientation-steps__title {
    justify-content: center;
    margin: 0 0 14px;
    text-align: center;
}

.orientation-steps__title .title-left,
.orientation-steps__title .title-right {
    font-size: clamp(2rem, 3.6vw, 3.2rem);
}

.orientation-steps__intro {
    max-width: 780px;
    margin: 0 auto;
    color: #5b728f;
    font-family: var(--montserrat);
    font-size: 1.02rem;
    line-height: 1.85;
    letter-spacing: -0.01em;
}

.orientation-steps__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    padding-top: 12px;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.orientation-steps__track::before {
    content: "";
    position: absolute;
    left: 4.3%;
    right: 4.3%;
    top: 150px;
    height: 1px;
    background: linear-gradient(90deg, rgba(11, 44, 103, 0.08), rgba(56, 166, 221, 0.42), rgba(11, 44, 103, 0.08));
    pointer-events: none;
}

.orientation-steps__item {
    position: relative;
    min-width: 0;
    padding: 0 14px;
    text-align: center;
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    transition:
        opacity 0.75s ease,
        transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.orientation-steps__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 146px;
    right: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a9c0df;
    box-shadow: 0 0 0 6px rgba(169, 192, 223, 0.12);
}

.orientation-steps__icon-wrap {
    position: relative;
    display: grid;
    place-items: center;
    width: 124px;
    height: 124px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
    box-shadow:
        0 10px 26px rgba(8, 38, 82, 0.08),
        0 0 0 8px rgba(242, 246, 251, 0.92),
        inset 0 0 0 1px rgba(183, 199, 221, 0.58);
}

.orientation-steps__icon-wrap::before {
    content: "";
    position: absolute;
    inset: 11px;
    border-radius: 50%;
    border: 1px solid rgba(56, 166, 221, 0.12);
    box-shadow: inset 0 0 0 1px rgba(11, 44, 103, 0.04);
}

.orientation-steps__icon-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 4px);
    width: 1px;
    height: 18px;
    background: linear-gradient(180deg, rgba(11, 44, 103, 0.18), rgba(56, 166, 221, 0.32));
    transform: translateX(-50%);
}

.orientation-steps__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    color: #0b2c67;
    background:
        radial-gradient(circle at 30% 28%, rgba(56, 166, 221, 0.12), transparent 42%),
        #ffffff;
    box-shadow:
        0 10px 18px rgba(8, 38, 82, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.orientation-steps__icon i {
    font-size: 2.55rem;
    line-height: 1;
    color: transparent;
    background: linear-gradient(180deg, #2c7be5 0%, #0b2c67 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.72));
}

.orientation-steps__badge {
    position: relative;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 12px auto 14px;
    color: #ffffff;
    font-family: var(--montserrat);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
    background: linear-gradient(180deg, #4ca3ea 0%, #3e90e5 54%, #2d7de0 100%);
    box-shadow:
        0 8px 18px rgba(57, 133, 216, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.orientation-steps__text {
    max-width: 220px;
    margin: 0 auto;
    color: #173d74;
    font-family: var(--montserrat);
    font-size: clamp(1rem, 1.22vw, 1.28rem);
    line-height: 1.48;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.orientation-steps.is-visible .orientation-steps__track,
.orientation-steps__track.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.orientation-steps.is-visible .orientation-steps__item,
.orientation-steps__track.is-visible .orientation-steps__item {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.orientation-steps.is-visible .orientation-steps__item:nth-child(1),
.orientation-steps__track.is-visible .orientation-steps__item:nth-child(1) {
    transition-delay: 0.06s;
}

.orientation-steps.is-visible .orientation-steps__item:nth-child(2),
.orientation-steps__track.is-visible .orientation-steps__item:nth-child(2) {
    transition-delay: 0.16s;
}

.orientation-steps.is-visible .orientation-steps__item:nth-child(3),
.orientation-steps__track.is-visible .orientation-steps__item:nth-child(3) {
    transition-delay: 0.26s;
}

.orientation-steps.is-visible .orientation-steps__item:nth-child(4),
.orientation-steps__track.is-visible .orientation-steps__item:nth-child(4) {
    transition-delay: 0.36s;
}

.orientation-steps.is-visible .orientation-steps__item:nth-child(5),
.orientation-steps__track.is-visible .orientation-steps__item:nth-child(5) {
    transition-delay: 0.46s;
}

.orientation-steps.is-visible .orientation-steps__item:nth-child(6),
.orientation-steps__track.is-visible .orientation-steps__item:nth-child(6) {
    transition-delay: 0.56s;
}

.student-orientation-story {
    position: relative;
    overflow: hidden;
    padding: 88px 0 104px;
    background:
        radial-gradient(circle at 16% 16%, rgba(56, 166, 221, 0.12), transparent 20%),
        radial-gradient(circle at 88% 12%, rgba(11, 44, 103, 0.08), transparent 18%),
        radial-gradient(circle at 82% 84%, rgba(56, 166, 221, 0.1), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
}

.student-orientation-story .container {
    position: relative;
    z-index: 1;
    max-width: 1600px !important;
}

.student-orientation-story__shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
    gap: 28px;
    align-items: center;
}

.student-orientation-story .vision-copy {
    position: relative;
    padding: 28px 12px 24px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.student-orientation-story .vision-copy::before {
    display: none;
}

.student-orientation-story .vision-copy .section-title {
    margin: 0;
    text-align: left;
    max-width: none;
    padding-bottom: 0;
}

.student-orientation-story .vision-copy .title-left,
.student-orientation-story .vision-copy .title-right {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.student-orientation-story .vision-copy .title-left {
    color: #0b2c67;
}

.student-orientation-story .vision-copy .title-right {
    color: #38a6dd;
}

.student-orientation-story .subtext {
    margin: 16px 0 0;
    color: #5b728f;
    font-family: var(--montserrat);
    font-size: 1.08rem;
    line-height: 1.8;
    letter-spacing: -0.01em;
    max-width: 560px;
    text-align: left;
}

.student-orientation-story .button-group {
    margin-top: 22px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.student-orientation-story .story-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.95rem 1.7rem;
    border-radius: 999px;
    border: 1.5px solid #2d9be6;
    background: transparent;
    color: #2d9be6;
    font-family: var(--montserrat);
    font-weight: 700;
    letter-spacing: 0.11em;
    box-shadow: none;
}

.student-orientation-story .story-pill:hover {
    transform: translateY(-1px);
    background: rgba(45, 155, 230, 0.08);
    box-shadow: none;
    color: #2d9be6;
}

.student-orientation-story .art-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.student-orientation-story .art-card {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5.15;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(23, 20, 17, 0.14);
    background: #e9eef5;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.student-orientation-story .art-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(23, 20, 17, 0.18);
}

.student-orientation-story .art-card a,
.student-orientation-story .art-card img {
    display: block;
    width: 100%;
    height: 100%;
}

.student-orientation-story .art-card img {
    object-fit: cover;
    transition: transform 0.45s ease;
}

.student-orientation-story .art-card:hover img {
    transform: scale(1.05);
}

.student-orientation-story .story-two {
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.student-orientation-story.is-visible .story-two {
    opacity: 1;
    transform: translateY(0);
}

.student-orientation-story .art-card {
    opacity: 0;
    transform: translate3d(0, 42px, 0) scale(0.96);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        box-shadow 0.28s ease;
    will-change: transform, opacity;
}

.student-orientation-story.is-visible .art-card {
    opacity: 1;
}

.student-orientation-story.is-visible .art-card:nth-child(1) {
    transition-delay: 0.03s;
}

.student-orientation-story.is-visible .art-card:nth-child(2) {
    transition-delay: 0.08s;
}

.student-orientation-story.is-visible .art-card:nth-child(3) {
    transition-delay: 0.13s;
}

.student-orientation-story.is-visible .art-card:nth-child(4) {
    transition-delay: 0.18s;
}

.student-orientation-story.is-visible .art-card:nth-child(5) {
    transition-delay: 0.23s;
}

.student-orientation-story.is-visible .art-card:nth-child(6) {
    transition-delay: 0.28s;
}

.student-orientation-story.is-visible .art-card:nth-child(7) {
    transition-delay: 0.33s;
}

.student-orientation-story.is-visible .art-card:nth-child(8) {
    transition-delay: 0.38s;
}

.student-orientation-story.is-visible .art-card:nth-child(9) {
    transition-delay: 0.43s;
}

.student-orientation-story.is-visible .art-card:nth-child(10) {
    transition-delay: 0.48s;
}

.student-orientation-story.is-visible .art-card:nth-child(11) {
    transition-delay: 0.53s;
}

.student-orientation-story.is-visible .art-card:nth-child(12) {
    transition-delay: 0.58s;
}

.student-orientation-story.is-visible .art-card:nth-child(13) {
    transition-delay: 0.63s;
}

.student-orientation-story.is-visible .art-card:nth-child(14) {
    transition-delay: 0.68s;
}

.student-orientation-story.is-visible .art-card:nth-child(15) {
    transition-delay: 0.73s;
}

.student-reflections-showcase {
    --student-card-start: #00285e;
    --student-card-end: #0a427d;
    --student-sky: #38a6dd;
    --student-sky-2: #73c7ee;
    --student-white: #ffffff;
    --student-body: #274667;
    --student-serif: "Playfair Display", "EB Garamond", Georgia, serif;
    --student-sans: var(--montserrat);

    position: relative;
    isolation: isolate;
    padding: 70px 0 80px;
    background: #f9f3e5;
}

.student-reflections-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 1px solid rgba(56, 166, 221, 0.18);
    border-bottom: 1px solid rgba(56, 166, 221, 0.18);
    pointer-events: none;
}

.student-reflections-showcase .container {
    position: relative;
    z-index: 1;
    max-width: 1600px !important;
}

.student-reflections-showcase__header {
    margin-bottom: 40px;
    text-align: center;
}

.student-reflections-showcase__eyebrow {
    display: block;
    height: 1px;
    margin: 0 0 10px;
}

.student-reflections-showcase__heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
}

.student-reflections-showcase__title {
    margin: 0;
    font-size: clamp(2.8rem, 4.8vw, 4.85rem);
    line-height: 1.06;
}

.student-reflections-showcase__title .title-left {
    font-family: var(--montserrat);
    font-weight: 500;
    font-style: normal;
    color: #082652;
}

.student-reflections-showcase__title .title-right {
    font-family: var(--playfair);
    font-weight: 600;
    font-style: italic;
    color: #38a6dd;
}

.student-reflections-showcase__flourish {
    flex: 0 0 84px;
    height: 1px;
    margin-bottom: 12px;
    background: linear-gradient(90deg, rgba(56, 166, 221, 0.38), rgba(56, 166, 221, 0));
}

.student-reflections-showcase__intro {
    max-width: 860px;
    margin: 10px auto 0;
    color: #5b728f;
    font-family: var(--montserrat);
    font-size: clamp(13px, 1vw, 16px);
    line-height: 1.65;
}

.student-reflections-showcase__stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.55vw, 25px);
}

.student-reflection-card {
    --card-start: var(--student-card-start);
    --card-end: var(--student-card-end);
    --card-cut: clamp(22px, 2.6vw, 36px);

    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: clamp(278px, 22vw, 350px);
    overflow: hidden;
    border-radius: 16px;
    clip-path: polygon(0 0, 100% 0, 100% calc(94% - var(--card-cut)), calc(93% - var(--card-cut)) 100%, 0 100%);
    color: var(--student-white);
    background: linear-gradient(135deg, var(--card-start), var(--card-end));
    box-shadow: 0 18px 34px rgba(0, 40, 94, 0.14);
    transition:
        transform 280ms ease,
        box-shadow 280ms ease;
}

.student-reflection-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.13) 0 1px, transparent 1.5px) 0 0 / 10px 10px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 42%);
    opacity: 0.55;
    pointer-events: none;
}

.student-reflection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 42px rgba(0, 40, 94, 0.19);
}

.student-reflection-card--navy {
    --card-start: #001f4b;
    --card-end: #0a427d;
}

.student-reflection-card--blue {
    --card-start: #07548e;
    --card-end: #1785b7;
}

.student-reflection-card--sky {
    --card-start: #1378ae;
    --card-end: #3da9d8;
}

.student-reflection-card__icon {
    position: absolute;
    z-index: 5;
    top: clamp(17px, -9.5vw, -15px);
    left: clamp(11px, -1.2vw, -12px);
    display: grid;
    place-items: center;
    width: clamp(52px, 4.1vw, 52px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: rgba(0, 40, 94, 0.32);
    box-shadow: 0 8px 18px rgba(0, 20, 53, 0.18);
    backdrop-filter: blur(6px);
}

.student-reflection-card__icon img {
    display: block;
    width: 62%;
    height: 62%;
    object-fit: contain;
}

.student-reflection-card__content {
    position: relative;
    z-index: 3;
    width: 62%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding:
        clamp(22px, 2vw, 31px) clamp(14px, 1.3vw, 21px) clamp(20px, 1.8vw, 28px) clamp(62px, 4.8vw, 80px);
}

.student-reflection-card__index {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.student-reflection-card__content h3 {
    margin: 0;
    color: inherit;
    font-family: var(--student-serif);
    font-size: clamp(21px, 1.75vw, 29px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.08;
    text-wrap: balance;
}

.student-reflection-card__rule {
    display: block;
    width: 34px;
    height: 2px;
    margin: 13px 0;
    background: var(--student-sky-2);
}

.student-reflection-card__summary {
    margin: 0;
    color: rgba(255, 255, 255, 0.93);
    font-family: var(--montserrat);
    font-size: clamp(11px, 0.78vw, 13px);
    line-height: 1.5;
}

.student-reflection-card__content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}

.student-reflection-card__content li {
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.94);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
}

.student-reflection-card__visual {
    position: absolute;
    z-index: 1;
    inset: 0 0 0 52%;
    margin: 0;
    overflow: hidden;
    clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%, 0 88%);
}

.student-reflection-card__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--card-end) 0%, rgba(0, 40, 94, 0.17) 38%, transparent 68%),
        linear-gradient(180deg, transparent 66%, rgba(0, 31, 75, 0.18));
    pointer-events: none;
}

.student-reflection-card__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.02);
    transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.student-reflection-card:hover .student-reflection-card__visual img {
    transform: scale(1.07);
}

.student-reflections-showcase .reveal-card {
    opacity: 1;
    transform: none;
    transition: none;
}

.agc-section-row {
    --agc-navy: #00285e;
    --agc-blue: #38a6dd;
    --agc-sky: #73c7ee;
    --agc-white: #ffffff;
    --agc-rule: rgba(56, 166, 221, 0.42);
    --agc-sans: var(--montserrat);
    --agc-serif: "Playfair Display", "EB Garamond", Georgia, serif;

    display: grid;
    grid-template-columns: clamp(68px, 6.4vw, 108px) minmax(0, 1fr);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--agc-navy);
    font-family: var(--agc-sans);
    border-bottom: 1px solid var(--agc-rule);
}

.agc-section-row *,
.agc-section-row *::before,
.agc-section-row *::after {
    box-sizing: border-box;
}

.agc-section-content {
    position: relative;
    grid-column: 2;
    min-width: 0;
    z-index: 2;
}

.agc-section-row--faq {
    --value-navy: #082652;
    --value-blue: #38a6dd;
    --value-sky: #eaf7fd;
    --value-muted: #58708d;
    --value-line: rgba(8, 38, 82, 0.12);

    background: #eaf7fe;
}

.title-styled {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.08;
    letter-spacing: 0;
    margin: 0 0 18px;
}

.title-styled .word-dark {
    color: #082652;
    font-weight: 400;
    font-style: normal;
}

.title-styled .word-light {
    color: #38a6dd;
    font-weight: 500;
    font-style: italic;
}

.value-faq {
    position: relative;
    padding: 120px 0;
    background: transparent;
}

.value-faq::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(56, 166, 221, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.value-faq__grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.value-faq__intro {
    position: relative;
}

.value-faq__intro p {
    margin: 0;
    color: var(--value-muted);
    font-family: var(--montserrat_alternates, "Montserrat Alternates", Arial, sans-serif);
    font-size: 1rem;
    line-height: 1.75;
}

.value-faq__mark {
    color: rgba(56, 166, 221, 0.1);
    font-family: var(--playfair, "Playfair Display", Georgia, serif);
    font-size: 15rem;
    font-style: italic;
    font-weight: 700;
    line-height: 0.8;
    animation: valueFloat 12s ease-in-out infinite;
}

.value-accordion {
    display: grid;
    gap: 4px;
}

.value-accordion__item {
    overflow: hidden;
    border: 1px solid var(--value-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(8, 38, 82, 0.05);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.value-accordion__item:hover {
    border-color: rgba(56, 166, 221, 0.2);
    box-shadow: 0 16px 40px rgba(8, 38, 82, 0.08);
}

.value-accordion__item h3 {
    margin: 0;
}

.value-accordion__item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 19px 20px;
    border: 0;
    background: transparent;
    color: var(--value-navy);
    font-family: var(--wyaly-ui-font);
    font-size: 0.98rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease, background 0.35s ease;
}

/* .value-accordion__item button:hover {
    background: rgba(56, 166, 221, 0.03);
} */

.value-accordion__item button span {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--value-sky);
    transition: background 0.3s ease;
}

.value-accordion__item button span::before,
.value-accordion__item button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1.5px;
    background: var(--value-blue);
    transform: translate(-50%, -50%);
}

.value-accordion__item button span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.value-accordion__item.is-open button span {
    background: rgba(56, 166, 221, 0.18);
}

.value-accordion__item.is-open button span::after {
    opacity: 0;
}

.value-accordion__answer {
    height: 0;
    overflow: hidden;
    transition: height 0.34s ease;
}

.value-accordion__answer>div {
    padding: 0 20px 24px;
    color: var(--value-muted);
    font-family: var(--montserrat_alternates, "Montserrat Alternates", Arial, sans-serif);
    font-size: 0.95rem;
    line-height: 1.8;
}

.student-orientation-qa {
    position: relative;
    max-width: 1120px;
    margin: 76px auto 70px;
    padding: 0 24px 24px;
}

.student-orientation-qa__header {
    position: relative;
    z-index: 2;
    margin-bottom: 36px;
    text-align: center;
}

.student-orientation-qa__title {
    justify-content: center;
    margin: 0;
    text-align: center;
}

.student-orientation-qa__title .title-left,
.student-orientation-qa__title .title-right {
    font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.student-orientation-qa .connector-svg-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
}

.student-orientation-qa .connector-path {
    stroke: #2f8ede;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    opacity: 0.72;
}

.student-orientation-qa .connector-path-guide {
    stroke: #2f8ede;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.16;
}

.student-orientation-qa .qa-bubble-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding-top: 30px;
}

.student-orientation-qa .qa-bubble {
    position: relative;
    width: 80%;
    padding: 54px 58px;
    border-radius: 28px;
    box-shadow: 0 24px 54px rgba(0, 40, 94, 0.08);
    border: 1px solid rgba(0, 40, 94, 0.08);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
    color: #0b2c67;
}

.student-orientation-qa .qa-bubble:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 68px rgba(0, 40, 94, 0.12);
}

.student-orientation-qa .qa-bubble-left {
    align-self: flex-start;
    border-left: 5px solid #0b2c67;
}

.student-orientation-qa .qa-bubble-right {
    align-self: flex-end;
    border-right: 5px solid #2f8ede;
}

.student-orientation-qa .desc {
    font-family: var(--montserrat_alternates);
    line-height: 1.8;
    font-size: 1.05rem;
    color: #5b708b;
    margin-bottom: 0;
    opacity: 1;
        transform: translateY(0px);
}

.student-orientation-qa .qa-badge {
    position: absolute;
    top: -22px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 10px 24px rgba(0, 40, 94, 0.12);
    border: 1px solid rgba(0, 40, 94, 0.08);
    background-color: #2f8ede;
    color: #ffffff;
}

.student-orientation-qa .qa-bubble-left .qa-badge {
    left: -15px;
}

.student-orientation-qa .qa-bubble-right .qa-badge {
    right: -15px;
}

@media (prefers-reduced-motion: reduce) {
    .orientation-steps__track,
    .orientation-steps__item {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .student-orientation-story .story-two,
    .student-orientation-story .art-card {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .student-reflections-showcase .reveal-card {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1199px) {
    .agc-section-row {
        grid-template-columns: 0px minmax(0, 1fr);
        padding: 30px;
    }

    .value-faq {
        padding: 84px 0;
    }

    .value-faq__grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .value-faq__mark {
        position: absolute;
        top: 0;
        right: 5%;
        font-size: 9rem;
    }

    .orientation-fluid {
        padding: 82px 0 92px;
    }

    .orientation-fluid__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .orientation-fluid__copy {
        max-width: 860px;
        padding-right: 0;
    }

    .orientation-fluid__visual {
        min-height: 420px;
    }

    .programme-details {
        padding: 78px 0 86px;
    }

    .programme-details__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .programme-details__title {
        margin-bottom: 42px;
    }

    .programme-details__panel {
        padding: 28px 24px 24px;
    }

    .programme-details__frame {
        min-height: 240px;
    }

    .programme-details--cards {
        padding: 72px 0 84px;
    }

    .programme-details__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .agc-section-row {
        grid-template-columns: 5px minmax(0, 1fr);
        padding: 0;
    }

    .value-faq {
        padding: 64px 0;
    }

    .value-faq::before,
    .value-faq__mark {
        display: none;
    }

    .value-faq__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .value-faq__intro h2 {
        font-size: 2.15rem;
    }

    .value-accordion__item button {
        gap: 14px;
        padding: 14px 16px;
        font-size: 0.9rem;
    }

    .value-accordion__item button span {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .value-accordion__answer > div {
        padding: 8px 18px 20px;
        font-size: 0.86rem;
        line-height: 1.7;
    }

    .orientation-fluid {
        padding: 64px 0 72px;
    }

    .orientation-fluid__mark {
        top: -66px;
    }

    .orientation-fluid__eyebrow {
        margin-bottom: 18px;
        letter-spacing: 0.2em;
    }

    .orientation-fluid__title {
        font-size: clamp(2.05rem, 10vw, 2.95rem);
    }

    .orientation-fluid__text {
        font-size: 0.98rem;
        line-height: 1.82;
    }

    .orientation-fluid__visual {
        min-height: 360px;
        padding-top: 18px;
    }

    .orientation-fluid__image {
        border-radius: 22px;
        transform: translateY(0);
    }

    .orientation-fluid__tape {
        top: -48px;
        width: 62px;
        height: 140px;
    }

    .programme-details {
        padding: 62px 0 70px;
    }

    .programme-details::before {
        width: 42px;
    }

    .programme-details::after {
        width: 14px;
    }

    .programme-details .container {
        padding-left: 52px;
        padding-right: 18px;
    }

    .programme-details__title {
        margin-bottom: 30px;
    }

    .programme-details__title .title-left,
    .programme-details__title .title-right {
        font-size: 2.25rem !important;
    }

    .programme-details__heading {
        margin-bottom: 16px;
        font-size: clamp(1.32rem, 6vw, 1.75rem);
    }

    .programme-details__list li,
    .programme-details__frame-list li {
        padding: 16px 14px 16px 48px;
        font-size: 1rem;
        line-height: 1.62;
    }

    .programme-details__list li + li,
    .programme-details__frame-list li + li {
        margin-top: 28px;
    }

    .programme-details__frame {
        min-height: 0;
        padding: 14px;
    }

    .programme-details--cards {
        padding: 58px 0 68px;
    }

    .programme-details--cards .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .programme-details--cards .programme-details__panel {
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    .programme-details__panel-head {
        gap: 12px;
        margin-bottom: 14px;
    }

    .programme-details__icon {
        width: 38px;
        height: 38px;
    }

    .programme-details__card-title {
        font-size: 1.28rem;
        padding-bottom: 8px;
    }

    .programme-details__timeline {
        padding-left: 18px;
        gap: 18px;
    }

    .programme-details__timeline::before {
        left: 8px;
    }

    .programme-details__timeline-dot {
        width: 12px;
        height: 12px;
        margin-top: 8px;
    }

    .programme-details__list--modern li {
        padding: 12px;
        gap: 10px;
        border-radius: 14px;
    }
}
.value-accordion__item.is-open button{
    color: #FFF;
}

@keyframes orientationBottomSwing {
    0%, 100% {
        transform: scale(1.01) rotate(0deg);
    }
    25% {
        transform: scale(1.01) rotate(-0.45deg);
    }
    50% {
        transform: scale(1.01) rotate(0.65deg);
    }
    75% {
        transform: scale(1.01) rotate(-0.3deg);
    }
}

@media (max-width: 1199px) {
    .programme-details.programme-details--cards {
        padding: 72px 0 84px;
    }

    .programme-details.programme-details--cards .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .programme-details.programme-details--cards .programme-details__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .orientation-steps {
        padding: 42px 0 76px;
    }

    .orientation-steps__header {
        margin-bottom: 24px;
    }

    .orientation-steps__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 10px;
    }

    .orientation-steps__track::before,
    .orientation-steps__item::after,
    .orientation-steps__icon-wrap::after {
        display: none;
    }

    .student-orientation-story {
        padding: 72px 0 84px;
    }

    .student-orientation-story__shell {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .student-orientation-story .vision-copy {
        padding: 28px 22px 24px;
    }

    .student-orientation-story .art-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .student-reflections-showcase {
        padding: 72px 0 84px;
    }

    .student-reflections-showcase__stack {
        gap: 13px;
    }

    .student-reflection-card {
        min-height: 305px;
        --card-cut: clamp(18px, 2vw, 28px);
    }

    .student-reflection-card__content {
        width: 64%;
        padding-right: 12px;
        padding-left: 58px;
    }

    .student-reflection-card__icon {
        left: -14px;
        top: 16px;
        width: 48px;
    }

    .student-reflection-card__content h3 {
        font-size: 20px;
    }

    .student-reflection-card__summary {
        font-size: 10.5px;
    }

    .student-reflection-card__content li {
        padding-inline: 6px;
        font-size: 8px;
    }
}

@media (min-width: 640px) and (max-width: 899px) {
    .student-reflections-showcase {
        padding: 68px 0 80px;
    }

    .student-reflections-showcase__stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .student-reflection-card {
        min-height: 330px;
    }

    .student-reflection-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 8px);
        justify-self: center;
    }

    .student-reflection-card__content {
        width: 64%;
        padding-left: 60px;
        padding-right: 12px;
        align-items: center;
        text-align: center;
    }

    .student-reflection-card__content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .programme-details.programme-details--cards {
        padding: 58px 0 68px;
    }

    .programme-details.programme-details--cards .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .programme-details.programme-details--cards .programme-details__panel {
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    .programme-details.programme-details--cards .programme-details__panel-head {
        gap: 12px;
        margin-bottom: 14px;
    }

    .programme-details.programme-details--cards .programme-details__icon {
        width: 38px;
        height: 38px;
    }

    .programme-details.programme-details--cards .programme-details__card-title {
        font-size: 1.28rem;
        padding-bottom: 8px;
    }

    .programme-details.programme-details--cards .programme-details__timeline {
        padding-left: 18px;
        gap: 18px;
    }

    .programme-details.programme-details--cards .programme-details__timeline::before {
        left: 8px;
    }

    .programme-details.programme-details--cards .programme-details__timeline-dot {
        width: 12px;
        height: 12px;
        margin-top: 8px;
    }

    .programme-details.programme-details--cards .programme-details__list--modern li {
        padding: 12px;
        gap: 10px;
        border-radius: 14px;
    }

    .orientation-steps {
        padding: 30px 0 64px;
    }

    .orientation-steps__header {
        margin-bottom: 20px;
    }

    .orientation-steps__title {
        margin-bottom: 10px;
    }

    .orientation-steps__title .title-left,
    .orientation-steps__title .title-right {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
    }

    .orientation-steps__intro {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .orientation-steps__track {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .orientation-steps__item {
        padding: 18px 14px 16px;
        border: 1px solid rgba(8, 38, 82, 0.08);
        border-radius: 20px;
        background: linear-gradient(180deg, #ffffff 0%, #f5f9fe 100%);
        box-shadow: 0 14px 28px rgba(8, 38, 82, 0.06);
    }

    .orientation-steps__icon-wrap {
        width: 102px;
        height: 102px;
    }

    .orientation-steps__icon {
        width: 62px;
        height: 62px;
    }

    .orientation-steps__icon i {
        font-size: 2.5rem;
    }

    .orientation-steps__badge {
        width: 46px;
        height: 46px;
        margin: 10px auto 12px;
        font-size: 0.68rem;
    }

    .orientation-steps__text {
        max-width: 340px;
        font-size: 0.98rem;
        line-height: 1.52;
    }

    .student-orientation-story {
        padding: 56px 0 66px;
    }

    .student-orientation-story .vision-copy {
        padding: 20px 10px 16px;
    }

    .student-orientation-story .vision-copy .title-left,
    .student-orientation-story .vision-copy .title-right {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .student-orientation-story .subtext {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .student-orientation-story .story-pill {
        min-height: 44px;
        padding: 0.82rem 1.35rem;
        letter-spacing: 0.09em;
    }

    .student-orientation-story .art-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .student-orientation-story .art-card {
        aspect-ratio: 16 / 13.8;
        border-radius: 16px;
    }

    .student-reflections-showcase {
        padding: 58px 0 70px;
    }

    .student-orientation-qa {
        margin-top: 72px;
        padding: 0 16px 16px;
    }

    .student-orientation-qa__header {
        margin-bottom: 26px;
    }

    .student-orientation-qa__title .title-left,
    .student-orientation-qa__title .title-right {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
    }

    .student-orientation-qa .qa-bubble-container {
        gap: 80px;
    }

    .student-reflections-showcase__header {
        margin-bottom: 25px;
    }

    .student-reflections-showcase__heading-row {
        display: block;
    }

    .student-reflections-showcase__title {
        font-size: clamp(32px, 9.4vw, 43px);
    }

    .student-reflections-showcase__flourish {
        display: block;
        width: 62px;
        margin: 8px auto 0;
    }

    .student-reflections-showcase__intro {
        margin-top: 8px;
        font-size: 13px;
    }

    .student-reflections-showcase__stack {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .student-reflection-card {
        min-height: 360px;
        --card-cut: 24px;
        border-radius: 14px;
    }

    .student-reflection-card__icon {
        top: 13px;
        left: 9px;
        width: 50px;
    }

    .student-reflection-card__content {
        width: 100%;
        min-height: 190px;
        padding: 22px 22px 20px 68px;
        align-items: center;
        text-align: center;
    }

    .student-reflection-card__content h3 {
        font-size: 24px;
    }

    .student-reflection-card__summary {
        max-width: 360px;
        font-size: 11px;
    }

    .student-reflection-card__content ul {
        justify-content: center;
    }

    .student-reflection-card__visual {
        inset: 48% 0 0;
        clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
    }

    .student-reflection-card__visual::after {
        background: linear-gradient(180deg, var(--card-end), transparent 35%);
    }
}

@media (max-width: 379px) {
    .agc-section-row {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .student-reflections-showcase__title {
        font-size: 31px;
    }

    .value-faq__intro h2 {
        font-size: 1.95rem;
    }

    .student-reflection-card__content {
        padding-right: 16px;
        padding-left: 64px;
    }
}
