/* assets/css/corporate-front.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

:root {
    --univ-rose: #A5074B;
    --univ-rose-dark: #7D0538;
    --univ-rose-soft: #F9EAF1;
    --univ-navy: #0E2A47;
    --univ-blue: #1C4E80;
    --univ-blue-bright: #2E6EA8;
    --univ-gold: #A5074B;
    --univ-dark: #17253B;
    --univ-light: #F6F9FC;
    --univ-slate: #607089;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* =========================================================
   RESEARCH SHOWCASE — annual report-led experience
   ========================================================= */
.research-showcase {
    --research-ink: #0b2239;
    --research-muted: #627284;
    --research-line: rgba(14, 42, 71, 0.12);
    background: #f7f9fc;
    color: var(--research-ink);
    overflow: hidden;
}

.research-showcase + footer {
    margin-top: 0 !important;
}

.research-showcase h1,
.research-showcase h2,
.research-showcase h3,
.research-showcase p {
    margin-top: 0;
}

.research-hero {
    position: relative;
    isolation: isolate;
    padding: 112px 0 150px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 75% 20%, rgba(165, 7, 75, 0.42), transparent 28%),
        linear-gradient(120deg, #081c31 0%, #103d66 55%, #213d71 100%);
    border-bottom: 5px solid var(--univ-rose);
}

.research-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.research-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -55%;
    width: 620px;
    height: 620px;
    z-index: -1;
    border-radius: 50%;
    background: rgba(165, 7, 75, 0.12);
    box-shadow: 0 0 0 70px rgba(255,255,255,0.025), 0 0 0 145px rgba(255,255,255,0.018);
}

.research-hero-orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 50%;
    pointer-events: none;
}

.research-hero-orbit-one {
    top: -170px;
    right: 10%;
    width: 430px;
    height: 430px;
}

.research-hero-orbit-two {
    right: 28%;
    bottom: -185px;
    width: 320px;
    height: 320px;
    border-color: rgba(211, 166, 88, 0.28);
}

.research-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: var(--univ-rose);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.research-eyebrow-light {
    color: #f2b3ce;
}

.research-hero h1 {
    max-width: 770px;
    margin-bottom: 24px;
    font-size: clamp(2.8rem, 5.9vw, 5.35rem);
    font-weight: 800;
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.research-hero-copy {
    max-width: 690px;
    margin-bottom: 32px;
    color: rgba(255,255,255,0.78);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.75;
}

.research-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.research-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 52px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.91rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.research-btn:hover {
    transform: translateY(-3px);
}

.research-btn-primary {
    color: #fff;
    background: var(--univ-rose);
    box-shadow: 0 14px 30px rgba(165,7,75,0.32);
}

.research-btn-primary:hover {
    color: #fff;
    background: var(--univ-rose-dark);
}

.research-btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.07);
}

.research-btn-ghost:hover {
    color: #fff;
    background: rgba(255,255,255,0.14);
}

.research-pulse-card {
    position: relative;
    max-width: 450px;
    margin-left: auto;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.19);
    border-radius: 18px;
    background: linear-gradient(150deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055));
    box-shadow: 0 30px 75px rgba(2,14,27,0.3);
    backdrop-filter: blur(14px);
}

.research-pulse-card::after {
    content: "";
    position: absolute;
    top: -45px;
    right: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(165,7,75,0.45);
    filter: blur(2px);
}

.research-pulse-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.65);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.research-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
}

.research-live-dot::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f5b8d1;
    box-shadow: 0 0 0 5px rgba(245,184,209,0.12);
}

.research-pulse-figure {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 27px 0 13px;
}

.research-pulse-figure span {
    color: #fff;
    font-size: clamp(2.5rem, 4.6vw, 4.1rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.research-pulse-figure small {
    max-width: 125px;
    padding-bottom: 5px;
    color: rgba(255,255,255,0.67);
    font-size: 0.76rem;
    line-height: 1.45;
}

.research-pulse-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 106px;
    padding-top: 15px;
}

.research-pulse-bars span {
    flex: 1;
    height: var(--bar-height);
    min-width: 10px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, #f6b7d1, var(--univ-rose));
}

.research-pulse-card > p {
    margin: 17px 0 0;
    color: rgba(255,255,255,0.68);
    font-size: 0.8rem;
    line-height: 1.55;
}

.research-kpi-wrap {
    position: relative;
    z-index: 3;
    margin-top: -76px;
}

.research-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--research-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(14,42,71,0.12);
}

.research-kpi-card {
    position: relative;
    min-height: 220px;
    padding: 31px 27px;
    border-right: 1px solid var(--research-line);
}

.research-kpi-card:last-child {
    border-right: 0;
}

.research-kpi-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--univ-rose);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.research-kpi-card:hover::after {
    transform: scaleX(1);
}

.research-kpi-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 10px;
    color: var(--univ-rose);
    background: var(--univ-rose-soft);
}

.research-kpi-card strong,
.research-kpi-card > span:not(.research-kpi-icon),
.research-kpi-card small {
    display: block;
}

.research-kpi-card strong {
    margin-bottom: 7px;
    color: var(--research-ink);
    font-size: clamp(2rem, 3vw, 2.65rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.research-kpi-card > span:not(.research-kpi-icon) {
    margin-bottom: 7px;
    color: var(--research-ink);
    font-size: 0.93rem;
    font-weight: 800;
}

.research-kpi-card small {
    color: var(--research-muted);
    font-size: 0.77rem;
    line-height: 1.5;
}

.research-data-note {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    margin: 16px auto 0;
    color: #788595;
    font-size: 0.73rem;
    line-height: 1.55;
    text-align: center;
}

.research-data-note i {
    margin-top: 3px;
    color: var(--univ-rose);
}

.research-section {
    padding: 100px 0;
}

.research-intro-section {
    padding-top: 112px;
    padding-bottom: 94px;
}

.research-intro-section h2,
.research-section-heading h2,
.research-impact-heading h2,
.research-output-card h2,
.research-reports-card h2 {
    color: var(--research-ink);
    font-size: clamp(2rem, 3.8vw, 3.45rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.research-intro-section h2 {
    max-width: 620px;
    margin-bottom: 0;
}

.research-lead {
    margin-bottom: 24px;
    color: var(--research-muted);
    font-size: 1.04rem;
    line-height: 1.85;
}

.research-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.research-principles span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid rgba(165,7,75,0.14);
    border-radius: 999px;
    color: var(--univ-rose-dark);
    background: #fff;
    font-size: 0.78rem;
    font-weight: 750;
}

.research-year-section {
    background: #fff;
}

.research-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px;
}

.research-section-heading h2 {
    max-width: 720px;
    margin-bottom: 0;
}

.research-section-heading > p {
    max-width: 400px;
    margin-bottom: 6px;
    color: var(--research-muted);
    line-height: 1.7;
}

.research-year-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.research-year-card {
    position: relative;
    display: grid;
    grid-template-columns: 155px 1fr;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--research-line);
    border-radius: 17px;
    background: #f9fbfd;
    transition: transform .3s ease, box-shadow .3s ease;
}

.research-year-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 50px rgba(14,42,71,0.12);
}

.research-year-marker {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 21px;
    color: #fff;
    background: linear-gradient(165deg, var(--univ-navy), var(--univ-blue));
}

.research-year-card-2025 .research-year-marker {
    background: linear-gradient(165deg, var(--univ-rose), var(--univ-rose-dark));
}

.research-year-marker span {
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.research-year-marker strong {
    font-size: 2.35rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.research-year-content {
    align-self: center;
    padding: 39px 34px;
}

.research-year-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--univ-rose);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.research-year-content h3 {
    margin-bottom: 17px;
    color: var(--research-ink);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.research-year-content p {
    margin-bottom: 23px;
    color: var(--research-muted);
    font-size: 0.9rem;
    line-height: 1.75;
}

.research-year-tags,
.research-country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.research-year-tags span,
.research-country-list span {
    padding: 6px 9px;
    border-radius: 5px;
    color: #43576b;
    background: #e9eff5;
    font-size: 0.68rem;
    font-weight: 750;
}

.research-themes-section {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 10% 85%, rgba(165,7,75,0.3), transparent 25%),
        linear-gradient(135deg, #091c30, #123d63);
}

.research-themes-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: radial-gradient(circle, #fff 1px, transparent 1.5px);
    background-size: 24px 24px;
}

.research-themes-section .container {
    position: relative;
}

.research-section-heading-light h2,
.research-section-heading-light > p {
    color: #fff;
}

.research-section-heading-light > p {
    color: rgba(255,255,255,0.68);
}

.research-theme-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.research-theme-card {
    position: relative;
    min-height: 285px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    background: rgba(255,255,255,0.065);
    backdrop-filter: blur(8px);
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}

.research-theme-card:hover {
    transform: translateY(-6px);
    border-color: rgba(246,183,209,0.55);
    background: rgba(255,255,255,0.1);
}

.research-theme-card > i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 35px;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: var(--univ-rose);
    box-shadow: 0 12px 24px rgba(165,7,75,0.25);
}

.research-theme-number {
    position: absolute;
    top: 22px;
    right: 25px;
    color: rgba(255,255,255,0.14);
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1;
}

.research-theme-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.14rem;
    font-weight: 800;
    line-height: 1.35;
}

.research-theme-card p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.65);
    font-size: 0.84rem;
    line-height: 1.7;
}

.research-impact-heading {
    max-width: 720px;
    margin: 0 auto 55px;
}

.research-impact-heading h2 {
    margin-bottom: 14px;
}

.research-impact-heading p {
    color: var(--research-muted);
    line-height: 1.7;
}

.research-impact-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.research-impact-flow article {
    flex: 1;
    text-align: center;
}

.research-impact-flow article > span {
    display: grid;
    width: 76px;
    height: 76px;
    margin: 0 auto 18px;
    place-items: center;
    border: 1px solid rgba(165,7,75,0.18);
    border-radius: 50%;
    color: var(--univ-rose);
    background: #fff;
    box-shadow: 0 13px 30px rgba(14,42,71,0.09);
    font-size: 1.35rem;
}

.research-impact-flow strong,
.research-impact-flow small {
    display: block;
}

.research-impact-flow strong {
    margin-bottom: 7px;
    color: var(--research-ink);
    font-size: 0.92rem;
}

.research-impact-flow small {
    max-width: 150px;
    margin: 0 auto;
    color: var(--research-muted);
    font-size: 0.72rem;
    line-height: 1.45;
}

.research-flow-arrow {
    flex: 0 0 auto;
    margin-top: -51px;
    color: rgba(165,7,75,0.35);
}

.research-output-section {
    padding-top: 0;
}

.research-output-card {
    position: relative;
    height: 100%;
    min-height: 450px;
    padding: 45px;
    overflow: hidden;
    border-radius: 18px;
}

.research-books-card {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(170px, .7fr);
    gap: 35px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(165,7,75,0.5), transparent 31%),
        linear-gradient(135deg, #0b233b, #174d7a);
}

.research-books-card h2 {
    color: #fff;
}

.research-books-card p {
    color: rgba(255,255,255,0.68);
    line-height: 1.8;
}

.research-output-copy {
    align-self: center;
}

.research-book-stack {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    min-height: 300px;
    perspective: 600px;
}

.research-book-stack span {
    display: flex;
    align-items: center;
    width: 94%;
    height: 56px;
    padding: 0 18px;
    border-radius: 3px 9px 9px 3px;
    color: #fff;
    background: var(--univ-rose);
    box-shadow: -8px 10px 19px rgba(0,0,0,.2), inset -8px 0 rgba(0,0,0,.12);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .1em;
    transform: rotateY(-6deg);
}

.research-book-stack span:nth-child(2) {
    width: 82%;
    margin-left: 11%;
    background: #d6a654;
}

.research-book-stack span:nth-child(3) {
    width: 100%;
    background: #266496;
}

.research-book-stack span:nth-child(4) {
    width: 87%;
    margin-left: 5%;
    background: #7d0538;
}

.research-global-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid var(--research-line);
    background: #fff;
    box-shadow: 0 18px 45px rgba(14,42,71,0.08);
}

.research-global-card h2 {
    margin-bottom: 14px;
}

.research-global-card > p {
    color: var(--research-muted);
    line-height: 1.7;
}

.research-globe {
    position: absolute;
    top: 30px;
    right: 35px;
    display: grid;
    width: 130px;
    height: 130px;
    place-items: center;
    border: 1px solid rgba(165,7,75,.13);
    border-radius: 50%;
    color: rgba(165,7,75,.11);
    background: var(--univ-rose-soft);
    font-size: 5rem;
}

.research-globe-dot {
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--univ-rose);
    box-shadow: 0 0 0 5px rgba(165,7,75,.12);
}

.research-globe-dot-one { top: 25px; left: 40px; }
.research-globe-dot-two { right: 23px; bottom: 42px; }
.research-globe-dot-three { bottom: 20px; left: 31px; }

.research-country-list {
    margin-top: 15px;
}

.research-country-list span {
    color: var(--univ-blue);
    background: #edf4fa;
}

.research-reports-section {
    padding: 0 0 105px;
}

