/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/(frontend)/research/research.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100..700&display=swap");

.research-page {
    --on-surface: #2e3335;
    --on-primary-container: #281db3;
    --surface-container: #ebeef0;
    --on-secondary-container: #004ea8;
    --surface-container-lowest: #ffffff;
    --inverse-surface: #0c0f10;
    --primary-dim: #413dc9;
    --surface-container-high: #e5e9eb;
    --inverse-on-surface: #9b9d9e;
    --surface-dim: #d5dbdd;
    --background: #f8f9fa;
    --tertiary-fixed: #e1a0ff;
    --tertiary-fixed-dim: #da8cff;
    --tertiary: #9127c4;
    --error-container: #f76a80;
    --inverse-primary: #8382ff;
    --outline-variant: #aeb3b5;
    --surface-bright: #f8f9fa;
    --primary-fixed: #bbbbff;
    --primary-container: #bbbbff;
    --primary-fixed-dim: #acabff;
    --surface: #f8f9fa;
    --surface-container-highest: #dee3e5;
    --tertiary-container: #e1a0ff;
    --surface-container-low: #f2f4f5;
    --secondary-container: #d8e2ff;
    --primary: #4e4bd5;
    --on-surface-variant: #5a6062;
    --on-background: #2e3335;
    --secondary: #005bc2;
    --error: #ac3149;
    --on-primary: #fbf7ff;
    --on-secondary: #f9f8ff;
    --shadow-tint: rgba(46, 51, 53, 0.05);
    background: var(--surface);
    color: var(--on-surface);
    font-family: "Barlow", sans-serif;
    line-height: 1.6;
}

.research-page *,
.research-page *::before,
.research-page *::after {
    box-sizing: border-box;
}

.research-page img {
    display: block;
    max-width: 100%;
}

.research-page .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}


.research-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 48px;
}

.research-section {
    padding: 20px 60px 94px 60px;
}

.research-section--tight {
    padding: 64px 0;
}

.research-section--flush {
    padding: 0;
}

.research-headline {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--on-surface);
}

.research-title-xl {
    font-size: clamp(2.6rem, 4vw, 4.4rem);
    line-height: 1.05;
    margin: 0 0 24px;
}

.research-title-lg {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.15;
    margin: 0 0 20px;
}

.research-title-md {
    font-size: clamp(1.6rem, 2.3vw, 2.4rem);
    margin: 0 0 16px;
    line-height: 1.2;
}

.research-subtitle {
    font-size: 1.15rem;
    color: var(--on-surface-variant);
    margin: 0;
}

.research-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.research-cloud {
    box-shadow: 0 40px 60px -15px var(--shadow-tint);
}

.research-ghost {
    border: 1px solid rgba(174, 179, 181, 0.15);
}

.research-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 999px;
    background: transparent;
    color: #2196F3;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.90rem;
    letter-spacing: 0.10em;
}

.research-btn {
    border: none;
    cursor: pointer;
    font-weight: 700;
    border-radius: 18px;
    padding: 10px 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-decoration: none;
    min-height: 54px;
    width: min(100%, 430px);
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-transform: none;
}

.research-btn--primary {
    background: #2196F3;
    color:white;
    box-shadow: 0 24px 50px -28px rgba(79, 104, 232, 0.9);
}

.research-btn--primary:hover {
    /* transform: translateY(-2px) scale(1.02); */
    box-shadow: 0 24px 44px -24px rgba(79, 104, 232, 0.65);
}

.research-btn--ghost {
    background: linear-gradient(180deg, rgba(244, 247, 255, 0.98) 0%, rgba(230, 236, 252, 0.98) 100%);
    color: #1f2c4e;
    border: 1px solid rgba(164, 183, 233, 0.55);
    box-shadow: 0 16px 36px -28px rgba(89, 110, 170, 0.45);
}

.research-btn--ghost:hover {
    background: linear-gradient(180deg, rgba(248, 250, 255, 1) 0%, rgba(236, 241, 255, 1) 100%);
}

