:root {
    --bg: #ffffff;
    --surface: rgba(255, 245, 244, 0.78);
    --surface-strong: #fff3f1;
    --text: #2d1517;
    --muted: #6f4d4f;
    --primary: #a11d2e;
    --secondary: #d44b5d;
    --accent: #f3a1ad;
    --border: rgba(45, 21, 23, 0.12);
    --shadow: 0 18px 60px rgba(78, 18, 28, 0.14);
    --radius: 24px;
    --radius-sm: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    background:
    radial-gradient(circle at top left, rgba(212, 75, 93, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(161, 29, 46, 0.08), transparent 28%),
        var(--bg);
}

body::before {
    position: fixed;
    inset: 0;
    content: "";
    pointer-events: none;
    background-image: linear-gradient(rgba(29, 42, 37, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 42, 37, 0.03) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 88%);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

button {
    border: 0;
}

body.modal-open {
    overflow: hidden;
}

.application-modal {
    position: fixed;
    inset: 0;
    z-index: 220;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.application-modal.is-open {
    display: flex;
}

.application-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 24, 49, 0.52);
    backdrop-filter: blur(8px);
}

.application-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    max-height: min(88vh, 760px);
    overflow: auto;
    padding: 28px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.98), rgba(233, 243, 255, 0.98));
    box-shadow: 0 28px 70px rgba(17, 48, 96, 0.26);
}

.application-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    color: #173a77;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 8px 18px rgba(23, 58, 119, 0.14);
    cursor: pointer;
}

.application-modal-header {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.application-modal-header h2 {
    margin: 0;
    color: #12356c;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(1.6rem, 3.2vw, 2.3rem);
}

.application-modal-header p:last-child {
    margin: 0;
    color: #4d6488;
    line-height: 1.5;
}

.application-form {
    display: grid;
    gap: 14px;
}

.application-form label {
    display: grid;
    gap: 8px;
    color: #12356c;
    font-weight: 700;
}

.application-form input,
.application-form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(35, 87, 171, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #1c2f52;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.application-form input.is-invalid,
.application-form textarea.is-invalid {
    border-color: rgba(161, 29, 46, 0.58);
    box-shadow: 0 0 0 4px rgba(161, 29, 46, 0.1);
}

.application-form input:focus,
.application-form textarea:focus {
    border-color: rgba(17, 88, 179, 0.54);
    box-shadow: 0 0 0 4px rgba(40, 124, 227, 0.12);
}

.application-field-error {
    min-height: 18px;
    color: #a11d2e;
    font-size: 0.78rem;
    font-weight: 600;
}

.application-form-status {
    min-height: 24px;
    margin: 0;
    color: #137a58;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(19, 122, 88, 0.1);
}

.application-form-status.is-error {
    color: #a11d2e;
    background: rgba(161, 29, 46, 0.1);
}

.application-form-status:empty {
    min-height: 0;
    padding: 0;
    background: transparent;
}

.application-form-status.is-success {
    color: #137a58;
}

.application-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.application-submit {
    color: #ffffff;
    background: linear-gradient(135deg, #1f58b3, #2e7de0);
    box-shadow: 0 14px 30px rgba(31, 88, 179, 0.22);
}

.course-content-dialog {
    width: min(100%, 1120px);
    max-height: min(90vh, 900px);
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(34, 88, 167, 0.16), transparent 24%),
        radial-gradient(circle at left bottom, rgba(161, 29, 46, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 247, 0.98), rgba(241, 247, 255, 0.98));
}

.course-content-header {
    margin-bottom: 24px;
}

.course-content-layout {
    display: grid;
    gap: 22px;
}

.course-content-summary {
    display: grid;
    gap: 18px;
}

.course-content-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.course-content-summary-card {
    position: relative;
    overflow: hidden;
    padding: 18px 18px 20px;
    border: 1px solid rgba(18, 53, 108, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 34px rgba(20, 49, 96, 0.08);
}

.course-content-summary-card::before {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, #a11d2e 0%, #d97745 50%, #2258a7 100%);
}

.course-content-summary-card-hero {
    padding-top: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.92)),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.92));
}

.course-content-kicker {
    margin: 0 0 8px;
    color: #a11d2e;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.course-content-summary-card h3,
.course-content-document-header h3 {
    margin: 0 0 10px;
    color: #12356c;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.course-content-summary-card p:last-child {
    margin-bottom: 0;
    color: #435879;
    line-height: 1.6;
}

.course-content-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.course-content-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(34, 88, 167, 0.16);
    border-radius: 999px;
    color: #12356c;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.88);
}

.course-content-document {
    display: grid;
    gap: 14px;
    min-height: 0;
    padding: 16px;
    border: 1px solid rgba(18, 53, 108, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 18px 36px rgba(24, 48, 92, 0.08);
}

.course-content-document-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.course-content-detail-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
}

.course-content-module {
    padding: 16px 16px 18px;
    border: 1px solid rgba(18, 53, 108, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
}

.course-content-module-accent {
    grid-column: 1 / -1;
    background: linear-gradient(180deg, rgba(255, 246, 241, 0.96), rgba(246, 249, 255, 0.96));
}

.course-content-module h4 {
    margin: 0 0 10px;
    color: #12356c;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 1rem;
}

.course-content-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
    color: #435879;
    line-height: 1.55;
}

.course-content-list li::marker {
    color: #a11d2e;
}

.course-content-list-audience {
    gap: 10px;
}

.course-content-document-header h3 {
    margin-bottom: 0;
}

.site-shell {
    width: min(calc(1180px + 10cm), calc(100% - 32px));
    margin: 0 auto 48px;
    padding-top: 206px;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(22, 35, 68, 0.14);
}

.topbar-main,
.topbar-nav-row .site-nav {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 82px;
    padding: 14px 0;
}

.topbar-alert {
    display: flex;
    justify-content: center;
    background: #050505;
}

.topbar-alert p {
    margin: 0;
    width: min(1180px, calc(100% - 32px));
    padding: 12px 0;
    color: #f8fbff;
    font-size: 1.08rem;
    font-weight: 700;
    text-align: center;
}

.topbar-nav-row {
    position: relative;
    background: #1f4f9d;
}

.topbar .site-nav a,
.topbar .nav-toggle span {
    color: #f7fbff;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
}

.brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    align-items: baseline;
    gap: 10px;
    line-height: 1;
    white-space: nowrap;
}

.brand-copy strong {
    color: #1f58b3;
    font-size: clamp(2rem, 3.7vw, 3.6rem);
    letter-spacing: 0.04em;
}


.program-badge.program-badge-red {
    background: rgba(139, 0, 0, 0.18);
    color: #8B0000;
}

.program-badge.program-badge-blue {
    background: rgba(13, 91, 225, 0.18);
    color: #0D5BE1;
}

.program-badge.program-badge-green {
    background: rgba(15, 90, 70, 0.18);
    color: #0F5A46;
}

