/* _content/YasinAhmedogluSite/Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-n26ne4kgp3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(135deg, #1a4d3e 0%, #0f3d32 100%);
    box-shadow: 0 2px 12px rgba(26, 77, 62, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner[b-n26ne4kgp3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo[b-n26ne4kgp3] {
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    color: #f5f2eb !important;
}

.nav-logo-img[b-n26ne4kgp3] {
    height: 80px;
    width: auto;
    display: block;
}

.nav-links[b-n26ne4kgp3] {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

@media (min-width: 768px) {
    .nav-links[b-n26ne4kgp3] {
        display: flex;
    }

    .nav-toggle[b-n26ne4kgp3] {
        display: none;
    }
}

.nav-links a[b-n26ne4kgp3] {
    color: rgba(245, 242, 235, 0.9);
    font-weight: 500;
    font-size: 1.12rem;
}

.nav-links a:hover[b-n26ne4kgp3] {
    color: #e8d5a3;
}

.nav-toggle[b-n26ne4kgp3] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle-bar[b-n26ne4kgp3] {
    width: 24px;
    height: 2px;
    background: #f5f2eb;
    border-radius: 1px;
}

.nav-overlay[b-n26ne4kgp3] {
    position: fixed;
    inset: 0;
    background: rgba(45, 42, 38, 0.4);
    z-index: 101;
}

.nav-mobile[b-n26ne4kgp3] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    max-width: 85vw;
    background: linear-gradient(180deg, #1a4d3e 0%, #0f3d32 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    list-style: none;
    margin: 0;
    padding: 4rem 1.5rem 1.5rem;
    z-index: 102;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nav-mobile a[b-n26ne4kgp3] {
    display: block;
    padding: 0.75rem 0;
    color: rgba(245, 242, 235, 0.95);
    font-weight: 500;
    font-size: 1.12rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-content[b-n26ne4kgp3] {
    padding-top: 120px;
    min-height: 100vh;
}

/* Footer */
.site-footer[b-n26ne4kgp3] {
    background: linear-gradient(135deg, #1a4d3e 0%, #0f3d32 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 -2px 12px rgba(26, 77, 62, 0.2);
}

.footer-inner[b-n26ne4kgp3] {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-tagline[b-n26ne4kgp3] {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    color: #e8d5a3;
    margin: 0 0 0.5rem 0;
    font-style: italic;
}

.footer-copy[b-n26ne4kgp3] {
    color: rgba(245, 242, 235, 0.8);
    font-size: 0.9rem;
    margin: 0;
}
