/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* === VARIABLES === */
:root[b-md5j8pygpj] {
    --primary: #1E3A8A;
    --primary-dark: #152C5B;
    --primary-light: #E0E7FF;
    --text: #1f2933;
    --bg: #f4f4f4;
    --white: #ffffff;
    --shadow: 0 2px 10px rgba(0,0,0,.1);
    --shadow-lg: 0 4px 15px rgba(0,0,0,.2);
}



body[b-md5j8pygpj] {
    margin: 0;
    min-height: 100vh;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--text);
    background: linear-gradient(135deg, var(--bg), #e6e6e6);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

/* === HEADER / NAVBAR === */
.header[b-md5j8pygpj] {
    inset: 0 0 auto 0;
    z-index: 1050;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    backdrop-filter: blur(14px) saturate(150%);
    border-bottom: 1px solid #e9ecef;
    position: fixed;
    width: 100%;
}

/* === SCROLL TO TOP === */
.scroll-to-top[b-md5j8pygpj] {
    width: 44px;
    height: 44px;
    display: none;
    place-items: center;
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1020;
    padding: 0;
    color: #fff;
    background: #274461;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(3, 6, 20, .2);
}

.scroll-to-top:hover[b-md5j8pygpj] {
    color: #fff;
    background: var(--primary-dark, #172f4a);
}

.scroll-to-top i[b-md5j8pygpj] {
    font-size: 1.1rem;
}

.navbar[b-md5j8pygpj] {
    padding: .75rem 0;
    background: transparent;
}

/* Логотип */
.navbar-brand[b-md5j8pygpj] {
    display: flex;
    align-items: center;
    gap: .08rem;
    text-decoration: none;
    line-height: 1;
}

    /* Иконка */
    .navbar-brand img[b-md5j8pygpj] {
        height: 40px; /* Было 45px */
        width: auto;
        flex-shrink: 0;
    }

    /* QR и LIVE */
    .navbar-brand span[b-md5j8pygpj] {
        font-family: 'Inter', sans-serif;
        font-size: 2rem; /* 32px */
        font-weight: 700; /* Попробуй 700 вместо 800 */
        letter-spacing: -0.035em;
        color: #4F6EF7;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

/* Nav links */
.nav-link[b-md5j8pygpj] {
    color: rgba(0,0,0,.7);
    font-weight: 500;
    border-radius: 4px;
    transition: color .2s, background-color .2s;
}

    .nav-link:hover[b-md5j8pygpj],
    .nav-link:focus[b-md5j8pygpj] {
        color: var(--primary);
        background-color: rgba(30,58,138,.05);
    }

    .nav-link.active[b-md5j8pygpj] {
        color: var(--primary);
        font-weight: 600;
    }

/* === TOGGLER === */
.navbar-toggler[b-md5j8pygpj] {
    border: none;
    font-size: 1.8rem;
    color: var(--primary);
}

    .navbar-toggler:focus-visible[b-md5j8pygpj] {
        outline: 3px solid var(--primary);
    }
/* === DROPDOWN === */
.dropdown-menu[b-md5j8pygpj] {
    background: white;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 8px;
}

.dropdown-item[b-md5j8pygpj] {
    padding: .5rem 1rem;
}

    .dropdown-item:hover[b-md5j8pygpj] {
        background-color: rgba(30,58,138,.08);
    }

/* === MAIN === */
main[b-md5j8pygpj] {
    flex: 1;
    padding-top: 75px;
    overflow-x: hidden;
}

/* === FOOTER === */
footer[b-md5j8pygpj] {
    background: var(--primary);
    color: var(--white);
    padding: 2rem 0;
}

.site-footer > .container[b-md5j8pygpj] {
    width: min(calc(100% - 4rem), 1632px);
    max-width: 1632px;
    padding-right: 0;
    padding-left: 0;
}

.site-footer .site-footer__top[b-md5j8pygpj] {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, .7fr) minmax(0, 1.15fr);
    align-items: start;
    min-height: 350px;
    column-gap: clamp(4rem, 8vw, 10rem);
}

.site-footer .site-footer__top-left > ul > li:first-child p[b-md5j8pygpj] {
    max-width: 520px;
    margin: 0 0 1.35rem;
    font-size: clamp(1.85rem, 2.15vw, 2.25rem) !important;
    font-weight: 700 !important;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.site-footer .site-footer__top-left > ul > li:nth-child(2) p[b-md5j8pygpj] {
    max-width: 540px;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.65;
}

.site-footer .site-footer__top-center[b-md5j8pygpj],
.site-footer .site-footer__top-right[b-md5j8pygpj] {
    font-size: 1.08rem;
    line-height: 1.65;
}

.site-footer .site-footer__top-center li + li[b-md5j8pygpj] {
    margin-top: 1.25rem !important;
}

.site-footer .site-footer__top-right li[b-md5j8pygpj] {
    margin-bottom: .75rem !important;
}

.site-footer .footer-cta-button[b-md5j8pygpj] {
    min-height: 54px;
    padding: .9rem 1.35rem;
    font-size: 1rem;
}

.site-footer > .container.mt-4[b-md5j8pygpj] {
    margin-top: 0 !important;
}

.site-footer > .container.mt-4 > hr[b-md5j8pygpj] {
    margin: 0 0 1.75rem !important;
}

.site-footer .site-footer__bottom[b-md5j8pygpj] {
    min-height: 62px;
    font-size: 1rem;
}

    footer a[b-md5j8pygpj] {
        color: var(--primary-light);
    }

        footer a:hover[b-md5j8pygpj] {
            color: var(--white);
        }

/* === COOKIE BANNER === */
.cookie-banner[b-md5j8pygpj] {
    position: fixed;
    inset: auto 0 0 0;
    background: white;
    border-top: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 -4px 15px rgba(0,0,0,.15);
    transform: translateY(100%);
    opacity: 0;
    transition: transform .4s ease, opacity .4s ease;
    z-index: 1070;
}

    .cookie-banner.show[b-md5j8pygpj] {
        transform: translateY(0);
        opacity: 1;
    }

/* === UTILITIES === */
.bg-white[b-md5j8pygpj] {
    background: var(--white) !important;
}

.text-primary[b-md5j8pygpj] {
    color: var(--primary) !important;
}

/* === ACCESSIBILITY === */
.visually-hidden[b-md5j8pygpj] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
/* === MOBILE MENU === */
@media (max-width: 991.98px) {
    .navbar > .container[b-md5j8pygpj] {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        align-items: center;
        width: 100%;
    }

    .navbar-toggler[b-md5j8pygpj] {
        grid-column: 1;
        justify-self: start;
        margin: 0;
    }

    .navbar-brand[b-md5j8pygpj] {
        grid-column: 2;
        justify-self: center;
        margin: 0 !important;
        padding: 0;
    }

    .login-icon[b-md5j8pygpj] {
        grid-column: 3;
        justify-self: end;
        margin: 0 !important;
    }

    .navbar-collapse[b-md5j8pygpj] {
        grid-column: 1 / -1;
        width: 100%;
    }
    .navbar-collapse[b-md5j8pygpj] {
        background: var(--white);
        box-shadow: var(--shadow-lg);
        border-top: 1px solid #e9ecef;
        padding: 1rem;
    }

    .nav-link[b-md5j8pygpj] {
        padding: .75rem .5rem;
    }
}
@media (max-width: 768px) {
    footer[b-md5j8pygpj] {
        padding-bottom: 40px !important;
    }
    main[b-md5j8pygpj] {
        padding-top: 90px;
    }
}

@media (max-width: 767.98px) {
    .site-footer > .container[b-md5j8pygpj] {
        width: min(calc(100% - 2.5rem), 1632px);
    }

    .site-footer .site-footer__top[b-md5j8pygpj] {
        grid-template-columns: 1fr;
        min-height: 0;
        row-gap: 2.5rem;
    }

    .site-footer .site-footer__top-left > ul > li:first-child p[b-md5j8pygpj] {
        font-size: 1.75rem !important;
    }
}
@media (max-width: 575.98px) {
    .navbar-brand .logo[b-md5j8pygpj] {
        height: 48px !important;
        margin-inline: 0.4rem !important;
    }

    .navbar-brand span[b-md5j8pygpj] {
        margin-left: 0 !important;
        font-size: 30px !important;
    }
}