.research-reports-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 52px;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 0 100%, rgba(165,7,75,.55), transparent 28%),
        linear-gradient(125deg, var(--univ-rose-dark), var(--univ-rose) 45%, #153f67 45%, #0d2a47);
    box-shadow: 0 24px 55px rgba(14,42,71,0.16);
}

.research-reports-card > div:first-child {
    max-width: 590px;
}

.research-reports-card h2 {
    margin-bottom: 13px;
    color: #fff;
}

.research-reports-card p {
    margin-bottom: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.research-report-links {
    display: flex;
    gap: 12px;
}

.research-report-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 168px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    color: #fff;
    background: rgba(255,255,255,.1);
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: transform .25s ease, background-color .25s ease;
}

.research-report-links a:hover {
    color: #fff;
    background: rgba(255,255,255,.18);
    transform: translateY(-4px);
}

.research-report-links span,
.research-report-links small,
.research-report-links strong {
    display: block;
}

.research-report-links small {
    color: rgba(255,255,255,.62);
    font-size: .65rem;
}

.research-report-links strong {
    font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
    .research-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .research-kpi-card:nth-child(2) {
        border-right: 0;
    }

    .research-kpi-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--research-line);
    }

    .research-year-card {
        grid-template-columns: 115px 1fr;
    }

    .research-books-card {
        grid-template-columns: 1fr;
    }

    .research-book-stack {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .research-hero {
        padding: 82px 0 138px;
    }

    .research-pulse-card {
        max-width: none;
        margin: 0;
    }

    .research-section-heading,
    .research-reports-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .research-year-grid {
        grid-template-columns: 1fr;
    }

    .research-theme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-impact-flow {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: start;
    }

    .research-flow-arrow {
        display: none;
    }

    .research-output-card {
        min-height: 400px;
    }

    .research-report-links {
        width: 100%;
    }

    .research-report-links a {
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .research-hero {
        padding: 67px 0 125px;
    }

    .research-hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.75rem);
    }

    .research-kpi-grid,
    .research-theme-grid {
        grid-template-columns: 1fr;
    }

    .research-kpi-card {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--research-line);
    }

    .research-kpi-card:nth-child(3) {
        border-bottom: 1px solid var(--research-line);
    }

    .research-kpi-card:last-child {
        border-bottom: 0;
    }

    .research-section {
        padding: 75px 0;
    }

    .research-intro-section {
        padding-top: 85px;
    }

    .research-section-heading {
        gap: 15px;
        margin-bottom: 32px;
    }

    .research-impact-flow {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .research-impact-flow article {
        display: grid;
        grid-template-columns: 68px 1fr;
        column-gap: 17px;
        text-align: left;
    }

    .research-impact-flow article > span {
        grid-row: 1 / span 2;
        width: 64px;
        height: 64px;
        margin: 0;
    }

    .research-impact-flow strong {
        align-self: end;
    }

    .research-impact-flow small {
        max-width: none;
        margin: 0;
    }

    .research-output-card,
    .research-reports-card {
        min-height: auto;
        padding: 32px;
    }

    .research-report-links {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .research-hero {
        padding: 54px 0 115px;
    }

    .research-hero .container,
    .research-showcase .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .research-hero h1 {
        margin-bottom: 19px;
        font-size: clamp(2.25rem, 12.5vw, 3.05rem);
        line-height: 1.04;
    }

    .research-hero-copy {
        font-size: .94rem;
        line-height: 1.67;
    }

    .research-hero-actions,
    .research-btn {
        width: 100%;
    }

    .research-pulse-card {
        padding: 22px;
    }

    .research-pulse-figure {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .research-pulse-figure small {
        max-width: none;
    }

    .research-kpi-card {
        padding: 25px 23px;
    }

    .research-year-card {
        display: block;
    }

    .research-year-marker {
        align-items: center;
        flex-direction: row;
        padding: 18px 22px;
    }

    .research-year-marker span {
        writing-mode: initial;
        transform: none;
    }

    .research-year-marker strong {
        font-size: 1.85rem;
    }

    .research-year-content {
        padding: 28px 23px;
    }

    .research-theme-card {
        min-height: 250px;
        padding: 25px;
    }

    .research-global-card {
        padding-top: 180px;
    }

    .research-globe {
        top: 28px;
        right: auto;
        left: 30px;
    }

    .research-reports-section {
        padding-bottom: 75px;
    }
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--univ-dark);
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Poppins', sans-serif;
    color: var(--univ-navy);
}

/* ==========================================
   CSS HARDWARE ANIMATIONS
   ========================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.delay-1 { animation-delay: 0.15s; opacity: 0; }
.delay-2 { animation-delay: 0.3s; opacity: 0; }
.delay-3 { animation-delay: 0.45s; opacity: 0; }

/* ==========================================
   BASE NAVBAR CORPORATE STYLING
   ========================================== */
.navbar-corporate {
    background: linear-gradient(110deg, var(--univ-navy) 0%, var(--univ-blue) 100%) !important;
    border-bottom: 3px solid var(--univ-gold);
    padding: 12px 0;
}

.navbar-corporate .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition-smooth);
}

/* ==========================================
   🔍 LOGIK GAYA MUDAH ALIH (MOBILE STYLING - SKRIN BAWAH 991px)
   ========================================== */
@media (max-width: 991.98px) {
    .navbar-corporate .navbar-collapse {
        background-color: #071224; /* Kontras warna gelap sedikit berbeza untuk mobile menu */
        padding: 20px;
        margin-top: 12px;
        border-radius: 4px;
        border: 1px solid rgba(197, 160, 89, 0.2);
        max-height: 75vh;
        overflow-y: auto; /* Mengaktifkan skrol jika menu terlalu panjang */
    }

    .navbar-corporate .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 5px 0;
    }

    /* Memaksa senarai dropdown tersusun menegak secara rata */
    .navbar-corporate .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        background-color: rgba(255, 255, 255, 0.04) !important;
        box-shadow: none !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none; /* Bootstrap akan kawal bukaan melalui klik */
        padding: 10px 15px !important;
        border: none !important;
    }

    /* Memaparkan dropdown apabila kelas .show ditambah oleh Bootstrap */
    .navbar-corporate .dropdown-menu.show {
        display: block !important;
    }

    .navbar-corporate .dropdown-item,
    .navbar-corporate .dropdown-item-custom {
        color: rgba(255, 255, 255, 0.8) !important;
        padding: 8px 12px !important;
        font-size: 0.92rem !important;
    }

    .dropdown-header-custom {
    color: var(--univ-gold);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    margin-top: 0 !important;    /* Memaksa kedua-dua tajuk sejajar pada ketinggian yang sama */
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.15);
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;          /* Memberikan sedikit ruang ruang masuk yang seimbang */
}
}

/* ==========================================
   💻 LOGIK GAYA KOMPUTER (DESKTOP STYLING - SKRIN 992px KE ATAS)
   ========================================== */
@media (min-width: 992px) {
    /* Animasi transition lembut untuk standard dropdown */
    .navbar-corporate .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        background-color: #ffffff;
        border-top: 3px solid var(--univ-gold);
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    /* Pemicu HOVER untuk komputer */
    .navbar-corporate .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar-corporate .dropdown-item {
        color: var(--univ-dark);
        padding: 8px 20px;
        transition: var(--transition-smooth);
    }

    .navbar-corporate .dropdown-item:hover {
        background-color: var(--univ-light);
        color: var(--univ-gold) !important;
    }

    /* REKAAN BOXED FLOATING CARD KHAS UNTUK ACADEMIC MEGA-MENU */
    .navbar-corporate .nav-item.dropdown-mega-custom {
        position: relative;
    }

    .navbar-corporate .dropdown-mega-custom .mega-dropdown-menu {
        position: absolute !important;
        left: 50% !important;
        top: 100%;
        transform: translateX(-50%) translateY(10px) !important;
        width: 640px !important; /* Saiz kotak kompak kad premium */
        padding: 25px !important;
    }

    .navbar-corporate .nav-item.dropdown-mega-custom:hover .mega-dropdown-menu {
        transform: translateX(-50%) translateY(0) !important;
    }

    /* Gaya Tajuk Kecil Menu (Undergraduate / Postgraduate) */
    .dropdown-header-custom {
    color: var(--univ-gold);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    margin-top: 0 !important;    /* Memaksa kedua-dua tajuk sejajar pada ketinggian yang sama */
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.15);
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;          /* Memberikan sedikit ruang ruang masuk yang seimbang */
}
    .dropdown-item-custom {
        display: block;
        width: 100%;
        padding: 6px 10px;
        font-weight: 400;
        color: var(--univ-dark);
        text-decoration: none;
        transition: var(--transition-smooth);
        font-size: 0.9rem;
    }

    .dropdown-item-custom:hover {
        background-color: var(--univ-light);
        color: var(--univ-gold) !important;
        transform: translateX(4px);
        padding-left: 14px;
    }
}

/* ==========================================
   OTHER GLOBAL CORE COMPONENTS
   ========================================== */
.text-justify-custom {
    text-align: justify;
    text-justify: inter-word;
}

.academic-hero {
    background:
        radial-gradient(circle at 88% 20%, rgba(165, 7, 75, 0.3), transparent 34%),
        linear-gradient(135deg, #0E2A47 0%, #1C4E80 100%);
    padding: 80px 0;
    color: #ffffff;
    border-bottom: 4px solid var(--univ-gold);
}

.border-gold-left {
    border-left: 4px solid var(--univ-gold);
    padding-left: 15px;
}

.corporate-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 4px solid var(--univ-navy);
    border-radius: 4px;
    transition: var(--transition-smooth);
}

.corporate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(10, 25, 47, 0.07);
    border-top-color: var(--univ-gold);
}

.dean-frame {
    border: 6px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    transition: var(--transition-smooth);
}

.dean-frame:hover {
    transform: scale(1.02);
    border-color: var(--univ-gold);
}

/* assets/css/corporate-front.css */

/* ==========================================
   VISION, MISSION & OBJECTIVE CARDS
   ========================================== */

/* Gaya hiasan khas untuk seksyen Visi & Misi Utama */
.vision-hero-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 5px solid var(--univ-navy);
    transition: var(--transition-smooth);
}

.vision-hero-card:hover {
    border-left-color: var(--univ-gold);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(10, 25, 47, 0.06);
}

/* Kotak grid bagi kad-kad objektif fakulti */
.objective-corporate-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

/* Garisan penanda emas halus di atas kad objektif semasa hover */
.objective-corporate-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 0; height: 3px;
    background-color: var(--univ-gold);
    transition: var(--transition-smooth);
}

.objective-corporate-card:hover::before {
    width: 100%;
}

.objective-corporate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(10, 25, 47, 0.07);
}

/* Rekaan nombor indeks korporat untuk objektif */
.objective-number {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--univ-gold);
    background-color: var(--univ-light);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 15px;
}

/* ==========================================
   TIMELINE EXCLUSIVE FRONT EXTENSION
   ========================================== */
.cd-timeline {
    overflow: hidden;
    padding: 40px 0;
    background-color: var(--univ-light);
    color: var(--univ-slate);
}

.cd-timeline__container {
    position: relative;
    padding: 20px 0;
}

.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0; left: 18px;
    height: 100%; width: 4px;
    background: rgba(10, 25, 47, 0.15);
}

@media (min-width: 64rem) {
    .cd-timeline__container::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.cd-timeline__block {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.cd-timeline__block:last-child {
    margin-bottom: 0;
}

@media (min-width: 64rem) {
    .cd-timeline__block:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.cd-timeline__img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--univ-gold) !important;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}

@media (min-width: 64rem) {
    .cd-timeline__img {
        width: 50px;
        height: 50px;
        order: 1;
        margin-left: calc(50% - 25px);
        will-change: transform;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__img {
        margin-right: calc(50% - 25px);
        margin-left: 0;
    }
}

.cd-timeline__content {
    flex-grow: 1;
    position: relative;
    margin-left: 20px;
    background: #ffffff;
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-top: 3px solid var(--univ-navy);
    transition: var(--transition-smooth);
}

.cd-timeline__content:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(10, 25, 47, 0.08);
    border-top-color: var(--univ-gold);
}

.cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px; right: 100%;
    width: 0; height: 0;
    border: 7px solid transparent;
    border-right-color: #ffffff;
}

@media (min-width: 64rem) {
    .cd-timeline__content {
        width: 45%;
        flex-grow: 0;
        will-change: transform;
        margin: 0;
    }
    .cd-timeline__content::before {
        top: 18px;
    }
    .cd-timeline__block:nth-child(odd) .cd-timeline__content::before {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #ffffff;
    }
}

@media (min-width: 64rem) {
    .cd-timeline__img--hidden, .cd-timeline__content--hidden {
        visibility: hidden;
    }
    .cd-timeline__img--bounce-in {
        animation: cd-bounce-1 0.6s;
    }
    .cd-timeline__content--bounce-in {
        animation: cd-bounce-2 0.6s;
    }
    .cd-timeline__block:nth-child(even) .cd-timeline__content--bounce-in {
        animation-name: cd-bounce-2-inverse;
    }
}