.program-badge.program-badge-orange {
    background: rgba(230, 126, 34, 0.18);
    color: #E67E22;
}
.brand-copy strong,
.brand-copy span {
    font-family: "Poppins", "Segoe UI", sans-serif;
}

.hero h1,
.section-heading h2,
.hero-card h2,
.apply-card h2,
.footer h2 {
    font-family: "Fraunces", Georgia, serif;
}

.brand-copy span {
    color: #5f6672;
    font-size: clamp(1.4rem, 2.8vw, 2.6rem);
    font-weight: 600;
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.topbar-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 12px;
    font-weight: 700;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.topbar-action-primary {
    color: #ffffff;
    background: #1f58b3;
}

.topbar-action-secondary {
    color: #ffffff;
    background: linear-gradient(135deg, #8b0000, #c61d26);
    border: 1px solid rgba(139, 0, 0, 0.34);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    min-height: 54px;
}

.site-nav a {
    color: #f6f9ff;
    font-size: 0.98rem;
    font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: #ffffff;
}

.nav-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.nav-cta,
.button-primary {
    color: #fffaf0;
    background: linear-gradient(135deg, var(--primary), #19745a);
    box-shadow: 0 12px 24px rgba(15, 90, 70, 0.2);
}

.topbar .nav-cta {
    min-height: 34px;
    padding: 0 16px;
    color: #1f4f9d;
    background: #ffffff;
    box-shadow: none;
}

.topbar .nav-cta.whatsapp-cta {
    color: #ffffff;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 10px 22px rgba(18, 140, 126, 0.24);
}

.whatsapp-cta {
    color: #ffffff;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 12px 24px rgba(18, 140, 126, 0.26);
}

.button-secondary {
    color: var(--text);
    background: rgba(255, 248, 236, 0.72);
    border: 1px solid var(--border);
}

.nav-cta:hover,
.button:hover {
    transform: translateY(-2px);
}

.nav-toggle,
.sr-only {
    display: none;
}

.hero,
.section,
.footer {
    position: relative;
    scroll-margin-top: 214px;
}

.admission-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px 28px;
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid rgba(137, 187, 255, 0.42);
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(224, 239, 255, 0.96), rgba(206, 229, 255, 0.94)),
        linear-gradient(135deg, rgba(224, 239, 255, 0.96), rgba(206, 229, 255, 0.94));
    box-shadow: 0 18px 40px rgba(13, 91, 225, 0.16);
}

.admission-callout-copy {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.admission-callout-kicker {
    margin: 0;
    color: #0d5be1;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.admission-callout h2 {
    margin: 0;
    color: #17324f;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(1.2rem, 2.4vw, 1.9rem);
    line-height: 1.3;
}

.admission-callout h2.admission-callout-highlight {
    position: relative;
    display: inline-block;
    overflow: hidden;
    isolation: isolate;
    padding: 0.22em 0.38em;
    border-radius: 0.45em;
    color: #ffffff;
    background: linear-gradient(135deg, #0d5be1, #1f7bff 48%, #48a2ff 100%);
    border: 1px solid rgba(13, 91, 225, 0.88);
    box-shadow: 0 16px 30px rgba(13, 91, 225, 0.24);
    text-align: center;
}

.admission-callout-highlight::before {
    content: "";
    position: absolute;
    inset: -35%;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.08) 62%, transparent 82%);
    transform: translateX(-70%) skewX(-18deg);
    animation: metrics-flow 4.8s linear infinite;
    pointer-events: none;
    z-index: 0;
}

.admission-callout-highlight > * {
    position: relative;
    z-index: 1;
}

.admission-callout-action {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-width: 220px;
    border-radius: 18px;
    white-space: nowrap;
    color: #ffffff;
    background: linear-gradient(135deg, #0d5be1, #1f7bff);
    box-shadow: 0 14px 28px rgba(13, 91, 225, 0.28);
}

.admission-callout-action::before {
    content: "";
    position: absolute;
    inset: -35%;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.08) 62%, transparent 82%);
    transform: translateX(-70%) skewX(-18deg);
    animation: metrics-flow 4.8s linear infinite;
    pointer-events: none;
    z-index: 0;
}

.admission-callout-action:hover,
.admission-callout-action:focus-visible {
    background: linear-gradient(135deg, #0a4dc1, #176be4);
    box-shadow: 0 18px 34px rgba(13, 91, 225, 0.34);
}

.admission-callout-action > * {
    position: relative;
    z-index: 1;
}

.admission-callout-actions {
    display: grid;
    justify-items: end;
    gap: 10px;
}

.admission-callout-deadline {
    margin: 0;
    color: #a11d2e;
    font-size: 1rem;
    font-weight: 800;
    text-align: right;
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    margin-top: 28px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 760px;
    padding: 44px;
    border-radius: 0;
    background:
        linear-gradient(140deg, rgba(255, 248, 236, 0.1), rgba(255, 255, 255, 0.02)),
        url("images/Main 3.png") center center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.7);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-copy {
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}

.hero::after {
    position: absolute;
    right: -80px;
    bottom: -60px;
    width: 280px;
    height: 280px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(196, 109, 61, 0.22) 0%, rgba(196, 109, 61, 0) 72%);
}

.eyebrow {
    margin: 0 0 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 0.78rem;
    font-weight: 700;
}

.hero h1 {
    margin: 0;
    font-size: clamp(2.7rem, 7vw, 5.4rem);
    line-height: 0.95;
    max-width: 11ch;
}

.hero-image-card {
    display: none;
}

.hero-title-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
}

