.elementor-2495 .elementor-element.elementor-element-ec6ec6a{--display:flex;}.elementor-2495 .elementor-element.elementor-element-4980564{--display:flex;}.elementor-2495 .elementor-element.elementor-global-2007{margin:5px 5px calc(var(--kit-widget-spacing, 0px) + 5px) 5px;}.elementor-2495 .elementor-element.elementor-global-2004{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-2495 .elementor-element.elementor-global-2004.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-ee224c6 */:root {
    --apple-blue: #0066cc;
    --apple-text: #1d1d1f;
    --apple-sub: #86868b;
    --apple-border: #d2d2d7;
    --apple-bg: #f5f5f7;
}

.ipoint-blog-post-wrapper {
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #fff;
}

.blog-post-container { max-width: 800px; margin: 0 auto; }

.post-header { text-align: center; margin-bottom: 40px; }
.post-header h1 { font-size: 40px; font-weight: 700; letter-spacing: -1px; margin: 20px 0; }
.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-meta { display: flex; justify-content: center; gap: 25px; color: var(--apple-sub); font-size: 14px; }
.post-meta i { color: var(--apple-blue); margin-right: 6px; }

.post-featured-image-small { width: 85%; margin: 0 auto 50px; border-radius: 28px; overflow: hidden; box-shadow: 0 15px 45px rgba(0,0,0,0.06); }
.post-featured-image-small img { width: 100%; display: block; }

.post-content .lead { font-size: 21px; font-weight: 500; margin-bottom: 35px; border-left: 4px solid var(--apple-blue); padding-left: 20px; }
.post-content h2 { font-size: 28px; font-weight: 600; margin: 40px 0 20px; }
.post-content p, .post-content li { font-size: 18px; margin-bottom: 20px; }

blockquote { border-left: 4px solid var(--apple-blue); padding: 25px 35px; background: var(--apple-bg); margin: 40px 0; border-radius: 0 24px 24px 0; font-style: italic; font-size: 18px; }

.post-faq { background: var(--apple-bg); border-radius: 24px; padding: 35px; margin: 60px 0; }
.faq-item { margin-bottom: 20px; border-bottom: 1px solid var(--apple-border); padding-bottom: 15px; }
.faq-item:last-child { border: none; }

/* --- POPRAWIONA STOPKA I SOCIAL MEDIA --- */
.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: 5px 12px;
    border-radius: 20px;
}

.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, 0.3s color ease;
}

.post-share a:hover { transform: scale(1.2); }

/* Kolory hover dla poszczególnych platform */
.post-share a .fa-facebook:hover { color: #1877f2; }
.post-share a .fa-instagram:hover { color: #e4405f; }
.post-share a .fa-tiktok:hover { color: #000000; }

/* --- CTA --- */
.post-cta-box { background: var(--apple-text); color: #fff; padding: 50px 40px; border-radius: 35px; text-align: center; margin-top: 60px; }
.cta-button { display: inline-block; background: var(--apple-blue); color: #fff !important; padding: 16px 35px; border-radius: 35px; text-decoration: none; font-weight: 700; margin-top: 20px; transition: 0.3s; }
.cta-button:hover { transform: scale(1.03); background: #0056b3; }

@media (max-width: 768px) {
    .post-header h1 { font-size: 30px; }
    .post-footer { flex-direction: column; gap: 30px; }
}/* End custom CSS */
/* 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 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 */