.research-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(540px, 0.92fr);
    grid-gap: clamp(44px, 5vw, 88px);
    gap: clamp(44px, 5vw, 88px);
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 28px 0 8px;
}

.research-hero__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
    max-width: 690px;
}

.research-hero__title {
    margin: 0;
    max-width: 650px;
    font-size: clamp(3.8rem, 5vw, 6.1rem);
    line-height: 0.95;
    letter-spacing: -0.075em;
    color: #1c2743;
    font-weight: 700;
}

.research-hero__title span {
    background: none;
    -webkit-background-clip: initial;
    color: inherit;
}

.research-hero__lead {
    font-size: clamp(1.15rem, 1vw, 1.38rem);
    color: #526482;
    max-width: 760px;
    line-height: 1.2;
    margin: 0;
}

.research-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.research-hero__actions .research-btn::after {
    content: "\203A";
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    flex: 0 0 auto;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.research-hero__actions .research-btn:hover::after {
    transform: translateX(4px);
}

.research-hero__media {
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 249, 255, 0.96) 100%);
    border: 1px solid rgba(212, 220, 238, 0.7);
    box-shadow: 0 40px 80px -46px rgba(93, 117, 174, 0.42);
}

.research-hero__glow {
    position: absolute;
    inset: auto auto 12% -6%;
    width: 320px;
    height: 320px;
    background: rgba(131, 164, 255, 0.2);
    border-radius: 50%;
    filter: blur(54px);
    pointer-events: none;
}


.research-why-program {
    padding-top: 8px;
}

.research-why-program__header {
    display: grid;
    justify-items: center;
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 56px;
    text-align: center;
}

.research-why-program__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
    font-weight: 700;
}

.research-why-program__title .material-symbols-outlined {
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    color: var(--on-surface);
}

.research-why-program__divider {
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: var(--on-surface);
}

.research-why-program__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 22px;
    gap: 22px;
    align-items: start;
    margin-bottom: 44px;
}

.research-why-program__stat {
    display: grid;
    justify-items: center;
    text-align: center;
    grid-gap: 5px;
    gap: 5px;
}

.research-why-program__icon {
    font-size: clamp(4.8rem, 7vw, 6.5rem);
    line-height: 1;
    background: linear-gradient(180deg, #f1c94d 0%, #df6a51 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.research-why-program__stat h3 {
    margin: 0;
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.25;
    font-weight: 600;
    color: #111827;
    max-width: 320px;
}

.research-why-program__stat p {
    margin: -2px 0 0;
    font-size: clamp(1rem, 1vw, 1rem);
    line-height: 1;
    font-weight: 600;
    color: #111827;
}

.research-why-program__copy {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(1.2rem, 1vw, 1.55rem);
    line-height: 1.5;
    color: #1f2937;
}

.research-why-program__actions {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.research-why-program__link {
    min-width: 320px;
    padding: 10px 18px;
    border: 1.5px solid #2196F3;
    color: #2196F3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    border-radius: 20px;
    text-align: center;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.research-why-program__link:hover {
    background: #2196F3;
    color: #ffffff;
    transform: translateY(-2px);
}

.research-why-program__link .material-symbols-outlined {
    font-size: 1.2rem;
}


.research-mentors {
    padding: 90px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.research-mentors__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}


.research-block {
    margin-bottom: 80px;
}

.research-cards {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    gap: 24px;
}

.research-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
}

.research-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.research-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.research-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 16px 16px 8px;
    color: #111827;
}

.research-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0 16px 16px;
    line-height: 1.6;
}

.research-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
}

/* Responsive */
@media (max-width: 991px) {
    .research-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .research-cards {
        grid-template-columns: 1fr;
    }
}
.research-hero__image {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #dce7fb 0%, #f4f7ff 52%, #d3e0fb 100%);
    aspect-ratio: 1.26 / 1;
}

.research-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 28%;
    transform: scale(1.13);
    transform-origin: center;
}