.lead {
    max-width: 62ch;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.35);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-highlights {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.hero-highlights li {
    position: relative;
    padding-left: 24px;
    color: var(--text);
    text-shadow: 0 1px 10px rgba(255, 255, 255, 0.35);
}

.hero-highlights li::before {
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(226, 184, 90, 0.18);
}

.hero-panel {
    display: grid;
    gap: 18px;
}

.hero-card,
.program-card,
.testimonial-grid article,
.contact-card,
.apply-card,
.timeline article,
.feature-list article {
    backdrop-filter: blur(14px);
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: var(--shadow);
}

.hero-card {
    display: grid;
    place-items: center;
    place-content: center;
    gap: 4px;
    width: min(100%, 430px);
    justify-self: end;
    padding: 22px;
    border-radius: 28px;
    background: #8B0000;
    text-align: center;
}

.card-label {
    margin: 0 0 14px;
    color: var(--secondary);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.hero-card h2 {
    margin: 0;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 52px;
    line-height: 1.1;
    max-width: 14ch;
    color: #FFFFFF;
    font-weight: 700;
}

.hero-card p.hero-card-subtitle:last-child {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    font-weight: 400;
}

.hero-card p:last-child,
.section p,
.program-card p,
.timeline p,
.feature-list p,
.testimonial-grid p,
.footer p {
    color: var(--muted);
    line-height: 1.7;
}

.timeline-card-tight-copy p {
    margin: 14px 0;
}

.timeline-card-tight-copy p + p {
    margin-top: 8px;
}

.timeline-card-tight-copy .timeline-degree-line {
    margin: 14px 0 4px;
}

.timeline-card-tight-copy .timeline-university-line {
    margin: 0;
}

.card-float {
    animation: card-float 6s ease-in-out infinite;
}

.metrics-grid {
    display: grid;
    width: min(100%, 430px);
    justify-self: end;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.metrics-grid article {
    padding: 14px;
    border-radius: 22px;
    background: rgba(247, 240, 226, 0.8);
    border: 1px solid rgba(29, 42, 37, 0.08);
}


    .timeline strong.timeline-portrait {
        width: 120px;
        height: 120px;
        margin-bottom: 18px;
        background: #ffffff url("images/Charunda.png") center 18% / cover no-repeat;
        border: 2px solid rgba(255, 255, 255, 0.55);
        box-shadow: 0 10px 24px rgba(8, 31, 26, 0.2);
    }

    .timeline article:nth-child(2) .timeline-portrait {
        background-image: url("images/Ms Gayani.png");
        background-size: 145%;
        background-position: 52% 20%;
    }

    .timeline article:nth-child(3) .timeline-portrait {
        background-image: url("images/Anuruddha.png");
        background-position: 48% 17%;
    }

    .timeline article:nth-child(4) .timeline-portrait {
        background-image: url("images/kasun.png");
        background-position: 50% 22%;
    }

    .timeline article:nth-child(5) .timeline-portrait {
        background-image: url("images/Vindya.jpeg");
        background-position: 53% 18%;
    }

    .timeline article:nth-child(6) .timeline-portrait {
        background-image: url("images/Charit.png");
        background-position: 47% 4%;
    }

    .timeline article:nth-child(7) .timeline-portrait {
        background-image: url("images/anusha.png");
        background-size: cover;
        background-position: 51% 16%;
    }

    .timeline article:nth-child(8) .timeline-portrait {
        background-image: url("images/Rajapksa.jpeg");
        background-position: 50% 18%;
    }

    .timeline article:nth-child(9) .timeline-portrait {
        background-image: url("images/Senuri.png");
        background-position: 50% 16%;
    }

    .timeline article:nth-child(10) .timeline-portrait {
        background-image: url("images/Sachini.jpeg");
        background-size: cover;
        background-position: 50% 14%;
    }

    .timeline article:nth-child(11) .timeline-portrait {
        background-image: url("images/Lahiru.png");
        background-size: cover;
        background-position: 50% 14%;
    }

    .timeline article:nth-child(12) .timeline-portrait {
        background-image: url("images/Sujit.png");
        background-size: cover;
        background-position: 50% 10%;
    }

    .timeline .timeline-portrait.timeline-portrait-placeholder {
        display: grid;
        place-items: center;
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(210, 228, 255, 0.2));
        background-image: none;
        color: #fffaf0;
        font-family: "Poppins", "Segoe UI", sans-serif;
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
.metrics-grid article.metrics-box-empty {
    display: grid;
    place-items: center;
    min-height: 136px;
    background: #111154;
    border-color: #111154;
}

.metrics-grid article.metrics-box-empty,
.metrics-grid article.metrics-box-cambridge,
.metrics-grid article.metrics-box-ielts,
.metrics-grid article.metrics-box-pte {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.metrics-grid article.metrics-box-empty::before,
.metrics-grid article.metrics-box-cambridge::before,
.metrics-grid article.metrics-box-ielts::before,
.metrics-grid article.metrics-box-pte::before {
    content: "";
    position: absolute;
    inset: -35%;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.08) 62%, transparent 82%);
    transform: translateX(-70%) skewX(-18deg);
    animation: metrics-flow 4.8s linear infinite;
    pointer-events: none;
    z-index: 0;
}

.metrics-grid article.metrics-box-empty > *,
.metrics-grid article.metrics-box-cambridge > *,
.metrics-grid article.metrics-box-ielts > *,
.metrics-grid article.metrics-box-pte > * {
    position: relative;
    z-index: 1;
}

.metrics-grid article.metrics-box-empty .metrics-box-empty-label {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.15;
    text-align: center;
    font-weight: 700;
}

.metrics-grid article.metrics-box-cambridge {
    display: grid;
    place-items: center;
    min-height: 178px;
    background: #111154;
    border-color: #111154;
}

.metrics-grid article.metrics-box-cambridge .metrics-box-cambridge-label {
    color: #FFFFFF;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

.metrics-grid article.metrics-box-ielts {
    min-height: 136px;
    background: #8B0000;
    border-color: #8B0000;
}

.metrics-grid article.metrics-box-ielts .metrics-box-ielts-link {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 136px;
}

.metrics-grid article.metrics-box-ielts .metrics-box-ielts-label {
    color: #FFFFFF;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 78px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.metrics-grid article.metrics-box-pte {
    display: grid;
    place-items: center;
    min-height: 154px;
    background: #0D5BE1;
    border-color: #0D5BE1;
}

.metrics-grid article.metrics-box-pte .metrics-box-pte-label {
    color: #FFFFFF;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 78px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

@keyframes metrics-flow {
    from {
        transform: translateX(-72%) skewX(-18deg);
    }
    to {
        transform: translateX(72%) skewX(-18deg);
    }
}

.metrics-grid strong {
    display: block;
    font-size: 2rem;
    font-family: "Fraunces", Georgia, serif;
}

.metrics-grid span {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.section {
    margin-top: 28px;
    padding: 36px;
    border-radius: var(--radius);
}

.section-heading {
    display: grid;
    gap: 6px;
    margin-bottom: 24px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.02;
    max-width: 14ch;
}

.section-heading .about-tagline {
    margin: 0;
    color: #8B0000;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
    text-transform: uppercase;

.campus-feature-tab:hover,
.campus-feature-tab:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(31, 79, 157, 0.24);
}

.campus-feature-tab:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.92);
    outline-offset: 2px;
}

.campus-feature-tab.is-inactive {
    opacity: 0.55;
}
}

.programs .section-heading h2 {
    max-width: none;
}

.programs {
    width: calc(100% + 24px);
    margin-inline: -12px;
    padding-inline: 0;
}

.programs-heading-nowrap {
    white-space: nowrap;
}

.intro .section-heading h2 {
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-weight: 700;
    max-width: none;
    white-space: nowrap;
}

.compact h2 {
    max-width: none;
}

.intro {
    background: rgba(255, 250, 241, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.62);
}

.intro-layout,
.campus-layout,
.footer {
    display: grid;
    gap: 24px;
}

.campus-feature-group {
    display: grid;
    gap: 14px;
    align-self: start;
    margin-top: 0;
}

.section .campus-feature-title {
    margin: 0;
    color: #0D5BE1;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    justify-self: center;
}

.campus-feature-subtitle {
    color: #8B0000;
}

.campus-feature-subtitle-green {
    color: #0F5A46;
}

.campus-feature-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.campus-feature-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #1f4f9d, #3d78d3);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(31, 79, 157, 0.2);
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
}

.campus-feature-tab-red {
    background: linear-gradient(135deg, #8b0000, #c61d26);
    box-shadow: 0 10px 24px rgba(139, 0, 0, 0.22);
}

.campus-feature-tab-green {
    background: linear-gradient(135deg, #0f5a46, #1d8a69);
    box-shadow: 0 10px 24px rgba(15, 90, 70, 0.22);
}

.intro-layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
}

.about-side {
    display: grid;
    gap: 20px;
    align-content: start;
}

.about-portrait {
    justify-self: center;
    width: min(280px, 100%);
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(17, 17, 84, 0.16), rgba(139, 0, 0, 0.18));
    box-shadow: 0 18px 40px rgba(17, 17, 84, 0.14);
}

.about-portrait-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 50% calc(12% - 0.5cm);
    border: 4px solid rgba(255, 255, 255, 0.72);
}

