/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jgoclqh6a1] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.topbar[b-jgoclqh6a1] {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.topbar-container[b-jgoclqh6a1] {
    max-width: 100%;
    margin: 0;
    padding: 0 48px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.brand-link[b-jgoclqh6a1] {
    display: flex;
    align-items: center;
    gap: 28px;
    text-decoration: none !important;
    color: #000;
}

.brand-link:hover[b-jgoclqh6a1] {
    text-decoration: none !important;
    opacity: 0.9;
}

.brand-icon[b-jgoclqh6a1] {
    height: 64px;
    width: auto;
    border-radius: 10px;
    margin-left: 12px;
}

.brand-text[b-jgoclqh6a1] {
    font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
    text-decoration: none !important;
}

.topbar-nav[b-jgoclqh6a1] {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.topbar-link[b-jgoclqh6a1] {
    color: #6c757d;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.topbar-link:hover[b-jgoclqh6a1] {
    color: #3aa5b1;
    text-decoration: none !important;
}

.topbar-link.is-active[b-jgoclqh6a1] {
    color: #3aa5b1;
}

.lang-switch[b-jgoclqh6a1] {
    display: flex;
    gap: 10px;
    margin-left: 12px;
}

.lang-btn[b-jgoclqh6a1] {
    background: transparent;
    border: 2px solid #6c757d;
    color: #6c757d;
    padding: 5px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.lang-btn:hover[b-jgoclqh6a1] {
    background: #3aa5b1;
    border-color: #3aa5b1;
    color: white;
}

.lang-btn.active[b-jgoclqh6a1] {
    background: #3aa5b1;
    border-color: #3aa5b1;
    color: white;
}

/* Support Button ganz rechts */
.topbar-support-btn[b-jgoclqh6a1] {
    margin-left: 4px;
    padding: 6px 14px;
    border-radius: 8px;
    background: #6c757d;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.topbar-support-btn:hover[b-jgoclqh6a1] {
    background: #5c636a;
    color: #fff !important;
    text-decoration: none !important;
}

.topbar-support-btn.is-active[b-jgoclqh6a1] {
    background: #3aa5b1;
    color: #fff !important;
}

main[b-jgoclqh6a1] {
    flex: 1;
}

.support-container[b-jgoclqh6a1] {
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.support-hero[b-jgoclqh6a1] {
    text-align: center;
    margin-bottom: 32px;
}

.support-title[b-jgoclqh6a1] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
}

.support-subtitle[b-jgoclqh6a1] {
    font-size: 1.2rem;
    color: #333;
}

.support-section[b-jgoclqh6a1] {
    margin-bottom: 32px;
}

.support-section-title[b-jgoclqh6a1] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 16px;
}

.support-list[b-jgoclqh6a1] {
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 16px;
}

.support-question[b-jgoclqh6a1] {
    font-weight: 500;
    color: #3aa5b1;
    margin-top: 16px;
}

.support-links[b-jgoclqh6a1] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.support-link[b-jgoclqh6a1] {
    color: #3aa5b1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.support-link:hover[b-jgoclqh6a1] {
    color: #0056b3;
}

.support-legal-links[b-jgoclqh6a1] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.support-legal-links strong[b-jgoclqh6a1] {
    color: #111;
}

@media (max-width: 768px) {
    .topbar-container[b-jgoclqh6a1] {
        flex-wrap: wrap;
        padding: 0 16px;
        gap: 16px;
    }

    .brand-link[b-jgoclqh6a1] {
        gap: 16px;
    }

    .brand-icon[b-jgoclqh6a1] {
        height: 36px;
        margin-left: 6px;
    }

    .brand-text[b-jgoclqh6a1] {
        font-size: 1.5rem;
    }

    .topbar-nav[b-jgoclqh6a1] {
        gap: 14px;
    }

    .topbar-link[b-jgoclqh6a1] {
        font-size: 0.8rem;
    }

    .topbar-support-btn[b-jgoclqh6a1] {
        padding: 5px 12px;
        border-radius: 7px;
    }

    .support-container[b-jgoclqh6a1] {
        padding: 16px;
    }

    .support-title[b-jgoclqh6a1] {
        font-size: 2rem;
    }

    .support-subtitle[b-jgoclqh6a1] {
        font-size: 1rem;
    }

    .support-section-title[b-jgoclqh6a1] {
        font-size: 1.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hbym3jhpij] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hbym3jhpij] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hbym3jhpij] {
    font-size: 1.1rem;
}

.bi[b-hbym3jhpij] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hbym3jhpij] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hbym3jhpij] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hbym3jhpij] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hbym3jhpij] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hbym3jhpij] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hbym3jhpij] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hbym3jhpij]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hbym3jhpij]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hbym3jhpij]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hbym3jhpij] {
        display: none;
    }

    .collapse[b-hbym3jhpij] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hbym3jhpij] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Blog.razor.rz.scp.css */