.research-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.78), transparent 36%),
        linear-gradient(135deg, rgba(162, 191, 255, 0.22) 0%, rgba(255, 255, 255, 0.02) 46%, rgba(59, 98, 191, 0.12) 100%);
    pointer-events: none;
}

.research-stats {
    background: var(--surface-container-low);
}

.research-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 40px;
    gap: 40px;
    text-align: center;
}

.research-stat__value {
    font-family: "Manrope", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 6px;
}

.research-stat__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: var(--on-surface-variant);
    font-weight: 600;
}

.research-overview {
    padding-top: 8px;
}

.research-overview__panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(33, 150, 243, 0.12), transparent 24%),
        radial-gradient(circle at top center, rgba(33, 150, 243, 0.14), transparent 26%),
        radial-gradient(circle at 100% 50%, rgba(33, 150, 243, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 249, 255, 0.98) 100%);
    border-radius: 34px;
    padding: 46px 44px;
}

.research-overview__panel::before,
.research-overview__panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.research-overview__panel::before {
    left: 18px;
    bottom: 46px;
    width: 74px;
    height: 74px;
    opacity: 0.22;
    background-image: radial-gradient(circle, #2196F3 2px, transparent 2.6px);
    background-size: 14px 14px;
}

.research-overview__panel::after {
    right: 28px;
    top: 50%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(33, 150, 243, 0.12);
    box-shadow: 0 0 0 16px rgba(33, 150, 243, 0.06), 0 0 0 32px rgba(33, 150, 243, 0.03);
    transform: translateY(-50%);
}

.research-overview__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    grid-gap: 64px;
    gap: 64px;
    align-items: center;
}

.research-overview__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 560px;
}

.research-overview__eyebrow {
    align-items: center;
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.12), rgba(33, 150, 243, 0.04));
    border: 1px solid rgba(33, 150, 243, 0.12);
    border-radius: 999px;
    color: #2196F3;
    display: inline-flex;
    gap: 8px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 8px 14px;
    text-transform: uppercase;
}

.research-overview__eyebrow .material-symbols-outlined {
    font-size: 1rem;
}

.research-overview__title {
    color: #1f2550;
    font-weight: 700;
    margin-bottom: 0;
}

.research-overview__title span {
    color: #2196F3;
}

.research-overview__divider {
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: #2196F3;
}

.research-overview__summary {
    line-height: 1.8;
    max-width: 540px;
}

.research-overview__feature {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-gap: 16px;
    gap: 16px;
    align-items: start;
}

.research-overview__feature span {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #42a5f5, #2196F3);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(33, 150, 243, 0.18);
}

.research-overview__featureTitle {
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 0 0 6px;
    color: #1f2550;
}

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

.research-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 255, 0.96));
    border-radius: 32px;
    padding: 30px 26px 24px;
}

.research-overview__card {
    min-height: 290px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    box-shadow: 0 22px 50px rgba(69, 87, 154, 0.08);
}

.research-overview__cardIcon {
    align-items: center;
    background: linear-gradient(180deg, rgba(33, 150, 243, 0.12), rgba(33, 150, 243, 0.05));
    border-radius: 50%;
    color: #2196F3;
    display: inline-flex;
    font-size: 2.1rem;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.research-card h3 {
    font-family: "Manrope", sans-serif;
    font-size: 1.45rem;
    line-height: 1.2;
    margin: 0;
    color: #1f2550;
}

.research-card p {
    color: var(--on-surface-variant);
    line-height: 1.7;
    margin: 0;
    max-width: 16rem;
}

.research-overview__cardArt {
    margin-top: auto;
    position: relative;
    min-height: 72px;
}

.research-overview__cardArt--chart {
    display: flex;
    align-items: end;
    gap: 8px;
}

.research-overview__cardArt--chart::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 44px;
    background: linear-gradient(180deg, rgba(33, 150, 243, 0.08), transparent);
    -webkit-clip-path: polygon(0 100%, 0 62%, 18% 56%, 35% 28%, 52% 48%, 72% 18%, 100% 52%, 100% 100%);
            clip-path: polygon(0 100%, 0 62%, 18% 56%, 35% 28%, 52% 48%, 72% 18%, 100% 52%, 100% 100%);
}

