/* ================================================================
   NEWSROOM STAI MUTIARA BANGSA
   Scoped dengan awalan .news- agar aman dari halaman lain.
   ================================================================ */

:root {
    --news-navy: #10233f;
    --news-blue: #24579f;
    --news-blue-dark: #173f7b;
    --news-cyan: #8dd0e1;
    --news-red: #dc2027;
    --news-yellow: #f2d500;
    --news-ink: #122541;
    --news-muted: #61738e;
    --news-line: #d9e3ee;
    --news-soft: #f4f8fc;
    --news-white: #fff;
    --news-shadow: 0 18px 42px rgba(15, 43, 79, 0.1);
}

.page-news { background: var(--news-white); }
.news-page, .news-page * { box-sizing: border-box; }
.news-page { color: var(--news-ink); overflow: clip; }
.news-page img { display: block; max-width: 100%; }
.news-page a { color: inherit; }
.news-page button, .news-page input, .news-page select { font: inherit; }
.news-sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Masthead */
.news-masthead {
    position: relative;
    isolation: isolate;
    min-height: 455px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 78% 30%, rgba(141, 208, 225, 0.22), transparent 28%),
        linear-gradient(112deg, #f7fcff 0%, #eaf6fc 54%, #f8fbff 100%);
    border-bottom: 1px solid #dce8f2;
}
.news-masthead::before {
    content: ""; position: absolute; left: 22px; top: 44px; width: 116px; height: 100px;
    opacity: .42; background-image: radial-gradient(var(--news-cyan) 2px, transparent 2px);
    background-size: 14px 14px; pointer-events: none;
}
.news-masthead-inner { width: 100%; position: relative; z-index: 2; padding-top: 58px; padding-bottom: 0; }
.news-kicker, .news-section-eyebrow {
    margin: 0 0 15px; color: var(--news-red); font-size: .76rem; font-weight: 900;
    letter-spacing: .15em; text-transform: uppercase;
}
.news-kicker { display: flex; align-items: center; gap: 10px; }
.news-kicker span { width: 32px; height: 3px; border-radius: 99px; background: var(--news-red); }
.news-masthead h1 {
    max-width: 860px; margin: 0; color: var(--news-navy);
    font-size: clamp(2.75rem, 5.2vw, 5.4rem); line-height: .98; letter-spacing: -.055em;
}
.news-masthead-inner > p:not(.news-kicker) {
    max-width: 690px; margin: 24px 0 36px; color: #465f7d; font-size: 1.06rem; line-height: 1.72;
}
.news-masthead-orbit { position: absolute; z-index: 0; right: -110px; top: -30px; width: 610px; height: 430px; pointer-events: none; }
.news-masthead-orbit::before, .news-masthead-orbit::after {
    content: ""; position: absolute; border: 1px solid rgba(36, 87, 159, .19); border-radius: 50%;
}
.news-masthead-orbit::before { width: 560px; height: 560px; right: 0; top: -180px; }
.news-masthead-orbit::after { width: 420px; height: 420px; right: 70px; top: -110px; }
.news-masthead-orbit i { position: absolute; display: block; border-radius: 50%; }
.news-masthead-orbit i:nth-child(1) { width: 18px; height: 18px; left: 72px; top: 165px; background: var(--news-blue); }
.news-masthead-orbit i:nth-child(2) { width: 13px; height: 13px; left: 165px; top: 255px; background: var(--news-red); }
.news-masthead-orbit i:nth-child(3) { width: 115px; height: 115px; right: 0; bottom: 0; background: var(--news-yellow); border-radius: 115px 0 0 0; }
.news-edition-bar {
    width: min(1050px, 100%); min-height: 72px; display: grid; grid-template-columns: auto minmax(300px, 1fr);
    align-items: center; gap: 28px; padding: 11px 13px 11px 24px; background: rgba(255,255,255,.94);
    border: 1px solid #d7e3ed; border-radius: 13px 13px 0 0; box-shadow: 0 16px 34px rgba(22,58,98,.09);
}
.news-edition-bar > strong { color: var(--news-navy); font-size: .72rem; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.news-search { height: 48px; min-width: 0; display: flex; align-items: center; background: #fbfdff; border: 1px solid #d7e1ec; border-radius: 8px; }
.news-search:focus-within { border-color: var(--news-blue); box-shadow: 0 0 0 3px rgba(36,87,159,.1); }
.news-search svg { width: 20px; margin-left: 15px; flex: 0 0 auto; fill: none; stroke: var(--news-blue); stroke-width: 1.8; stroke-linecap: round; }
.news-search input { min-width: 0; flex: 1; height: 46px; padding: 0 12px; color: var(--news-ink); background: transparent; border: 0; outline: 0; font-size: .86rem; }
.news-search button { height: 38px; margin-right: 5px; padding: 0 17px; color: #fff; background: var(--news-blue); border: 0; border-radius: 6px; font-weight: 800; cursor: pointer; }

/* Ticker */
.news-ticker { background: var(--news-white); border-bottom: 1px solid var(--news-line); box-shadow: 0 5px 14px rgba(21,51,87,.035); }
.news-ticker-inner { min-height: 54px; display: grid; grid-template-columns: auto 1fr; align-items: center; }
.news-ticker-inner > span { align-self: stretch; display: flex; align-items: center; position: relative; padding: 0 27px; color: #fff; background: var(--news-navy); font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-ticker-inner > span::after { content: ""; position: absolute; right: -12px; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 12px solid var(--news-navy); }
.news-ticker a { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px 0 34px; color: #405673; font-size: .81rem; text-decoration: none; }
.news-ticker a svg { width: 20px; flex: 0 0 auto; fill: none; stroke: var(--news-blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Shared */
.news-section { padding: 78px 0; }
.news-section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.news-section-title > div { display: flex; align-items: center; gap: 12px; }
.news-section-title > div > span { width: 28px; height: 3px; background: var(--news-red); border-radius: 99px; }
.news-section-title h2, .news-feed-toolbar h2, .news-special h2, .news-cta h2 {
    margin: 0; color: var(--news-navy); font-size: clamp(2rem,3vw,3rem); line-height: 1.08; letter-spacing: -.035em;
}
.news-section-title > a { color: var(--news-blue); font-size: .8rem; font-weight: 800; text-decoration: none; }
.news-page a:focus-visible, .news-page button:focus-visible, .news-page input:focus-visible, .news-page select:focus-visible { outline: 3px solid rgba(36,87,159,.26); outline-offset: 3px; }
.news-label { display: inline-flex; padding: 6px 10px; color: #fff; background: var(--news-blue); border-radius: 6px; font-size: .63rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.news-label-prestasi { color: var(--news-navy); background: var(--news-yellow); }
.news-label-kegiatan-kampus { background: var(--news-red); }
.news-label-kemahasiswaan { color: var(--news-navy); background: var(--news-cyan); }
.news-label-kerja-sama { color: var(--news-navy); background: var(--news-yellow); }
.news-label-pengumuman { background: #66748a; }
.news-label-text { display: block; margin-bottom: 7px; color: var(--news-blue); font-size: .65rem; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; }
.news-label-text-prestasi, .news-label-text-kerja-sama { color: #ad8e00; }
.news-label-text-kegiatan-kampus { color: var(--news-red); }
.news-label-text-kemahasiswaan { color: #278ba3; }
.news-label-text-pengumuman { color: #66748a; }
.news-photo-credit { position: absolute; z-index: 2; right: 12px; top: 12px; padding: 5px 8px; color: rgba(255,255,255,.9); background: rgba(7,25,48,.62); border-radius: 5px; font-size: .58rem; text-decoration: none; opacity: 0; transition: opacity .18s ease; }
figure:hover > .news-photo-credit, .news-photo-credit:focus-visible { opacity: 1; }

/* Lead editorial spread */
.news-lead-section { padding-bottom: 48px; }
.news-lead-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(330px, .8fr); gap: 42px; align-items: start; }
.news-lead-layout.news-lead-single { max-width: 1080px; grid-template-columns: minmax(0, 1fr); margin-inline: auto; }
.news-lead-story { position: relative; }
.news-lead-story figure { position: relative; height: auto; margin: 0; overflow: hidden; background: #e7eef5; border-radius: 8px 8px 0 0; }
.news-lead-story figure img { display: block; width: 100%; height: auto; max-height: 560px; object-fit: contain; object-position: center; transition: transform .6s ease; }
.news-lead-story:hover figure img { transform: scale(1.025); }
.news-lead-copy { position: relative; z-index: 2; width: calc(100% - 64px); margin: -1px auto 0; padding: 28px 32px 25px; background: #fff; border-top: 1px solid var(--news-line); border-left: 7px solid var(--news-red); box-shadow: var(--news-shadow); }
.news-lead-copy h3 { max-width: 780px; margin: 12px 0 18px; color: var(--news-navy); font-size: clamp(1.65rem,2.8vw,3rem); line-height: 1.12; letter-spacing: -.035em; }
.news-lead-copy h3 a { text-decoration: none; }
.news-inline-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--news-muted); font-size: .78rem; }
.news-inline-meta a { color: var(--news-blue); font-weight: 850; text-decoration: none; }
.news-headline-list > h3 { position: relative; margin: 0 0 10px; padding-bottom: 15px; color: var(--news-navy); font-size: 1.45rem; }
.news-headline-list > h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 3px; background: var(--news-blue); }
.news-headline-list article { min-height: 138px; display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--news-line); }
.news-headline-number { color: var(--news-navy); font-size: 2.45rem; line-height: 1; font-weight: 750; letter-spacing: -.06em; }
.news-headline-list h4 { margin: 0 0 9px; color: var(--news-navy); font-size: .95rem; line-height: 1.42; }
.news-headline-list h4 a { text-decoration: none; }
.news-headline-list time { color: #7a899d; font-size: .7rem; }
.news-headline-list img { width: 86px; height: 70px; object-fit: cover; border-radius: 5px; }

/* Categories and feed */
.news-feed-section { padding-top: 22px; background: linear-gradient(180deg,#fff,#f7fafd); }
.news-category-tabs { display: flex; align-items: center; justify-content: space-between; gap: 28px; overflow-x: auto; border-bottom: 1px solid var(--news-line); }
.news-category-tabs button { position: relative; flex: 0 0 auto; min-height: 53px; padding: 0 4px; color: #526780; background: transparent; border: 0; font-size: .8rem; font-weight: 800; cursor: pointer; }
.news-category-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: transparent; }
.news-category-tabs button.is-active { color: var(--news-blue); }
.news-category-tabs button.is-active::after { background: var(--news-blue); }
.news-feed-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin: 42px 0 18px; }
.news-feed-toolbar > div:first-child > p:last-child { min-height: 1.3em; margin: 8px 0 0; color: var(--news-muted); font-size: .8rem; }
.news-section-eyebrow { margin-bottom: 9px; }
.news-feed-controls { display: flex; align-items: center; gap: 12px; }
.news-feed-controls label { display: flex; align-items: center; gap: 8px; color: #62748b; font-size: .75rem; white-space: nowrap; }
.news-feed-controls select { height: 40px; padding: 0 31px 0 11px; color: var(--news-ink); background: #fff; border: 1px solid #d3deea; border-radius: 7px; outline: 0; }
.news-feed { border-top: 1px solid var(--news-line); }
.news-row { min-height: 178px; display: grid; grid-template-columns: 74px 245px minmax(0,1fr) 52px; align-items: center; gap: 25px; padding: 18px 8px; border-bottom: 1px solid var(--news-line); transition: background .18s ease; }
.news-row:nth-child(even) { background: rgba(237,246,252,.4); }
.news-row:hover { background: #eef6fb; }
.news-row[hidden] { display: none !important; }
.news-date-block { text-align: center; color: var(--news-blue); }
.news-date-block strong, .news-date-block span, .news-date-block small { display: block; }
.news-date-block strong { color: var(--news-navy); font-size: 2.7rem; line-height: .95; letter-spacing: -.06em; }
.news-date-block span { margin-top: 6px; font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.news-date-block small { margin-top: 2px; color: #718198; font-size: .66rem; }
.news-row figure { height: 136px; margin: 0; overflow: hidden; border-radius: 7px; background: #e8eef4; }
.news-row figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-row:hover figure img { transform: scale(1.035); }
.news-row-copy h3 { margin: 0 0 7px; color: var(--news-navy); font-size: 1.08rem; line-height: 1.32; }
.news-row-copy h3 a { text-decoration: none; }
.news-row-copy > p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 9px; color: var(--news-muted); font-size: .82rem; line-height: 1.55; }
.news-row-copy small { color: #8290a2; font-size: .67rem; }
.news-row-action { width: 44px; height: 44px; display: grid; place-items: center; color: var(--news-blue); border: 1px solid #9db7d3; border-radius: 50%; text-decoration: none; transition: color .18s, background .18s, transform .18s; }
.news-row-action:hover { color: #fff; background: var(--news-blue); transform: translateX(3px); }
.news-row-action svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.news-pagination { display: flex; align-items: center; justify-content: center; gap: 5px; }
.news-pagination:empty { display: none; }
.news-pagination button { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0 9px; color: #546a84; background: #fff; border: 1px solid #d2deea; border-radius: 7px; font-size: .75rem; font-weight: 850; cursor: pointer; }
.news-pagination button.is-current { color: #fff; background: var(--news-blue); border-color: var(--news-blue); }
.news-pagination button:disabled { opacity: .38; cursor: not-allowed; }
.news-pagination button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.news-pagination-bottom { margin-top: 28px; }
.news-empty { margin-top: 18px; padding: 52px 20px; text-align: center; background: #fff; border: 1px dashed #b8cadc; border-radius: 12px; }
.news-empty h3 { margin: 0 0 8px; color: var(--news-navy); }
.news-empty p { margin: 0; color: var(--news-muted); }
.news-empty button { margin-top: 17px; padding: 10px 15px; color: #fff; background: var(--news-blue); border: 0; border-radius: 7px; font-weight: 800; cursor: pointer; }

/* Special feature */
.news-special-section { padding: 0 0 78px; background: #f7fafd; }
.news-special { min-height: 330px; display: grid; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); overflow: hidden; color: #fff; background: linear-gradient(120deg,#0d2c55,#184f8d); box-shadow: var(--news-shadow); }
.news-special-copy { padding: 45px 45px 40px; align-self: center; }
.news-special-copy > p:first-child { margin: 0 0 12px; color: var(--news-yellow); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-special h2 { color: #fff; font-size: clamp(1.8rem,3vw,3rem); }
.news-special-copy > p:not(:first-child) { margin: 18px 0; color: rgba(255,255,255,.78); line-height: 1.65; }
.news-special-copy a { color: var(--news-yellow); font-weight: 850; text-decoration: none; }
.news-special figure { min-height: 330px; margin: 0; }
.news-special figure img { width: 100%; height: 100%; object-fit: cover; }

/* Agenda */
.news-agenda-section { background: #fff; }
.news-agenda-list { position: relative; padding-left: 30px; }
.news-agenda-list::before { content: ""; position: absolute; left: 63px; top: 24px; bottom: 24px; width: 1px; background: #b8caDC; }
.news-agenda-item { position: relative; min-height: 104px; display: grid; grid-template-columns: 90px minmax(0,1fr) auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--news-line); }
.news-agenda-item::before { content: ""; position: absolute; z-index: 2; left: 28px; width: 11px; height: 11px; background: var(--agenda-color); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--agenda-color); }
.news-agenda-item time { width: 58px; margin-left: 45px; padding: 8px 5px; color: #fff; background: var(--agenda-color); text-align: center; }
.news-agenda-item time strong, .news-agenda-item time span, .news-agenda-item time small { display: block; }
.news-agenda-item time strong { font-size: 1.55rem; line-height: 1; }
.news-agenda-item time span { font-size: .61rem; font-weight: 900; }
.news-agenda-item time small { font-size: .55rem; opacity: .85; }
.news-agenda-item h3 { margin: 0 0 10px; color: var(--news-navy); font-size: 1rem; }
.news-agenda-item p { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0; color: var(--news-muted); font-size: .72rem; }
.news-agenda-item > a { min-width: 125px; padding: 10px 14px; color: var(--news-blue); border: 1px solid #9cb8d5; border-radius: 6px; text-align: center; font-size: .72rem; font-weight: 800; text-decoration: none; }
.news-agenda-color-1 { --agenda-color: var(--news-red); }
.news-agenda-color-2 { --agenda-color: var(--news-blue); }
.news-agenda-color-3 { --agenda-color: #2a9bad; }
.news-agenda-color-4 { --agenda-color: #d3aa00; }

/* CTA */
.news-cta-section { padding: 0 0 82px; }
.news-cta { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 38px 48px; color: #fff; background: linear-gradient(120deg,#0d294f,#174a87); border-radius: 16px; box-shadow: 0 20px 44px rgba(16,35,63,.18); }
.news-cta p { margin: 0 0 9px; color: var(--news-cyan); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.news-cta h2 { max-width: 690px; color: #fff; font-size: clamp(1.65rem,2.7vw,2.65rem); }
.news-cta > div:last-child { display: flex; flex: 0 0 auto; gap: 11px; }
.news-button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 19px; border-radius: 8px; font-size: .78rem; font-weight: 850; text-decoration: none; }
.news-button-yellow { color: var(--news-navy); background: var(--news-yellow); }
.news-button-outline { color: #fff; border: 1px solid rgba(255,255,255,.7); }
.news-button-blue { color: #fff; background: var(--news-blue); }

/* Detail page */
.news-detail-header { padding: 65px 0 72px; background: linear-gradient(115deg,#f7fcff,#eaf6fc); border-bottom: 1px solid var(--news-line); }
.news-detail-header-inner { max-width: 1040px; }
.news-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #62758f; font-size: .78rem; }
.news-breadcrumb a { text-decoration: none; }
.news-detail-header h1 { max-width: 1000px; margin: 18px 0; color: var(--news-navy); font-size: clamp(2.5rem,5vw,5rem); line-height: 1.03; letter-spacing: -.052em; }
.news-detail-header-inner > p { max-width: 830px; margin: 0; color: #506985; font-size: 1.1rem; line-height: 1.7; }
.news-detail-meta { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-top: 24px; color: #6c7e94; font-size: .77rem; }
.news-detail-layout { max-width: 1120px; display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 30px; padding-top: 52px; padding-bottom: 78px; }
.news-share-panel { position: sticky; top: calc(var(--site-header-height, 90px) + 20px); align-self: start; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.news-share-panel > span { color: #78879a; font-size: .67rem; font-weight: 800; text-transform: uppercase; writing-mode: vertical-rl; margin-bottom: 3px; }
.news-share-panel a, .news-share-panel button { width: 42px; height: 42px; display: grid; place-items: center; color: var(--news-blue); background: #fff; border: 1px solid #cad8e6; border-radius: 50%; font-size: .68rem; font-weight: 900; text-decoration: none; cursor: pointer; }
.news-detail-cover { position: relative; margin: 0 0 42px; }
.news-detail-cover img { width: 100%; max-height: 820px; object-fit: contain; background: #edf2f7; border-radius: 12px; box-shadow: var(--news-shadow); }
.news-detail-cover figcaption { margin-top: 10px; color: #7a899b; font-size: .68rem; line-height: 1.5; }
.news-article-body { max-width: 790px; margin: 0 auto; color: #354c68; font-size: 1rem; line-height: 1.9; }
.news-article-body p { margin: 0 0 24px; }
.news-article-body h2 { margin: 45px 0 18px; color: var(--news-navy); font-size: clamp(1.45rem,2.4vw,2rem); line-height: 1.22; letter-spacing: -.025em; }
.news-opening-paragraph::first-letter { float: left; margin: 8px 10px 0 0; color: var(--news-blue); font-size: 4.2rem; line-height: .68; font-weight: 800; }
.news-article-body blockquote { position: relative; margin: 34px 0; padding: 25px 28px 25px 35px; color: var(--news-navy); background: #eef6fb; border-left: 5px solid var(--news-blue); font-size: 1.25rem; line-height: 1.55; font-weight: 750; }
.news-article-footer { max-width: 790px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 42px auto 0; padding: 22px 0; border-top: 1px solid var(--news-line); border-bottom: 1px solid var(--news-line); }
.news-article-footer small, .news-article-footer strong { display: block; }
.news-article-footer small { color: #7d8b9d; font-size: .67rem; }
.news-article-footer strong { margin-top: 3px; color: var(--news-navy); font-size: .82rem; }
.news-article-footer > a { color: var(--news-blue); font-size: .77rem; font-weight: 850; text-decoration: none; }
.news-article-gallery { max-width: 920px; margin: 58px auto 0; padding-top: 35px; border-top: 1px solid var(--news-line); }
.news-gallery-heading { margin-bottom: 23px; }
.news-gallery-heading p { margin: 0 0 7px; color: var(--news-red); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.news-gallery-heading h2 { margin: 0; color: var(--news-navy); font-size: clamp(1.8rem,3vw,2.7rem); line-height: 1.1; letter-spacing: -.035em; }
.news-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.news-gallery-grid figure { min-width: 0; margin: 0; overflow: hidden; background: var(--news-soft); border: 1px solid var(--news-line); border-radius: 10px; }
.news-gallery-grid figure:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 8.5px);
    justify-self: center;
}
.news-gallery-grid a { display: block; overflow: hidden; background: #e8eef4; }
.news-gallery-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    transition: transform .45s ease;
}
.news-gallery-grid a:hover img { transform: scale(1.018); }
.news-gallery-grid figcaption { padding: 11px 13px; color: #6f7f93; font-size: .68rem; line-height: 1.5; }
.news-related-section { padding: 72px 0 86px; background: var(--news-soft); }
.news-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.news-related-grid article { overflow: hidden; background: #fff; border: 1px solid var(--news-line); border-radius: 10px; }
.news-related-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.news-related-grid article > div { padding: 19px; }
.news-related-grid span { color: #7b899b; font-size: .66rem; }
.news-related-grid h3 { margin: 8px 0 15px; color: var(--news-navy); font-size: 1rem; line-height: 1.4; }
.news-related-grid h3 a, .news-related-grid article > div > a { text-decoration: none; }
.news-related-grid article > div > a { color: var(--news-blue); font-size: .74rem; font-weight: 850; }
.news-not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; background: linear-gradient(115deg,#f7fcff,#eaf6fc); }
.news-not-found h1 { margin: 0; color: var(--news-navy); font-size: clamp(2.5rem,5vw,5rem); }
.news-not-found p:not(.news-kicker) { margin: 15px 0 25px; color: var(--news-muted); }
.news-not-found .news-kicker { justify-content: center; }

/* Tablet */
@media (max-width: 1040px) {
    .news-lead-layout { grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr); gap: 28px; }
    .news-lead-story figure { height: auto; }
    .news-row { grid-template-columns: 64px 205px minmax(0,1fr) 46px; gap: 18px; }
    .news-feed-toolbar { align-items: flex-start; flex-direction: column; }
    .news-special { grid-template-columns: .9fr 1.1fr; }
    .news-cta { align-items: flex-start; flex-direction: column; }
}

/* Mobile */
@media (max-width: 760px) {
    .news-page { overflow: hidden; }
    .news-masthead { min-height: 0; }
    .news-masthead::before { left: -25px; top: 35px; }
    .news-masthead-inner { padding-top: 48px; }
    .news-masthead h1 { font-size: clamp(2.5rem,12vw,3.6rem); }
    .news-masthead-inner > p:not(.news-kicker) { margin: 20px 0 28px; font-size: .94rem; }
    .news-masthead-orbit { opacity: .45; right: -370px; }
    .news-edition-bar { grid-template-columns: 1fr; gap: 10px; padding: 14px; border-radius: 12px 12px 0 0; }
    .news-edition-bar > strong { padding: 3px 3px; font-size: .62rem; }
    .news-search button { display: none; }
    .news-ticker-inner { grid-template-columns: 1fr; }
    .news-ticker-inner > span { min-height: 38px; justify-content: center; padding: 0 15px; }
    .news-ticker-inner > span::after { display: none; }
    .news-ticker a { min-height: 54px; padding: 10px 4px; font-size: .72rem; line-height: 1.4; }
    .news-section { padding: 58px 0; }
    .news-section-title { align-items: flex-start; flex-direction: column; }
    .news-lead-layout { grid-template-columns: 1fr; }
    .news-lead-story { padding-bottom: 0; }
    .news-lead-story figure { height: auto; border-radius: 8px 8px 0 0; }
    .news-lead-story figure img { max-height: none; }
    .news-lead-copy { position: relative; left: auto; right: auto; bottom: auto; width: 100%; margin: 0; padding: 23px 20px; border-radius: 0 0 8px 8px; }
    .news-lead-copy h3 { font-size: 1.6rem; }
    .news-inline-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
    .news-headline-list { margin-top: 18px; }
    .news-headline-list article { grid-template-columns: 50px minmax(0,1fr); }
    .news-headline-list img { display: none; }
    .news-headline-number { font-size: 2rem; }
    .news-category-tabs { width: calc(100% + 32px); margin-left: -16px; padding: 0 16px; justify-content: flex-start; }
    .news-feed-toolbar { margin-top: 32px; }
    .news-feed-controls { width: 100%; align-items: flex-start; flex-wrap: wrap; }
    .news-feed-controls .news-pagination { width: 100%; justify-content: flex-start; margin-top: 4px; }
    .news-row { min-height: 0; grid-template-columns: 52px minmax(0,1fr) 39px; gap: 13px; padding: 17px 0; }
    .news-row figure { grid-column: 2 / 4; grid-row: 1; height: 170px; }
    .news-date-block { grid-column: 1; grid-row: 1 / 3; align-self: start; padding-top: 4px; }
    .news-date-block strong { font-size: 2.15rem; }
    .news-row-copy { grid-column: 2; grid-row: 2; }
    .news-row-copy h3 { font-size: 1rem; }
    .news-row-copy > p { display: none; }
    .news-row-action { grid-column: 3; grid-row: 2; width: 37px; height: 37px; }
    .news-special { grid-template-columns: 1fr; }
    .news-special-copy { padding: 32px 24px; }
    .news-special figure { min-height: 220px; order: -1; }
    .news-agenda-list { padding-left: 0; }
    .news-agenda-list::before, .news-agenda-item::before { display: none; }
    .news-agenda-item { grid-template-columns: 60px minmax(0,1fr); gap: 14px; padding: 17px 0; }
    .news-agenda-item time { width: 56px; margin-left: 0; }
    .news-agenda-item > a { grid-column: 2; justify-self: start; min-width: 0; padding: 8px 12px; }
    .news-agenda-item p { gap: 5px 12px; }
    .news-cta { padding: 32px 24px; border-radius: 13px; }
    .news-cta > div:last-child { width: 100%; flex-direction: column; }
    .news-button { width: 100%; }
    .news-detail-header { padding: 48px 0 52px; }
    .news-detail-header h1 { font-size: clamp(2.3rem,11vw,3.5rem); }
    .news-detail-header-inner > p { font-size: .96rem; }
    .news-detail-layout { grid-template-columns: 1fr; padding-top: 30px; padding-bottom: 58px; }
    .news-share-panel { position: static; flex-direction: row; justify-content: flex-start; }
    .news-share-panel > span { writing-mode: initial; margin: 0 4px 0 0; }
    .news-detail-cover { margin-bottom: 28px; }
    .news-detail-cover img { min-height: 250px; object-fit: cover; border-radius: 8px; }
    .news-article-body { font-size: .95rem; line-height: 1.82; }
    .news-article-body blockquote { margin: 28px 0; padding: 20px; font-size: 1.08rem; }
    .news-article-footer { align-items: flex-start; flex-direction: column; }
    .news-article-gallery { margin-top: 42px; padding-top: 28px; }
    .news-gallery-grid { grid-template-columns: 1fr; gap: 14px; }
    .news-gallery-grid figure:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }
    .news-gallery-grid img,
    .news-gallery-grid figure:last-child:nth-child(odd) img { aspect-ratio: auto; max-height: none; object-fit: contain; }
    .news-related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .news-page *, .news-page *::before, .news-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* ================================================================
   INFORMASI DAN CTA PENDAFTARAN KEGIATAN
   ================================================================ */

.news-event-box {
    margin: 42px 0 30px;
    padding: 30px;
    background: linear-gradient(135deg, #eef8fc 0%, #f8fbff 100%);
    border: 1px solid #c9e1ec;
    border-top: 5px solid #24579f;
    border-radius: 18px;
}

.news-event-article .news-detail-cover img {
    width: auto;
    max-width: 100%;
    max-height: 720px;
    margin-inline: auto;
    object-fit: contain;
}

.news-event-heading span,
.news-registration-cta > div > span {
    display: inline-block;
    margin-bottom: 8px;
    color: #dc2027;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.news-event-heading h2,
.news-registration-cta h2 {
    margin: 0;
    color: #10233f;
}

.news-event-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
}

.news-event-facts > div {
    min-width: 0;
    padding: 17px 18px;
    background: #ffffff;
    border: 1px solid #d8e5ef;
    border-radius: 12px;
}

.news-event-facts .news-event-wide {
    grid-column: 1 / -1;
}

.news-event-facts dt {
    margin: 0 0 5px;
    color: #60728d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-event-facts dd {
    margin: 0;
    color: #10233f;
    font-weight: 800;
    line-height: 1.5;
}

.news-registration-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 30px 0 10px;
    padding: 32px;
    color: #ffffff;
    background: linear-gradient(125deg, #102f5d, #24579f);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(16, 47, 93, 0.18);
}

.news-registration-cta::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 170px;
    height: 170px;
    right: -68px;
    bottom: -78px;
    border: 24px solid rgba(141, 208, 225, 0.14);
    border-radius: 50%;
}

.news-registration-cta > div {
    max-width: 620px;
}

.news-registration-cta > div > span {
    color: #f2d500;
}

.news-registration-cta h2 {
    color: #ffffff;
    font-size: clamp(1.45rem, 2.5vw, 2.05rem);
    line-height: 1.16;
}

.news-registration-cta p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.78);
}

.news-registration-cta > a {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex: 0 0 auto;
    padding: 13px 21px;
    color: #10233f;
    background: #f2d500;
    border-radius: 11px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-registration-cta > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

@media (max-width: 700px) {
    .news-event-article .news-detail-cover img {
        width: 100%;
        min-height: 0;
        max-height: none;
        object-fit: contain;
    }

    .news-event-box {
        padding: 22px 18px;
    }

    .news-event-facts {
        grid-template-columns: 1fr;
    }

    .news-event-facts .news-event-wide {
        grid-column: auto;
    }

    .news-registration-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 26px 20px;
    }

    .news-registration-cta > a {
        width: 100%;
    }
}