.blog-container[b-hwlbqo2pk1] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.blog-title[b-hwlbqo2pk1] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.blog-subtitle[b-hwlbqo2pk1] {
    font-size: 1.125rem;
    color: #718096;
    margin-bottom: 3rem;
}

.blog-posts[b-hwlbqo2pk1] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-post[b-hwlbqo2pk1] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.blog-post:hover[b-hwlbqo2pk1] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.post-header[b-hwlbqo2pk1] {
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 1rem;
}

.post-title[b-hwlbqo2pk1] {
    font-size: 1.875rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.post-meta[b-hwlbqo2pk1] {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #718096;
}

.post-date[b-hwlbqo2pk1],
.post-author[b-hwlbqo2pk1] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.post-summary[b-hwlbqo2pk1] {
    font-size: 1.125rem;
    font-weight: 500;
    color: #4a5568;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.post-body[b-hwlbqo2pk1] {
    color: #4a5568;
    line-height: 1.8;
}

.post-body p[b-hwlbqo2pk1] {
    margin-bottom: 1rem;
}

.post-body p:last-child[b-hwlbqo2pk1] {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .blog-title[b-hwlbqo2pk1] {
        font-size: 2rem;
    }

    .post-title[b-hwlbqo2pk1] {
        font-size: 1.5rem;
    }

    .blog-post[b-hwlbqo2pk1] {
        padding: 1.5rem;
    }
}
/* /Pages/Faq.razor.rz.scp.css */
.faq-container[b-w0leti8pbi] {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    line-height: 1.8;
    color: #333;
}

.faq-hero[b-w0leti8pbi] {
    margin-bottom: 60px;
}

.faq-title[b-w0leti8pbi] {
    font-size: 2rem;
    font-weight: 600;
    color: #4775e7;
    margin: 0;
    line-height: 1.5;
}

.faq-section[b-w0leti8pbi] {
    margin-bottom: 60px;
}

.faq-question[b-w0leti8pbi] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4775e7;
    margin: 0 0 22px 0;
}

.faq-section p[b-w0leti8pbi] {
    margin: 0 0 12px 0;
    color: #555;
}

/* UL wie bei Home (links ausgerichtet, Checkmarks) */
.faq-section ul[b-w0leti8pbi] {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    text-align: left;
    display: inline-block;
}

.faq-section ul li[b-w0leti8pbi] {
    font-size: 1.1rem;
    margin-bottom: 14px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.faq-section ul li[b-w0leti8pbi]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4775e7;
    font-weight: bold;
    font-size: 1.3rem;
}

/* OL ebenfalls links, aber nummeriert lassen */
.faq-section ol[b-w0leti8pbi] {
    margin: 0 0 12px 0;
    padding-left: 22px;
    text-align: left;
    display: inline-block;
    color: #444;
}