.research-overview__cardArt--chart span {
    position: relative;
    width: 14px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, rgba(33, 150, 243, 0.2), rgba(33, 150, 243, 0.75));
}

.research-overview__cardArt--chart span:nth-child(1) { height: 24px; }
.research-overview__cardArt--chart span:nth-child(2) { height: 38px; }
.research-overview__cardArt--chart span:nth-child(3) { height: 18px; }
.research-overview__cardArt--chart span:nth-child(4) { height: 46px; margin-left: auto; width: 46px; border-radius: 50%; }

.research-overview__cardArt--circuit {
    display: grid;
    place-items: center;
}

.research-overview__cardArt--circuit::before,
.research-overview__cardArt--circuit::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 38%;
    height: 2px;
    background: linear-gradient(90deg, rgba(33, 150, 243, 0.2), rgba(33, 150, 243, 0.72));
}

.research-overview__cardArt--circuit::before { left: 0; }
.research-overview__cardArt--circuit::after { right: 0; }

.research-overview__chipCore {
    align-items: center;
    background: linear-gradient(135deg, #42a5f5, #2196F3);
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(33, 150, 243, 0.22);
    color: #ffffff;
    display: inline-flex;
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.04em;
    width: 56px;
}

.research-dark {
    background: var(--inverse-surface);
    color: var(--surface);
    position: relative;
    overflow: hidden;
}

.research-dark::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background: rgba(78, 75, 213, 0.12);
    filter: blur(120px);
    border-radius: 50%;
}

.research-dark .research-container {
    position: relative;
    z-index: 1;
}

.research-dark .research-title-lg,
.research-dark .research-title-md {
    color: var(--surface);
}

.research-dark p {
    color: var(--inverse-on-surface);
}

.research-dark__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    grid-gap: 24px;
    gap: 24px;
}

.research-dark__card {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
}

.research-dark__card h3 {
    color: var(--primary-fixed);
    margin: 0 0 12px;
    font-size: 1.1rem;
}

.research-outcome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 64px;
    gap: 64px;
    align-items: center;
}

.research-quote {
    position: relative;
    background: var(--surface-container);
    border-radius: 40px;
    padding: 48px;
}

.research-quote__icon {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 3rem;
    color: rgba(78, 75, 213, 0.2);
}

.research-quote p {
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    margin: 0 0 28px;
}

.research-quote__meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.research-quote__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #cbd5f5;
}

.research-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    opacity: 0.6;
}

.research-logos span {
    background: var(--surface-container-high);
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 700;
}

.research-bento {
    background: var(--surface-container-low);
}

.research-bento__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 24px;
    gap: 24px;
}

.research-bento__card {
    padding: 32px;
    border-radius: 28px;
    background: var(--surface-container-lowest);
}

.research-bento__card--span {
    grid-column: span 2;
}

.research-bento__card--gradient {
    background: linear-gradient(135deg, var(--primary), var(--primary-dim));
    color: var(--on-primary);
}

.research-bento__card--gradient p {
    color: rgba(255, 255, 255, 0.85);
}

.research-bento__media {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--primary-container);
}

.research-bento__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research-spotlight__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 48px;
}

.research-spotlight__controls {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.research-spotlight__nav {
    display: inline-flex;
    gap: 12px;
}

.research-spotlight__button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--surface-container-lowest);
    color: var(--primary);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.research-spotlight__button:hover {
    transform: translateY(-2px);
    background: var(--surface-container-low);
}

.research-spotlight__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}

.research-spotlight__carousel {
    overflow: hidden;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 244, 245, 0.92));
    padding: 20px;
}

