/* /Layout/MainLayout.razor.rz.scp.css */
main[b-twr0kr8v6m] { flex: 1; overflow-x: hidden; }

.site-footer[b-twr0kr8v6m] {
    background: linear-gradient(135deg, #2B1538 0%, #3E1B50 100%);
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 0;
    margin-top: auto;
}

.footer-grid[b-twr0kr8v6m] {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.footer-brand p[b-twr0kr8v6m] { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin-top: 0.75rem; }

.footer-logo[b-twr0kr8v6m] { display: flex; align-items: center; gap: 0.6rem; }
.footer-name[b-twr0kr8v6m] { font-family: 'Playfair Display', Georgia, serif; font-size: 1.05rem; font-weight: 700; color: #F5D547; }

.footer-col h4[b-twr0kr8v6m] { font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #F5D547; margin-bottom: 1rem; }
.footer-col ul[b-twr0kr8v6m] { list-style: none; padding: 0; margin: 0; }
.footer-col ul li[b-twr0kr8v6m] { margin-bottom: 0.45rem; }
.footer-col ul li a[b-twr0kr8v6m] { color: rgba(255,255,255,0.65); font-size: 0.88rem; text-decoration: none; transition: all 0.2s; }
.footer-col ul li a:hover[b-twr0kr8v6m] { color: #F5D547; text-decoration: none; }

.footer-contacts li[b-twr0kr8v6m] { color: rgba(255,255,255,0.65); font-size: 0.88rem; display: flex; align-items: center; gap: 0.4rem; }
.footer-contacts a[b-twr0kr8v6m] { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-contacts a:hover[b-twr0kr8v6m] { color: #F5D547; text-decoration: none; }

.footer-social[b-twr0kr8v6m] { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.5rem; }
.social-link[b-twr0kr8v6m] { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.35rem 0.7rem; border-radius: 0.5rem; font-size: 0.82rem; font-weight: 500; color: #fff; text-decoration: none; transition: all 0.2s; }
.social-link:hover[b-twr0kr8v6m] { transform: translateY(-2px); text-decoration: none; }
.social-facebook[b-twr0kr8v6m] { background: rgba(24,119,242,0.2); border: 1px solid rgba(24,119,242,0.3); }
.social-facebook:hover[b-twr0kr8v6m] { background: rgba(24,119,242,0.35); color: #fff; }
.social-instagram[b-twr0kr8v6m] { background: rgba(225,48,108,0.2); border: 1px solid rgba(225,48,108,0.3); }
.social-instagram:hover[b-twr0kr8v6m] { background: rgba(225,48,108,0.35); color: #fff; }
.social-tiktok[b-twr0kr8v6m] { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); }
.social-tiktok:hover[b-twr0kr8v6m] { background: rgba(255,255,255,0.2); color: #fff; }

.footer-bottom[b-twr0kr8v6m] { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.25rem 0; text-align: center; }
.footer-bottom p[b-twr0kr8v6m] { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin: 0; }

@media (max-width: 768px) {
    .footer-grid[b-twr0kr8v6m] { grid-template-columns: 1fr; gap: 1.5rem; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-header[b-hjhph528c6] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid rgba(62, 27, 80, 0.08);
    box-shadow: 0 1px 12px rgba(62, 27, 80, 0.06);
}

.nav-bar[b-hjhph528c6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    gap: 1rem;
}

.nav-brand[b-hjhph528c6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    flex-shrink: 0;
}
.nav-brand:hover[b-hjhph528c6] { text-decoration: none; }

.brand-logo-img[b-hjhph528c6] {
    border-radius: 50%;
    object-fit: cover;
}

.brand-name[b-hjhph528c6] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #3E1B50;
    white-space: nowrap;
}

.nav-list[b-hjhph528c6] {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.15rem;
}

.nav-list li a[b-hjhph528c6],
.nav-list li[b-hjhph528c6]  a {
    display: block;
    padding: 0.45rem 0.7rem;
    color: #444;
    font-size: 0.88rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}

.nav-list li a:hover[b-hjhph528c6],
.nav-list li[b-hjhph528c6]  a:hover {
    color: #C2549B;
    background: rgba(194, 84, 155, 0.06);
    text-decoration: none;
}

.nav-list li a.active[b-hjhph528c6],
.nav-list li[b-hjhph528c6]  a.active {
    color: #C2549B;
    background: rgba(194, 84, 155, 0.08);
    font-weight: 600;
}

[b-hjhph528c6] .nav-ai-link {
    background: linear-gradient(135deg, rgba(62,27,80,0.06), rgba(245,213,71,0.12)) !important;
    border: 1px solid rgba(62, 27, 80, 0.12);
}
[b-hjhph528c6] .nav-ai-link:hover {
    background: linear-gradient(135deg, rgba(62,27,80,0.12), rgba(245,213,71,0.2)) !important;
}

/* --- Hamburger --- */
.nav-toggle[b-hjhph528c6] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-toggle span[b-hjhph528c6] {
    display: block;
    width: 100%;
    height: 2px;
    background: #3E1B50;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.nav-toggle.open span:nth-child(1)[b-hjhph528c6] { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2)[b-hjhph528c6] { opacity: 0; }
.nav-toggle.open span:nth-child(3)[b-hjhph528c6] { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 900px) {
    .nav-toggle[b-hjhph528c6] { display: flex; }
    .nav-list[b-hjhph528c6] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem 1rem;
        gap: 0.15rem;
        box-shadow: 0 8px 24px rgba(62,27,80,0.1);
        border-top: 1px solid rgba(62,27,80,0.06);
    }
    .nav-list.open[b-hjhph528c6] { display: flex; }
    .nav-list li a[b-hjhph528c6],
    .nav-list li[b-hjhph528c6]  a { padding: 0.6rem 0.9rem; }
}
