body{
    background:#f4f6f8;
}

.topbar{
    background:#003366;
    color:#fff;
    padding:12px 0;
    font-size:16px;
}

.search-box{
    background:#fff;
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

.staff-card img{
    height:180px;
    object-fit:cover;
}

.staff-card{
    border:1px solid #ddd;
}
.hero{
    position: relative;
    min-height: 100vh;
    background: url('../assets/bg-campus.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,60,90,0.75);
}

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 1100px;
    padding: 20px;
}

.hero-logo{
    width: 120px;
    margin-bottom: 15px;
}

.hero h1{
    font-size: 36px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.hero-search{
    display: flex;
    max-width: 700px;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.hero-search input{
    flex: 1;
    border: none;
    padding: 15px;
    font-size: 15px;
}

.hero-search button{
    background: none;
    border: none;
    padding: 0 18px;
    font-size: 18px;
    cursor: pointer;
}

.hero-search input:focus{
    outline: none;
}

.advanced-link{
    display: inline-block;
    margin: 10px 0 25px;
    color: #dbefff;
    font-size: 14px;
}

.faculty-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.faculty-btn{
    padding: 10px 18px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: .2s;
}

.faculty-btn:hover{
    background: rgba(255,255,255,0.3);
}
.top-header{
    background:#0b4f6c; /* biru tua ala UGM */
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.header-left{
    gap:12px;
}

.header-logo{
    height:42px;
}

.header-title{
    line-height:1.1;
}

.univ-name{
    font-weight:600;
    font-size:14px;
    letter-spacing:0.5px;
}

.system-name{
    font-size:12px;
    opacity:0.9;
}

.login-link{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.login-link:hover{
    text-decoration:underline;
}

.login-icon{
    margin-right:4px;
}
.main-footer{
    background:#0b4f6c; /* sama dengan header */
    color:#ffffff;
    padding:18px 0;
    font-size:13px;
    margin-top:40px;
}

.main-footer a{
    color:#dcefff;
    text-decoration:none;
}

.main-footer a:hover{
    text-decoration:underline;
}
.faculty-btn.active{
    background: rgba(255,255,255,0.35);
    font-weight:600;
}
.expert-card{
    border-radius:10px;
    box-shadow:0 2px 6px rgba(0,0,0,.08);
}
.expert-photo{
    width:70px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
}
.expert-name{
    font-weight:600;
    color:#004b87;
    text-decoration:none;
}
.expert-name:hover{text-decoration:underline;}
.expert-stat{font-size:13px; margin-top:4px;}
.expert-card{
    border-radius:10px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.expert-photo{
    width:70px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
    background:#f0f0f0;
}

.expert-name{
    font-weight:600;
    color:#004b87;
    text-decoration:none;
}

.expert-name:hover{
    text-decoration:underline;
}

.expert-stat{
    font-size:13px;
    color:#555;
}
/* ===== SEARCH HEADER ===== */
.search-hero{
    background:url('assets/bg-campus.jpg') center/cover no-repeat;
    position:relative;
    padding:60px 0;
    color:#fff;
}
.search-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,60,100,.75);
}
.search-hero .container{
    position:relative;
}
.breadcrumb{
    color:#cfe8ff;
    font-size:14px;
}
.breadcrumb a{color:#cfe8ff;text-decoration:none}

/* ===== A-Z FILTER ===== */
.az-bar{
    background:#eaf6ff;
    padding:12px;
    border-radius:8px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px;
}
.az-bar a{
    padding:6px 12px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    color:#003366;
}
.az-bar a.active{
    background:#003366;
    color:#fff;
}
.az-bar .label{
    background:#ffc107;
    color:#000;
}

/* ===== CARD DOSEN ===== */
.expert-card{
    border:none;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.expert-photo{
    width:64px;
    height:80px;
    object-fit:cover;
    border-radius:6px;
}
.expert-name{
    font-weight:600;
    color:#003366;
    text-decoration:none;
}
.expert-stat{
    font-size:14px;
    margin-top:4px;
}