.research-spotlight__track {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.research-spotlight__slide {
    flex: 0 0 100%;
    padding: 20px;
}

.research-spotlight__card {
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(240px, 0.95fr);
    grid-gap: 28px;
    gap: 28px;
    align-items: center;
    padding: 28px;
    border-radius: 28px;
    background: var(--surface-container-lowest);
}

.research-spotlight__media {
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    overflow: hidden;
}

.research-spotlight__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research-spotlight__copy {
    display: grid;
    grid-gap: 12px;
    gap: 12px;
}

.research-spotlight__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.research-spotlight__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: none;
    background: rgba(78, 75, 213, 0.2);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.research-spotlight__dot--active {
    width: 34px;
    background: var(--primary);
}

.research-project {
    cursor: pointer;
}

.research-project__media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin-bottom: 24px;
}

.research-project__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.research-project:hover .research-project__media img {
    transform: scale(1.05);
}

.research-project__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: grid;
    place-items: center;
}

.research-project:hover .research-project__overlay {
    opacity: 1;
}

.research-project__pill {
    padding: 10px 20px;
    background: var(--surface-container-lowest);
    color: var(--primary);
    border-radius: 999px;
    font-weight: 700;
}

.research-project__tags {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
}

.research-project__tag {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
}

.research-project__tag--primary {
    background: var(--primary);
    color: white;
}

.research-publications {
    background: var(--surface);
}

.research-publications__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 64px;
    gap: 64px;
}

.research-publications__list {
    display: grid;
    grid-gap: 24px;
    gap: 24px;
}

.research-publications__item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(174, 179, 181, 0.2);
}

.research-publications__item:last-child {
    border-bottom: none;
}

.research-publications__item h4 {
    font-size: 1.15rem;
    margin: 0 0 8px;
}

.research-publications__item p {
    margin: 0;
    color: var(--on-surface-variant);
}

.research-awards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.research-award {
    background: var(--surface-container-lowest);
    padding: 20px;
    border-radius: 24px;
    min-width: 220px;
    border-left: 4px solid var(--primary);
    box-shadow: 0 12px 28px rgba(46, 51, 53, 0.08);
}

.research-award span {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 8px;
    color: var(--primary);
}

.research-events__panel {
    background: linear-gradient(90deg, var(--on-surface), var(--inverse-surface));
    color: white;
    border-radius: 48px;
    padding: 64px;
    position: relative;
    overflow: hidden;
}

.research-events__panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.research-events__content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    display: grid;
    grid-gap: 24px;
    gap: 24px;
}

.research-events__badge {
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(78, 75, 213, 0.25);
    border: 1px solid rgba(78, 75, 213, 0.4);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-fixed);
    letter-spacing: 0.08em;
}

.research-events__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.research-steps__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 32px;
    gap: 32px;
}

.research-step__badge {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.25rem;
    color: white;
    margin-bottom: 16px;
}

.research-step__badge--primary {
    background: var(--primary);
}

.research-step__badge--secondary {
    background: var(--secondary);
}

.research-step__badge--tertiary {
    background: var(--tertiary);
}

.research-step__badge--dark {
    background: var(--on-surface);
}

.research-mentors {
    background: var(--surface-container-lowest);
}

.research-video__panel {
    background: var(--surface-container);
    border-radius: 48px;
    padding: 48px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 32px;
    gap: 32px;
    align-items: center;
}

.research-video__thumb {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.research-video__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research-video__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: grid;
    place-items: center;
}

.research-video__play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: grid;
    place-items: center;
}

/* =========================
   MENTOR SECTION (FINAL)
========================= */

.research-mentors {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.7) 0%, #ffffff 100%);
}

.research-mentors__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
    display: grid;
    grid-gap: 14px;
    gap: 14px;
    justify-items: center;
}

.research-mentor-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 24px;
    gap: 24px;
    padding-bottom: 30px;
}