/* ==========================================
   TIMELINE IMAGE RESPONSIVE ENHANCEMENTS
   ========================================== */

/* Kotak bingkai gambar di dalam kad timeline */
.timeline-thumb-wrapper {
    width: 100%;
    height: 200px; /* Ketinggian tetap yang ideal untuk imej garis masa */
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    background-color: var(--univ-light);
}

.timeline-thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Memastikan gambar tidak terpenyek atau rosak nisbahnya */
    transition: var(--transition-smooth);
}

/* Kesan zum mikro apabila kad utama di-hover */
.cd-timeline__content:hover .timeline-thumb-wrapper img {
    transform: scale(1.06);
}


/* assets/css/corporate-front.css */

/* ==========================================
   ORGANIZATIONAL CHART INTERACTIVE STYLING
   ========================================== */

/* Kotak latar belakang bagi paparan carta universiti */
.chart-viewport-wrapper {
    position: relative;
    background-color: var(--univ-light);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
}

/* Memastikan gambar rajah carta responsif dan mempunyai bayangan lembut */
.dynamic-chart-img {
    max-width: 100%;
    height: auto;
    transition: var(--transition-smooth);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

/* Kesan zum mikro yang dipecut oleh perkakasan pelayar semasa hover */
.chart-viewport-wrapper:hover .dynamic-chart-img {
    transform: scale(1.02);
}

/* Gaya hiasan tambahan butang kawalan korporat */
.btn-corporate-outline {
    border: 2px solid var(--univ-navy);
    color: var(--univ-navy);
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition-smooth);
    background-color: transparent;
}

.btn-corporate-outline:hover {
    background-color: var(--univ-navy);
    color: #ffffff !important;
    border-color: var(--univ-navy);
}

/* ==========================================
   FIXED LIGHTBOX MODAL & REAL OVERFLOW SCROLL
   ========================================== */

/* Kotak takungan imej modal */
.lightbox-zoom-container {
    max-height: 82vh;
    width: 100%;
    overflow: auto; /* Mengaktifkan bar skrol tulen apabila saiz DOM berubah */
    background-color: #0f172a;
    border-radius: 4px;
    position: relative;
    padding: 10px;
}

/* Keadaan asal imej (Sama rata / Fit di dalam skrin modal) */
.lightbox-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: zoom-in;
    transition: width 0.3s ease, max-width 0.3s ease; /* Animasi pengembangan saiz yang lancar */
}

/* KOD KRITIKAL: Mengubah saiz susun atur sebenar imej apabila dizum */
.lightbox-img.zoomed {
    width: 220%;       /* Mengembangkan saiz fizikal imej kepada 220% daripada saiz modal */
    max-width: none;   /* Memecahkan sekatan batas kotak asal */
    cursor: zoom-out;
}

/* Membalikkan warna butang pangkah Bootstrap supaya putih bersih */
.btn-close-lightbox {
    filter: invert(1);
    opacity: 0.8;
    transition: var(--transition-smooth);
}

.btn-close-lightbox:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* ==========================================
   EXCO & FACULTY LEADERSHIP CARD STYLING
   ========================================== */

/* Main section headings */
.exco-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--univ-navy);
    position: relative;
    margin-bottom: 5px;
}

.exco-section-subtitle {
    font-size: 0.95rem;
    color: var(--univ-slate);
    margin-bottom: 15px;
}

/* Premium Profile Card Container */
.exco-profile-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: var(--transition-smooth);
}

.exco-profile-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(10, 25, 47, 0.1);
    border-color: rgba(197, 160, 89, 0.3);
}

/* Profile Image Wrapper & Zoom Effect */
.exco-img-wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-color: #ffffff;
}

.navbar-brand-fpk {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    white-space: nowrap;
}

.navbar-brand-fpk .brand-full {
    color: #ffffff;
}

.navbar-brand-fpk .brand-short {
    display: none;
    color: #ffffff;
}

.navbar-brand-fpk .brand-unimap {
    color: rgba(255,255,255,0.88);
}

.exco-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: var(--transition-smooth);
}

.exco-profile-card:hover .exco-img-wrapper img {
    transform: scale(1.015);
}

/* Card Details Typography */
.exco-details-box {
    padding: 20px;
    background: #ffffff;
    border-top: 3px solid var(--univ-navy);
    transition: var(--transition-smooth);
}

.exco-profile-card:hover .exco-details-box {
    border-top-color: var(--univ-gold);
}

.exco-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--univ-navy);
    line-height: 1.4;
    margin-bottom: 6px;
}

.exco-role {
    font-size: 0.85rem;
    color: var(--univ-slate);
    font-weight: 500;
    margin-bottom: 0;
}

/* ==========================================
   CLIENT CHARTER PREMIUM GRID LAYOUT
   ========================================== */

/* Main card wrapper for individual pledges */
.charter-corporate-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

/* Subtle top border accent line that activates on hover */
.charter-corporate-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 0; height: 3px;
    background-color: var(--univ-gold);
    transition: var(--transition-smooth);
}

.charter-corporate-card:hover::before {
    width: 100%;
}

.charter-corporate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(10, 25, 47, 0.08);
}

/* Premium indexing badge representing the charter sequence */
.charter-badge-index {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--univ-navy);
    background-color: var(--univ-light);
    border: 1px solid rgba(10, 25, 47, 0.05);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: var(--transition-smooth);
}

.charter-corporate-card:hover .charter-badge-index {
    background-color: var(--univ-gold);
    color: #ffffff;
}

/* Inner lists spacing adjustment */
.charter-corporate-card ul {
    padding-left: 20px;
    margin-top: 10px;
}

.charter-corporate-card ul li {
    font-size: 0.9rem;
    color: var(--univ-slate);
    margin-bottom: 5px;
}


/* ==========================================
   ACADEMIC LANDING PORTAL CARDS
   ========================================== */

.program-portal-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transition: var(--transition-smooth);
    position: relative;
    border-top: 4px solid var(--univ-navy);
}

.program-portal-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(10, 25, 47, 0.08);
    border-top-color: var(--univ-gold);
}

/* Lencana Tahap Pengajian (Bachelor / Master / PhD) */
.program-badge {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.badge-undergrad {
    background-color: rgba(10, 25, 47, 0.06);
    color: var(--univ-navy);
}

.badge-postgrad {
    background-color: rgba(197, 160, 89, 0.12);
    color: #947132;
}

/* Ikon hiasan sebelah tajuk program */
.program-icon-box {
    color: var(--univ-gold);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/* ==========================================
   ACADEMIC COURSE DETAILS EXTENSION
   ========================================== */

/* Kotak info ringkasan yuran & tempoh pengajian */
.course-quick-info-card {
    background-color: var(--univ-navy);
    color: #ffffff;
    border-radius: 6px;
    border-bottom: 4px solid var(--univ-gold);
}

.course-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.course-info-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    font-size: 0.9rem;
}

.course-info-list li:last-child {
    border-bottom: none;
}

.course-info-label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.course-info-value {
    font-weight: 600;
    color: #ffffff;
    max-width: 62%;
    text-align: right;
    line-height: 1.45;
}

.course-info-value a {
    color: var(--univ-gold);
    text-decoration: none;
}

/* Bingkai banner gambar utama kursus */
.course-main-banner {
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition-smooth);
}

.course-main-banner:hover {
    transform: scale(1.01);
}

/* Kad panggilan aksi muat turun dokumen PDF */
.pdf-download-box-premium {
    background: var(--univ-light);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-left: 4px solid #dc3545; /* Warna merah premium melambangkan dokumen PDF */
    border-radius: 4px;
    transition: var(--transition-smooth);
}

.pdf-download-box-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Rekaan senarai prospek kerjaya */
.career-opportunities-box ul {
    padding-left: 0;
    list-style: none;
}

.career-opportunities-box ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 0.92rem;
    color: var(--univ-slate);
}

.career-opportunities-box ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--univ-gold);
    font-size: 0.8rem;
}

/* Kad Testimoni Alumni */
.alumni-testimonial-stack {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.alumni-avatar-frame {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Keep programme chairman portraits fully visible without vertical cropping. */
.programme-chairman-image {
    display: block;
    width: 100%;
    height: 320px;
    max-height: none;
    object-fit: contain;
    object-position: center bottom;
    background-color: #ffffff;
}

/* Unified visual system for all undergraduate programme detail pages. */
.undergraduate-programme-hero {
    padding: 72px 0;
}

.undergraduate-programme-page > .row > [class*="col-lg-8"] > .corporate-card:first-child {
    position: relative;
    overflow: hidden;
    border-top-color: var(--univ-rose);
}

.undergraduate-programme-page > .row > [class*="col-lg-8"] > .corporate-card:first-child::after {
    content: '';
    position: absolute;
    top: -58px;
    right: -58px;
    width: 145px;
    height: 145px;
    background: var(--univ-rose-soft);
    border-radius: 50%;
    opacity: 0.72;
    pointer-events: none;
}

.undergraduate-programme-page .corporate-card {
    border-radius: 9px;
}

.undergraduate-programme-page .corporate-card > .border-gold-left:first-child h2,
.undergraduate-programme-page .corporate-card > .border-gold-left:first-child h4,
.undergraduate-programme-page .corporate-card > .d-flex:first-child h2,
.undergraduate-programme-page .corporate-card > .d-flex:first-child h4 {
    letter-spacing: -0.015em;
}

.undergraduate-programme-page .course-main-banner {
    width: 100%;
    height: clamp(290px, 36vw, 430px);
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(14, 42, 71, 0.13);
}

.undergraduate-programme-page .course-main-banner:hover {
    transform: translateY(-3px) scale(1.005);
    box-shadow: 0 20px 42px rgba(14, 42, 71, 0.16);
}

.undergraduate-programme-page .course-quick-info-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 9px;
    box-shadow: 0 14px 30px rgba(14, 42, 71, 0.18) !important;
}

.undergraduate-programme-page .course-quick-info-card h5,
.undergraduate-programme-page .course-quick-info-card h2 {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.13);
}

.undergraduate-programme-page .course-info-list li {
    padding: 13px 0;
}

.undergraduate-programme-page .career-opportunities-box ul {
    margin-bottom: 0;
}

.undergraduate-programme-page .career-opportunities-box li {
    margin-bottom: 10px;
    padding: 7px 8px 7px 28px;
    background: linear-gradient(90deg, var(--univ-light), transparent);
    border-radius: 4px;
    line-height: 1.45;
}

.undergraduate-programme-page .career-opportunities-box ul li::before {
    top: 8px;
    left: 8px;
    color: var(--univ-rose);
}

.undergraduate-programme-page .pdf-download-box-premium {
    padding: 24px !important;
    background: linear-gradient(110deg, #ffffff, var(--univ-light));
    border-color: rgba(14, 42, 71, 0.1);
    border-left-color: var(--univ-rose);
    border-radius: 9px;
    box-shadow: 0 8px 22px rgba(14, 42, 71, 0.06);
}

.undergraduate-programme-page .alumni-testimonial-stack {
    border-color: rgba(14,42,71,0.09) !important;
    border-left: 3px solid var(--univ-blue) !important;
    box-shadow: 0 7px 18px rgba(14,42,71,0.055);
    transition: var(--transition-smooth);
}

.undergraduate-programme-page .alumni-testimonial-stack:hover {
    transform: translateY(-3px);
    border-left-color: var(--univ-rose) !important;
    box-shadow: 0 12px 24px rgba(14,42,71,0.09);
}

.undergraduate-programme-page .programme-chairman-image {
    border: 1px solid rgba(14, 42, 71, 0.08);
    border-radius: 8px !important;
    box-shadow: none !important;
}

.undergraduate-programme-page aside > .corporate-card:last-child {
    border-top-color: var(--univ-rose);
}

.undergraduate-programme-page .text-warning {
    color: var(--univ-rose) !important;
}

@media (min-width: 992px) {
    .undergraduate-programme-page > .row > aside,
    .undergraduate-programme-page > .row > .col-lg-4 {
        position: sticky;
        top: 92px;
    }
}

@media (max-width: 575.98px) {
    .undergraduate-programme-page .course-main-banner {
        height: 245px;
    }

    .undergraduate-programme-page .corporate-card {
        border-radius: 7px;
    }
}

/* Interactive Media programme study-area matrix. */
.interactive-study-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 17px;
    color: var(--univ-navy);
    background: var(--univ-light);
    border: 1px solid rgba(14, 42, 71, 0.09);
    border-left: 3px solid var(--univ-blue);
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    transition: var(--transition-smooth);
}

.interactive-study-item i {
    flex-shrink: 0;
    color: var(--univ-rose);
}

.interactive-study-item:hover {
    transform: translateY(-2px);
    background: var(--univ-rose-soft);
    border-left-color: var(--univ-rose);
    box-shadow: 0 7px 18px rgba(14, 42, 71, 0.08);
}

/* ==========================================
   RESEARCH STATISTICS PORTAL STYLING
   ========================================== */

/* Struktur asas kotak kad statistik */
.research-stat-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--univ-navy);
    border-radius: 4px;
    padding: 30px 25px;
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
}

/* Kesan interaksi apabila kad di-hover */
.research-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(10, 25, 47, 0.08);
    border-left-color: var(--univ-gold);
}

