/* =====================================================
   PMB UMI - Main Stylesheet
   Universitas Muslim Indonesia
   Warna Utama: Hijau #006B3C | Emas #C8960C
   ===================================================== */

/* -- Variables -- */
:root {
    --umi-blue:       #006B3C;
    --umi-blue-dark:  #004D2C;
    --umi-blue-light: #1A8A50;
    --umi-gold:       #C8960C;
    --umi-gold-light: #e6b015;
    --umi-gold-dark:  #a07810;
    --umi-bg:         #f4f6fb;
    --umi-text:       #1a1a2e;
    --radius:         12px;
    --shadow:         0 4px 20px rgba(0, 107, 60, 0.12);
    --shadow-lg:      0 8px 40px rgba(0, 107, 60, 0.18);
}

/* -- Base -- */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: var(--umi-text); background: #fff; }

/* -- Utility classes -- */
.text-primary-umi    { color: var(--umi-blue) !important; }
.text-gold           { color: var(--umi-gold) !important; }
.bg-primary-umi      { background-color: var(--umi-blue) !important; }
.btn-primary-umi {
    background: var(--umi-blue); color: #fff; border: none;
    border-radius: 8px; font-weight: 600;
    transition: background .2s, transform .1s;
}
.btn-primary-umi:hover { background: var(--umi-blue-light); color: #fff; }
.btn-outline-primary-umi {
    border: 2px solid var(--umi-blue); color: var(--umi-blue);
    border-radius: 8px; font-weight: 600;
    transition: all .2s;
}
.btn-outline-primary-umi:hover { background: var(--umi-blue); color: #fff; }
.btn-gold { background: var(--umi-gold); color: #fff; border: none; border-radius: 8px; font-weight: 700; }
.btn-gold:hover { background: var(--umi-gold-light); color: #fff; }
.btn-outline-gold { border: 2px solid var(--umi-gold); color: var(--umi-gold); border-radius: 8px; font-weight: 600; }
.btn-outline-gold:hover { background: var(--umi-gold); color: #fff; }
.btn-xs { padding: 2px 8px; font-size: 12px; border-radius: 6px; }

/* -- Nav Pills UMI -- */
#jadwalTab .nav-link { color: var(--umi-blue); border: 1.5px solid var(--umi-blue); border-radius: 50px; font-weight: 500; font-size: 14px; transition: all .2s; }
#jadwalTab .nav-link:hover { background: rgba(0,107,60,.08); }
#jadwalTab .nav-link.active { background: var(--umi-blue); color: #fff; border-color: var(--umi-blue); }

/* -- Topbar -- */
.topbar {
    background: var(--umi-blue-dark); color: rgba(255,255,255,.8);
    font-size: 12px; padding: 6px 0;
}
.topbar a { color: rgba(255,255,255,.8); text-decoration: none; }
.topbar a:hover { color: var(--umi-gold); }

/* -- Navbar -- */
.navbar-umi {
    background: var(--umi-blue);
    box-shadow: 0 2px 12px rgba(0,0,0,.15);
    padding: 10px 0;
    transition: all .3s;
}
.navbar-umi .navbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.navbar-umi .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.navbar-umi .brand-name { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: 1px; }
.navbar-umi .brand-sub  { font-size: 10px; color: rgba(255,255,255,.7); }
.navbar-umi .nav-link   { color: rgba(255,255,255,.9) !important; font-weight: 500; padding: 8px 12px !important; border-radius: 6px; }
.navbar-umi .nav-link:hover,
.navbar-umi .nav-link.active { color: var(--umi-gold) !important; background: rgba(255,255,255,.1); }
.navbar-umi .dropdown-menu { border: none; box-shadow: var(--shadow); border-radius: var(--radius); }
.navbar-umi .navbar-toggler { border-color: rgba(255,255,255,.5); }
.navbar-umi .navbar-toggler-icon { filter: invert(1); }

/* -- Hero -- */
.hero-section {
    position: relative; min-height: 90vh;
    background-color: #002b18;
    background-image: url('../images/hero-umi.jpg');
    background-size: cover;
    background-position: center center;
    display: flex; flex-direction: column; justify-content: center;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute; inset: 0; z-index: 0;
}
.hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(
        to right,
        rgba(0, 30, 15, 0.88) 0%,
        rgba(0, 30, 15, 0.80) 45%,
        rgba(0, 20, 10, 0.45) 100%
    );
}
.hero-content { position: relative; z-index: 2; padding: 80px 0 40px; }
.hero-section .hero-stats { z-index: 2; }
.min-vh-85    { min-height: 75vh; }
.hero-title   { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: #fff; line-height: 1.15; }
.hero-subtitle { font-size: 1.1rem; color: rgba(255,255,255,.85); max-width: 560px; line-height: 1.7; }
.badge-gold   { background: var(--umi-gold); color: #fff; border-radius: 20px; padding: 6px 14px; font-size: 13px; }
.hero-stats   { position: relative; z-index: 2; background: rgba(0,0,0,.25); backdrop-filter: blur(10px); padding: 20px 0; }
.hero-stats-inner { gap: 0; }
.stat-item    { text-align: center; color: #fff; padding: 8px 0; }
.stat-num     { font-size: 2rem; font-weight: 800; color: var(--umi-gold); line-height: 1; }
.stat-label   { font-size: 12px; opacity: .8; }

/* -- Section -- */
.section-header { margin-bottom: 2rem; }
.section-badge  { background: rgba(0,107,60,.1); color: var(--umi-blue); font-size: 12px;
    font-weight: 600; padding: 4px 14px; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; }
.section-header h2 { font-size: 2rem; font-weight: 700; margin: .5rem 0 .5rem; color: var(--umi-text); }

/* -- Section Alur Pendaftaran -- */
.bg-alur {
    background: linear-gradient(135deg, #004D2C 0%, var(--umi-blue) 50%, #7c3aed 100%);
    position: relative;
}
.bg-alur .alur-badge {
    background: rgba(255,255,255,.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    font-size: 12px; font-weight: 600;
    padding: 5px 16px; border-radius: 20px; letter-spacing: .5px;
    display: inline-block; margin-bottom: 12px;
}
.bg-alur .alur-title { color: #fff; }
.bg-alur .alur-sub   { color: rgba(255,255,255,.8); }
.bg-alur .alur-card  {
    background: rgba(255,255,255,.08);
    border: 1.5px solid rgba(255,255,255,.18) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.bg-alur .alur-card .alur-card-body { background: rgba(255,255,255,.1); }
.bg-alur .alur-card-body .fw-semibold,
.bg-alur .alur-card-body h5,
.bg-alur .alur-card-body h6 { color: rgba(255,255,255,.95) !important; }
.bg-alur .alur-card-body p,
.bg-alur .alur-card-body .text-muted { color: rgba(255,255,255,.7) !important; }
.bg-alur .alur-card-body strong { color: rgba(255,255,255,.88) !important; }
.bg-alur .alur-cta-outline {
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    transition: all .18s;
}
.bg-alur .alur-cta-outline:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }

/* -- Section Panduan Pendaftaran -- */
.bg-panduan {
    background: linear-gradient(135deg, #1a2e4a 0%, #003876 45%, #006B3C 100%);
    position: relative;
}
.bg-panduan .section-badge {
    background: rgba(255,255,255,.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}
.bg-panduan .section-header h2 { color: #fff !important; }
.bg-panduan .section-header p   { color: rgba(255,255,255,.8) !important; }
.bg-panduan .panduan-card {
    background: rgba(255,255,255,.1);
    border: none !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.bg-panduan .panduan-card h6,
.bg-panduan .panduan-card .fw-bold,
.bg-panduan .panduan-card .fw-semibold { color: rgba(255,255,255,.95) !important; }
.bg-panduan .panduan-card p,
.bg-panduan .panduan-card .text-muted { color: rgba(255,255,255,.7) !important; }
.bg-panduan .panduan-doc-card {
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.22) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff;
}
.bg-panduan .panduan-doc-card .fw-semibold { color: #fff; }
.bg-panduan .panduan-doc-card .text-muted   { color: rgba(255,255,255,.7) !important; }
.bg-panduan .panduan-doc-card .text-primary-umi { color: rgba(255,255,255,.9) !important; }
.bg-panduan .btn-panduan-outline {
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
    background: transparent;
    border-radius: 8px;
    font-weight: 500;
    transition: all .18s;
}
.bg-panduan .btn-panduan-outline:hover { background: rgba(255,255,255,.15); border-color: #fff; color: #fff; }

/* -- Section Jadwal Penting -- */
.bg-jadwal {
    background: linear-gradient(135deg, #C9A85C 0%, var(--umi-blue) 55%, #004D2C 100%);
    position: relative;
}
.bg-jadwal .section-badge {
    background: rgba(255,255,255,.18);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}
.bg-jadwal .section-header h2 { color: #fff !important; }
.bg-jadwal .section-header p   { color: rgba(255,255,255,.85) !important; }
.bg-jadwal #jadwalTab .nav-link {
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.45);
}
.bg-jadwal #jadwalTab .nav-link:hover  { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.7); }
.bg-jadwal #jadwalTab .nav-link.active { background: #fff; color: var(--umi-blue); border-color: #fff; font-weight: 600; }

/* ===== UMI Slider ===== */
.umi-carousel { background: #001a0e; }
.umi-carousel .carousel-item {
    height: 520px;
}
.umi-carousel .carousel-item > .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) { .umi-carousel .carousel-item { height: 380px; } }
@media (max-width: 480px) { .umi-carousel .carousel-item { height: 320px; } }

/* Background image slide */
.slide-bg-img {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide-bg-img::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(0,20,10,.75) 40%, rgba(0,20,10,.4));
}
/* Gradient fallback (no image) */
.slide-bg-gradient { position: absolute; inset: 0; background: linear-gradient(135deg, #001a0e 0%, #004D2C 100%); }

/* Content */
.slide-badge {
    display: inline-block;
    background: rgba(201,168,92,.2);
    border: 1px solid rgba(201,168,92,.55);
    color: #C9A85C;
    padding: 5px 20px; border-radius: 20px;
    font-size: 13px; font-weight: 600; letter-spacing: .4px;
}
.slide-title {
    font-size: 2.6rem; font-weight: 800;
    line-height: 1.25; color: #fff;
}
@media (max-width: 768px) { .slide-title { font-size: 1.7rem; } }
.slide-desc { color: rgba(255,255,255,.82); font-size: 1.05rem; max-width: 520px; margin: 0 auto; }

/* Indicators */
.umi-carousel .carousel-indicators { margin-bottom: 1.5rem; }
.umi-carousel .carousel-indicators [data-bs-target] {
    width: 8px; height: 8px; border-radius: 50%; margin: 0 4px;
    border: 2px solid rgba(255,255,255,.45);
    background: transparent; transition: all .3s;
}
.umi-carousel .carousel-indicators .active {
    background: #fff; border-color: #fff; transform: scale(1.35);
}
/* Controls */
.umi-carousel .carousel-control-prev,
.umi-carousel .carousel-control-next {
    width: 44px; height: 44px;
    top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.15);
    border-radius: 50%; border: 1px solid rgba(255,255,255,.25);
    opacity: 1; transition: background .2s;
}
.umi-carousel .carousel-control-prev { margin-left: 20px; }
.umi-carousel .carousel-control-next { margin-right: 20px; }
.umi-carousel .carousel-control-prev:hover,
.umi-carousel .carousel-control-next:hover { background: rgba(255,255,255,.3); }

/* -- Gelombang cards -- */
.bg-light-blue { background: linear-gradient(135deg, #eef8f2 0%, #f0f8ef 100%); }
.card-gelombang { border: none; border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
.card-gelombang:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-header-gelombang { background: var(--umi-blue); border-radius: var(--radius) var(--radius) 0 0; padding: 12px 16px; }
.badge-jalur { background: var(--umi-gold); color: #fff; font-size: 11px; }
.biaya-amount { font-size: 1.4rem; font-weight: 800; color: var(--umi-blue); }
.gelombang-biaya { background: #f0f8f4; border-radius: 8px; padding: 10px 14px; }

/* -- Steps -- */
.step-card { background: #fff; border-radius: var(--radius); padding: 24px 16px; box-shadow: var(--shadow); transition: transform .2s; }
.step-card:hover { transform: translateY(-3px); }
.step-icon-wrap { position: relative; display: inline-block; }
.step-icon { font-size: 2.2rem; color: var(--umi-blue); }
.step-number {
    position: absolute; top: -4px; right: -10px;
    background: var(--umi-gold); color: #fff;
    width: 22px; height: 22px; border-radius: 50%;
    font-size: 11px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

/* -- Fakultas cards -- */
.card-fakultas {
    border: 2px solid #d8ede3; border-radius: var(--radius);
    transition: all .2s; color: var(--umi-text);
}
.card-fakultas:hover { border-color: var(--umi-blue); background: #f0f8f4; transform: translateY(-2px); }
.fak-icon { font-size: 1.8rem; color: var(--umi-blue); margin-bottom: 6px; }
.fak-singkat { font-weight: 700; color: var(--umi-blue); font-size: 0.9rem; }
.fak-nama  { color: #555; font-size: 11px; line-height: 1.3; }

/* -- Pengumuman cards -- */
.card-pengumuman {
    border: 1px solid #d8ede3; border-radius: var(--radius);
    transition: all .2s; position: relative; color: var(--umi-text);
}
.card-pengumuman:hover { border-color: var(--umi-blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.badge-pinned {
    position: absolute; top: 12px; right: 12px;
    background: #dc3545; color: #fff; font-size: 11px;
    padding: 2px 8px; border-radius: 20px;
}
.badge-kategori { font-size: 11px; border-radius: 20px; padding: 3px 10px; }
.badge-penting      { background: #dc354520; color: #dc3545; }
.badge-umum         { background: #0d6efd20; color: #0d6efd; }
.badge-hasil_seleksi{ background: #19875420; color: #198754; }
.badge-jadwal       { background: #fd7e1420; color: #fd7e14; }
.badge-beasiswa     { background: #6f42c120; color: #6f42c1; }
.badge-lainnya      { background: #6c757d20; color: #6c757d; }

/* -- CTA Section -- */
.cta-section {
    background: linear-gradient(135deg, var(--umi-blue) 0%, #1A8A50 100%);
    padding: 80px 0; color: #fff;
    position: relative; overflow: hidden;
}
.cta-title { font-size: 2.2rem; font-weight: 800; color: #fff; }
.cta-sub   { font-size: 1.1rem; color: rgba(255,255,255,.85); max-width: 500px; margin: 0 auto 2rem; }

/* -- Footer -- */
.footer-umi { background: var(--umi-blue-dark); color: rgba(255,255,255,.8); padding: 60px 0 0; }
.footer-desc { font-size: 13px; opacity: .8; line-height: 1.7; }
.footer-social .social-link { color: rgba(255,255,255,.7); font-size: 1.2rem; text-decoration: none; margin-right: 12px; transition: color .2s; }
.footer-social .social-link:hover { color: var(--umi-gold); }
.footer-heading { color: var(--umi-gold); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.75); text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: var(--umi-gold); }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { font-size: 13px; margin-bottom: 8px; color: rgba(255,255,255,.75); }
.footer-contact i  { color: var(--umi-gold); margin-right: 8px; width: 16px; }
.footer-divider    { border-color: rgba(255,255,255,.1); margin: 40px 0 20px; }
.footer-bottom     { padding-bottom: 24px; font-size: 13px; color: rgba(255,255,255,.5); }
.text-gold { color: var(--umi-gold) !important; }

/* -- Auth Layout -- */
.auth-body { background: var(--umi-bg); min-height: 100vh; }
.auth-wrapper { display: flex; min-height: 100vh; }
.auth-panel-left {
    width: 45%; background: linear-gradient(160deg, var(--umi-blue-dark) 0%, var(--umi-blue) 60%, #1A8A50 100%);
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: 40px; position: relative; overflow: hidden;
}
.auth-overlay-pattern {
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.auth-panel-content { position: relative; z-index: 2; color: #fff; max-width: 380px; }
.auth-logo   { filter: brightness(0) invert(1); }
.auth-tagline { font-size: 1.8rem; font-weight: 700; line-height: 1.3; color: #fff; }
.auth-sub    { font-size: 14px; opacity: .8; margin: 12px 0 24px; }
.auth-features { list-style: none; padding: 0; }
.auth-features li { color: rgba(255,255,255,.9); font-size: 14px; margin-bottom: 10px; }
.auth-features i  { color: var(--umi-gold); margin-right: 8px; }
.auth-panel-right { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 20px; background: #fff; }
.auth-form-container { width: 100%; max-width: 420px; }
.divider-text { position: relative; text-align: center; color: #aaa; font-size: 13px; }
.divider-text::before, .divider-text::after {
    content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: #e0e0e0;
}
.divider-text::before { left: 0; }
.divider-text::after  { right: 0; }

/* -- CAPTCHA -- */
.captcha-img { cursor: pointer; border-radius: 6px; height: 55px; user-select: none; }

/* -- Pendaftar Portal -- */
.navbar-umi-pendaftar {
    background: #fff; border-bottom: 2px solid #d8ede3;
    padding: 10px 0; position: sticky; top: 0; z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,107,60,.08);
}
.pendaftar-body { background: var(--umi-bg); }
.pendaftar-wrapper { display: flex; min-height: calc(100vh - 62px); }
.pendaftar-sidebar {
    width: 260px; background: #fff; border-right: 1px solid #d8ede3;
    padding: 20px 0; flex-shrink: 0;
    position: sticky; top: 62px; height: calc(100vh - 62px); overflow-y: auto;
}
.step-nav { padding: 0 12px; }
.step-nav-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #aaa; padding: 0 8px 12px; }
.step-nav-item {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 10px; border-radius: 8px; text-decoration: none;
    color: var(--umi-text); margin-bottom: 2px; transition: all .15s;
}
.step-nav-item:hover { background: #f0f8f4; color: var(--umi-blue); }
.step-nav-item.active { background: #eef8f2; color: var(--umi-blue); font-weight: 600; }
.step-num {
    width: 28px; height: 28px; border-radius: 50%;
    background: #d8ede3; color: #888; font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.step-num.done { background: var(--umi-blue); color: #fff; }
.step-info { flex: 1; }
.step-label  { display: block; font-size: 13px; }
.step-status { font-size: 11px; color: #aaa; }
.pendaftar-main { flex: 1; padding: 28px; overflow-x: hidden; }
.page-header { border-bottom: 1px solid #d8ede3; padding-bottom: 16px; }

/* -- Steps Progress Bars -- */
.step-progress-item {
    background: #fff; border-radius: var(--radius); padding: 16px 12px; text-align: center;
    border: 2px solid #d8ede3; color: var(--umi-text); transition: all .2s;
}
.step-progress-item:hover { border-color: var(--umi-blue); }
.step-progress-item.done  { border-color: #198754; background: #f0fff4; }
.sp-num { font-size: 1.5rem; font-weight: 800; color: var(--umi-blue); }
.sp-label { font-size: 12px; font-weight: 600; display: block; }
.sp-status { font-size: 11px; display: block; margin-top: 2px; }

/* -- Status Badges -- */
.status-badge-draft                { background: #6c757d20; color: #6c757d; }
.status-badge-menunggu_pembayaran  { background: #fd7e1420; color: #e06000; }
.status-badge-menunggu_verifikasi  { background: #0d6efd20; color: #0d6efd; }
.status-badge-dalam_proses         { background: #0dcaf020; color: #0aa2c0; }
.status-badge-lulus                { background: #19875420; color: #198754; }
.status-badge-tidak_lulus          { background: #dc354520; color: #dc3545; }
.status-badge-mengundurkan_diri    { background: #6f42c120; color: #6f42c1; }
.status-badge-pending              { background: #6c757d20; color: #6c757d; }
.status-badge-terverifikasi        { background: #19875420; color: #198754; }
.status-badge-ditolak              { background: #dc354520; color: #dc3545; }
[class^="status-badge-"] {
    padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 600;
    white-space: nowrap;
}

/* -- Dokumen Upload -- */
.dokumen-upload-card {
    background: #f0f8f4; border: 2px dashed #b5d4c3; border-radius: var(--radius);
    padding: 16px; transition: border-color .2s;
}
.dokumen-upload-card.uploaded { border-color: #198754; border-style: solid; background: #f0fff4; }
.upload-zone {
    border: 2px dashed #b5d4c3; border-radius: 8px; padding: 20px;
    text-align: center; cursor: pointer; background: #fff; transition: all .2s;
}
.upload-zone:hover { border-color: var(--umi-blue); background: #f0f8f4; }

/* -- Card Payment Info -- */
.card-pembayaran-info {
    border: 2px solid var(--umi-blue); border-radius: var(--radius);
    background: linear-gradient(135deg, #f0f8f4 0%, #eef8f2 100%);
}

/* -- Page Banner -- */
.page-banner {
    background: linear-gradient(135deg, var(--umi-blue-dark) 0%, var(--umi-blue-light) 100%);
    padding: 20px 0;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* -- Article Content -- */
.article-content { line-height: 1.85; font-size: 15px; color: #444; }
.article-content h1, .article-content h2, .article-content h3 { color: var(--umi-blue); }
.article-content img { max-width: 100%; border-radius: 8px; }

/* -- Program Page -- */
.card-prodi {
    border: 1px solid #d8ede3; border-radius: 10px; transition: all .2s;
}
.card-prodi:hover { border-color: var(--umi-blue); box-shadow: var(--shadow); transform: translateY(-2px); }

/* -- Responsive -- */
@media (max-width: 768px) {
    .hero-title { font-size: 2rem; }
    .hero-stats-inner .stat-item { padding: 8px; }
    .stat-num { font-size: 1.5rem; }
    .auth-panel-right { padding: 30px 16px; }
    .pendaftar-sidebar { display: none !important; }
    .pendaftar-main { padding: 16px; }
}