/* CARD */
.research-mentor-card {
    background: #ece9e9;
    border: 1px solid #dbe6f2;
    border-radius: 18px;
    overflow: hidden;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.research-mentor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

/* IMAGE */
.research-mentor-card__image {
    height: 330px;
    overflow: hidden;
}

.research-mentor-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* CONTENT WRAPPER */
.research-mentor-card__content {
    padding: 18px;
    background: #ece9e9;
    flex: 1 1;
}

/* INNER BOX (LIKE YOUR DESIGN IMAGE) */
.research-mentor-card__inner {
    background: #f8fbff;
    border-radius: 12px;
    padding: 14px 12px;
    min-height: 170px;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.05);
}

/* NAME */
.research-mentor-card__inner h4 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #005ab6;
}

/* ROLE */
.research-mentor-card__role {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #2563eb;
    line-height: 1.5;
}

/* DESCRIPTION (SCROLL LIKE YOUR IMAGE) */
.research-mentor-card__desc {
    max-height: 96px;
    overflow-y: auto;
    padding-right: 6px;
}

.research-mentor-card__desc p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: #64748b;
}

/* SCROLLBAR */
.research-mentor-card__desc::-webkit-scrollbar {
    width: 4px;
}

.research-mentor-card__desc::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.research-mentor-card__desc::-webkit-scrollbar-track {
    background: transparent;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
    .research-mentor-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .research-mentor-cards {
        grid-template-columns: 1fr;
    }

    .research-mentor-card {
        min-height: auto;
        background: #fff;
        border: 1px solid rgba(80, 97, 105, 0.12);
        border-radius: 1.1rem;
        padding: 0.75rem;
        overflow: visible;
        box-shadow: 0 8px 24px rgba(27, 28, 28, 0.05);
    }

    .research-mentor-card__image {
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 0.95rem;
        overflow: hidden;
        background: var(--surface-container-low);
        margin-bottom: 1rem;
    }

    .research-mentor-card__image img {
        object-fit: contain;
        object-position: center top;
    }

    .research-mentor-card__content {
        padding: 0;
        background: transparent;
    }

    .research-mentor-card__inner {
        min-height: auto;
    }

    .research-mentors {
        padding: 72px 0;
    }
}

.research-faq__list {
    display: grid;
    grid-gap: 16px;
    gap: 16px;
}

.research-faq__item {
    background: var(--surface-container-low);
    border-radius: 20px;
    padding: 20px;
}

.research-faq__question {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}

.research-faq__answer {
    margin-top: 14px;
    color: var(--on-surface-variant);
    display: none;
}

.research-faq__item.is-open .research-faq__answer {
    display: block;
}

