/* === components/clients/header.blade.php === */

    .site-topbar {
        position: relative;
        z-index: 9999;
        width: 100%;
        background: linear-gradient(135deg, #1e293b 0%, #26456e 100%);
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .site-topbar-inner {
        width: 100%;
    }
    .site-topbar-nav {
        padding: 8px 0;
    }
    .site-topbar-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 16px;
        min-height: 52px;
    }
    .site-logo-lockup {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }
    .site-logo-img {
        height: 36px;
        width: auto;
        object-fit: contain;
        aspect-ratio: 292 / 75;
    }
    .site-search-desktop {
        display: none;
        flex: 1 1 auto;
        max-width: 420px;
    }
    .site-search-form { width: 100%; }
    .site-search-shell {
        display: flex;
        border-radius: 9999px;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(255,255,255,0.2);
    }
    .site-search-input {
        flex: 1 1 auto;
        border: none;
        padding: 7px 14px;
        font-size: 13px;
        color: #334155;
        background: transparent;
        outline: none;
    }
    .site-search-button {
        border: none;
        padding: 0 14px;
        background: #ffd200;
        color: #0b1230;
        cursor: pointer;
        font-size: 14px;
    }
    .site-topbar-phone {
        display: none;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 13px;
        white-space: nowrap;
    }
    .site-phone-dot { color: #22c55e; font-size: 8px; margin-right: 2px; }
    .site-topbar-phone-number { color: #fff; text-decoration: none; font-weight: 600; }
    .site-topbar-phone-number:hover { text-decoration: underline; }
    .site-topbar-sep { opacity: 0.4; margin: 0 2px; }
    .site-lang-link { color: #fff; text-decoration: none; font-size: 12px; font-weight: 700; }
    .site-lang-link:hover { text-decoration: underline; }
    .site-account-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        padding: 5px 12px;
        border-radius: 6px;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.15);
        transition: background 0.15s ease;
        white-space: nowrap;
    }
    .site-account-link:hover { background: rgba(255,255,255,0.18); text-decoration: none; }
    .site-account-icon { font-size: 16px; }
    .site-register-link { background: rgba(255,210,0,0.15); border-color: rgba(255,210,0,0.3); }
    .site-register-link:hover { background: rgba(255,210,0,0.25); }
    .site-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    @media (min-width: 768px) {
        .site-mobile-actions { display: none !important; }
    }
    .mobile-lang-row {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }
    .mobile-lang-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 26px;
        height: 26px;
        padding: 0 5px;
        border-radius: 5px;
        background: rgba(255,255,255,0.12);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }
    .mobile-lang-btn.is-active { background: #ffd200; color: #0b1230; }
    .site-burger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 7px 12px;
        background: #ffd200;
        color: #0b1230;
        border: none;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 1;
        min-height: 34px;
    }
    .site-burger i { font-size: 14px; }
    .mobile-nav-row {
        display: flex;
        align-items: stretch;
        justify-content: space-around;
        gap: 6px;
        padding: 6px 10px 10px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mobile-nav-item {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 4px;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        background: rgba(255,255,255,0.06);
        font-weight: 600;
        min-height: 50px;
    }
    .mobile-nav-item i { font-size: 15px; color: #ffd200; }
    .mobile-nav-item span { font-size: 10.5px; line-height: 1; letter-spacing: 0.01em; }
    .drawer-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 99998;
        background: rgba(0,0,0,0.6);
    }
    .drawer-mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        height: 100vh;
        width: 300px;
        max-width: 85vw;
        overflow-y: auto;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        background: #0b1230;
        box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    }
    .drawer-nav { padding: 18px 16px 24px; min-height: 100vh; }
    .drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .drawer-logo img { height: 36px; width: auto; display: block; object-fit: contain; }
    .drawer-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(255,255,255,0.08);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 8px;
        cursor: pointer;
        font-size: 14px;
        padding: 0;
        line-height: 1;
    }
    .drawer-section-title {
        color: rgba(255,255,255,0.55);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin: 0 0 12px 2px;
    }
    .drawer-user-card {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255,255,255,0.07);
        padding: 12px;
        border-radius: 10px;
        margin-bottom: 14px;
        border: 1px solid rgba(255,255,255,0.08);
    }
    .drawer-user-card img {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        object-fit: cover;
        border: 2px solid #ffd200;
        flex-shrink: 0;
    }
    .drawer-user-name {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .drawer-user-email {
        color: rgba(255,255,255,0.6);
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .drawer-menu-link {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        background: rgba(255,255,255,0.06);
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid rgba(255,255,255,0.1);
    }
    .drawer-menu-link i { color: #ffd200; font-size: 16px; width: 20px; text-align: center; }
    .drawer-login-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 16px;
        color: #0b1230;
        text-decoration: none;
        border-radius: 10px;
        background: #ffd200;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .drawer-register-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 16px;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        background: linear-gradient(135deg, #073fca 0%, #1e5fd9 100%);
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .drawer-logout-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
        color: #fff;
        padding: 12px 14px;
        border: none;
        border-radius: 10px;
        font-weight: 700;
        font-size: 13px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .drawer-contact { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 16px; }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border-width: 0;
    }

    @media (min-width: 768px) {
        .site-topbar-main { min-height: 64px; gap: 20px; }
        .site-logo-img { height: 44px; }
        .site-search-desktop { display: flex; }
        .site-topbar-phone { display: inline-flex; }
        .site-mobile-actions { gap: 12px; }
        .site-burger { padding: 9px 16px; font-size: 13px; min-height: 38px; }
        .site-burger i { font-size: 15px; }
        .mobile-nav-row { display: none !important; }
    }

/* === components/clients/navbar.blade.php === */

    .nav-cta-stand {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 7px 16px 7px 14px;
        margin-left: 6px;
        background: linear-gradient(135deg, #d4a956 0%, #f5cb6b 50%, #b8893f 100%);
        color: #1a1208;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.01em;
        border-radius: 999px;
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(212, 169, 86, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
        transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
        overflow: hidden;
        white-space: nowrap;
    }
    .nav-cta-stand::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%);
        transform: translateX(-120%);
        transition: transform 0.7s ease;
        pointer-events: none;
    }
    .nav-cta-stand:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 22px rgba(212, 169, 86, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.5);
        filter: brightness(1.05);
        color: #1a1208;
    }
    .nav-cta-stand:hover::before { transform: translateX(120%); }
    .nav-cta-stand__dot {
        width: 7px; height: 7px; border-radius: 50%;
        background: #1a1208;
        box-shadow: 0 0 0 0 rgba(26, 18, 8, 0.7);
        animation: ncs-pulse 1.8s ease-out infinite;
    }
    .nav-cta-stand__badge {
        font-size: 9px;
        font-weight: 800;
        background: #1a1208;
        color: #f5cb6b;
        padding: 2px 6px;
        border-radius: 4px;
        letter-spacing: 0.08em;
    }
    @keyframes ncs-pulse {
        0%   { box-shadow: 0 0 0 0 rgba(26, 18, 8, 0.6); }
        70%  { box-shadow: 0 0 0 8px rgba(26, 18, 8, 0); }
        100% { box-shadow: 0 0 0 0 rgba(26, 18, 8, 0); }
    }
    @media (prefers-reduced-motion: reduce) {
        .nav-cta-stand, .nav-cta-stand::before, .nav-cta-stand__dot { animation: none; transition: none; }
    }
    .navbar-auth-group {
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
    }
    .navbar-auth-group.is-hidden { display: none !important; }
    .navbar-profile-wrap { position: relative; }
    .navbar-profile-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 8px;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.15);
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: background 0.15s ease;
    }
    .navbar-profile-btn:hover { background: rgba(255,255,255,0.18); }
    .navbar-profile-dropdown {
        top: calc(100% + 8px);
        right: 0;
    }
    .navbar-auth-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        padding: 6px 12px;
        border-radius: 6px;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.15);
        transition: background 0.15s ease;
        white-space: nowrap;
    }
    .navbar-auth-btn:hover { background: rgba(255,255,255,0.18); text-decoration: none; }
    .navbar-auth-btn i { font-size: 15px; }
    .navbar-register-btn { background: rgba(255,210,0,0.15); border-color: rgba(255,210,0,0.3); }
    .navbar-register-btn:hover { background: rgba(255,210,0,0.25); }