.faq-section ol li[b-w0leti8pbi] {
    font-size: 1.1rem;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .faq-container[b-w0leti8pbi] {
        padding: 40px 15px;
    }

    .faq-title[b-w0leti8pbi] {
        font-size: 1.6rem;
    }

    .faq-question[b-w0leti8pbi] {
        font-size: 1.5rem;
    }

    .faq-section ul li[b-w0leti8pbi],
    .faq-section ol li[b-w0leti8pbi] {
        font-size: 1rem;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-8rpv4os76z] {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    line-height: 1.8;
    color: #333;
}

.hero[b-8rpv4os76z] {
    margin-bottom: 60px;
}

.hero-title[b-8rpv4os76z] {
    font-size: 2rem;
    font-weight: 600;
    color: #4775e7;
    margin-bottom: 30px;
    line-height: 1.5;
}

.hero-subtitle[b-8rpv4os76z] {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 0;
}

.features[b-8rpv4os76z] {
    margin-bottom: 60px;
}

.section-title[b-8rpv4os76z] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4775e7;
    margin-bottom: 30px;
}

.feature-list[b-8rpv4os76z] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.feature-list li[b-8rpv4os76z] {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.feature-list li[b-8rpv4os76z]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4775e7;
    font-weight: bold;
    font-size: 1.3rem;
}

.privacy-highlight[b-8rpv4os76z] {
    background: #f8f9fa;
    border-left: 4px solid #4775e7;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.privacy-highlight h2[b-8rpv4os76z] {
    margin-top: 0;
}

.privacy-highlight p[b-8rpv4os76z] {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.ideal-for[b-8rpv4os76z] {
    margin-bottom: 50px;
}

.ideal-for p[b-8rpv4os76z] {
    font-size: 1.15rem;
    color: #555;
    font-style: italic;
}

.closing[b-8rpv4os76z] {
    margin-top: 60px;
}

.closing-text[b-8rpv4os76z] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #4775e7;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .home-container[b-8rpv4os76z] {
        padding: 40px 15px;
    }

    .hero-title[b-8rpv4os76z] {
        font-size: 1.6rem;
    }

    .hero-subtitle[b-8rpv4os76z] {
        font-size: 1rem;
    }

    .section-title[b-8rpv4os76z] {
        font-size: 1.5rem;
    }

    .feature-list li[b-8rpv4os76z] {
        font-size: 1rem;
    }

    .closing-text[b-8rpv4os76z] {
        font-size: 1.1rem;
    }
}
/* /Pages/Privacy.razor.rz.scp.css */
.privacy-container[b-r8cle2fjlb] {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.8;
    color: #333;
}

.privacy-container h1[b-r8cle2fjlb] {
    font-size: 2.5rem;
    color: #4775e7;
    margin-bottom: 30px;
    font-weight: 600;
    border-bottom: 3px solid #4775e7;
    padding-bottom: 15px;
}