/* Gaya nombor kaunter statistik */
.stat-counter-number {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--univ-navy);
    line-height: 1;
    display: block;
    margin-bottom: 8px;
    transition: var(--transition-smooth);
}

.research-stat-card:hover .stat-counter-number {
    color: var(--univ-gold);
}

/* Gaya teks label di bawah nombor */
.stat-counter-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--univ-slate);
    margin-bottom: 0;
}


/* ==========================================
   FEEDBACK HUB & CONTACT OPTIONS STYLING
   ========================================== */

/* Kontena responsif bagi memegang Google Form Iframe */
.feedback-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 900px; /* Ketinggian optimum yang selesa untuk skrol borang */
    overflow: hidden;
    border-radius: 4px;
    background-color: var(--univ-light);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feedback-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Susunan blok butiran maklumat perhubungan di lajur kanan */
.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background-color: var(--univ-light);
    border-radius: 4px;
    border-left: 3px solid var(--univ-navy);
    transition: var(--transition-smooth);
}

.contact-detail-item:hover {
    border-left-color: var(--univ-gold);
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
}

.contact-icon-frame {
    color: var(--univ-gold);
    font-size: 1.25rem;
    margin-top: 2px;
}

/* Pembahagi visual perkataan OR */
.contact-divider-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--univ-slate);
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

/* ==========================================
   CONTACT LOCATION PAGE
   ========================================== */

.location-hero-kicker,
.location-eyebrow {
    color: var(--univ-gold);
}

.location-page .border-gold-left h2 {
    font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.location-map-card,
.location-info-card {
    overflow: hidden;
    border: 1px solid rgba(10, 25, 47, 0.08);
}

.location-card-heading,
.location-info-card {
    padding: 24px;
}

.location-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.location-card-heading h3,
.location-info-card h3 {
    font-size: 1.25rem;
}

.location-eyebrow {
    display: block;
    margin-bottom: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.location-directions-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    color: var(--univ-navy);
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.location-directions-link:hover {
    color: var(--univ-gold);
}

.location-map-wrapper {
    position: relative;
    min-height: 450px;
    height: calc(100% - 94px);
    background: var(--univ-light);
    border-top: 1px solid rgba(10, 25, 47, 0.08);
}

.location-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: 0;
}

.location-detail-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.location-detail-title {
    margin: 0 0 5px;
    color: var(--univ-navy);
    font-size: 0.95rem;
    font-weight: 700;
}

.location-info-card address {
    line-height: 1.65;
}

.location-contact-link {
    color: inherit;
    text-decoration: none;
}

.location-contact-link:focus-visible,
.location-directions-link:focus-visible {
    outline: 3px solid rgba(197, 160, 89, 0.45);
    outline-offset: 3px;
}

@media (max-width: 575.98px) {
    .location-card-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .location-map-wrapper,
    .location-map-wrapper iframe {
        min-height: 360px;
    }
}

/* ==========================================
   POSTGRADUATE PROGRAMME PAGES
   ========================================== */

.pg-hero { position: relative; overflow: hidden; }
.pg-hero::after { content: ''; position: absolute; right: 6%; bottom: -110px; width: 260px; height: 260px; border: 1px solid rgba(197,160,89,.3); border-radius: 50%; }
.pg-hero .container { position: relative; z-index: 1; }
.pg-hero-kicker, .pg-section-kicker { display: block; color: var(--univ-gold); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pg-hero-subtitle { max-width: 720px; color: rgba(255,255,255,.72); font-size: 1rem; }
.pg-page { --pg-border: rgba(10,25,47,.1); }
.pg-page .leading-relaxed { line-height: 1.75; }
.pg-section-title { margin: 5px 0 22px; color: var(--univ-navy); font-size: clamp(1.4rem,2.5vw,1.8rem); font-weight: 700; }
.pg-overview-card { border-top: 4px solid var(--univ-gold); }
.pg-quick-card h2, .pg-language-card h2, .pg-download-card h2 { margin: 0 0 16px; font-size: 1.08rem; font-weight: 700; }
.pg-quick-card h2 { color: #ffffff !important; }
.pg-quick-card h2 i { color: #F6C5D9 !important; }
.pg-course-group { padding: 20px; background: var(--univ-light); border: 1px solid var(--pg-border); border-radius: 6px; }
.pg-course-group-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(10,25,47,.09); }
.pg-course-group-head h3 { margin: 0; color: var(--univ-navy); font-size: 1rem; font-weight: 700; }
.pg-course-group-head span { flex-shrink: 0; color: #8b6b2e; font-size: .78rem; font-weight: 700; }
.pg-course-group ul { margin: 0; padding-left: 18px; color: var(--univ-slate); font-size: .9rem; line-height: 1.65; }
.pg-field-accordion .accordion-item { margin-bottom: 12px; overflow: hidden; border: 1px solid var(--pg-border); border-radius: 6px; }
.pg-field-accordion .accordion-button { gap: 12px; color: var(--univ-navy); font-weight: 700; }
.pg-field-accordion .accordion-button:not(.collapsed) { background: rgba(197,160,89,.12); box-shadow: none; }
.pg-field-count { margin-left: auto; padding: 4px 8px; color: var(--univ-slate); background: #fff; border-radius: 999px; font-size: .72rem; }
.pg-field-card { display: flex; align-items: center; gap: 12px; height: 100%; padding: 14px; color: var(--univ-navy); background: var(--univ-light); border-left: 3px solid var(--univ-gold); border-radius: 4px; font-size: .88rem; font-weight: 600; }
.pg-field-code { min-width: 44px; color: #8b6b2e; font-size: .75rem; font-weight: 800; }
.pg-check-list { display: grid; gap: 14px; padding: 0; list-style: none; }
.pg-check-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--univ-slate); line-height: 1.65; }
.pg-check-list i { flex-shrink: 0; margin-top: 4px; color: var(--univ-gold); }
.pg-note { display: flex; align-items: flex-start; gap: 10px; padding: 15px; color: var(--univ-slate); background: rgba(197,160,89,.1); border-left: 3px solid var(--univ-gold); font-size: .88rem; line-height: 1.55; }
.pg-icon-title { display: flex; align-items: center; gap: 10px; }
.pg-icon-title i { color: var(--univ-gold); font-size: 1.25rem; }
.pg-icon-title h2 { margin-bottom: 0; color: var(--univ-navy); }
.pg-language-row { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--pg-border); color: var(--univ-slate); font-size: .88rem; }
.pg-language-row strong { color: var(--univ-navy); }
.pg-apply-card { color: rgba(255,255,255,.78); background: linear-gradient(145deg,var(--univ-navy),#142b4d); border: 0; }
.pg-apply-card h2 { margin: 6px 0 12px; color: #fff; font-size: 1.35rem; font-weight: 700; }
.pg-apply-card p { font-size: .9rem; line-height: 1.6; }
.pg-admission-link { display: block; margin-top: 14px; color: #fff; font-size: .85rem; font-weight: 600; text-align: center; text-decoration: none; }
.pg-admission-link:hover { color: var(--univ-gold); }
.pg-download-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; }
.pg-download-card > i { grid-row: span 2; color: #c0392b; font-size: 2.2rem; }
.pg-download-card h2 { margin: 0 0 3px; color: var(--univ-navy); }
.pg-download-card p { margin: 0; color: var(--univ-slate); font-size: .8rem; }
.pg-download-card .btn { grid-column: 1 / -1; }
.pg-admission-intro { max-width: 760px; margin-bottom: 34px; }
.pg-admission-intro h2 { margin: 6px 0 12px; color: var(--univ-navy); font-size: clamp(1.7rem,3vw,2.3rem); font-weight: 700; }
.pg-admission-intro p { color: var(--univ-slate); line-height: 1.7; }
.pg-requirement-card { position: relative; display: flex; flex-direction: column; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--pg-border); border-top: 4px solid var(--univ-navy); border-radius: 7px; box-shadow: 0 8px 24px rgba(10,25,47,.06); }
.pg-requirement-number { position: absolute; top: 8px; right: 18px; color: rgba(10,25,47,.06); font-size: 4rem; font-weight: 800; line-height: 1; }
.pg-requirement-card > span { color: #8b6b2e; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pg-requirement-card h2 { position: relative; margin: 7px 0 18px; color: var(--univ-navy); font-size: 1.2rem; font-weight: 700; }
.pg-requirement-card ul { flex: 1; padding-left: 18px; color: var(--univ-slate); font-size: .88rem; line-height: 1.6; }
.pg-requirement-card li { margin-bottom: 9px; }
.pg-requirement-card a { color: var(--univ-navy); font-size: .88rem; font-weight: 700; text-decoration: none; }
.pg-requirement-card a:hover { color: var(--univ-gold); }
.pg-apply-steps { padding-left: 20px; line-height: 1.7; }
@media (min-width: 992px) { .pg-page aside { position: sticky; top: 90px; } }
@media (max-width: 575.98px) { .pg-field-count { display: none; } .pg-course-group-head { flex-direction: column; } }

/* ==========================================
   BULLETIN & DOCUMENT LIBRARY
   ========================================== */

.bulletin-hero-kicker {
    color: var(--univ-gold);
}

.bulletin-page .border-gold-left h2 {
    font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.bulletin-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    color: var(--univ-navy);
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid rgba(197, 160, 89, 0.3);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.bulletin-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10, 25, 47, 0.08);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(10, 25, 47, 0.06);
    transition: var(--transition-smooth);
}

.bulletin-card:hover {
    transform: translateY(-6px);
    border-color: rgba(197, 160, 89, 0.45);
    box-shadow: 0 16px 35px rgba(10, 25, 47, 0.11);
}

.bulletin-cover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px;
    padding: 28px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(10, 25, 47, 0.94), rgba(17, 34, 64, 0.88)),
        radial-gradient(circle at top right, var(--univ-gold), transparent 55%);
}

.bulletin-cover::before,
.bulletin-cover::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(197, 160, 89, 0.25);
    border-radius: 50%;
}

.bulletin-cover::before {
    width: 190px;
    height: 190px;
    top: -90px;
    right: -55px;
}

.bulletin-cover::after {
    width: 135px;
    height: 135px;
    top: -60px;
    right: -25px;
}

.bulletin-cover-label {
    margin-bottom: 4px;
    color: var(--univ-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.bulletin-cover-year {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.6rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1;
}

.bulletin-cover > i {
    position: absolute;
    top: 25px;
    left: 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.8rem;
}

.bulletin-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.bulletin-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.bulletin-meta span {
    padding: 4px 8px;
    color: var(--univ-slate);
    background: var(--univ-light);
    border-radius: 3px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bulletin-card h3 {
    color: var(--univ-navy);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
}

.bulletin-card p {
    color: var(--univ-slate);
    font-size: 0.9rem;
    line-height: 1.65;
}

.bulletin-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 10px;
}

.bulletin-view-btn {
    flex: 1;
    color: #fff;
    background: var(--univ-navy);
    border-color: var(--univ-navy);
    font-size: 0.9rem;
    font-weight: 700;
}

.bulletin-view-btn:hover {
    color: var(--univ-navy);
    background: var(--univ-gold);
    border-color: var(--univ-gold);
}

.bulletin-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    color: var(--univ-navy);
    border: 1px solid rgba(10, 25, 47, 0.22);
    border-radius: 5px;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.bulletin-download-btn:hover {
    color: #fff;
    background: var(--univ-navy);
}

.bulletin-empty-state {
    padding: 70px 25px;
    background: var(--univ-light);
    border: 1px dashed rgba(10, 25, 47, 0.2);
    border-radius: 8px;
}

.bulletin-empty-state > i {
    color: var(--univ-gold);
    font-size: 3rem;
}

/* ==========================================
   CORPORATE FAQ ACCORDION ANIMATED STYLING
   ========================================== */

/* Main wrapper container for the FAQ section */
.corporate-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

/* Individual accordion block structures */
.corporate-faq-container .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.015);
    transition: var(--transition-smooth);
    background: #ffffff;
}

/* Elevate the container block smoothly on mouse hover */
.corporate-faq-container .accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(10, 25, 47, 0.05);
    border-color: rgba(197, 160, 89, 0.25);
}

/* Style properties for the interactive question trigger buttons */
.corporate-faq-container .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--univ-navy);
    background-color: #ffffff;
    padding: 22px 28px;
    font-size: 1.05rem;
    border: none;
    box-shadow: none !important;
    transition: var(--transition-smooth);
}

/* State shifts when the accordion item is active/expanded */
.corporate-faq-container .accordion-button:not(.collapsed) {
    color: var(--univ-navy);
    background-color: var(--univ-light);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* Accent highlight line inside expanded answer panels */
.corporate-faq-container .accordion-body {
    padding: 28px;
    background-color: #ffffff;
    color: var(--univ-slate);
    line-height: 1.75;
    font-size: 0.98rem;
    border-left: 3px solid var(--univ-gold);
}

/* ==========================================
   QUICK LINKS PREMIUM HUB STYLING
   ========================================== */

/* Rekaan kotak kad premium modular tiga lajur */
.quicklink-corporate-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transition: var(--transition-smooth);
}

