.elementor-112 .elementor-element.elementor-element-6fd68bf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-112 .elementor-element.elementor-element-2548866.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-112 .elementor-element.elementor-element-efb6826.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-112 .elementor-element.elementor-element-abe63e1.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-112 .elementor-element.elementor-element-8e71fdc.elementor-element{--align-self:center;--order:99999 /* order end hack */;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-112 .elementor-element.elementor-element-6fd68bf{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0cc4c44 */@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* --- WYMUSZENIE Z-INDEX I STICKY DLA ELEMENTORA --- */
header.elementor-location-header,
[data-elementor-type="header"],
.elementor-section:has(.rc-header),
.elementor-widget-html:has(.rc-header),
.elementor-widget-wrap:has(.rc-header) {
    position: sticky !important;
    top: 0 !important;
    z-index: 999999 !important;
    background-color: transparent !important;
    background: transparent !important;
}

/* =========================================
   GLOBALNE USTAWIENIA NAGŁÓWKA
   ========================================= */
.rc-header {
    background: transparent !important;
    position: relative;
    z-index: 999999 !important;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.3s ease;
}

.rc-main-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

/* OVERLAY (Zaciemnienie tła na mobile) */
.rc-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9999998 !important; 
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.rc-overlay.is-active { opacity: 1; pointer-events: auto !important; }

/* Domyślne ukrycie mobilnych elementów na PC */
.rc-hamburger, .rc-close-btn, .rc-nav-wrapper { display: none; }

/* STREFA WTYCZEK - Baza */
.rc-plugin-zone { display: flex; align-items: center; gap: 16px; }
.rc-plugin-zone .rc-shortcode { display: flex; align-items: center; justify-content: center; }

/* =========================================
   WYGLĄD NA KOMPUTERZE (Desktop > 1024px)
   ========================================= */
@media (min-width: 1025px) {
    .rc-nav-wrapper, .rc-overlay { display: none !important; }

    .rc-nav-bar {
        background: rgba(10, 10, 10, 0.65);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 40px;
        display: flex; align-items: center; justify-content: space-between;
        width: 100%; margin-top: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    }

    .rc-logo-zone a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .rc-logo-zone img { height: 32px; width: auto; }
    .rc-logo-text { font-family: "Inter", sans-serif; font-weight: 700; font-size: 19px; color: #ffffff; }

    .rc-nav:not(.rc-mobile-nav) { display: flex; gap: 28px; justify-content: flex-end; margin-left: auto; }

    .rc-nav:not(.rc-mobile-nav) .rc-nav-link {
        display: flex; align-items: center; gap: 8px;
        color: rgba(255, 255, 255, 0.5); text-decoration: none;
        font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 600;
        text-transform: uppercase; transition: all 0.2s ease; padding: 8px 0; position: relative;
    }

    .rc-nav:not(.rc-mobile-nav) .rc-nav-link svg { width: 16px; height: 16px; color: rgba(255, 255, 255, 0.5); transition: color 0.2s ease; }

    .rc-nav:not(.rc-mobile-nav) .rc-nav-link::after {
        content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 2px;
        background: linear-gradient(135deg, #ff4444, #ff6b6b); transition: width 0.3s ease; border-radius: 2px;
    }

    .rc-nav:not(.rc-mobile-nav) .rc-nav-link:hover, .rc-nav:not(.rc-mobile-nav) .rc-nav-link.active { color: #ffffff; }
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link:hover svg, .rc-nav:not(.rc-mobile-nav) .rc-nav-link.active svg { color: #ff4444; }
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link:hover::after, .rc-nav:not(.rc-mobile-nav) .rc-nav-link.active::after { width: 100%; }

    .rc-plugin-zone.desktop-plugins { border-left: 1px solid rgba(255, 255, 255, 0.1); padding-left: 20px; margin-left: 20px; display: flex; }
}

/* =========================================
   WERSJA MOBILNA (Ekrany <= 1024px)
   ========================================= */
@media (max-width: 1024px) {
    .rc-main-container { padding: 0; }

    .rc-nav-bar {
        background: rgba(10, 10, 10, 0.9);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; width: 100%;
    }

    .rc-logo-zone img { height: 36px; }

    .rc-hamburger {
        display: flex; background: transparent; border: none; cursor: pointer;
        flex-direction: column; justify-content: space-between; width: 28px; height: 18px; padding: 0;
        z-index: 9999999 !important;
    }

    .rc-hamburger span { width: 100%; height: 2px; background: #ffffff; border-radius: 2px; transition: 0.3s; }
    .rc-hamburger:hover span { background: #ff4444; }

    .rc-nav:not(.rc-mobile-nav), .rc-plugin-zone.desktop-plugins { display: none; }

    /* WYSUWANA SZUFLADA (Oderwana przez JS, więc musi mieć kosmiczny z-index) */
    .rc-nav-wrapper {
        display: flex; position: fixed; top: 0; right: 0;
        width: 320px; max-width: 85vw; height: 100vh;
        background-color: #080808; border-left: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: -10px 0 40px rgba(0,0,0,0.8); flex-direction: column;
        padding: 80px 24px 40px 24px; overflow-y: auto;
        z-index: 9999999 !important; 
        transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: auto !important;
    }

    .rc-nav-wrapper.is-open { transform: translateX(0); }

    .rc-close-btn {
        display: flex; align-items: center; justify-content: center;
        position: absolute; top: 24px; right: 24px;
        width: 40px; height: 40px; background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50%;
        color: #ffffff; font-size: 24px; cursor: pointer; line-height: 1; transition: all 0.2s ease;
    }
    .rc-close-btn:hover { background: rgba(255, 68, 68, 0.1); color: #ff4444; border-color: rgba(255, 68, 68, 0.3); }

    .rc-mobile-nav { display: flex; flex-direction: column; gap: 8px; margin-bottom: 30px; }

    .rc-mobile-nav .rc-nav-link {
        display: flex; align-items: center; gap: 16px; color: rgba(255, 255, 255, 0.7);
        text-decoration: none; font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 600;
        padding: 14px 16px; border-radius: 12px; background: transparent; transition: all 0.2s ease;
    }

    .rc-mobile-nav .rc-nav-link svg { width: 20px; height: 20px; color: rgba(255, 255, 255, 0.5); }
    .rc-mobile-nav .rc-nav-link:hover, .rc-mobile-nav .rc-nav-link.active { color: #ffffff; background: rgba(255, 255, 255, 0.04); transform: translateX(4px); }
    .rc-mobile-nav .rc-nav-link:hover svg, .rc-mobile-nav .rc-nav-link.active svg { color: #ff4444; }

    .rc-plugin-zone.mobile-plugins {
        margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: flex; justify-content: flex-start; flex-wrap: wrap;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6fd68bf *//* Przezroczyste, rozmyte tło (Glassmorphism) nałożone bezpośrednio na ten kontener */
.elementor-112 .elementor-element.elementor-element-6fd68bf {
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}/* End custom CSS */