.privacy-container h2[b-r8cle2fjlb] {
    font-size: 1.6rem;
    color: #4775e7;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.privacy-container h3[b-r8cle2fjlb] {
    font-size: 1.3rem;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.privacy-container p[b-r8cle2fjlb] {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.privacy-container strong[b-r8cle2fjlb] {
    color: #333;
    font-weight: 600;
}

.privacy-container ul[b-r8cle2fjlb] {
    margin: 15px 0 25px 20px;
    padding-left: 20px;
}

.privacy-container li[b-r8cle2fjlb] {
    margin-bottom: 10px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.provider-info[b-r8cle2fjlb] {
    background: #f8f9fa;
    border-left: 4px solid #4775e7;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.provider-info p[b-r8cle2fjlb] {
    margin-bottom: 10px;
}

.provider-info p:last-child[b-r8cle2fjlb] {
    margin-bottom: 0;
}

.provider-info a[b-r8cle2fjlb] {
    color: #4775e7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.provider-info a:hover[b-r8cle2fjlb] {
    color: #3559b8;
    text-decoration: underline;
}

.privacy-section[b-r8cle2fjlb] {
    margin-top: 40px;
}

.privacy-section p[b-r8cle2fjlb] {
    text-align: justify;
}

@media (max-width: 768px) {
    .privacy-container[b-r8cle2fjlb] {
        padding: 20px 15px;
    }

    .privacy-container h1[b-r8cle2fjlb] {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .privacy-container h2[b-r8cle2fjlb] {
        font-size: 1.4rem;
        margin-top: 30px;
    }

    .privacy-container h3[b-r8cle2fjlb] {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .privacy-container p[b-r8cle2fjlb] {
        font-size: 1rem;
    }

    .privacy-container li[b-r8cle2fjlb] {
        font-size: 0.95rem;
    }

    .provider-info[b-r8cle2fjlb] {
        padding: 15px 20px;
    }
}
/* /Pages/Support.razor.rz.scp.css */
.support-container[b-0esd5pqq57] {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
    line-height: 1.8;
    color: #333;
}

.support-hero[b-0esd5pqq57] {
    margin-bottom: 60px;
}

.support-title[b-0esd5pqq57] {
    font-size: 2rem;
    font-weight: 600;
    color: #4775e7;
    margin-bottom: 30px;
    line-height: 1.5;
}

.support-subtitle[b-0esd5pqq57] {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 0;
}

.support-mail[b-0esd5pqq57] {
    color: #4775e7;
    text-decoration: none;
    font-weight: 600;
}

.support-mail:hover[b-0esd5pqq57] {
    text-decoration: underline;
}

.support-section[b-0esd5pqq57] {
    margin-bottom: 60px;
}

.support-section-title[b-0esd5pqq57] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4775e7;
    margin-bottom: 30px;
}

.support-question[b-0esd5pqq57] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4775e7;
    margin: 28px 0 12px 0;
}

.support-section p[b-0esd5pqq57] {
    font-size: 1.1rem;
    margin: 0 0 12px 0;
    color: #555;
}

/* Listen wie auf der Startseite (✓ + links ausgerichtet, aber insgesamt mittig) */
.support-list[b-0esd5pqq57],
.support-links[b-0esd5pqq57],
.support-legal-links[b-0esd5pqq57] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.support-list li[b-0esd5pqq57],
.support-links li[b-0esd5pqq57],
.support-legal-links li[b-0esd5pqq57] {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.support-list li[b-0esd5pqq57]::before,
.support-links li[b-0esd5pqq57]::before,
.support-legal-links li[b-0esd5pqq57]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4775e7;
    font-weight: bold;
    font-size: 1.3rem;
}

/* Links im Content passend zur Startseite */
.support-link[b-0esd5pqq57] {
    color: #4775e7;
    text-decoration: none;
    font-weight: 600;
}

.support-link:hover[b-0esd5pqq57] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .support-container[b-0esd5pqq57] {
        padding: 40px 15px;
    }

    .support-title[b-0esd5pqq57] {
        font-size: 1.6rem;
    }

    .support-subtitle[b-0esd5pqq57] {
        font-size: 1rem;
    }

    .support-section-title[b-0esd5pqq57] {
        font-size: 1.5rem;
    }

    .support-list li[b-0esd5pqq57],
    .support-links li[b-0esd5pqq57],
    .support-legal-links li[b-0esd5pqq57] {
        font-size: 1rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-juv0jr5byz] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-juv0jr5byz] {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header .container[b-juv0jr5byz] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-juv0jr5byz] {
    font-family: cursive;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.navigation[b-juv0jr5byz] {
    display: flex;
    gap: 30px;
}

.nav-link[b-juv0jr5byz] {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.nav-link:hover[b-juv0jr5byz] {
    color: #3aa5b1;
}

main[b-juv0jr5byz] {
    flex: 1;
}

@media (max-width: 768px) {
    .header .container[b-juv0jr5byz] {
        flex-direction: column;
        gap: 15px;
    }

    .navigation[b-juv0jr5byz] {
        gap: 15px;
    }

    .nav-link[b-juv0jr5byz] {
        font-size: 0.8rem;
    }
}