/* Kesan angkat terapung dinamik semasa hover */
.quicklink-corporate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(10, 25, 47, 0.08);
    border-color: rgba(197, 160, 89, 0.2);
}

/* Tajuk kad bersisi kontur tengah korporat */
.quicklink-card-header {
    border-bottom: 2px solid var(--univ-light);
    padding-bottom: 12px;
}

/* Senarai pautan bersih tanpa bullet points */
.quicklink-list-group {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.quicklink-list-group li {
    padding: 10px 12px;
    border-radius: 4px;
    transition: var(--transition-smooth);
    margin-bottom: 6px;
}

/* Efek highlight latar belakang baris senarai apabila didekati tetikus */
.quicklink-list-group li:hover {
    background-color: var(--univ-light);
}

.quicklink-list-group li a {
    text-decoration: none;
    color: var(--univ-navy);
    font-size: 0.92rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: var(--transition-smooth);
    line-height: 1.5;
}

/* Pertukaran warna teks pautan ke tona emas korporat */
.quicklink-list-group li a:hover {
    color: var(--univ-gold);
}

.quicklink-arrow-icon {
    color: var(--univ-gold);
    margin-top: 4px;
    font-size: 0.75rem;
    transition: var(--transition-smooth);
}

.quicklink-list-group li:hover .quicklink-arrow-icon {
    transform: translateX(3px); /* Animasi panah bergerak ke kanan secara mikro */
}

/* ==========================================
   ADMINISTRATION DIRECTORY STYLES (PREMIUM)
   ========================================== */

/* Smooth entrance animations */
.animate-fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    opacity: 0;
    transform: translateY(30px);
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Elegant Card Interactions (Non-Clickable) */
.admin-corporate-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    background: #ffffff;
    cursor: default; /* Memastikan kursor standard (bukan pointer/jari) */
}
.admin-corporate-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
    border-color: #d4af37; /* Warna aksen emas FPK */
}
.profile-avatar-admin {
    transition: transform 0.5s ease;
}
.admin-corporate-card:hover .profile-avatar-admin {
    transform: scale(1.05);
}

/* ==========================================
   PREMIUM INDEX PAGE STYLES & ANIMATIONS
   ========================================== */

/* Smooth Entrance Animations - Scoped to .homepage */
.homepage .animate-fade-in-up {
    animation: fadeInUp 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    opacity: 0;
    transform: translateY(40px);
}
.homepage .delay-1 { animation-delay: 0.1s; }
.homepage .delay-2 { animation-delay: 0.2s; }
.homepage .delay-3 { animation-delay: 0.3s; }
.homepage .delay-4 { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

/* Premium Course Cards */
.homepage .courses_box {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}
.homepage .courses_box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.15); /* Gold FPK tint */
    border-color: #d4af37;
}

/* Premium News/Blog Cards */
.homepage .corporate-news-card {
    transition: all 0.4s ease;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.homepage .corporate-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
.homepage .corporate-news-card .blog-img_box {
    position: relative;
    overflow: hidden;
}
.homepage .corporate-news-card .blog-img_box img {
    transition: transform 0.6s ease;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.homepage .corporate-news-card:hover .blog-img_box img {
    transform: scale(1.05);
}
.homepage .corporate-news-card .blogtitle {
    padding: 20px;
    background: #fff;
    flex-grow: 1;
}

/* ==========================================
   PREMIUM VIEW NEWS PAGE STYLES (RESPONSIVE)
   ========================================== */
.news-content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
    text-align: justify;
    font-family: 'Inter', sans-serif;
}

/* Gambar Utama (Hero) - Nisbah Lebar 16:9 sesuai untuk semua skrin */
.article-hero-img {
    width: 100%;
    height: auto;
    max-height: 550px;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Gambar Galeri - Nisbah 4:3 yang standard untuk gambar kamera */
.article-gallery-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.article-gallery-img:hover {
    transform: scale(1.03);
}

/* ==========================================
   INDEX.PHP - PREMIUM REDESIGN (BOOM & WAOW)
   ========================================== */

/* 1. Typing Animation Cursor */
.typing-cursor {
    display: inline-block;
    width: 3px;
    height: 1.1em;
    background-color: var(--univ-gold, #d4af37);
    vertical-align: text-bottom;
    animation: blink 0.75s step-end infinite;
    margin-left: 4px;
}

@keyframes blink {
    50% { opacity: 0; }
}

/* 2. Banner Slider Standardization */
.homepage-slider-premium .carousel-item {
    height: 60vh; /* Ketinggian dinamik mesra peranti */
    min-height: 400px;
    max-height: 650px;
    background-color: var(--univ-navy);
    position: relative;
}

.homepage-slider-premium .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Memastikan gambar penuh tanpa herot (distorted) */
    opacity: 0.85; /* Tona gelap premium */
}

/* 3. Premium Statistics Section (Glassmorphism) */
.stats-premium-section {
    background: linear-gradient(135deg, var(--univ-navy) 0%, #112240 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Corak (Pattern) latar belakang eksklusif */
.stats-premium-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(197, 160, 89, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
}

.stat-premium-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 20px;
    transition: all 0.4s ease;
    height: 100%;
}

.stat-premium-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--univ-gold);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.stat-premium-card .counter {
    font-size: 3.5rem;
    color: var(--univ-gold);
    font-family: 'Poppins', sans-serif;
}

.stat-premium-card p {
    color: #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    font-weight: 500;
}

.stat-premium-card img {
    filter: brightness(0) invert(1); /* Menukar ikon hitam jadi putih */
    opacity: 0.9;
    height: 60px;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}

.stat-premium-card:hover img {
    transform: scale(1.1);
}

/* 4. Premium Courses Card */
.course-premium-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.04);
}

.course-premium-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(197, 160, 89, 0.15);
    border-color: rgba(197, 160, 89, 0.5);
}

.course-premium-img-wrapper {
    position: relative;
    overflow: hidden;
}

.course-premium-img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.course-premium-card:hover .course-premium-img {
    transform: scale(1.1);
}

.course-premium-overlay-btn {
    position: absolute;
    bottom: 16px;
    right: 20px;
    z-index: 3;
    background: var(--univ-gold);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    box-shadow: 0 8px 20px rgba(14, 42, 71, 0.28);
    transition: all 0.4s ease;
}

.course-premium-card:hover .course-premium-overlay-btn {
    transform: rotate(360deg) scale(1.1);
}

.course-premium-body {
    padding: 35px 25px 25px;
}

/* ==========================================
   ALL NEWS GALLERY STYLES (.all_news)
   ========================================== */

/* Hero Banner Khas untuk Galeri Berita */
.all_news .news-hero-section {
    background: linear-gradient(135deg, var(--univ-navy) 0%, #112240 100%);
    padding: 70px 0;
    color: #ffffff;
    border-bottom: 4px solid var(--univ-gold);
    position: relative;
    overflow: hidden;
}

/* TAMBAH KOD INI: Paksa tajuk dan perenggan menjadi putih terang */
.all_news .news-hero-section h1,
.all_news .news-hero-section p {
    color: #ffffff !important;
}

.all_news .news-hero-section::before {
    /* ... kod sedia ada kekal ... */
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(197, 160, 89, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.6;
}

/* Kad Galeri Berita Premium */
.all_news .news-gallery-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.all_news .news-gallery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(10, 25, 47, 0.08);
    border-color: rgba(197, 160, 89, 0.4);
}

/* Wrapper Gambar dengan Nisbah 16:9 yang Standard */
.all_news .news-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background-color: var(--univ-light);
}

.all_news .news-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.all_news .news-gallery-card:hover .news-img-wrap img {
    transform: scale(1.06);
}

/* Kotak Kandungan Teks */
.all_news .news-content-wrap {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.all_news .news-meta {
    font-size: 0.85rem;
    color: var(--univ-slate);
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.all_news .news-meta i {
    color: var(--univ-gold);
}

.all_news .news-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--univ-navy);
    line-height: 1.4;
    margin-bottom: 15px;
    /* Limit kepada 2 baris sahaja supaya semua kad nampak sama tinggi */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; /* TAMBAH KOD INI UNTUK HILANGKAN ERROR */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all_news .news-excerpt {
    font-size: 0.95rem;
    color: var(--univ-slate);
    margin-bottom: 20px;
    /* Limit teks petikan kepada 3 baris */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; /* TAMBAH KOD INI UNTUK HILANGKAN ERROR */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Butang Read More Interaktif */
.all_news .read-more-btn {
    margin-top: auto; /* Memaksa butang sentiasa berada di bawah kad */
    color: var(--univ-navy);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.all_news .read-more-btn i {
    margin-left: 8px;
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.all_news .read-more-btn:hover {
    color: var(--univ-gold);
}

.all_news .read-more-btn:hover i {
    transform: translateX(6px);
}

/* ==========================================
   FPK RASPBERRY, BLUE & WHITE BRAND THEME
   ========================================== */

::selection {
    color: #ffffff;
    background: var(--univ-rose);
}

body {
    background:
        linear-gradient(180deg, rgba(246, 249, 252, 0.65) 0, #ffffff 240px);
}

a {
    text-decoration-color: rgba(165, 7, 75, 0.35);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus,
.form-select:focus {
    outline: 3px solid rgba(165, 7, 75, 0.24);
    outline-offset: 3px;
    border-color: var(--univ-rose);
    box-shadow: 0 0 0 0.2rem rgba(165, 7, 75, 0.12);
}

.navbar-corporate {
    box-shadow: 0 7px 24px rgba(14, 42, 71, 0.18) !important;
}

.navbar-corporate .navbar-brand span {
    color: #ffffff !important;
}

.navbar-corporate .navbar-brand::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 9px;
    background: var(--univ-rose);
    border: 2px solid rgba(255,255,255,0.75);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(165,7,75,0.28);
}

.navbar-corporate .nav-link:hover,
.navbar-corporate .nav-link:focus,
.navbar-corporate .nav-link.show {
    color: #ffffff !important;
    text-shadow: 0 0 18px rgba(255,255,255,0.35);
}

.navbar-corporate .nav-link::after {
    transition: var(--transition-smooth);
}

@media (max-width: 991.98px) {
    .navbar-corporate .navbar-collapse {
        background: #0A223B;
        border-color: rgba(165, 7, 75, 0.48);
    }
}

.academic-hero {
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
}

.academic-hero::before {
    content: '';
    position: absolute;
    top: -115px;
    right: 10%;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
}

.academic-hero .container {
    position: relative;
    z-index: 1;
}

.academic-hero span[style*="--univ-gold"],
.academic-hero .pg-hero-kicker,
.academic-hero .bulletin-hero-kicker,
.academic-hero .location-hero-kicker {
    color: #F6C5D9 !important;
}

.border-gold-left {
    border-left-color: var(--univ-rose);
}

.corporate-card,
.program-portal-card,
.exco-profile-card,
.bulletin-card {
    border-color: rgba(14, 42, 71, 0.1);
    box-shadow: 0 8px 25px rgba(14, 42, 71, 0.055);
}

.corporate-card:hover,
.program-portal-card:hover,
.exco-profile-card:hover,
.bulletin-card:hover {
    border-color: rgba(165, 7, 75, 0.3);
    box-shadow: 0 16px 34px rgba(14, 42, 71, 0.11);
}

.btn-primary,
.btn-corporate,
.bulletin-view-btn {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--univ-blue), var(--univ-blue-bright)) !important;
    border-color: var(--univ-blue) !important;
}

.btn-primary:hover,
.btn-corporate:hover,
.bulletin-view-btn:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--univ-rose), var(--univ-rose-dark)) !important;
    border-color: var(--univ-rose) !important;
    transform: translateY(-2px);
}

.btn-warning {
    color: #ffffff;
    background: var(--univ-rose);
    border-color: var(--univ-rose);
}

.btn-warning:hover,
.btn-warning:focus {
    color: #ffffff;
    background: var(--univ-rose-dark);
    border-color: var(--univ-rose-dark);
}

.btn-corporate-outline {
    color: var(--univ-blue);
    border-color: var(--univ-blue);
}

.btn-corporate-outline:hover {
    color: #ffffff;
    background: var(--univ-rose);
    border-color: var(--univ-rose);
}

.course-quick-info-card,
.pg-apply-card {
    background: linear-gradient(145deg, var(--univ-navy), var(--univ-blue)) !important;
    border-bottom-color: var(--univ-rose);
}

.course-info-value a,
.pg-section-kicker,
.pg-field-code,
.bulletin-cover-label {
    color: var(--univ-rose);
}

.course-quick-info-card .course-info-value a,
.pg-apply-card .pg-section-kicker {
    color: #F6C5D9;
}

.contact-detail-item,
.research-stat-card,
.pg-field-card {
    border-left-color: var(--univ-blue);
}

.contact-detail-item:hover,
.research-stat-card:hover,
.pg-field-card:hover {
    border-left-color: var(--univ-rose);
}

.badge-postgrad,
.program-badge {
    color: var(--univ-rose-dark);
    background: var(--univ-rose-soft);
}

.accordion-button:not(.collapsed) {
    color: var(--univ-rose-dark);
    background: var(--univ-rose-soft);
}

