/* GGurgenidze premium header */
.site-header{
    position:sticky;
    top:0;
    z-index:1000;
    overflow:visible;
    border-bottom:1px solid rgba(76,126,196,.20);
    background:
        radial-gradient(circle at 18% -35%, rgba(255,255,255,.98) 0, rgba(255,255,255,0) 43%),
        linear-gradient(135deg, #f7fbff 0%, #edf5ff 48%, #e7f1ff 100%) !important;
    box-shadow:
        0 1px 0 rgba(255,255,255,.92) inset,
        0 10px 30px rgba(34,76,133,.075);
    backdrop-filter:saturate(145%) blur(14px);
    -webkit-backdrop-filter:saturate(145%) blur(14px);
}

.site-header::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:1px;
    pointer-events:none;
    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(32,109,238,.34) 22%,
        rgba(19,90,214,.42) 50%,
        rgba(32,109,238,.34) 78%,
        transparent 100%
    );
}

.site-header .nav-wrap{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.site-header .brand{
    min-width:0;
    display:inline-flex;
    align-items:center;
    padding:4px 0;
    border-radius:12px;
    text-decoration:none !important;
    transition:transform .18s ease, filter .18s ease;
}

.site-header .brand:hover{
    transform:translateY(-1px);
    filter:drop-shadow(0 7px 12px rgba(25,94,210,.12));
}

.premium-brand-logo{
    display:block;
    width:250px;
    max-width:38vw;
    height:auto;
    max-height:48px;
    object-fit:contain;
    object-position:left center;
}

.site-header .top-actions,
.site-header .nav-wrap > nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:9px;
}

.site-header .top-actions > a,
.site-header .nav-wrap > nav > a,
.site-header .link-button,
.site-header .notification-icon{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:8px 13px;
    border:1px solid rgba(60,112,181,.12);
    border-radius:12px;
    background:rgba(255,255,255,.56);
    color:#284464 !important;
    text-decoration:none !important;
    font-weight:750;
    box-shadow:0 1px 0 rgba(255,255,255,.84) inset;
    transition:
        background .16s ease,
        border-color .16s ease,
        color .16s ease,
        transform .16s ease,
        box-shadow .16s ease;
}

.site-header .top-actions > a:hover,
.site-header .nav-wrap > nav > a:hover,
.site-header .link-button:hover,
.site-header .notification-icon:hover{
    transform:translateY(-1px);
    border-color:rgba(30,107,232,.25);
    background:rgba(255,255,255,.92);
    color:#1266d8 !important;
    box-shadow:0 8px 20px rgba(37,103,193,.10);
}

.site-header .notification-icon{
    position:relative;
    width:42px;
    min-width:42px;
    padding:0;
    border-radius:50%;
}

.site-header .notification-icon svg,
.site-header .top-actions svg{
    width:20px;
    height:20px;
}

.site-header .notification-badge,
.site-header .nav-badge,
.site-header .activity-badge,
.site-header [data-notification-count]{
    position:absolute;
    top:-4px;
    right:-4px;
    min-width:19px;
    height:19px;
    padding:0 5px;
    display:grid;
    place-items:center;
    border:2px solid #edf5ff;
    border-radius:999px;
    background:linear-gradient(135deg,#ff5263,#e93248);
    color:#fff !important;
    font-size:.64rem;
    font-weight:900;
    line-height:1;
    box-shadow:0 4px 10px rgba(218,44,66,.25);
}

.site-header .inline-form{
    margin:0;
}

.site-header .link-button{
    cursor:pointer;
    font:inherit;
}

@media(max-width:760px){
    .site-header .nav-wrap{
        min-height:66px;
        gap:10px;
    }

    .premium-brand-logo{
        width:205px;
        max-width:58vw;
        max-height:42px;
    }

    .site-header .top-actions,
    .site-header .nav-wrap > nav{
        gap:6px;
    }

    .site-header .top-actions > a,
    .site-header .nav-wrap > nav > a,
    .site-header .link-button{
        min-height:38px;
        padding:7px 10px;
        font-size:.82rem;
    }

    .site-header .notification-icon{
        width:38px;
        min-width:38px;
        padding:0;
    }
}

@media(max-width:470px){
    .premium-brand-logo{
        width:170px;
        max-width:54vw;
    }

    .site-header .link-button{
        padding-left:9px;
        padding-right:9px;
    }
}
