/* _content/Eabonamenty/Components/Layout/LandingLayout.razor.rz.scp.css */
.ea-page[b-t6n2qfkqe0] {
    min-height: 100vh;
    background: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ea-nav[b-t6n2qfkqe0] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
    opacity: 1;
}

.ea-container[b-t6n2qfkqe0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.fade-on-scroll[b-t6n2qfkqe0] {
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

    .fade-on-scroll.fade-hidden[b-t6n2qfkqe0] {
        opacity: 0;
    }


.ea-nav-inner[b-t6n2qfkqe0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
}

.ea-nav-left[b-t6n2qfkqe0] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ea-logo[b-t6n2qfkqe0] {
    height: 40px;
}

.ea-nav-title[b-t6n2qfkqe0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4ba1e1;
}

.ea-nav-links[b-t6n2qfkqe0] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ea-nav-link[b-t6n2qfkqe0] {
    font-size: 0.95rem;
    color: #374151;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .ea-nav-link:hover[b-t6n2qfkqe0] {
        color: #4ba1e1;
    }

.ea-nav-login[b-t6n2qfkqe0] {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    background: #4ba1e1;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.2s ease;
}

    .ea-nav-login:hover[b-t6n2qfkqe0] {
        background: #2b7ccd;
    }

.ea-hero[b-t6n2qfkqe0] {
    padding: 5rem 0;
    text-align: center;
    background: linear-gradient(180deg, #4ba1e1 0%, #2b7ccd 100%);
    color: #ffffff;
}

.ea-hero-title[b-t6n2qfkqe0] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .ea-hero-title[b-t6n2qfkqe0] {
        font-size: 2.4rem;
    }
}

.ea-hero-text[b-t6n2qfkqe0] {
    font-size: 1.1rem;
    margin: 0 auto 2rem auto;
}

.ea-hero-button[b-t6n2qfkqe0] {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    background: #ffffff;
    color: #4ba1e1;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: opacity 0.5s ease-out, background 0.2s ease;
}

    .ea-hero-button:hover[b-t6n2qfkqe0] {
        background: #e5e7eb;
    }

.ea-section[b-t6n2qfkqe0] {
    padding: 5rem 0;
    background: #ffffff;
}

.ea-section-alt[b-t6n2qfkqe0] {
    background: #f3f4f6;
}

.ea-section-title[b-t6n2qfkqe0] {
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    color: #111827;
    margin-bottom: 3rem;
}

.ea-info-grid[b-t6n2qfkqe0] {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .ea-info-grid[b-t6n2qfkqe0] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.ea-info-item[b-t6n2qfkqe0] {
    text-align: center;
}

.ea-info-icon[b-t6n2qfkqe0] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.ea-info-header[b-t6n2qfkqe0] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.ea-info-text[b-t6n2qfkqe0] {
    font-size: 0.9rem;
    color: #4b5563;
}

.ea-contact-grid[b-t6n2qfkqe0] {
    display: grid;
    gap: 2rem;
}

@media (min-width: 768px) {
    .ea-contact-grid[b-t6n2qfkqe0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ea-contact-subtitle[b-t6n2qfkqe0] {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ea-contact-text[b-t6n2qfkqe0] {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ea-contact-grid[b-t6n2qfkqe0] {
    display: grid;
    gap: 2rem;
}

.ea-contact-text[b-t6n2qfkqe0] {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
}

/* --- Stopka --- */
.ea-footer[b-t6n2qfkqe0] {
    background: #1f2937;
    color: #e5e7eb;
    padding: 2.5rem 0 1rem;
    font-size: 0.9rem;
}

    .ea-footer p[b-t6n2qfkqe0] {
        margin: 0;
        line-height: 1.75;
    }

.ea-footer h5[b-t6n2qfkqe0] {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.ea-footer-inner[b-t6n2qfkqe0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ea-footer-inner[b-t6n2qfkqe0] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.ea-footer-logo[b-t6n2qfkqe0] {
    height: 40px;
    margin-bottom: 0.5rem;
}

.ea-footer-muted[b-t6n2qfkqe0] {
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ea-footer-links[b-t6n2qfkqe0] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ea-footer-links li + li[b-t6n2qfkqe0] {
        margin-top: 0.25rem;
    }

.ea-footer-link[b-t6n2qfkqe0] {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .ea-footer-link:hover[b-t6n2qfkqe0] {
        color: #ffffff;
    }

.ea-footer-bottom[b-t6n2qfkqe0] {
    margin: 2rem auto 1rem;
    text-align: center;
    color: #9ca3af;
}
/* _content/Eabonamenty/Components/Layout/MainLayout.razor.rz.scp.css */
.app-root[b-90c4l1x0d1] {
    background-color: #f0f0f0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.page[b-90c4l1x0d1] {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0;
    flex: 1 1 auto;
}

main[b-90c4l1x0d1] {
    flex: 1;
}

/* --- Stopka --- */
.ea-footer[b-90c4l1x0d1] {
    background: #1f2937;
    color: #e5e7eb;
    padding: 1.5rem 0 1rem;
    font-size: 0.9rem;
    margin-top: auto;
}

    .ea-footer p[b-90c4l1x0d1] {
        margin: 0;
        line-height: 1.75;
    }

    .ea-footer h5[b-90c4l1x0d1] {
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }
.ea-container[b-90c4l1x0d1] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.ea-footer-inner[b-90c4l1x0d1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ea-footer-inner[b-90c4l1x0d1] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.ea-footer-logo[b-90c4l1x0d1] {
    height: 40px;
    margin-bottom: 0.5rem;
}

.ea-footer-muted[b-90c4l1x0d1] {
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ea-footer-links[b-90c4l1x0d1] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ea-footer-links li + li[b-90c4l1x0d1] {
        margin-top: 0.25rem;
    }

.ea-footer-link[b-90c4l1x0d1] {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .ea-footer-link:hover[b-90c4l1x0d1] {
        color: #ffffff;
    }

.ea-footer-bottom[b-90c4l1x0d1] {
    margin: 1.5rem auto .5rem;
    text-align: center;
    color: #9ca3af;
}

@media (max-width: 640.98px) {
    .top-row[b-90c4l1x0d1] {
        justify-content: space-between;
    }

        .top-row[b-90c4l1x0d1]  a, .top-row[b-90c4l1x0d1]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-90c4l1x0d1] {
        flex-direction: row;
    }

    .sidebar[b-90c4l1x0d1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-90c4l1x0d1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-90c4l1x0d1]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-90c4l1x0d1], article[b-90c4l1x0d1] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#blazor-error-ui[b-90c4l1x0d1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-90c4l1x0d1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Eabonamenty/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m1hbujnhcr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28246, 161, 45, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(246, 161, 45, 0.3);
}

/* G��wna sekcja nag��wka */
.page-hero[b-m1hbujnhcr] {
    width: 100%;
    background: linear-gradient(180deg, #4ba1e1 0%, #2b7ccd 100%);
    padding: 60px 20px 100px;
    text-align: center;
    position: relative;
    color: #fff;
}

    .page-hero.scrolled-shadow[b-m1hbujnhcr] {
        box-shadow: 0 8px 18px -8px rgba(0,0,0,0.40), 0 6px 12px rgba(0,0,0,0.20);
        transition: box-shadow 220ms ease-in-out, opacity 220ms ease-in-out, backdrop-filter 220ms ease-in-out;
        z-index: 50;
        opacity: 1;
        background: linear-gradient(180deg, rgba(75,161,225,0.75) 0%, rgba(43,124,205,0.75) 100%);
        backdrop-filter: blur(15px) saturate(120%);
        -webkit-backdrop-filter: blur(15px) saturate(120%);
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

.page-hero-inner[b-m1hbujnhcr] {
    position: relative;
    z-index: 2;
    max-width: 1980px;
    margin: 0 auto;
}

.ribbon-header[b-m1hbujnhcr] {
    background-color: none;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .ribbon-header h1[b-m1hbujnhcr] {
        font-size: 1.8rem;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
    }

    .ribbon-header h2[b-m1hbujnhcr] {
        font-size: 1.1rem;
        margin: 0;
        font-weight: 300;
    }

.navbar-toggler:checked[b-m1hbujnhcr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m1hbujnhcr] {
    background-color: #0089cf;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 80px;
    display: flex;
    align-items: center;
}

    .top-row[b-m1hbujnhcr]  a, .top-row[b-m1hbujnhcr]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-m1hbujnhcr]  a:hover, .top-row[b-m1hbujnhcr]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-m1hbujnhcr]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.logo-menu-top[b-m1hbujnhcr] {
    user-select: none;
    height: 45px;
    margin-left: .5rem;
}

.menu-overlay[b-m1hbujnhcr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.15);
    z-index: 1000;
    backdrop-filter: blur(1px);
    cursor: pointer;
}


.menu-button[b-m1hbujnhcr] {
    min-width: 35px;
    min-height: 35px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

    .menu-button .bi[b-m1hbujnhcr],
    .menu-button svg[b-m1hbujnhcr],
    .menu-button img[b-m1hbujnhcr] {
        display: block;
    }

.menu-icon[b-m1hbujnhcr] {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background-size: cover;
}

.nav-wrapper-closed[b-m1hbujnhcr] {
    pointer-events: none; /* nic nie �apie */
}

.nav-wrapper-open[b-m1hbujnhcr] {
    pointer-events: auto; /* �apie klikni�cia tylko, gdy menu otwarte */
}

/* tu mo�esz wyrzuci� pointer-events z .nav-card, bo ju� nie potrzebne */
.nav-card[b-m1hbujnhcr] {
    transform-origin: top center;
    transform: scaleY(0);
    opacity: 0;
    transition: transform 220ms cubic-bezier(.2,.9,.2,1), opacity 160ms ease;
    overflow: hidden;
    will-change: transform, opacity;
}

    .nav-card.open[b-m1hbujnhcr] {
        transform: scaleY(1);
        opacity: 1;
    }

    .nav-card.closed[b-m1hbujnhcr] {
        transform: scaleY(0);
        opacity: 0;
        pointer-events: none;
    }

.bi[b-m1hbujnhcr] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    top: 0px;
    background-size: cover;
    color: #333;
}

.bi-list[b-m1hbujnhcr] {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" class="bi bi-list" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"/> </svg>')
}

.nav-link[b-m1hbujnhcr] {
    margin-left: 0 !important;
}

.nav-item[b-m1hbujnhcr] {
    user-select: none;
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m1hbujnhcr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m1hbujnhcr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m1hbujnhcr]  .nav-link {
        color: #333;
        background: #fff;
        border: none;
        border-radius: 5px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
        -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .nav-item[b-m1hbujnhcr]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: #333;
    }

    .nav-item[b-m1hbujnhcr]  .nav-link:hover {
        background-color: #4ba1e1;
        color: #fff;
        text-decoration: none;
    }

    .nav-item[b-m1hbujnhcr]  .nav-link > .bi,
    .nav-item[b-m1hbujnhcr]  .nav-link .bi {
        transition: color 0.3s ease-in-out;
        -webkit-transition: color 0.3s ease-in-out;
    }

        .nav-item[b-m1hbujnhcr]  .nav-link:hover > .bi,
        .nav-item[b-m1hbujnhcr]  .nav-link:hover .bi {
            color: #fff;
        }

.navbar-toggler:checked ~ .nav-scrollable[b-m1hbujnhcr] {
    display: block;
}

@media (min-width: 641px) {
    
    .navbar-toggler[b-m1hbujnhcr] {
        display: none;
    }

}
