/* GLOBAL HEADER */
.global-header {
    background: #0f172a; 
    height: 60px;
    display: flex; align-items: center;
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 2000;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.app-brand { font-family: 'Playfair Display', serif; font-size: 1.25rem; letter-spacing: 0.5px; color: white; text-decoration: none; }
.app-brand:hover { color: #e2e8f0; }

.nav-link-custom { color: #cbd5e1; text-decoration: none; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.5px; margin: 0 10px; text-transform: uppercase; transition: color 0.2s; }
.nav-link-custom:hover { color: #d4af37; }

.nav-separator { height: 18px; width: 1px; background-color: rgba(255,255,255,0.2); margin: 0 5px; }

.dropdown-menu { background-color: #ffffff !important; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0.5rem 0; }
.dropdown-item { color: #334155 !important; font-size: 0.9rem; font-weight: 600; padding: 8px 16px; }
.dropdown-item:hover { background-color: #f8fafc; color: #0f172a !important; }
.dropdown-item i { width: 20px; text-align: center; }

.social-icon { color: #94a3b8; margin: 0 10px; font-size: 1.1rem;  transition: color 0.2s; }
.social-icon:hover { color: #d4af37; }