/* ===== TOP NAV v2 -- gaya "VA Central Design System" (indigo/slate, Manrope) ===== */
.topnav {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: -20px -20px 20px -20px;
    font-family: 'Hanken Grotesk', sans-serif;
}

.topnav-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.topnav-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.topnav-brand-icon {
    width: 30px;
    height: 30px;
    background: #4338ca;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.topnav-brand-icon .nav-icon { width: 17px; height: 17px; }

.nav-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.topnav-extra {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.topnav-extra:hover { background: #f8fafc; color: #4338ca; border-color: #cbd5e1; }

.topnav-l1-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    border-bottom: 1px solid #e2e8f0;
}

.topnav-l1 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-bottom: 2px solid transparent;
    color: #64748b;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
}

.topnav-l1:hover { color: #0f172a; }

.topnav-l1.active {
    color: #4338ca;
    border-bottom-color: #4338ca;
}

.topnav-l2-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.topnav-l2-card {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    text-decoration: none;
    min-width: 170px;
    transition: border-color 0.15s, background 0.15s;
}

.topnav-l2-card:hover { border-color: #c7d2fe; background: #f8fafc; }

.topnav-l2-card.active {
    border: 1.5px solid #4338ca;
    background: #eef2ff;
}

.topnav-l2-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    color: #0f172a;
}

.topnav-l2-card.active .topnav-l2-title { color: #4338ca; }

.topnav-l2-sub {
    font-size: 11px;
    color: #64748b;
}

@media (max-width: 720px) {
    .topnav-brand-text { display: none; }
    .topnav-extra span:last-child { display: none; }
    .topnav-l2-card { min-width: 140px; flex: 1 1 140px; }
    .topnav-l1 { padding: 10px 8px; font-size: 12px; }
}