footer.bg-dark {
    background: linear-gradient(110deg, var(--univ-navy), var(--univ-blue)) !important;
    border-top: 3px solid var(--univ-rose) !important;
}

/* ==========================================
   SITE-WIDE PHONE & TABLET RESPONSIVENESS
   ========================================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

table {
    max-width: 100%;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
    overflow-wrap: break-word;
}

@media (max-width: 991.98px) {
    .navbar-corporate {
        padding: 10px 0;
    }

    .navbar-corporate > .container {
        flex-wrap: wrap;
        max-width: 100%;
    }

    .navbar-brand-fpk {
        max-width: calc(100% - 58px);
        font-size: 1rem;
        letter-spacing: 0.02em;
    }

    .navbar-brand-fpk .brand-full {
        display: none;
    }

    .navbar-brand-fpk .brand-short {
        display: inline;
    }

    .navbar-corporate .navbar-toggler {
        flex: 0 0 auto;
        margin-left: auto;
        padding: 5px 8px;
    }

    .navbar-corporate .navbar-collapse {
        flex-basis: 100%;
        width: 100%;
        margin-top: 10px;
        padding: 12px 15px;
        border-radius: 8px;
    }

    .navbar-corporate .dropdown-menu,
    .navbar-corporate .mega-dropdown-menu,
    .navbar-corporate .dropdown-menu[style] {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 8px 10px !important;
    }

    .navbar-corporate .dropdown-item,
    .navbar-corporate .dropdown-item-custom {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .academic-hero,
    .undergraduate-programme-hero {
        width: 100%;
        padding: 54px 0;
    }

    .academic-hero .display-5 {
        max-width: 100%;
        font-size: clamp(2rem, 6vw, 2.75rem);
        line-height: 1.18;
    }

    .academic-hero .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .text-justify-custom {
        text-align: left;
        text-justify: auto;
    }

    .undergraduate-programme-page,
    .pg-page,
    .bulletin-page,
    .location-page {
        max-width: 100%;
    }

    .undergraduate-programme-page > .row,
    .pg-page > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .undergraduate-programme-page > .row > [class*="col-"],
    .pg-page > .row > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .course-quick-info-card,
    .career-opportunities-box {
        width: 100%;
    }

    .programme-chairman-image {
        height: min(360px, 70vw);
    }

    .feedback-iframe-wrapper,
    .feedback-iframe-wrapper iframe {
        max-width: 100%;
    }

    .table-responsive,
    .chart-viewport-wrapper,
    .lightbox-scroll-container {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand-fpk {
        font-size: 0.95rem;
    }

    .navbar-corporate .navbar-brand::before {
        width: 7px;
        height: 7px;
        margin-right: 6px;
        box-shadow: 0 0 0 3px rgba(165,7,75,0.25);
    }

    .academic-hero,
    .undergraduate-programme-hero {
        padding: 44px 0;
    }

    .academic-hero .display-5 {
        font-size: clamp(1.75rem, 9vw, 2.2rem);
    }

    .academic-hero span.small {
        font-size: 0.72rem !important;
        letter-spacing: 0.08em;
    }

    main.container,
    body > .container,
    .undergraduate-programme-page,
    .pg-page,
    .bulletin-page,
    .location-page {
        padding-right: 16px;
        padding-left: 16px;
    }

    .corporate-card,
    .program-portal-card,
    .course-quick-info-card,
    .pg-apply-card {
        max-width: 100%;
    }

    .corporate-card.p-4,
    .corporate-card.p-md-5,
    .course-quick-info-card.p-4,
    .pg-apply-card.p-4 {
        padding: 22px !important;
    }

    .border-gold-left {
        padding-left: 12px;
    }

    .border-gold-left h1,
    .border-gold-left h2,
    .border-gold-left h3,
    .border-gold-left h4,
    .border-gold-left h5 {
        font-size: clamp(1.25rem, 6.3vw, 1.65rem) !important;
        line-height: 1.3;
    }

    .course-info-list li {
        gap: 12px;
        font-size: 0.84rem;
    }

    .course-info-label,
    .course-info-value {
        min-width: 0;
    }

    .course-info-value {
        max-width: 58%;
    }

    .undergraduate-programme-page .course-main-banner {
        height: 220px;
    }

    .pdf-download-box-premium {
        align-items: flex-start !important;
    }

    .pdf-download-box-premium .d-flex:last-child {
        flex-wrap: wrap;
        width: 100%;
    }

    .pdf-download-box-premium .btn {
        flex: 1 1 120px;
    }

    .contact-detail-item {
        padding: 16px;
    }

    .programme-chairman-image {
        height: min(330px, 82vw);
    }

    .exco-img-wrapper,
    .exco-img-wrapper[style] {
        height: 280px !important;
    }

    footer {
        padding-right: 16px;
        padding-left: 16px;
    }
}

/* =========================================================
   GENERAL RESEARCH PAGE
   ========================================================= */
.research-general-page {
    --research-general-ink: #102a44;
    --research-general-muted: #667789;
    color: var(--research-general-ink);
    background: #f7f9fc;
    overflow: hidden;
}

.research-general-page + footer {
    margin-top: 0 !important;
}

.research-general-hero {
    position: relative;
    isolation: isolate;
    padding: 78px 0 82px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 15%, rgba(165, 7, 75, .38), transparent 25%),
        linear-gradient(120deg, #0b2945 0%, #174c79 60%, #263d70 100%);
    border-bottom: 4px solid var(--univ-rose);
}

.research-general-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, #000 55%);
}

.research-general-glow {
    position: absolute;
    top: -150px;
    right: -70px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018);
}

.research-general-eyebrow,
.research-general-heading span,
.research-approach-intro > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--univ-rose);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.research-general-eyebrow {
    color: #f2b5cf;
}

.research-general-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.8rem, 5.5vw, 4.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.05em;
}

.research-general-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(1rem, 1.4vw, 1.14rem);
    line-height: 1.75;
}

.research-general-visual {
    position: relative;
    width: 300px;
    height: 230px;
    margin-left: auto;
}

.research-general-visual::before,
.research-general-visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
}

.research-general-visual::before {
    inset: 5px 40px;
}

.research-general-visual::after {
    inset: 38px 72px;
    border-color: rgba(242,181,207,.3);
}

.research-visual-core,
.research-visual-node {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 16px 35px rgba(2,15,29,.25);
}

.research-visual-core {
    top: 75px;
    left: 110px;
    width: 80px;
    height: 80px;
    background: var(--univ-rose);
    font-size: 1.7rem;
}

.research-visual-node {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(8px);
}

.research-visual-node-one { top: 8px; left: 126px; }
.research-visual-node-two { top: 135px; left: 22px; }
.research-visual-node-three { top: 152px; right: 20px; }

.research-general-section {
    padding: 82px 0;
}

.research-general-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    align-items: end;
    gap: 50px;
    margin-bottom: 38px;
}

.research-general-heading h2,
.research-approach-intro h2 {
    max-width: 690px;
    margin: 0;
    color: var(--research-general-ink);
    font-size: clamp(1.9rem, 3.3vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.04em;
}

.research-general-heading > p {
    margin: 0 0 3px;
    color: var(--research-general-muted);
    line-height: 1.75;
}

.research-focus-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.research-focus-card {
    position: relative;
    min-height: 250px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid rgba(14,42,71,.1);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(14,42,71,.055);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.research-focus-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--univ-rose), var(--univ-blue));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s ease;
}

.research-focus-card:hover {
    transform: translateY(-5px);
    border-color: rgba(165,7,75,.18);
    box-shadow: 0 18px 38px rgba(14,42,71,.1);
}

.research-focus-card:hover::after {
    transform: scaleX(1);
}

.research-focus-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    place-items: center;
    border-radius: 11px;
    color: var(--univ-rose);
    background: var(--univ-rose-soft);
    font-size: 1.05rem;
}

.research-focus-card:nth-child(even) .research-focus-icon {
    color: var(--univ-blue);
    background: #eaf2f8;
}

.research-focus-card h3 {
    margin: 0 0 11px;
    color: var(--research-general-ink);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
}

.research-focus-card p {
    margin: 0;
    color: var(--research-general-muted);
    font-size: .84rem;
    line-height: 1.7;
}

.research-approach-section {
    padding-top: 0;
}

.research-approach-panel {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    gap: 70px;
    padding: 54px;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 0 100%, rgba(165,7,75,.42), transparent 27%),
        linear-gradient(125deg, #0b2945, #174b77);
    box-shadow: 0 22px 50px rgba(14,42,71,.13);
}

.research-approach-intro > span {
    color: #f2b5cf;
}

.research-approach-intro h2 {
    margin-bottom: 16px;
    color: #fff;
}

.research-approach-intro p {
    margin: 0 0 25px;
    color: rgba(255,255,255,.7);
    line-height: 1.72;
}

.research-general-button {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    border-radius: 7px;
    color: #fff;
    background: var(--univ-rose);
    font-size: .83rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease;
}

.research-general-button:hover {
    color: #fff;
    background: var(--univ-rose-dark);
    transform: translateY(-2px);
}

.research-approach-steps {
    display: grid;
    gap: 0;
    align-content: center;
}

.research-approach-steps article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 17px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.research-approach-steps article:last-child {
    border-bottom: 0;
}

.research-approach-steps article > span {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #f2b5cf;
    background: rgba(255,255,255,.07);
    font-size: .72rem;
    font-weight: 800;
}

.research-approach-steps h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
}

.research-approach-steps p {
    margin: 0;
    color: rgba(255,255,255,.64);
    font-size: .8rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .research-general-hero {
        padding: 65px 0 69px;
    }

    .research-general-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .research-general-heading > p {
        max-width: 680px;
    }

    .research-focus-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-approach-panel {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 575.98px) {
    .research-general-hero {
        padding: 49px 0 52px;
    }

    .research-general-page .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .research-general-hero h1 {
        font-size: clamp(2.4rem, 12vw, 3.2rem);
    }

    .research-general-hero p {
        font-size: .93rem;
        line-height: 1.68;
    }

    .research-general-section {
        padding: 62px 0;
    }

    .research-focus-grid {
        grid-template-columns: 1fr;
    }

    .research-focus-card {
        min-height: 0;
        padding: 24px;
    }

    .research-focus-icon {
        margin-bottom: 21px;
    }

    .research-approach-section {
        padding-top: 0;
    }

    .research-approach-panel {
        gap: 22px;
        padding: 29px 23px;
    }

    .research-general-button {
        justify-content: center;
        width: 100%;
    }

    .research-approach-steps article {
        grid-template-columns: 45px 1fr;
        gap: 13px;
    }
}

/* =========================================================
   RESEARCH STATISTICS PAGE
   ========================================================= */
.research-stats-hero {
    position: relative;
    isolation: isolate;
    padding: 72px 0 76px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 15%, rgba(165, 7, 75, .42), transparent 24%),
        linear-gradient(120deg, #0b2945 0%, #174c79 62%, #273e71 100%);
    border-bottom: 4px solid var(--univ-rose);
}

.research-stats-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .14;
    background-image:
        linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, #000 50%);
}

.research-stats-hero-shape {
    position: absolute;
    top: -205px;
    right: 6%;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(255,255,255,.025), 0 0 0 145px rgba(255,255,255,.018);
}

.research-stats-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #f2b5cf;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.research-stats-hero h1 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.8rem, 5.5vw, 4.7rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

.research-stats-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 1.02rem;
    line-height: 1.7;
}

.research-stats-hero-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 128px;
    height: 128px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.09);
    box-shadow: 0 22px 45px rgba(4,18,33,.22), inset 0 0 0 13px rgba(255,255,255,.035);
    font-size: 2.9rem;
    backdrop-filter: blur(8px);
}

.research-stats-hero-icon::after {
    content: "";
    position: absolute;
    right: 7px;
    bottom: 12px;
    width: 22px;
    height: 22px;
    border: 4px solid rgba(255,255,255,.82);
    border-radius: 50%;
    background: var(--univ-rose);
}

.research-stats-page {
    min-height: 480px;
    padding: 72px 0 90px;
    background: #f7f9fc;
}

.research-stats-page + footer {
    margin-top: 0 !important;
}

.research-stats-heading {
    max-width: 650px;
    margin: 0 auto 38px;
    text-align: center;
}

.research-stats-heading > span {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--univ-rose);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.research-stats-heading h2 {
    margin: 0 0 12px;
    color: var(--univ-navy);
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.research-stats-heading p {
    margin: 0;
    color: #6b7989;
    line-height: 1.65;
}

.research-stat-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.research-stat-card-v2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 182px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgba(14,42,71,.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(14,42,71,.065);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.research-stat-card-v2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--univ-rose), var(--univ-blue));
    transform: scaleX(.22);
    transform-origin: left;
    transition: transform .28s ease;
}

.research-stat-card-v2:hover {
    transform: translateY(-5px);
    border-color: rgba(165,7,75,.18);
    box-shadow: 0 20px 42px rgba(14,42,71,.12);
}

.research-stat-card-v2:hover::after {
    transform: scaleX(1);
}