.intro-story {
    display: grid;
    gap: 18px;
}

.intro-story p {
    margin: 0;
    font-size: 22px;
    line-height: 1.85;
    color: var(--muted);
    text-align: justify;
}

.intro-story strong,
.about-highlight strong {
    color: var(--text);
}

.quote-block {
    padding: 24px;
    border-left: 4px solid var(--accent);
    background: rgba(255, 248, 236, 0.86);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.about-highlight {
    display: grid;
    gap: 14px;
    padding: 22px 24px;
    margin-top: -1.5cm;
    background: linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 242, 225, 0.88));
    box-shadow: var(--shadow);
}

.quote-block span {
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
}

.about-pillars {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 8px;
    justify-content: start;
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-pillars li {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: #0d5be1;
    color: #FFFFFF;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-pillars li a {
    color: inherit;
    text-decoration: none;
}

.about-pillars-facebook {
    background: #1877f2;
}

.about-pillars-facebook a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.program-grid,
.testimonial-grid,
.timeline,
.feature-list {
    display: grid;
    gap: 18px;
}

.program-grid {
    grid-template-columns: repeat(4, 312px);
    column-gap: 6px;
    padding-inline: 0;
    box-sizing: border-box;
    justify-content: center;
}

.program-card {
    padding: 24px;
    border-radius: 24px;
}

.program-card-featured,
.program-card-poster {
    position: relative;
    padding: 14px;
    display: grid;
    padding: 12px;
    background:
    gap: 8px;
        radial-gradient(circle at right center, rgba(47, 111, 219, 0.16), transparent 30%),
        linear-gradient(180deg, #eef7ff 0%, #f6fbff 100%);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 40px rgba(43, 79, 138, 0.16);
    color: #12356c;
    overflow: hidden;
}

.program-card-featured {
    grid-column: 1;
    width: 312px;
    min-height: 42px;
    margin-top: 2px;
    transform-origin: center top;
}

.program-card-poster {
    width: 312px;
    min-width: 0;
    justify-self: start;
}
    min-height: 42px;
    margin-top: 2px;
    align-content: start;
}

.program-card-poster > * {
    padding: 6px 8px;
    max-width: 100%;
}

.program-card-poster .program-poster-image-link {
    padding: 5px 8px;
    overflow: hidden;
    border-radius: 18px;
}

    padding: 5px 8px;
    width: 100%;
    max-width: 100%;
}

.program-card-poster .program-poster-meta-row,
.program-card-poster .program-poster-action-row,
.program-card-poster .program-poster-action-row-compact {
    width: calc(100% + 24px);
    max-width: none;
    margin-left: -12px;
}

.program-card-featured::before,
.program-card-poster::before {
    position: absolute;
    inset: auto -14% -24% auto;
    width: 58%;
    height: 42%;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(39, 88, 174, 0.12) 0%, rgba(39, 88, 174, 0) 72%);
    pointer-events: none;
}

.program-poster-image-link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    text-decoration: none;
}

.program-card-featured .program-poster-image-link {
    overflow: hidden;
    border-radius: 18px;
}

.program-poster-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 472px;
    border-radius: 18px;
    object-fit: contain;
    box-shadow: 0 12px 28px rgba(32, 74, 141, 0.12);
}

.program-card-featured .program-poster-image {
    width: 100%;
    max-width: none;
    transform: scaleX(1.1);
    transform-origin: center;
}

.program-poster-image-compact {
    width: auto;
    max-width: 100%;
    max-height: 472px;
}

.program-poster-topbar,
.program-poster-strap,
.program-poster-title-block,
.program-poster-facts,
.program-poster-meta-row,
.program-poster-panel,
.program-poster-action-row,
.program-poster-contact {
    position: relative;
    z-index: 1;
}

.program-poster-meta-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.program-poster-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.program-poster-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.program-poster-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.program-poster-brand p {
    margin: 0;
    max-width: 10ch;
    color: #12356c;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.program-poster-online-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(35, 87, 171, 0.16);
    background: rgba(35, 87, 171, 0.1);
    color: #18468e;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.program-poster-strap {
    margin: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #050505;
    font-size: 1.02rem;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 12px 24px rgba(43, 79, 138, 0.08);
}

.program-poster-title-block {
    text-align: center;
}

.program-card-featured .program-poster-title-lead {
    margin: 0;
    color: #7a0f1d;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(1.28rem, 2vw, 1.95rem);
    font-weight: 800;
    line-height: 1;
}

.program-card-featured .program-poster-title {
    margin: 2px 0 0;
    color: #7a0f1d;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(1.72rem, 3vw, 3rem);
    line-height: 0.95;
    text-transform: none;
    font-weight: 800;
    text-shadow: 0 8px 28px rgba(122, 15, 29, 0.16);
}

.program-poster-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.program-poster-fact {
    display: grid;
    gap: 2px;
    padding: 8px 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(217, 233, 255, 0.96) 52%, rgba(199, 220, 248, 0.98) 100%);
    border: 1px solid rgba(35, 87, 171, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 6px 16px rgba(74, 116, 179, 0.08);
    text-align: center;
}

