.elementor-529 .elementor-element.elementor-element-542af6d{--display:flex;}.elementor-529:not(.elementor-motion-effects-element-type-background), .elementor-529 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-7fdfab0 *//* ==========================================================================
   CATFISH PREMIUM FOOTER - OSTATECZNY KOD
   ========================================================================== */

.elementor-529 .elementor-element.elementor-element-7fdfab0 {
    width: 100%;
}

.cf-footer-wrapper {
    background-color: #0a0a0a; /* Mroczna czerń z lekkim odcieniem szarości */
    color: #888;
    padding: 60px 5% 30px 5%;
    font-family: inherit;
    border-top: 1px solid #1a1a1a;
}

/* Układ górny - Grid */
.cf-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* Proporcje: Logo zabiera 50% miejsca, linki po 25% */
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #1a1a1a;
}

/* Kolumna 1: Zablokowany rozmiar Logo */
.elementor-529 .elementor-element.elementor-element-7fdfab0 .cf-footer-logo {
    max-width: 140px !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px !important;
    display: block !important;
}

.cf-footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #888;
}

/* Ikonki Social Media */
.cf-social-icons {
    display: flex;
    gap: 12px;
}

.cf-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #161616;
    color: #aaa;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.cf-social-icons a:hover {
    background-color: #00FF66;
    color: #000;
    transform: translateY(-3px);
}

/* Kolumny 2 i 3: Menu */
.cf-footer-heading {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
}

.cf-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cf-footer-list a {
    color: #888;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.cf-footer-list a:hover {
    color: #00FF66;
}

/* Dolny pasek (Prawa autorskie) */
.cf-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 0.85rem;
    color: #666;
}

/* Link Wykonawcy (Aquaforge) */
.elementor-529 .elementor-element.elementor-element-7fdfab0 .cf-creator {
    margin-left: 5px;
    color: #666;
}

.elementor-529 .elementor-element.elementor-element-7fdfab0 .cf-creator a {
    color: #00FF66 !important; /* Neonowy akcent */
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

.elementor-529 .elementor-element.elementor-element-7fdfab0 .cf-creator a:hover {
    color: #fff !important;
}

.cf-legal {
    display: flex;
    gap: 20px;
}

.cf-legal a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.cf-legal a:hover {
    color: #fff;
}

/* ==========================================================================
   RESPONSYWNOŚĆ (Mobile i Tablet)
   ========================================================================== */
@media (max-width: 992px) {
    .cf-footer-top {
        grid-template-columns: 1fr 1fr; /* Na tabletach 2 kolumny */
    }
    .cf-col-brand {
        grid-column: 1 / -1; /* Logo zajmuje całą szerokość na górze */
    }
}

@media (max-width: 768px) {
    .cf-footer-wrapper {
        padding: 40px 5% 20px 5%;
    }
    .cf-footer-top {
        grid-template-columns: 1fr; /* Na telefonach 1 kolumna */
        gap: 30px;
        padding-bottom: 30px;
    }
    .cf-footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}/* End custom CSS */