.beasiswa-page {
    --bs-ink: #10233a;
    --bs-muted: #64748b;
    --bs-green: #04a66b;
    --bs-green-dark: #047857;
    --bs-mint: #e8fbf3;
    --bs-line: #e4ecf0;
    --bs-surface: #f7fafb;
    background: var(--bs-surface);
    color: var(--bs-ink);
}

.beasiswa-page ::selection { background: #9fe8ca; color: #063b2e; }

.beasiswa-page__hero {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    isolation: isolate;
    background: #062d30;
    color: #fff;
}

.beasiswa-page__hero-image,
.beasiswa-page__hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.beasiswa-page__hero-image {
    object-fit: cover;
    object-position: 57% center;
    filter: saturate(.8) contrast(1.05) brightness(.78);
    z-index: -2;
    transform: scale(1.012);
}

.beasiswa-page__hero-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(2, 29, 35, .98) 0%, rgba(2, 40, 42, .94) 38%, rgba(3, 51, 49, .52) 68%, rgba(2, 28, 33, .48) 100%);
}

.beasiswa-page__hero-container { padding-top: 30px; padding-bottom: 34px; }
.beasiswa-page__breadcrumb ol { display: flex; align-items: center; gap: 9px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: .73rem; font-weight: 700; }
.beasiswa-page__breadcrumb a { color: #fff; text-decoration: none; }
.beasiswa-page__breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.beasiswa-page__breadcrumb li[aria-hidden] { font-size: .56rem; opacity: .7; }

.beasiswa-page__hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: end; gap: 42px; min-height: 446px; padding-top: 58px; }
.beasiswa-page__hero-copy { max-width: 640px; }
.beasiswa-page h1, .beasiswa-page h2, .beasiswa-page h3 { font-family: var(--ff-display); text-wrap: balance; }
.beasiswa-page h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.beasiswa-page__hero-headline { max-width: 16ch; margin: 8px 0 0; color: #49dda4; font-size: clamp(1.35rem, 2.7vw, 2.15rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.14; }
.beasiswa-page__hero-description { max-width: 58ch; margin: 18px 0 0; color: rgba(255,255,255,.84); font-size: .95rem; line-height: 1.7; }
.beasiswa-page__hero-action { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; margin-top: 25px; padding: 12px 18px; border-radius: 13px; background: var(--bs-green); color: #fff; box-shadow: 0 14px 29px rgba(0, 0, 0, .22); font-size: .78rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.beasiswa-page__hero-action:hover { background: #07bf7c; color: #fff; transform: translateY(-2px); }

.beasiswa-page__hero-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.beasiswa-page__hero-stat { display: grid; grid-template-columns: auto auto; column-gap: 7px; align-items: center; min-width: 132px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(2, 29, 35, .52); backdrop-filter: blur(8px); }
.beasiswa-page__hero-stat > i { grid-row: span 2; color: #5eecb6; font-size: 1rem; }
.beasiswa-page__hero-stat strong { font-size: 1rem; font-variant-numeric: tabular-nums; line-height: 1.1; }
.beasiswa-page__hero-stat span { color: rgba(255,255,255,.72); font-size: .65rem; line-height: 1.25; }

.beasiswa-page__hero-feature { display: flex; flex-direction: column; padding: 23px; border: 1px solid rgba(255,255,255,.19); border-radius: 17px; background: rgba(3, 26, 31, .8); box-shadow: 0 20px 44px rgba(0,0,0,.26); color: #fff; text-decoration: none; transition: transform .24s cubic-bezier(.16,1,.3,1), background-color .24s ease; }
.beasiswa-page__hero-feature:hover { background: rgba(3, 39, 42, .94); color: #fff; transform: translateY(-5px); }
.beasiswa-page__hero-feature-icon { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--bs-green); color: #fff; font-size: 1rem; }
.beasiswa-page__hero-feature strong { font-family: var(--ff-display); font-size: 1.02rem; letter-spacing: -.025em; line-height: 1.25; }
.beasiswa-page__hero-feature > span { margin-top: 9px; color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.55; }
.beasiswa-page__hero-feature em { margin-top: 22px; color: #69edbc; font-size: .72rem; font-style: normal; font-weight: 800; }

.beasiswa-page__topics {
    padding: 68px 0 74px;
    background: #f4faf7;
}

.beasiswa-page__topics h2,
.beasiswa-page__section-heading h2,
.beasiswa-page__trending h2,
.beasiswa-page__popular-tags h2 {
    margin: 0;
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.beasiswa-page__topics h2 {
    color: #123c34;
    max-width: 15ch;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.beasiswa-page__topics-grid {
    display: grid;
    grid-auto-rows: 108px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 11px;
    margin-top: 25px;
}

.beasiswa-page__topic {
    position: relative;
    display: grid;
    grid-column: span 3;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 15px 17px;
    border-radius: 16px;
    background: var(--topic-surface, #fff);
    color: var(--topic-ink, #183c35);
    text-decoration: none;
    transition: transform .26s cubic-bezier(.16, 1, .3, 1), box-shadow .26s ease;
}

.beasiswa-page__topic:nth-child(1) { --topic-surface: #075c4d; --topic-ink: #fff; --topic-muted: #c6f1dc; --topic-accent: #77e7b4; grid-column: span 4; }
.beasiswa-page__topic:nth-child(2) { --topic-surface: #e7f0ff; --topic-ink: #194a84; --topic-muted: #5274a2; --topic-accent: #3d78d5; grid-column: span 4; }
.beasiswa-page__topic:nth-child(3) { --topic-surface: #fff4d9; --topic-ink: #815717; --topic-muted: #96753c; --topic-accent: #d7961b; grid-column: span 4; }
.beasiswa-page__topic:nth-child(4) { --topic-surface: #f1edff; --topic-ink: #5a448c; --topic-muted: #77679e; --topic-accent: #8062c6; }
.beasiswa-page__topic:nth-child(5) { --topic-surface: #e7f8f3; --topic-ink: #116451; --topic-muted: #4b7c70; --topic-accent: #0a9b76; grid-column: span 4; }
.beasiswa-page__topic:nth-child(6) { --topic-surface: #fff0ea; --topic-ink: #914e35; --topic-muted: #a87565; --topic-accent: #df7652; grid-column: span 5; }

.beasiswa-page__topic:hover { color: var(--topic-ink, #183c35); box-shadow: 0 15px 28px rgba(24, 70, 58, .13); transform: translateY(-5px); }

.beasiswa-page__topic > i:first-child {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .56);
    color: var(--topic-accent, #087a58);
    font-size: 1.16rem;
    transition: transform .24s cubic-bezier(.16, 1, .3, 1);
}

.beasiswa-page__topic:nth-child(1) > i:first-child { background: rgba(255, 255, 255, .16); color: #9ff2c7; }
.beasiswa-page__topic:hover > i:first-child { transform: translateY(-3px) rotate(-5deg); }
.beasiswa-page__topic strong,
.beasiswa-page__topic small { display: block; }
.beasiswa-page__topic strong { color: inherit; font-size: .96rem; line-height: 1.23; }
.beasiswa-page__topic:nth-child(1) strong { max-width: 17ch; font-size: 1.05rem; }
.beasiswa-page__topic small { max-width: 28ch; margin-top: 3px; color: var(--topic-muted, #71857e); font-size: .76rem; line-height: 1.3; }
.beasiswa-page__topic-arrow { align-self: center; margin-top: 0; color: var(--topic-accent, #087a58); font-size: .72rem; transition: transform .24s cubic-bezier(.16, 1, .3, 1); }
.beasiswa-page__topic:hover .beasiswa-page__topic-arrow { transform: translate(3px, -3px); }

.beasiswa-page__content { padding: 42px 0 68px; }
.beasiswa-page__content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 25px; }
.beasiswa-page__main-column { min-width: 0; }
.beasiswa-page__section { padding-bottom: 38px; }
.beasiswa-page__section--card { padding: 24px; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(26, 58, 70, .07); }
.beasiswa-page__section--card + .beasiswa-page__section--card { margin-top: 22px; }
.beasiswa-page__section-heading { margin-bottom: 20px; }
.beasiswa-page__section-heading--carousel { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.beasiswa-page__section-heading p { margin: 7px 0 0; color: var(--bs-muted); font-size: .78rem; line-height: 1.5; }
.beasiswa-page__featured-nav { display: flex; flex: none; gap: 8px; padding-top: 2px; }
.beasiswa-page__featured-nav button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid #c9dfd8; border-radius: 12px; background: #fff; color: var(--bs-green-dark); font-size: .76rem; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.beasiswa-page__featured-nav button:hover:not(.swiper-button-disabled) { border-color: var(--bs-green); background: var(--bs-green); color: #fff; transform: translateY(-1px); }
.beasiswa-page__featured-nav button.swiper-button-disabled { cursor: not-allowed; opacity: .42; }
.beasiswa-page__featured-carousel { overflow: hidden; padding: 10px 0 25px; }
.beasiswa-page__featured-carousel .swiper-wrapper { align-items: stretch; }
.beasiswa-page__featured-carousel .swiper-slide { height: auto; }
.beasiswa-page__featured-story { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 12px 12px 12px -15px #bdbdbd; }
.beasiswa-page__featured-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dce9e8; }
.beasiswa-page__featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.beasiswa-page__featured-story:hover img { transform: scale(1.05); }
.beasiswa-page__featured-story > div { display: flex; flex: 1; flex-direction: column; padding: 16px 17px 17px; }
.beasiswa-page__featured-story span, .beasiswa-page__latest-story span { display: block; color: var(--bs-green-dark); font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.beasiswa-page__featured-story h3, .beasiswa-page__latest-story h3 { margin: 7px 0 0; font-size: .92rem; font-weight: 800; letter-spacing: -.023em; line-height: 1.34; }
.beasiswa-page__featured-story h3 a, .beasiswa-page__latest-story h3 a { color: inherit; text-decoration: none; }
.beasiswa-page__featured-story h3 a:hover, .beasiswa-page__latest-story h3 a:hover { color: var(--bs-green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.beasiswa-page__featured-story p { display: -webkit-box; overflow: hidden; margin: 9px 0 0; color: var(--bs-muted); font-size: .71rem; line-height: 1.52; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.beasiswa-page__featured-story small, .beasiswa-page__latest-story small { display: block; margin-top: 12px; color: #81919c; font-size: .67rem; }
.beasiswa-page__featured-story small { margin-top: auto; padding-top: 12px; }

.beasiswa-page__latest-section { padding-top: 24px; }
.beasiswa-page__latest-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
.beasiswa-page__latest-story { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 13px; min-width: 0; padding: 13px 0; border-bottom: 1px solid var(--bs-line); }
.beasiswa-page__latest-media { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 10px; background: #dce9e8; }
.beasiswa-page__latest-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.beasiswa-page__latest-story:hover img { transform: scale(1.05); }
.beasiswa-page__latest-story h3 { font-size: .78rem; }
.beasiswa-page__latest-story small { margin-top: 8px; }
.beasiswa-page__load-wrap { display: flex; justify-content: center; margin-top: 23px; }
.beasiswa-page__load-more { display: inline-flex; align-items: center; gap: 9px; min-height: 43px; padding: 10px 16px; border: 1px solid #cbdad9; border-radius: 12px; background: #fff; color: #165c4b; font-size: .73rem; font-weight: 800; transition: background-color .2s ease, border-color .2s ease; }
.beasiswa-page__load-more:hover:not(:disabled) { border-color: #83cbb1; background: var(--bs-mint); }
.beasiswa-page__load-more:disabled { cursor: wait; opacity: .62; }
.beasiswa-page__load-status { min-height: 1.4em; margin: 10px 0 0; color: var(--bs-muted); font-size: .72rem; text-align: center; }
.beasiswa-page .is-hidden { display: none; }

.beasiswa-page__sidebar { display: grid; gap: 19px; }
.beasiswa-page__trending { padding: 21px; border-radius: 15px; background: #fff; box-shadow: 0 10px 24px rgba(26, 58, 70, .07); }
.beasiswa-page__trending h2 { color: var(--bs-green-dark); font-size: .92rem; text-transform: uppercase; letter-spacing: .02em; }
.beasiswa-page__trending ol { margin: 16px 0 0; padding: 0; list-style: none; counter-reset: trending; }
.beasiswa-page__trending li { counter-increment: trending; display: grid; grid-template-columns: 21px minmax(0, 1fr); gap: 10px; padding: 11px 0; border-top: 1px solid var(--bs-line); }
.beasiswa-page__trending li::before { content: counter(trending); display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--bs-mint); color: var(--bs-green-dark); font-size: .61rem; font-weight: 800; }
.beasiswa-page__trending a { color: var(--bs-ink); font-size: .72rem; font-weight: 700; line-height: 1.4; text-decoration: none; }
.beasiswa-page__trending a:hover { color: var(--bs-green-dark); }
.beasiswa-page__trending small { display: block; margin-top: 4px; color: #92a0a8; font-size: .62rem; font-weight: 500; }
.beasiswa-page__services > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.beasiswa-page__services--cta { padding-top: 22px; padding-bottom: 0; }
.beasiswa-page__service { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 12px; min-height: 126px; padding: 18px; border-radius: 15px; color: var(--service-ink); text-decoration: none; transition: transform .22s cubic-bezier(.16,1,.3,1), box-shadow .22s ease; }
.beasiswa-page__service:hover { color: var(--service-ink); transform: translateY(-3px); box-shadow: 0 13px 25px var(--service-shadow); }
.beasiswa-page__service > i { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: rgba(255,255,255,.7); color: var(--service-accent); font-size: .9rem; }
.beasiswa-page__service strong, .beasiswa-page__service small, .beasiswa-page__service em { display: block; }
.beasiswa-page__service strong { font-family: var(--ff-display); font-size: .87rem; letter-spacing: -.02em; }
.beasiswa-page__service small { margin-top: 5px; font-size: .68rem; line-height: 1.42; }
.beasiswa-page__service em { margin-top: 9px; color: var(--service-accent); font-size: .66rem; font-style: normal; font-weight: 800; }
.beasiswa-page__service--scholarship { --service-ink: #155c4c; --service-accent: #059669; --service-shadow: rgba(5,150,105,.18); background: #e4f7ef; }
.beasiswa-page__service--career { --service-ink: #244a80; --service-accent: #2d72d5; --service-shadow: rgba(45,114,213,.17); background: #eaf2ff; }
.beasiswa-page__service--skill { --service-ink: #8a4a1d; --service-accent: #dd7b22; --service-shadow: rgba(221,123,34,.16); background: #fff2df; }
.beasiswa-page__popular-tags { padding: 21px; border-radius: 15px; background: #fff; box-shadow: 0 10px 24px rgba(26, 58, 70, .07); }
.beasiswa-page__popular-tags h2 { color: var(--bs-green-dark); font-size: .92rem; text-transform: uppercase; letter-spacing: .02em; }
.beasiswa-page__popular-tags > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--bs-line); }
.beasiswa-page__popular-tags a { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 10px; border: 1px solid #d5e6df; border-radius: 10px; background: #f4faf7; color: #27675a; font-size: .71rem; font-weight: 700; line-height: 1.2; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.beasiswa-page__popular-tags a:hover { border-color: #8dceb7; background: var(--bs-green); color: #fff; transform: translateY(-1px); }
@media (min-width: 992px) { .beasiswa-page__sidebar { align-self: stretch; align-content: start; } .beasiswa-page__popular-tags { position: sticky; top: 108px; align-self: start; } }
.beasiswa-page__empty { margin: 22px 0 0; color: var(--bs-muted); font-size: .82rem; }

.beasiswa-page a:focus-visible, .beasiswa-page button:focus-visible { outline: 3px solid #5ee0ae; outline-offset: 3px; }
@media (max-width: 991.98px) { .beasiswa-page__hero-layout { grid-template-columns: minmax(0, 1fr) 255px; gap: 28px; } .beasiswa-page__topics { padding: 55px 0 58px; } .beasiswa-page__topics-grid { grid-auto-rows: 106px; grid-template-columns: repeat(2, minmax(0, 1fr)); } .beasiswa-page__topic, .beasiswa-page__topic:nth-child(1), .beasiswa-page__topic:nth-child(2), .beasiswa-page__topic:nth-child(3), .beasiswa-page__topic:nth-child(5), .beasiswa-page__topic:nth-child(6) { grid-column: span 1; grid-row: auto; } .beasiswa-page__content-grid { grid-template-columns: 1fr; } .beasiswa-page__sidebar { grid-template-columns: 1fr; } }
@media (max-width: 767.98px) { .beasiswa-page__hero { min-height: auto; } .beasiswa-page__hero-image { object-position: 68% center; } .beasiswa-page__hero-shade { background: linear-gradient(180deg, rgba(2,29,35,.82), rgba(2,29,35,.98)); } .beasiswa-page__hero-container { padding-top: 22px; padding-bottom: 27px; } .beasiswa-page__hero-layout { grid-template-columns: 1fr; min-height: 0; padding-top: 47px; } .beasiswa-page__hero-feature { max-width: 320px; } .beasiswa-page__topics { padding: 42px 0 46px; } .beasiswa-page__topics h2 { max-width: 14ch; } .beasiswa-page__topics-grid { grid-auto-rows: auto; grid-template-columns: 1fr; gap: 10px; margin-top: 23px; } .beasiswa-page__topic, .beasiswa-page__topic:nth-child(1), .beasiswa-page__topic:nth-child(2), .beasiswa-page__topic:nth-child(3), .beasiswa-page__topic:nth-child(5), .beasiswa-page__topic:nth-child(6) { grid-column: auto; grid-row: auto; grid-template-columns: 48px minmax(0, 1fr) auto; min-height: 94px; padding: 17px; } .beasiswa-page__topic:nth-child(1) > i:first-child { width: 48px; height: 48px; font-size: 1.05rem; } .beasiswa-page__topic:nth-child(1) strong { max-width: none; font-size: .84rem; } .beasiswa-page__content { padding: 31px 0 44px; } .beasiswa-page__latest-list, .beasiswa-page__sidebar, .beasiswa-page__services > div { grid-template-columns: 1fr; } .beasiswa-page__section { padding-bottom: 30px; } .beasiswa-page__section--card { padding: 19px; } .beasiswa-page__latest-section { padding-top: 19px; } .beasiswa-page__section-heading--carousel { gap: 12px; } .beasiswa-page__featured-nav button { width: 36px; height: 36px; border-radius: 11px; } }
@media (max-width: 767.98px) { .beasiswa-page__topic > i:first-child { width: 48px; height: 48px; font-size: 1.05rem; } .beasiswa-page__topic:nth-child(1) strong { font-size: .96rem; } }
@media (prefers-reduced-motion: reduce) { .beasiswa-page *, .beasiswa-page *::before, .beasiswa-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