.program-poster-fact span,
.program-poster-section-title,
.program-poster-deadline span,
.program-poster-fee-box span {
    display: block;
    margin-bottom: 2px;
    color: #2258a7;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.program-poster-fact strong,
.program-poster-fee-box strong,
.program-poster-deadline strong {
    display: block;
    color: #12356c;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.program-poster-panel {
    display: grid;
    gap: 8px;
    padding: 14px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 80% 30%, rgba(138, 210, 255, 0.16), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 18px 34px rgba(43, 79, 138, 0.1);
}

.program-poster-section {
    display: grid;
    gap: 6px;
}

.program-poster-section-title {
    margin: 0;
    color: #12356c;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.program-poster-list {
    margin: 0;
    padding-left: 1.3rem;
    color: #485d7e;
    font-size: 0.8rem;
    line-height: 1.32;
}

.program-poster-copy {
    margin: 0;
    color: #485d7e;
    font-size: 0.78rem;
    line-height: 1.32;
}

.program-poster-copy strong,
.program-poster-list strong {
    color: #12356c;
}

.program-poster-deadline {
    position: relative;
    align-self: stretch;
    min-width: 96px;
    max-width: 108px;
    padding: 10px 10px;
    border-radius: 16px;
    border: 1px solid rgba(122, 15, 29, 0.18);
    background: linear-gradient(180deg, rgba(255, 248, 249, 0.98), rgba(255, 236, 239, 0.98));
    box-shadow: 0 10px 22px rgba(122, 15, 29, 0.1);
    text-align: center;
    overflow: hidden;
}

.program-poster-deadline::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    content: "";
    background: linear-gradient(180deg, #a11d2e, #7a0f1d);
}

.program-poster-deadline span,
.program-poster-deadline strong {
    color: #7a0f1d;
}

.program-poster-deadline span {
    margin-bottom: 3px;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.program-poster-deadline strong {
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.program-poster-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    align-items: end;
    width: calc(100% + 24px);
    margin-left: -12px;
}

.program-card-featured .program-poster-apply {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: auto;
    min-width: 0;
    min-height: 48px;
    margin-top: 4px;
    transform: none;
}

.program-poster-action-row-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
}

.program-poster-action-row-compact {
    width: calc(100% + 8px);
    margin-left: -4px;
}

.program-card-featured .program-poster-fee-box-secondary,
.program-card-poster .program-poster-fee-box-secondary {
    grid-column: 2;
    grid-row: 1;
}

.program-card-featured .program-poster-fee-box-primary,
.program-card-poster .program-poster-fee-box-primary {
    grid-column: 1;
    grid-row: 1;
}

.program-poster-fee-box {
    margin: 0;
    padding: 9px 9px;
    border-radius: 16px;
    border: 1px solid rgba(35, 87, 171, 0.16);
    background: rgba(255, 255, 255, 0.86);
    text-align: center;
}

.program-poster-meta-box {
    display: grid;
    gap: 2px;
    justify-items: center;
    padding: 8px 10px;
}

.program-content-trigger {
    width: 100%;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.program-content-trigger:hover,
.program-content-trigger:focus-visible {
    border-color: rgba(17, 88, 179, 0.28);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 242, 255, 0.94));
    box-shadow: 0 12px 26px rgba(27, 72, 141, 0.14);
    transform: translateY(-1px);
}

.program-content-trigger:focus-visible {
    outline: 3px solid rgba(34, 88, 167, 0.18);
    outline-offset: 2px;
}

.program-poster-meta-row .program-poster-deadline {
    min-width: 0;
    max-width: none;
    padding: 6px 8px;
}

.program-poster-meta-row .program-poster-deadline span {
    white-space: nowrap;
}

.program-poster-meta-row .program-poster-deadline strong {
    font-size: 0.68rem;
    line-height: 1.15;
    white-space: nowrap;
    overflow-wrap: normal;
}

.program-poster-meta-box span,
.program-poster-meta-box strong {
    color: #050505;
    font-weight: 800;
}

.program-poster-meta-box span {
    letter-spacing: 0.08em;
}

.program-poster-meta-box strong {
    font-size: 0.84rem;
}

.program-card-featured .program-poster-deadline,
.program-card-featured .program-poster-fee-box {
    align-self: end;
}

.program-card-poster .program-poster-deadline,
.program-card-poster .program-poster-fee-box {
    align-self: end;
}

.program-card-poster .program-poster-deadline {
    min-width: 0;
    max-width: none;
}

.program-card-featured .program-poster-deadline {
    padding: 8px 10px;
}

.program-card-poster .program-poster-deadline {
    padding: 8px 10px;
}

.program-card-featured .program-poster-fee-box,
.program-card-featured .program-poster-fee-box-primary {
    padding: 7px 9px;
}

.program-card-poster .program-poster-fee-box,
.program-card-poster .program-poster-fee-box-primary {
    padding: 7px 9px;
}

.program-card-featured .program-poster-deadline span,
.program-card-featured .program-poster-fee-box span {
    margin-bottom: 1px;
}

.program-card-poster .program-poster-deadline span,
.program-card-poster .program-poster-fee-box span {
    margin-bottom: 1px;
}

.program-card-poster .program-poster-apply {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: auto;
    min-width: 0;
    min-height: 48px;
    margin-top: 4px;
    transform: none;
}

.program-card-poster .program-poster-fee-box-primary strong {
    font-size: 0.6rem;
    letter-spacing: 0;
    white-space: normal;
}

.program-poster-fee-box-primary {
    padding: 9px 9px;
    border-color: rgba(17, 74, 145, 0.22);
    background: linear-gradient(180deg, rgba(233, 244, 255, 0.98), rgba(214, 233, 252, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 18px rgba(18, 53, 108, 0.08);
}

.program-poster-fee-box-primary span {
    color: #12356c;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.program-poster-fee-box-secondary {
    border-color: rgba(35, 87, 171, 0.16);
}

.program-poster-fee-box-secondary span,
.program-poster-fee-box-secondary strong {
    white-space: nowrap;
}

.program-card-poster .program-poster-deadline strong,
.program-card-poster .program-poster-fee-box-secondary span,
.program-card-poster .program-poster-fee-box-secondary strong {
    white-space: normal;
}

.program-card-poster .program-poster-deadline strong,
.program-card-poster .program-poster-fee-box-primary strong,
.program-card-poster .program-poster-fee-box-secondary strong {
    overflow-wrap: anywhere;
}

.program-poster-fee-box strong {
    color: #12356c;
    font-size: 0.76rem;
}

.program-poster-fee-box-primary strong {
    font-size: 0.68rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.program-poster-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-width: 150px;
    padding: 0 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(135deg, #2dde98 0%, #16b978 42%, #0f7d5c 100%);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 18px 34px rgba(10, 108, 78, 0.34);
    transform: translateX(20%);
}

.program-poster-apply-compact {
    grid-column: 1 / -1;
    justify-self: stretch;
    min-width: 0;
    min-height: 48px;
    margin-top: 4px;
    transform: none;
}

.program-poster-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px 12px;
    padding-top: 2px;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
}

.program-badge,
.timeline strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: var(--text);
    font-weight: 700;
    background: rgba(226, 184, 90, 0.34);
}

.program-card h3,
.timeline h3,
.feature-list h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.band {
    color: #fffaf0;
    background: linear-gradient(130deg, #113d32 0%, #0f5a46 55%, #15634f 100%);
    overflow: hidden;
}

#admissions {
    color: #1f2d3d;
    background:
        radial-gradient(circle at top left, rgba(181, 36, 66, 0.16), transparent 26%),
        radial-gradient(circle at 85% 20%, rgba(28, 93, 142, 0.16), transparent 24%),
        linear-gradient(145deg, #fff6ec 0%, #fffdf8 44%, #eef6fb 100%);
    border: 1px solid rgba(31, 45, 61, 0.08);
    box-shadow: 0 28px 60px rgba(44, 53, 77, 0.12);
}

#admissions::before {
    inset: auto -90px -90px auto;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(185, 56, 84, 0.14), rgba(185, 56, 84, 0));
}

#admissions::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.46), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 38%);
}

