.elementor-2254 .elementor-element.elementor-element-7c4fc8bf{--display:flex;}.elementor-2254 .elementor-element.elementor-global-2007{margin:5px 5px calc(var(--kit-widget-spacing, 0px) + 5px) 5px;}.elementor-2254 .elementor-element.elementor-element-37b06981{--display:flex;}.elementor-2254 .elementor-element.elementor-element-22461136{--display:flex;}.elementor-2254 .elementor-element.elementor-element-22461136.e-con{--e-con-transform-translateY:-51px;}.elementor-2254 .elementor-element.elementor-element-5983e93e{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2254 .elementor-element.elementor-global-2004{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2254 .elementor-element.elementor-global-2004.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for global, class: .elementor-global-2007 *//* --- ZMIENNE I PODSTAWY --- */
:root {
    --apple-blue: #0066cc;
    --apple-burgundy: #800020;
    --apple-text: #1d1d1f;
    --apple-border: rgba(0, 0, 0, 0.08);
    --apple-bg: rgba(255, 255, 255, 0.95);
}

.ipoint-nav {
    position: fixed;
    top: 0; left: 0; width: 100%;
    background: var(--apple-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--apple-border);
    z-index: 9999;
    height: 80px;
    display: flex;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo img { height: 50px; width: auto; }

/* --- LINKI (DESKTOP) --- */
.nav-links { display: flex; gap: 35px; }
.nav-links a {
    text-decoration: none;
    color: var(--apple-text);
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s ease;
}
.nav-links a:hover { color: var(--apple-blue); }

/* --- PRZYCISK TELEFONU --- */
.phone-btn {
    background: var(--apple-blue);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.phone-btn:hover {
    background: var(--apple-burgundy);
    box-shadow: 0 4px 15px rgba(128, 0, 32, 0.4);
    transform: translateY(-2px);
}

/* --- HAMBURGER --- */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
    z-index: 10000;
}

.menu-toggle .bar {
    width: 25px;
    height: 2px;
    background-color: var(--apple-text);
    transition: 0.3s;
}

/* --- RESPONSYWNOŚĆ (MOBILE) --- */
@media (max-width: 768px) {
    .menu-toggle { display: flex; order: 3; }
    
    .nav-cta { order: 2; margin-left: auto; margin-right: 20px; }
    .phone-btn span { display: none; }
    .phone-btn { padding: 10px; border-radius: 50%; }

    .nav-links {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 0;
        max-height: 0; /* Ukryte przez wysokość */
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
        box-shadow: 0 10px 15px rgba(0,0,0,0.05);
        gap: 0;
    }

    /* Klasa aktywna dla menu */
    .nav-links.active {
        max-height: 300px; /* Rozwinięcie menu */
        padding: 10px 0;
    }

    .nav-links a {
        padding: 20px;
        width: 100%;
        border-bottom: 1px solid var(--apple-border);
        font-size: 16px;
    }

    /* Animacja Hamburgera w X */
    .menu-toggle.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle.active .bar:nth-child(2) { opacity: 0; }
    .menu-toggle.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-738c7b4 *//* --- ZMIENNE I RESET --- */
:root {
    --apple-blue: #0066cc;
    --apple-text: #1d1d1f;
    --apple-sub: #86868b;
    --apple-border: #d2d2d7;
    --apple-bg: #f5f5f7;
}

body {
    margin: 0;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* --- KONTENER GŁÓWNY WPISU --- */
.ipoint-blog-post-wrapper {
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    color: var(--apple-text);
}

.blog-post-container {
    max-width: 800px;
    margin: 0 auto;
}

/* --- NAGŁÓWEK --- */
.post-header {
    text-align: center;
    margin-bottom: 40px;
}

.breadcrumb {
    font-size: 13px;
    color: var(--apple-sub);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { color: var(--apple-blue); }

.post-badge {
    background: var(--apple-bg);
    color: var(--apple-blue);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-header h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 20px 0;
}

.post-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    color: var(--apple-sub);
    font-size: 14px;
}

.meta-item i {
    color: var(--apple-blue);
    margin-right: 6px;
}

/* --- ZDJĘCIE GŁÓWNE --- */
.post-featured-image-small {
    width: 50%;
    margin: 0 auto 50px auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.post-featured-image-small img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- TREŚĆ ARTYKUŁU --- */
.post-content .lead {
    font-size: 20px;
    font-weight: 500;
    color: #424245;
    margin-bottom: 35px;
}

.post-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 45px 0 20px 0;
}

.post-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #1d1d1f;
}

blockquote {
    border-left: 4px solid var(--apple-blue);
    padding: 20px 30px;
    background: var(--apple-bg);
    margin: 40px 0;
    border-radius: 0 20px 20px 0;
    font-style: italic;
    font-size: 18px;
}

.post-info-box {
    background: #f0f7ff;
    border-radius: 24px;
    padding: 30px;
    margin: 40px 0;
    border: 1px solid rgba(0, 102, 204, 0.1);
}

.post-info-box h4 {
    margin-top: 0;
    color: var(--apple-blue);
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- FAQ --- */
.post-faq {
    background: var(--apple-bg);
    border-radius: 24px;
    padding: 35px;
    margin: 60px 0;
}

.post-faq h3 { margin-top: 0; font-size: 24px; margin-bottom: 25px; }

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--apple-border);
}

.faq-item:last-child { border: none; margin-bottom: 0; }
.faq-item strong { display: block; margin-bottom: 8px; font-size: 17px; }
.faq-item p { font-size: 15px; color: #424245; margin: 0; }

/* --- STOPKA WPISU / TAGI / SOCIAL --- */
.post-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--apple-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-tags a {
    text-decoration: none;
    color: var(--apple-sub);
    font-size: 14px;
    margin-right: 10px;
    background: var(--apple-bg);
    padding: 4px 10px;
    border-radius: 6px;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-share span { font-size: 14px; font-weight: 600; color: var(--apple-sub); }

.post-share a {
    font-size: 22px;
    color: var(--apple-text);
    transition: 0.3s transform ease;
}

.post-share a:hover { transform: scale(1.2); }
.post-share a .fa-facebook:hover { color: #1877f2; }
.post-share a .fa-instagram:hover { color: #e4405f; }
.post-share a .fa-tiktok:hover { color: #000; }

/* --- CTA BOX --- */
.post-cta-box {
    background: var(--apple-text);
    color: #fff;
    padding: 50px 40px;
    border-radius: 30px;
    text-align: center;
    margin-top: 60px;
}

.post-cta-box h3 { font-size: 28px; margin-top: 0; }
.post-cta-box p { color: #86868b; margin-bottom: 30px; font-size: 17px; }

.cta-button {
    display: inline-block;
    background: var(--apple-blue);
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-button:hover { background: #0056b3; transform: translateY(-2px); }

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 768px) {
    .post-header h1 { font-size: 32px; }
    .post-featured-image-small { width: 100%; }
    .post-footer { flex-direction: column; gap: 30px; text-align: center; }
    .post-meta { flex-direction: column; gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-2004 *//* --- GŁÓWNA STRUKTURA STOPKI --- */
.ipoint-footer {
    background-color: #111112; /* Kolor stopki */
    color: #f5f5f7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-top: 1px solid #2d2d2f;
    padding-top: 45px;
    width: 100%;
    position: relative;

    /* KLUCZOWA ZMIANA: 
       Cień rozciąga się na 1000px TYLKO W DÓŁ (trzecia wartość: 0).
       Zapewnia to czarne tło pod stopką, jeśli strona jest krótka.
    */
    box-shadow: 0 1000px 0 1000px #111112;

    /* Rozciągnięcie tła na całą szerokość ekranu */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

/* Zapobieganie powstawaniu paska przewijania przez ogromny cień */
body {
    overflow-x: hidden;
}

/* Kontener centrujący treść wewnątrz stopki */
.footer-center-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #2d2d2f;
}

/* --- KOLUMNY I TREŚĆ --- */
.footer-col {
    flex: 0 1 auto;
    min-width: 160px;
}

.brand-col { max-width: 250px; }
.footer-logo { font-size: 18px; color: #fff; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.brand-description { font-size: 13px; color: #86868b; line-height: 1.5; margin-bottom: 15px; }

/* Dane firmy */
.company-details {
    font-size: 12px;
    color: #6e6e73;
    line-height: 1.4;
    border-top: 1px solid #2d2d2f;
    padding-top: 12px;
    margin-top: 15px;
}
.company-details p { margin: 0 0 3px 0; }
.company-details strong { color: #f5f5f7; }

.footer-col h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #86868b;
    margin-bottom: 15px;
}

.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 6px; }
.footer-col a, .contact-link {
    text-decoration: none;
    color: #a1a1a6;
    font-size: 13px;
    transition: color 0.2s;
}
.footer-col a:hover { color: #2997ff; }

.contact-link { display: block; margin-bottom: 6px; }
.contact-link i { color: #2997ff; margin-right: 8px; width: 12px; }

/* Regulaminy */
.legal-links-inline {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #2d2d2f;
    font-size: 11px;
    display: flex;
    gap: 8px;
}
.separator { color: #2d2d2f; }

/* Mapa */
.map-col { width: 220px; }
.footer-map-widget {
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #2d2d2f;
}
.footer-map-widget iframe { filter: grayscale(1) invert(0.9); border: none; }

/* Dolny pasek */
.footer-bottom {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 11px;
    color: #555555;
}

.social-links { display: flex; gap: 15px; }
.social-links a { font-size: 16px; color: #86868b; transition: 0.3s; }
.social-links a:hover { color: #fff; }

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 768px) {
    .footer-container { flex-direction: column; align-items: center; text-align: center; }
    .footer-col { width: 100%; }
    .legal-links-inline { justify-content: center; border-top: none; }
    .footer-bottom { flex-direction: column; gap: 10px; padding: 20px 0; }
}/* End custom CSS */