.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0c734db *//* --- Stopka z2: Jasne, eleganckie tło + Granatowy dół --- */
.z2 {
    background-color: #f9fbfd; 
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px; 
    color: #444444; 
    border-top: 1px solid #eef2f5; 
}

.z2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}

/* UKŁAD ELASTYCZNY (NAPRAWIONY) */
.z2-flex-layout {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Wyrównanie do środka, wygląda dużo zgrabniej */
    flex-wrap: wrap;
    gap: 30px;
}

/* LEWA STRONA - MARKA */
.z2-brand-side {
    flex: 1 1 50%; /* Elastyczne zajmowanie ok. 50% miejsca */
    min-width: 340px; /* Minimalna szerokość zanim pęknie na dół */
    max-width: 650px;
}

/* --- LOGO --- */
.z2-logo {
    width: 200px !important;      
    max-width: 200px !important;  
    height: auto !important;     
    margin-bottom: 15px !important;
}

.z2-brand-side p {
    font-size: 14px;
    line-height: 1.6;
    color: #666666; 
    margin: 0 0 20px 0;
}

.z2-brand-side strong {
    color: #004b87; 
    font-weight: 700;
}

/* Ikony Social Media */
.z2-socials {
    display: flex;
    gap: 12px;
}

.z2-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ffffff; 
    color: #004b87; 
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
    transition: all 0.3s ease;
}

.z2-socials a:hover {
    background: #00a896; 
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 168, 150, 0.2);
}

/* PRAWA STRONA - KONTAKT I LINKI (NAPRAWIONA) */
.z2-contact-side {
    flex: 1 1 40%; /* Elastyczne zajmowanie reszty miejsca */
    min-width: 340px; /* Zabezpieczenie na tabletach */
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    text-align: right;
}

.z2-contact-info {
    margin-bottom: 25px;
}

.z2-phone {
    text-decoration: none;
    color: #004b87; 
    font-size: 30px; 
    font-weight: 800;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.z2-phone:hover {
    color: #00a896; 
}

.z2-email {
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    transition: 0.2s;
}

.z2-email i {
    color: #00a896; 
}

.z2-email:hover {
    color: #004b87;
}

/* Linki prawne poziomo na jasnym tle */
.z2-legal-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.z2-legal-links a {
    text-decoration: none;
    font-size: 13px;
    color: #888888; 
    transition: 0.2s;
}

.z2-legal-links a:hover {
    color: #004b87; 
    text-decoration: underline; 
}

/* DOLNY PASEK (Ciemnoniebieski) */
.z2-bottom-bar {
    background-color: #2b3a55; 
    padding: 15px 20px; 
}

.z2-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.z2-bottom-container p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px; 
}

/* --- STYL DLA BIAŁEGO LINKU "maszwww.pl" --- */
.z2-author-link {
    color: #ffffff !important; 
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.z2-author-link:hover {
    color: #ffffff !important; 
    text-decoration: underline;
}

/* RESPORSYWNOŚĆ */
@media (max-width: 768px) {
    .z2-flex-layout {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .z2-contact-side {
        align-items: flex-start;
        text-align: left;
    }
    .z2-email {
        justify-content: flex-start;
    }
    .z2-legal-links {
        justify-content: flex-start;
        gap: 15px;
    }
    .z2-bottom-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}/* End custom CSS */