#admissions .section-heading,
#admissions .section-heading h2,
#admissions .section-heading .eyebrow {
    position: relative;
    z-index: 1;
    color: #1f2d3d;
}

#admissions .section-heading .eyebrow {
    letter-spacing: 0.16em;
    color: #9b2f47;
}

#admissions .section-heading h2 {
    text-shadow: 0 10px 30px rgba(255, 255, 255, 0.5);
}

.band::before {
    position: absolute;
    inset: auto -70px -110px auto;
    width: 240px;
    height: 240px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(226, 184, 90, 0.18), rgba(226, 184, 90, 0));
}

.light .eyebrow,
.light h2,
.band p,
.band h3,
.band strong {
    color: inherit;
}

.timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline article {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

#admissions .timeline article {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 100%;
    padding: 26px 24px 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 246, 242, 0.98) 100%);
    border: 1px solid rgba(31, 45, 61, 0.1);
    box-shadow: 0 18px 36px rgba(42, 50, 72, 0.12);
    color: #1f2d3d;
    overflow: hidden;
}

#admissions .timeline article::before {
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, #a11d2e 0%, #d97745 52%, #2d6c97 100%);
}

#admissions .timeline article::after {
    position: absolute;
    inset: auto -30px -42px auto;
    width: 120px;
    height: 120px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 108, 151, 0.12), rgba(45, 108, 151, 0));
}

#admissions .timeline article p,
#admissions .timeline article h3,
#admissions .timeline article strong {
    position: relative;
    z-index: 1;
    color: #1f2d3d;
}

#admissions .timeline article h3 {
    margin-bottom: 2px;
    color: #172330;
    font-size: 1.22rem;
    line-height: 1.3;
}

#admissions .timeline article p {
    margin: 0;
    color: #4d5a67;
    line-height: 1.65;
}

#admissions .timeline strong.timeline-portrait {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 4px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 34px rgba(40, 49, 70, 0.18);
}

.timeline-subjects {
    font-size: 22px;
}

#admissions .timeline-subjects {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(161, 29, 46, 0.08);
    color: #9b2f47;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}

#admissions .timeline-card-tight-copy .timeline-degree-line,
#admissions .timeline-card-tight-copy .timeline-university-line {
    font-size: 0.96rem;
}

.campus-layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
}

.campus-visual {
    position: relative;
    display: grid;
    place-items: center;
    width: min(320px, 100%);
    min-height: 260px;
    justify-self: start;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(15, 90, 70, 0.08), rgba(226, 184, 90, 0.22));
    overflow: hidden;
}

.campus-core {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    color: #fffaf0;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.8rem;
    background: linear-gradient(135deg, var(--secondary), #d68b45);
    box-shadow: 0 18px 40px rgba(196, 109, 61, 0.25);
}

.campus-orbit {
    position: absolute;
    border: 1px dashed rgba(15, 90, 70, 0.28);
    border-radius: 50%;
}

.orbit-one {
    width: 220px;
    height: 220px;
    animation: spin 18s linear infinite;
}

.orbit-two {
    width: 320px;
    height: 320px;
    animation: spin 26s linear infinite reverse;
}

.campus-feature-group .feature-list {
    gap: 8px;
    margin-left: 0;
    margin-top: 0;
}

.campus-feature-group .feature-list article {
    min-height: 212px;
    padding: 12px;
    opacity: 0;
    transform: translateX(42px);
    transition: transform 520ms ease, opacity 520ms ease;
    will-change: transform, opacity;
}

.campus.is-visible .campus-feature-group .feature-list article {
    opacity: 1;
    transform: translateX(0);
}

.story-carousel {
    --cards-per-view: 3;
    --story-gap: 8px;
    display: grid;
    gap: 18px;
}

.story-carousel-viewport {
    overflow: hidden;
}

.campus-feature-group .feature-list.story-carousel-track {
    display: flex;
    gap: var(--story-gap);
    transition: transform 320ms ease;
    will-change: transform;
}

.campus-feature-group .feature-list.story-carousel-track article {
    flex: 0 0 calc((100% - (var(--story-gap) * (var(--cards-per-view) - 1))) / var(--cards-per-view));
    min-width: 0;
}

.campus.is-visible .campus-feature-group .feature-list.story-carousel-track article {
    opacity: 1;
    transform: none;
}

.story-card {
    align-content: start;
}

.story-card.story-card-ielts {
    position: relative;
}

.story-card.story-card-ielts::after {
    content: "IELTS";
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #c62828;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(198, 40, 40, 0.22);
}

.story-card h3 {
    margin: 0 0 8px;
    text-align: center;
}

.story-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    text-align: justify;
}

.story-card .story-card-role {
    margin-bottom: 8px;
    text-align: center;
}

.story-card .story-card-role-success {
    color: #1f8a43;
    font-weight: 700;
}

.story-card .story-card-role-edexcel {
    color: #1f8a43;
    font-weight: 700;
}

.story-card .story-card-role-migration {
    color: #c62828;
    font-weight: 700;
}

.story-card .story-card-highlight-red {
    color: #c62828;
}

.story-card .story-card-highlight-green {
    color: #1f8a43;
}

.story-card .story-card-stars {
    margin-bottom: 10px;
    color: #c9971a;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: center;
}

.story-card-avatar {
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    margin: 0 auto 8px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 28px rgba(78, 18, 28, 0.12);
    overflow: hidden;
}

.story-card-avatar-large {
    width: 132px;
    height: 132px;
}

.story-card-mantusi .story-card-image {
    transform: scale(1.55);
    transform-origin: center;
}

.story-card-tarushi .story-card-image {
    transform: scale(1.3);
    transform-origin: center;
}

.story-card-uttara .story-card-image {
    transform: scale(1.3);
    transform-origin: center;
}

.story-card-wenuja .story-card-image {
    object-position: center calc(30% - 1cm);
}

.story-card-avatar-placeholder {
    background: linear-gradient(145deg, rgba(196, 109, 61, 0.18), rgba(15, 90, 70, 0.2));
}

.story-card-avatar-text {
    color: var(--text);
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.story-card-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    object-fit: cover;
    object-position: center;
}

.story-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.story-slider-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #8B0000, #0D5BE1);
    box-shadow: 0 10px 22px rgba(78, 18, 28, 0.18);
    cursor: pointer;
}

.story-slider-status {
    min-width: 48px;
    text-align: center;
    color: var(--muted);
    font-weight: 700;
}

.story-slider-button:disabled {
    cursor: default;
    opacity: 0.45;
}

.campus-feature-group .feature-list article:nth-child(2) {
    transition-delay: 90ms;
}

.campus-feature-group .feature-list article:nth-child(3) {
    transition-delay: 180ms;
}

.campus-feature-group .feature-list article:nth-child(4) {
    transition-delay: 270ms;
}

.feature-list article,
.testimonial-grid article {
    padding: 22px;
    border-radius: 24px;
}

.testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid span {
    color: var(--secondary);
    font-size: 0.9rem;
    font-weight: 700;
}

.apply {
    padding-top: 0;
    padding-bottom: 0;
}