.research-stat-icon-v2 {
    flex: 0 0 auto;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 13px;
    color: var(--univ-rose);
    background: var(--univ-rose-soft);
    font-size: 1.25rem;
}

.research-stat-card-v2:nth-child(even) .research-stat-icon-v2 {
    color: var(--univ-blue);
    background: #eaf2f8;
}

.research-stat-content-v2 {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.research-stat-content-v2 strong {
    display: block;
    margin-bottom: 7px;
    color: var(--univ-navy);
    font-size: clamp(2.1rem, 3vw, 3rem);
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.05em;
}

.research-stat-content-v2 h3 {
    margin: 0;
    color: #4f6073;
    font-family: 'Inter', sans-serif;
    font-size: .89rem;
    font-weight: 700;
    line-height: 1.45;
}

.research-stat-index-v2 {
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(14,42,71,.07);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .research-stats-hero {
        padding: 60px 0 63px;
    }

    .research-stat-grid-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .research-stats-hero {
        padding: 46px 0 49px;
    }

    .research-stats-hero .container,
    .research-stats-page .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .research-stats-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.1rem);
    }

    .research-stats-hero p {
        font-size: .91rem;
        line-height: 1.65;
    }

    .research-stats-page {
        padding: 58px 0 70px;
    }

    .research-stats-heading {
        margin-bottom: 29px;
    }

    .research-stat-grid-v2 {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .research-stat-card-v2 {
        min-height: 142px;
        padding: 23px;
    }

    .research-stat-icon-v2 {
        width: 52px;
        height: 52px;
    }

    .research-stat-content-v2 strong {
        font-size: 2.45rem;
    }
}

/* Compact funding extension for the research statistics page */
.research-funding-highlight {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.4fr);
    gap: 0 48px;
    margin-top: 58px;
    padding: 42px;
    overflow: hidden;
    border-radius: 17px;
    color: #fff;
    background:
        radial-gradient(circle at 0 100%, rgba(165,7,75,.48), transparent 27%),
        linear-gradient(125deg, #0b2945 0%, #174c79 64%, #203967 100%);
    box-shadow: 0 22px 50px rgba(14,42,71,.14);
}

.research-funding-highlight::after {
    content: "";
    position: absolute;
    top: -150px;
    right: -110px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255,255,255,.018);
    pointer-events: none;
}

.research-funding-summary,
.research-funding-list,
.research-funding-types {
    position: relative;
    z-index: 1;
}

.research-funding-kicker {
    display: block;
    margin-bottom: 12px;
    color: #f2b5cf;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.research-funding-summary h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(1.55rem, 2.6vw, 2.2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.research-funding-total {
    margin-bottom: 16px;
}

.research-funding-total strong,
.research-funding-total span {
    display: block;
}

.research-funding-total strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 4.35rem);
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.055em;
}

.research-funding-total span {
    color: #f3bed5;
    font-size: .79rem;
    font-weight: 750;
}

.research-funding-summary > p {
    max-width: 390px;
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: .81rem;
    line-height: 1.65;
}

.research-funding-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-self: center;
}

.research-funding-list article {
    min-height: 128px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(7px);
}

.research-funding-amount {
    display: block;
    margin-bottom: 13px;
    color: #f3bed5;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.035em;
}

.research-funding-list h3 {
    margin: 0 0 5px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.35;
}

.research-funding-list p {
    margin: 0;
    color: rgba(255,255,255,.56);
    font-size: .69rem;
    line-height: 1.45;
}

.research-funding-types {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
    padding-top: 23px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.research-funding-types span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    color: rgba(255,255,255,.74);
    background: rgba(255,255,255,.07);
    font-size: .68rem;
    font-weight: 700;
}

.research-funding-types i {
    color: #f2b5cf;
}

@media (max-width: 991.98px) {
    .research-funding-highlight {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .research-funding-summary > p {
        max-width: 630px;
    }
}

@media (max-width: 575.98px) {
    .research-funding-highlight {
        gap: 26px;
        margin-top: 42px;
        padding: 28px 22px;
    }

    .research-funding-list {
        grid-template-columns: 1fr;
    }

    .research-funding-list article {
        min-height: 0;
    }

    .research-funding-types {
        margin-top: 20px;
    }
}

/* =========================================================
   FPK FUTURE HOME — hero foundation
   ========================================================= */
.future-home {
    --future-ink: #0a2138;
    --future-muted: #66778a;
    --future-line: rgba(14,42,71,.11);
    background: #f5f8fb;
    overflow: hidden;
}

.future-home + footer {
    margin-top: 0 !important;
}

.future-hero {
    position: relative;
    isolation: isolate;
    min-height: 650px;
    overflow: hidden;
    color: #fff;
    background: #081c31;
}

.future-hero-carousel,
.future-hero-carousel .carousel-inner,
.future-hero-carousel .carousel-item,
.future-hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.future-hero-carousel .carousel-item {
    min-height: 650px;
    background: #081c31;
}

.future-hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.88) contrast(1.04);
    transform: scale(1.02);
    animation: futureHeroZoom 7s ease-out both;
}

.future-hero-fallback {
    background:
        radial-gradient(circle at 78% 20%, rgba(165,7,75,.55), transparent 26%),
        linear-gradient(125deg, #081c31, #174c79 65%, #243c6d);
}

.future-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(4,18,33,.96) 0%, rgba(4,18,33,.82) 40%, rgba(4,18,33,.28) 72%, rgba(4,18,33,.18) 100%),
        linear-gradient(0deg, rgba(4,18,33,.78) 0%, transparent 45%);
    pointer-events: none;
}

.future-hero-grid {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: .15;
    background-image:
        linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
    pointer-events: none;
}

.future-hero-content {
    position: relative;
    z-index: 4;
    display: flex;
    min-height: 650px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 92px;
}

.future-hero-signal {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 21px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.07);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    backdrop-filter: blur(9px);
}

.future-hero-signal i {
    color: #f1abc8;
    font-size: .47rem;
    filter: drop-shadow(0 0 7px #f1abc8);
}

.future-hero h1 {
    width: min(900px, 80%);
    min-height: 2.1em;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(2.8rem, 5.5vw, 5.5rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.future-hero-accent {
    color: #f0a8c6;
}

.future-hero p {
    max-width: 670px;
    margin: 0 0 31px;
    color: rgba(255,255,255,.72);
    font-size: clamp(.98rem, 1.45vw, 1.12rem);
    line-height: 1.75;
}

.future-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.future-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}

.future-button:hover {
    transform: translateY(-3px);
}

.future-button-primary {
    color: #fff;
    background: var(--univ-rose);
    box-shadow: 0 14px 30px rgba(165,7,75,.32);
}

.future-button-primary:hover {
    color: #fff;
    background: var(--univ-rose-dark);
}

.future-button-glass {
    color: #fff;
    border-color: rgba(255,255,255,.25);
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(9px);
}

.future-button-glass:hover {
    color: #fff;
    border-color: rgba(255,255,255,.4);
    background: rgba(255,255,255,.14);
}

.future-hero-channel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-top: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.52);
    background: rgba(5,22,39,.62);
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .18em;
    backdrop-filter: blur(12px);
}

.future-hero-channel i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--univ-rose);
}

.future-hero-indicators {
    right: auto;
    bottom: 69px;
    left: max(24px, calc((100vw - 1320px) / 2));
    z-index: 6;
    justify-content: flex-start;
    margin: 0;
}

.future-hero-indicators [data-bs-target] {
    width: 24px;
    height: 3px;
    margin: 0 4px 0 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.48);
    transition: width .25s ease, background-color .25s ease;
}

.future-hero-indicators .active {
    width: 48px;
    background: #f0a8c6;
}

.future-carousel-control {
    top: auto;
    bottom: 68px;
    z-index: 6;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(5,22,39,.42);
    backdrop-filter: blur(8px);
}

.future-carousel-control.carousel-control-prev {
    right: 72px;
    left: auto;
}

.future-carousel-control.carousel-control-next {
    right: 20px;
}

.future-carousel-control .carousel-control-prev-icon,
.future-carousel-control .carousel-control-next-icon {
    width: 16px;
    height: 16px;
}

.future-home .typing-cursor {
    width: 4px;
    background: #f0a8c6;
    box-shadow: 0 0 16px rgba(240,168,198,.75);
}

@keyframes futureHeroZoom {
    from { transform: scale(1.08); }
    to { transform: scale(1.02); }
}

@media (max-width: 767.98px) {
    .future-hero,
    .future-hero-carousel .carousel-item,
    .future-hero-content {
        min-height: 590px;
    }

    .future-hero-overlay {
        background: linear-gradient(90deg, rgba(4,18,33,.93), rgba(4,18,33,.56)), linear-gradient(0deg, rgba(4,18,33,.82), transparent 55%);
    }

    .future-hero-content {
        padding-right: 19px;
        padding-bottom: 100px;
        padding-left: 19px;
    }

    .future-hero h1 {
        width: 100%;
        min-height: 2.55em;
        font-size: clamp(2.35rem, 10.8vw, 3.6rem);
    }

    .future-hero-actions,
    .future-button {
        width: 100%;
    }

    .future-hero-channel {
        gap: 9px;
        font-size: .52rem;
        letter-spacing: .09em;
    }

    .future-carousel-control {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .future-hero-carousel .carousel-item img,
    .future-home .animate-fade-in-up,
    .future-home .typing-cursor {
        animation: none !important;
    }
}

/* =========================================================
   FPK FUTURE HOME — content system
   ========================================================= */
.future-stats {
    position: relative;
    z-index: 8;
    margin-top: -30px;
    padding: 0 0 88px;
}

.future-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--future-line);
    border-radius: 14px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 55px rgba(9,34,57,.14);
    backdrop-filter: blur(14px);
}

.future-stat-card {
    position: relative;
    display: flex;
    min-height: 142px;
    align-items: center;
    gap: 18px;
    padding: 25px;
    border-right: 1px solid var(--future-line);
    background: #fff;
    transition: background-color .25s ease, transform .25s ease;
}

.future-stat-card:last-child {
    border-right: 0;
}

.future-stat-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--univ-rose), var(--univ-blue));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.future-stat-card:hover {
    background: #fbfcfe;
}

.future-stat-card:hover::after {
    transform: scaleX(1);
}

.future-stat-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(10%) sepia(26%) saturate(2300%) hue-rotate(173deg) brightness(91%) contrast(94%);
}

.future-stat-card strong,
.future-stat-card span {
    display: block;
}

.future-stat-card strong {
    margin-bottom: 5px;
    color: var(--future-ink);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.85rem, 2.6vw, 2.65rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.045em;
}

.future-stat-card span {
    color: var(--future-muted);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.future-stat-card small {
    position: absolute;
    top: 15px;
    right: 17px;
    color: rgba(14,42,71,.08);
    font-size: 1.45rem;
    font-weight: 800;
}

.future-programmes {
    position: relative;
    padding: 96px 0 105px;
    background:
        radial-gradient(circle at 95% 5%, rgba(165,7,75,.075), transparent 21%),
        #f5f8fb;
}

.future-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 43px;
}

.future-section-kicker {
    display: block;
    margin-bottom: 11px;
    color: var(--univ-rose);
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.future-section-heading h2,
.future-social-intro h2 {
    margin: 0;
    color: var(--future-ink);
    font-size: clamp(2rem, 3.7vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.future-section-heading > p {
    max-width: 490px;
    margin: 0 0 3px;
    color: var(--future-muted);
    line-height: 1.7;
}

.future-programme-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 17px;
}

.future-programme-card {
    position: relative;
    grid-column: span 2;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--future-line);
    border-radius: 14px;
    color: inherit;
    background: #fff;
    box-shadow: 0 12px 35px rgba(14,42,71,.07);
    text-decoration: none;
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.future-programme-card-wide {
    grid-column: span 3;
}

.future-programme-card:hover {
    color: inherit;
    transform: translateY(-7px);
    border-color: rgba(165,7,75,.24);
    box-shadow: 0 23px 48px rgba(14,42,71,.13);
}

.future-programme-media {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: var(--future-ink);
}

.future-programme-card-wide .future-programme-media {
    height: 245px;
}

.future-programme-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6,25,43,.7), transparent 55%);
}

.future-programme-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .65s ease;
}

.future-programme-card:hover .future-programme-media img {
    transform: scale(1.07);
    filter: saturate(1.08);
}