.research-faq__item.is-open .material-symbols-outlined {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

.research-faq__question .material-symbols-outlined {
    transition: transform 0.25s ease;
}

.research-final {
    text-align: center;
}

.research-final__cta {
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.research-final__note {
    font-size: 0.85rem;
    color: var(--on-surface-variant);
}

@media (max-width: 1200px) {
    .research-container {
        padding: 0 32px;
    }

    .research-hero {
        grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
        gap: 48px;
        padding: 20px 0 8px;
    }

    .research-hero__title {
        font-size: clamp(3.1rem, 4.8vw, 4.8rem);
    }

    .research-hero__lead {
        font-size: 1.08rem;
        line-height: 1.45;
    }

    .research-hero__media {
        padding: 28px;
    }

    .research-events__panel {
        padding: 48px;
    }
}

@media (max-width: 991px) {
    .research-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 12px 0 0;
    }

    .research-hero__content {
        max-width: 100%;
        gap: 22px;
    }

    .research-hero__title {
        max-width: 100%;
        font-size: clamp(2.8rem, 7vw, 4.1rem);
        line-height: 1;
    }

    .research-hero__lead {
        max-width: 100%;
        font-size: 1.04rem;
        line-height: 1.55;
    }

    .research-hero__actions {
        width: 100%;
        align-items: stretch;
        gap: 14px;
    }

    .research-hero__actions .research-btn {
        width: 100%;
        max-width: none;
    }

    .research-hero__media {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 24px;
    }

    .research-hero__image {
        aspect-ratio: 1.2 / 1;
    }

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

    .research-why-program__stat:last-child {
        grid-column: 1 / -1;
    }

    /* .research-main {
        padding-top: 72px;
    } */

    .research-section {
        padding: 72px 20px;
    }

    .research-container {
        padding: 20px 24px;
    }

    .research-bento__card--span {
        grid-column: span 1;
    }

    .research-quote {
        padding: 36px;
    }

    .research-video__panel {
        padding: 32px;
    }

    .research-events__panel {
        padding: 40px;
    }

    .research-spotlight__header {
        align-items: flex-start;
    }

    .research-spotlight__controls {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .research-hero__title {
        font-size: clamp(2.35rem, 9vw, 3.3rem);
        letter-spacing: -0.05em;
    }

    .research-hero__lead {
        font-size: 1rem;
    }

    .research-why-program__header {
        margin-bottom: 40px;
    }

    .research-why-program__stats {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-bottom: 32px;
    }

    .research-why-program__stat:last-child {
        grid-column: auto;
    }

    .research-why-program__copy {
        line-height: 1.7;
    }

    .research-why-program__actions {
        margin-top: 32px;
        gap: 16px;
    }

    .research-why-program__link {
        width: 100%;
        min-width: 0;
        padding: 18px 20px;
        letter-spacing: 0.04em;
    }

    .research-hero__actions {
        flex-direction: column;
    }

    .research-hero__media {
        padding: 18px;
        border-radius: 24px;
    }

    .research-hero__image {
        aspect-ratio: 1.06 / 1;
        border-radius: 22px;
    }

    .research-hero__image img {
        height: 100%;
        transform: scale(1.14);
        object-position: center 24%;
    }

    .research-quote p {
        font-size: 1.2rem;
    }

    .research-events__panel {
        padding: 32px 24px;
        border-radius: 32px;
    }

    .research-video__panel {
        border-radius: 32px;
    }

    .research-spotlight__carousel {
        padding: 12px;
        border-radius: 28px;
    }

    .research-spotlight__slide {
        padding: 12px;
    }

    .research-spotlight__card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .research-spotlight__controls {
        width: 100%;
    }

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

@media (max-width: 768px) {
    .research-overview__panel {
        padding: 28px 24px;
        border-radius: 28px;
    }

    .research-overview__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

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

    .research-overview__card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .research-overview__panel {
        padding: 22px 18px;
    }

    .research-overview__eyebrow {
        font-size: 0.68rem;
        padding: 7px 12px;
    }

    .research-overview__feature {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
    }

    .research-overview__feature span {
        width: 48px;
        height: 48px;
    }

    .research-overview__featureTitle {
        font-size: 1.18rem;
    }

    .research-why-program__title {
        gap: 10px;
    }

    .research-why-program__copy {
        font-size: 1.08rem;
    }

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

    .research-container {
        padding: 0 18px;
    }

    .research-btn {
        width: 100%;
        text-align: center;
        min-height: 52px;
        padding: 12px 18px;
        font-size: 0.86rem;
        gap: 12px;
    }

    .research-spotlight__nav {
        width: 100%;
        justify-content: space-between;
    }

    .research-spotlight__button {
        width: 44px;
        height: 44px;
    }

    .research-spotlight__dot--active {
        width: 28px;
    }

    .research-hero {
        gap: 24px;
        padding-top: 0;
    }

    .research-hero__content {
        gap: 18px;
    }

    .research-hero__title {
        font-size: clamp(2rem, 10vw, 2.7rem);
        line-height: 1.04;
    }

    .research-hero__lead {
        font-size: 0.96rem;
        line-height: 1.6;
    }

    .research-hero__media {
        padding: 14px;
        border-radius: 20px;
    }

    .research-hero__image {
        border-radius: 20px;
        aspect-ratio: 1.02 / 1;
    }

    .research-hero__image img {
        height: 100%;
        transform: scale(1.08);
        object-position: center 22%;
    }

    .research-hero__actions .research-btn::after {
        font-size: 1.7rem;
    }
}