.apply-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 30px;
    border-radius: 30px;
}

.footer {
    grid-template-columns: 0.9fr 1.1fr;
    margin-top: 28px;
    padding: 36px;
    border-radius: var(--radius);
    background: rgba(20, 31, 28, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.footer .eyebrow,
.footer h2,
.footer p,
.footer label {
    color: #f8efde;
}

.contact-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

.contact-card label {
    display: grid;
    gap: 8px;
    font-size: 0.95rem;
}

.contact-card input,
.contact-card textarea {
    width: 100%;
    padding: 14px 16px;
    color: #f8efde;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
    color: rgba(248, 239, 222, 0.62);
}

.footer-meta {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(248, 239, 222, 0.68);
    font-size: 0.9rem;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes card-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1080px) {
    .story-carousel {
        --cards-per-view: 2;
    }

    .campus-feature-group {
        margin-top: 0;
    }

    .campus-feature-group .feature-list {
        margin-left: 0;
    }

    .hero,
    .intro-layout,
    .campus-layout,
    .footer,
    .feature-list,
    .program-grid,
    .testimonial-grid,
    .timeline {
        grid-template-columns: 1fr 1fr;
    }

    .campus-layout,
    .footer,
    .hero {
        grid-template-columns: 1fr;
        min-height: 620px;
    }

    .admission-callout {
        grid-template-columns: 1fr;
    }

    .feature-list,
    .program-grid,
    .testimonial-grid,
    .timeline {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 760px) {
    .story-carousel {
        --cards-per-view: 1;
    }

    .site-shell {
        width: min(100% - 20px, 1000px);
        padding-top: 176px;
    }

    .topbar {
        background: #ffffff;
    }

    .topbar-main,
    .topbar-nav-row .site-nav {
        width: calc(100% - 24px);
    }

    .topbar-main {
        min-height: 72px;
        padding: 10px 0;
        align-items: flex-start;
    }

    .brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    .brand-copy {
        display: grid;
        align-items: start;
        gap: 2px;
        min-width: 0;
        white-space: normal;
    }

    .topbar-actions {
        display: none;
    }

    .topbar-alert p {
        width: calc(100% - 24px);
        padding: 10px 0;
        font-weight: 700;
    }

    .hero {
        min-height: auto;
        align-content: start;
    }

    .admission-callout {
        padding: 22px;
    }

    .admission-callout-action {
        width: 100%;
    }

    .admission-callout-actions {
        justify-items: stretch;
    }

    .admission-callout-deadline {
        text-align: center;
    }

    .nav-toggle {
        display: inline-grid;
        gap: 4px;
        margin-left: auto;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .nav-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: #173a77;
        border-radius: 999px;
        transition: transform 200ms ease, opacity 200ms ease;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 12px;
        right: 12px;
        display: grid;
        gap: 10px;
        padding: 16px;
        min-height: auto;
        border-radius: 16px;
        background: #1f4f9d;
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 18px 36px rgba(10, 27, 59, 0.24);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .hero,
    .section,
    .footer {
        padding: 24px;
    }

    .hero h1 {
        max-width: none;
    }

    .hero-card,
    .metrics-grid {
        width: 100%;
        justify-self: stretch;
    }

    .metrics-grid,
    .program-grid,
    .feature-list,
    .testimonial-grid,
    .timeline,
    .intro-layout,
    .apply-card,
    .footer {
        grid-template-columns: 1fr;
    }

    .apply-card {
        display: grid;
        justify-content: stretch;
    }

    .program-card-featured {
        grid-column: span 1;
        width: 100%;
        gap: 10px;
        padding: 14px;
    }

    .program-card-poster {
        width: 100%;
        justify-self: stretch;
    }

    .program-poster-meta-row,
    .program-poster-action-row,
    .program-poster-action-row-compact,
    .program-card-poster .program-poster-meta-row,
    .program-card-poster .program-poster-action-row,
    .program-card-poster .program-poster-action-row-compact {
        width: 100%;
        margin-left: 0;
        grid-template-columns: 1fr;
    }

    .program-poster-facts {
        grid-template-columns: 1fr;
    }

    .program-card-featured .program-poster-fee-box-primary,
    .program-card-featured .program-poster-fee-box-secondary,
    .program-card-poster .program-poster-fee-box-primary,
    .program-card-poster .program-poster-fee-box-secondary {
        grid-column: auto;
        grid-row: auto;
    }

    .application-modal {
        padding: 16px;
    }

    .application-modal-dialog {
        padding: 22px 18px;
    }

    .course-content-dialog {
        padding: 20px 16px;
    }

    .course-content-layout {
        grid-template-columns: 1fr;
    }

    .course-content-summary-grid,
    .course-content-detail-stack {
        grid-template-columns: 1fr;
    }

    .course-content-document-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .application-form-actions {
        flex-direction: column-reverse;
    }

    .program-poster-topbar,
    .program-poster-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .program-poster-deadline {
        justify-self: stretch;
        max-width: none;
    }

    .program-poster-deadline span,
    .program-poster-deadline strong,
    .program-poster-fee-box span,
    .program-poster-fee-box strong,
    .program-poster-meta-box strong,
    .programs-heading-nowrap,
    .intro .section-heading h2 {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .program-poster-apply {
        width: 100%;
        min-width: 0;
        min-height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .admission-callout-action::before,
    .admission-callout-highlight::before {
        animation: none;
    }

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

.migration-landing-body {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 42%, #ffffff 100%);
}

.migration-landing-body::before {
    background-image: none;
}

.migration-shell {
    width: min(1360px, calc(100% - 24px));
    padding-top: 168px;
}

.migration-topbar {
    box-shadow: 0 12px 28px rgba(17, 44, 96, 0.14);
}

.migration-alert {
    background: #050505;
}

.migration-alert p {
    font-size: 0.98rem;
    font-weight: 600;
}

.migration-nav-row {
    background: linear-gradient(90deg, #1e58ad, #214d98);
}

.migration-main {
    display: grid;
    gap: 28px;
}

.migration-hero {
    position: relative;
    display: grid;
    gap: 24px;
    min-height: 700px;
    padding: 34px 32px 44px;
    border-radius: 0 0 26px 26px;
    background: radial-gradient(circle at left center, rgba(92, 212, 233, 0.56), transparent 30%), radial-gradient(circle at right center, rgba(47, 111, 219, 0.2), transparent 30%), linear-gradient(180deg, #eef7ff 0%, #f6fbff 100%);
    overflow: hidden;
}

.migration-hero::before {
    position: absolute;
    inset: auto 0 64px 0;
    height: 240px;
    content: "";
    background: radial-gradient(circle at center, rgba(39, 88, 174, 0.12), transparent 68%);
}

.migration-hero-card {
    position: relative;
    z-index: 2;
    max-width: 460px;
    margin-top: 18px;
    padding: 26px 24px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(43, 79, 138, 0.12);
}

.migration-kicker,
.migration-band-kicker,
.migration-section-heading .migration-kicker,
.migration-support-copy .migration-kicker {
    margin: 0 0 10px;
    color: #2258a7;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.migration-hero-card h1,
.migration-section-heading h2,
.migration-support-copy h2 {
    margin: 0;
    color: #12356c;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(2.2rem, 4.8vw, 4rem);
    line-height: 1.02;
}

.migration-lead,
.migration-support-copy p,
.migration-process-card p,
.migration-support-list p {
    color: #485d7e;
    line-height: 1.7;
}

.migration-lead {
    margin: 16px 0 0;
    max-width: 46ch;
}

.migration-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.migration-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #18468e;
    background: rgba(35, 87, 171, 0.1);
    border: 1px solid rgba(35, 87, 171, 0.16);
    font-size: 0.94rem;
    font-weight: 700;
}

.migration-hero-visual {
    position: absolute;
    left: 50%;
    top: 78px;
    z-index: 1;
    width: min(540px, 44vw);
    transform: translateX(-2%);
}

.migration-visual-frame {
    position: relative;
    padding: 16px;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(27, 84, 169, 0.16), rgba(27, 84, 169, 0.04));
    transform: rotate(-4deg);
}

.migration-visual-image {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 24px;
}

.migration-hero-notice {
    position: absolute;
    left: calc(50% + 90px + 4cm);
    bottom: 230px;
    z-index: 2;
    width: min(760px, calc(100% - 120px));
    transform: translateX(-50%);
    text-align: center;
}

.migration-hero-notice p {
    margin: 0;
    color: #c6252b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.migration-search-panel {
    position: relative;
    z-index: 3;
    width: min(1280px, calc(100% - 32px));
    margin: auto auto 0;
    padding: 18px 24px 20px;
    border: 1px solid rgba(103, 10, 22, 0.42);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(103, 10, 22, 0.97), rgba(145, 18, 35, 0.94));
    box-shadow: 0 22px 56px rgba(88, 8, 19, 0.3);
}

.migration-search-grid {
    display: grid;
    grid-template-columns: 1.35fr 1.35fr 0.95fr 1.1fr 0.8fr 1fr 1.05fr 1.1fr 0.95fr;
    gap: 10px;
    align-items: stretch;
}

.migration-search-field {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border: 1px solid rgba(30, 72, 141, 0.2);
    background: #ffffff;
}

.migration-search-field strong {
    color: #455a79;
    font-size: 1rem;
    font-weight: 500;
}

.migration-search-select,
.migration-search-input {
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    color: #455a79;
    font: inherit;
    font-size: 1rem;
    font-weight: 500;
    appearance: none;
    cursor: pointer;
}

.migration-search-input {
    cursor: text;
}

.migration-search-input::placeholder {
    color: #455a79;
    opacity: 0.9;
}

.migration-search-select:focus,
.migration-search-input:focus {
    outline: none;
}

.migration-field-label {
    color: #1d4f99;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.migration-search-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    border: 0;
    padding: 0 18px;
    color: #ffffff;
    background: #1f8f4d;
    font-weight: 700;
    font: inherit;
    cursor: pointer;
}

.migration-search-action:disabled {
    cursor: wait;
    opacity: 0.78;
}

.migration-search-links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 16px;
}

.migration-search-advisory {
    margin: 0;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
}

.migration-search-status {
    margin: 0;
    color: #1d4f99;
    font-size: 0.95rem;
    font-weight: 600;
}

.migration-search-status.is-error {
    color: #c6252b;
}

.migration-action-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 112px;
    padding: 24px 36px;
    border-radius: 0 0 22px 22px;
    background: radial-gradient(circle at left center, rgba(46, 166, 200, 0.42), transparent 16%), linear-gradient(120deg, #ffffff 0%, #eef2ff 56%, #2b67db 100%);
    overflow: hidden;
}

.migration-band-kicker {
    margin: 0;
    color: #2863b8;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: clamp(1.6rem, 3.1vw, 2.5rem);
    letter-spacing: 0;
    text-transform: none;
}

.migration-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.migration-band-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    padding: 0 22px;
    border-radius: 999px;
    color: #ffffff;
    background: #0d56b2;
    border: 2px solid rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    font-weight: 700;
}

.migration-band-button-alt {
    background: rgba(13, 86, 178, 0.86);
}

.migration-section {
    display: grid;
    gap: 24px;
    padding: 20px 6px 0;
}

.migration-section-heading {
    max-width: 740px;
}

.migration-process-grid,
.migration-support-list {
    display: grid;
    gap: 18px;
}

.migration-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.migration-process-card,
.migration-support-list article {
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(40, 95, 177, 0.12);
    box-shadow: 0 16px 34px rgba(44, 78, 131, 0.09);
}

.migration-process-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #1f59af, #4c8cf2);
    font-weight: 700;
}

.migration-process-card h3,
.migration-support-list h3 {
    margin: 0 0 10px;
    color: #12356c;
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 1.2rem;
}

.migration-support-section {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
}

.migration-support-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.migration-vacancy-section {
    gap: 20px;
}

.migration-vacancy-section .migration-section-heading {
    max-width: 100%;
    text-align: center;
    justify-self: center;
}

.migration-vacancy-section .migration-section-heading h2 {
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.08;
}

.migration-vacancy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.migration-vacancy-card {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(40, 95, 177, 0.12);
    box-shadow: 0 16px 34px rgba(44, 78, 131, 0.09);
}

.migration-vacancy-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.migration-footer {
    margin-top: 24px;
    background: linear-gradient(135deg, rgba(15, 31, 67, 0.96), rgba(26, 75, 150, 0.92));
}

@media (max-width: 1180px) {
    .migration-hero {
        min-height: auto;
        padding-top: 28px;
    }

    .migration-hero-visual {
        position: relative;
        left: auto;
        top: auto;
        width: min(720px, 100%);
        margin: 0 auto;
        transform: none;
    }

    .migration-hero-notice {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(720px, 100%);
        margin: 0 auto;
        transform: none;
        text-align: center;
    }

    .migration-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .migration-search-action {
        min-height: 60px;
    }

    .migration-process-grid,
    .migration-support-list,
    .migration-support-section {
        grid-template-columns: 1fr;
    }

    .migration-vacancy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .migration-shell {
        width: min(100%, calc(100% - 12px));
        padding-top: 150px;
    }

    .migration-hero {
        padding: 24px 18px;
    }

    .migration-hero-card {
        max-width: none;
        margin-top: 0;
    }

    .migration-hero-visual {
        width: 100%;
    }

    .migration-visual-frame {
        transform: none;
    }

    .migration-hero-notice {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .migration-search-panel {
        width: 100%;
        padding: 16px;
    }

    .migration-search-grid {
        grid-template-columns: 1fr;
    }

    .migration-search-links {
        gap: 12px 18px;
        flex-direction: column;
    }

    .migration-vacancy-grid {
        grid-template-columns: 1fr;
    }

    .migration-action-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 18px;
    }

    .migration-band-actions,
    .migration-band-button {
        width: 100%;
    }

    .migration-footer {
        grid-template-columns: 1fr;
    }
}