.future-programme-media > span {
    position: absolute;
    bottom: 15px;
    left: 17px;
    z-index: 2;
    padding: 6px 9px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(9,34,57,.6);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.future-programme-body {
    position: relative;
    min-height: 210px;
    padding: 27px 63px 27px 25px;
}

.future-programme-body small {
    display: block;
    margin-bottom: 11px;
    color: var(--univ-rose);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.future-programme-body h3 {
    margin: 0 0 11px;
    color: var(--future-ink);
    font-size: 1.03rem;
    font-weight: 800;
    line-height: 1.38;
}

.future-programme-body p {
    margin: 0;
    color: var(--future-muted);
    font-size: .8rem;
    line-height: 1.65;
}

.future-programme-body > i {
    position: absolute;
    right: 21px;
    bottom: 24px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--univ-rose);
    font-size: .78rem;
    transition: transform .3s ease, background-color .3s ease;
}

.future-programme-card:hover .future-programme-body > i {
    background: var(--univ-blue);
    transform: translateX(4px);
}

.future-news-section {
    position: relative;
    padding: 100px 0 91px;
    color: #fff;
    background:
        radial-gradient(circle at 5% 95%, rgba(165,7,75,.35), transparent 23%),
        linear-gradient(130deg, #071a2c, #103b61);
}

.future-news-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .07;
    background-image: radial-gradient(circle, #fff 1px, transparent 1.5px);
    background-size: 25px 25px;
}

.future-news-section .container {
    position: relative;
}

.future-news-heading h2 {
    color: #fff;
}

.future-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 6px;
    color: #f0b2cc;
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.future-text-link:hover {
    color: #fff;
}

.future-news-grid {
    display: grid;
    grid-auto-columns: minmax(310px, 31.5%);
    grid-auto-flow: column;
    gap: 17px;
    padding: 3px 2px 22px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--univ-rose) rgba(255,255,255,.1);
    scrollbar-width: thin;
}

.future-news-grid::-webkit-scrollbar {
    height: 7px;
}

.future-news-grid::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.future-news-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--univ-rose);
}

.future-news-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    background: rgba(255,255,255,.065);
    scroll-snap-align: start;
    backdrop-filter: blur(7px);
    transition: transform .3s ease, border-color .3s ease, background-color .3s ease;
}

.future-news-card:hover {
    transform: translateY(-5px);
    border-color: rgba(240,178,204,.42);
    background: rgba(255,255,255,.1);
}

.future-news-media {
    position: relative;
    height: 225px;
    overflow: hidden;
    background: #061728;
}

.future-news-media > a,
.future-news-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.future-news-media img {
    object-fit: cover;
    transition: transform .55s ease;
}

.future-news-card:hover .future-news-media img {
    transform: scale(1.055);
}

.future-news-category {
    position: absolute;
    bottom: 13px;
    left: 14px;
    z-index: 2;
    padding: 6px 8px;
    border-radius: 4px;
    color: #fff;
    background: var(--univ-rose);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.future-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    color: #fff;
    background: rgba(165,7,75,.88);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(7px);
}

.future-news-body {
    display: flex;
    min-height: 205px;
    flex-direction: column;
    padding: 23px;
}

.future-news-date {
    margin-bottom: 12px;
    color: rgba(255,255,255,.5);
    font-size: .66rem;
    font-weight: 700;
}

.future-news-date i {
    margin-right: 5px;
    color: #f0b2cc;
}

.future-news-body h3 {
    margin: 0 0 21px;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.48;
}

.future-news-body h3 a {
    color: #fff;
    text-decoration: none;
}

.future-news-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.future-news-footer > span {
    color: rgba(255,255,255,.48);
    font-size: .63rem;
    line-height: 1.45;
}

.future-news-footer > span i {
    margin-right: 5px;
    color: #f0b2cc;
}

.future-news-footer > a {
    display: grid;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}

.future-empty-state {
    grid-column: 1 / -1;
    padding: 70px 25px;
    border: 1px dashed rgba(255,255,255,.2);
    border-radius: 13px;
    text-align: center;
}

.future-empty-state > i {
    margin-bottom: 14px;
    color: #f0b2cc;
    font-size: 2rem;
}

.future-empty-state h3 {
    color: #fff;
    font-size: 1rem;
}

.future-social-section {
    padding: 95px 0 105px;
    background: #f5f8fb;
}

.future-social-shell {
    display: grid;
    grid-template-columns: minmax(250px, .55fr) minmax(0, 1.45fr);
    gap: 44px;
    align-items: center;
    padding: 46px;
    border: 1px solid var(--future-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(14,42,71,.09);
}

.future-social-intro h2 {
    margin-bottom: 17px;
}

.future-social-intro > p {
    margin: 0 0 24px;
    color: var(--future-muted);
    font-size: .9rem;
    line-height: 1.75;
}

.future-social-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.future-social-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    border-radius: 999px;
    color: var(--univ-blue);
    background: #eaf2f8;
    font-size: .68rem;
    font-weight: 800;
}

.future-social-tags span:last-child {
    color: var(--univ-rose);
    background: var(--univ-rose-soft);
}

.future-social-feeds {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-width: 0;
}

.future-social-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--future-line);
    border-radius: 12px;
    background: #f8fafc;
}

.future-social-card-label {
    display: flex;
    height: 49px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: var(--future-ink);
    background: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.future-social-card-label i {
    color: var(--univ-rose);
}

.future-social-embed {
    width: 100%;
    height: 430px;
    overflow: auto;
    background: #fff;
}

.future-social-embed iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.future-tiktok-embed .tiktok-embed {
    min-width: 100% !important;
    max-width: 100% !important;
}

.future-video-modal[hidden] {
    display: none;
}

.future-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    padding: 25px;
    place-items: center;
    background: rgba(3,14,25,.88);
    backdrop-filter: blur(9px);
}

.future-video-modal-content {
    position: relative;
    width: min(900px, 92vw);
    overflow: visible;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: #000;
    box-shadow: 0 28px 70px rgba(0,0,0,.42);
}

.future-video-modal-content iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 12px;
}

.future-video-close {
    position: absolute;
    top: -46px;
    right: 0;
    display: grid;
    width: 37px;
    height: 37px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.08);
    font-size: 1.45rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .future-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .future-stat-card:nth-child(2) {
        border-right: 0;
    }

    .future-stat-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--future-line);
    }

    .future-programme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .future-programme-card,
    .future-programme-card-wide {
        grid-column: span 1;
    }

    .future-programme-card:last-child {
        grid-column: 1 / -1;
    }

    .future-news-grid {
        grid-auto-columns: minmax(300px, 47%);
    }

    .future-social-shell {
        grid-template-columns: 1fr;
    }

    .future-social-intro {
        max-width: 620px;
    }
}

@media (max-width: 767.98px) {
    .future-stats {
        margin-top: 0;
        padding: 0 0 67px;
    }

    .future-stat-grid {
        border-radius: 0 0 13px 13px;
    }

    .future-stat-card {
        min-height: 116px;
        padding: 20px;
    }

    .future-stat-card img {
        width: 35px;
        height: 35px;
    }

    .future-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 31px;
    }

    .future-programmes,
    .future-news-section,
    .future-social-section {
        padding-top: 74px;
        padding-bottom: 79px;
    }

    .future-news-grid {
        grid-auto-columns: minmax(285px, 84%);
    }

    .future-social-shell {
        padding: 30px;
    }

    .future-social-feeds {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .future-home .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .future-stat-grid {
        margin-right: -18px;
        margin-left: -18px;
        border-right: 0;
        border-left: 0;
    }

    .future-stat-card {
        gap: 12px;
        padding: 17px 14px;
    }

    .future-stat-card:nth-child(even) {
        border-right: 0;
    }

    .future-stat-card strong {
        font-size: 1.8rem;
    }

    .future-stat-card span {
        font-size: .58rem;
        letter-spacing: .07em;
    }

    .future-stat-card small {
        display: none;
    }

    .future-programme-grid {
        grid-template-columns: 1fr;
    }

    .future-programme-card:last-child {
        grid-column: auto;
    }

    .future-programme-media,
    .future-programme-card-wide .future-programme-media {
        height: 215px;
    }

    .future-programme-body {
        min-height: 195px;
        padding: 24px 58px 24px 22px;
    }

    .future-news-grid {
        grid-auto-columns: 89%;
    }

    .future-news-media {
        height: 205px;
    }

    .future-social-shell {
        margin-right: -3px;
        margin-left: -3px;
        padding: 25px 18px;
    }

    .future-social-embed {
        height: 410px;
    }
}

/* =========================================================
   FPK HOME — stable static hero + featured banner carousel
   ========================================================= */
.future-hero-static-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.future-hero-title {
    width: min(1120px, 95%) !important;
    min-height: 0 !important;
}

.future-title-line {
    display: block;
    width: max-content;
    max-width: 100%;
    opacity: 0;
    transform: translateX(-28px);
    animation: futureTitleEnter .8s cubic-bezier(.2,.75,.2,1) forwards,
               futureTitleDrift 5s 1.1s ease-in-out infinite alternate;
}

.future-title-line-one {
    font-size: clamp(2.65rem, 5vw, 5.1rem);
}

.future-title-line-two {
    margin-top: 10px;
    color: #f0a8c6;
    font-size: clamp(1.8rem, 3.75vw, 4rem);
    white-space: nowrap;
    animation-delay: .16s, 1.28s;
}

@keyframes futureTitleEnter {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes futureTitleDrift {
    from { transform: translateX(0); }
    to { transform: translateX(7px); }
}

/* Ensure below-hero content never remains invisibly reserved on the page. */
.future-home .animate-fade-in-up {
    opacity: 1;
    transform: none;
    animation: none;
}

.future-highlight-section {
    position: relative;
    padding: 76px 0 82px;
    background:
        radial-gradient(circle at 92% 5%, rgba(165,7,75,.08), transparent 24%),
        #f5f8fb;
}

.future-highlight-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.future-highlight-heading h2 {
    margin: 0;
    color: var(--future-ink);
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.future-highlight-count {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--future-muted);
}

.future-highlight-count strong {
    color: var(--univ-rose);
    font-size: 1.65rem;
    line-height: 1;
}

.future-highlight-count span {
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.future-highlight-carousel {
    overflow: hidden;
    border: 1px solid rgba(14,42,71,.13);
    border-radius: 16px;
    background: #081c31;
    box-shadow: 0 23px 55px rgba(14,42,71,.15);
}

.future-highlight-carousel .carousel-item {
    height: clamp(300px, 36vw, 470px);
    background:
        linear-gradient(135deg, rgba(165,7,75,.12), transparent 35%),
        #081c31;
}

.future-highlight-carousel .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.future-highlight-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 64px;
    align-items: center;
    padding: 15px 92px 15px 24px;
    color: #fff;
    background: linear-gradient(0deg, rgba(4,18,33,.94), rgba(4,18,33,.64), transparent);
    font-size: .85rem;
    font-weight: 750;
}

.future-highlight-indicators {
    right: auto;
    bottom: 15px;
    left: 22px;
    justify-content: flex-start;
    margin: 0;
}

.future-highlight-indicators [data-bs-target] {
    width: 20px;
    height: 3px;
    margin-right: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.55);
}

.future-highlight-indicators .active {
    width: 38px;
    background: #f0a8c6;
}

.future-highlight-control {
    top: 50%;
    bottom: auto;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%;
    background: rgba(5,22,39,.58);
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
}

.future-highlight-control.carousel-control-prev {
    left: 16px;
}

.future-highlight-control.carousel-control-next {
    right: 16px;
}

.future-highlight-control .carousel-control-prev-icon,
.future-highlight-control .carousel-control-next-icon {
    width: 16px;
    height: 16px;
}

.future-highlight-section + .future-stats {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .future-title-line-one {
        font-size: clamp(2.05rem, 9.2vw, 3.4rem);
    }

    .future-title-line-two {
        margin-top: 8px;
        font-size: clamp(1.15rem, 5.6vw, 2.25rem);
    }

    .future-highlight-section {
        padding: 58px 0 63px;
    }

    .future-highlight-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .future-highlight-carousel .carousel-item {
        height: clamp(230px, 63vw, 340px);
    }

    .future-highlight-control {
        width: 38px;
        height: 38px;
    }

    .future-highlight-control.carousel-control-prev {
        left: 9px;
    }

    .future-highlight-control.carousel-control-next {
        right: 9px;
    }
}

@media (max-width: 420px) {
    .future-title-line-two {
        font-size: clamp(1.03rem, 5.25vw, 1.38rem);
        letter-spacing: -.035em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .future-title-line {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

/* Stable looping typewriter: text space is reserved before animation starts. */
.future-title-line {
    position: relative;
    opacity: 1;
    transform: none;
    animation: none;
}

.future-title-line-one {
    width: 100%;
}

.future-title-line-two {
    width: max-content;
    white-space: nowrap;
}

.future-title-reserve {
    display: block;
    visibility: hidden;
    text-transform: uppercase;
}

.future-title-type-layer {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    color: inherit;
    text-transform: uppercase;
}

.future-title-line-two .future-title-type-layer {
    width: max-content;
    white-space: nowrap;
}

.future-type-cursor {
    display: inline-block;
    width: 4px;
    height: .9em;
    margin-left: 5px;
    vertical-align: -.04em;
    opacity: 0;
    background: currentColor;
    box-shadow: 0 0 13px currentColor;
}

.future-title-line.is-typing .future-type-cursor {
    opacity: 1;
    animation: futureTypeBlink .72s steps(1, end) infinite;
}

@keyframes futureTypeBlink {
    50% { opacity: 0; }
}

.future-social-feeds {
    align-items: start;
}

.future-facebook-card .future-social-embed,
.future-facebook-card .future-social-embed iframe {
    height: 650px;
}

@media (prefers-reduced-motion: reduce) {
    .future-type-cursor {
        display: none;
    }
}

