.elementor-10 .elementor-element.elementor-element-c79fab0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-3348d3f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-c5b2cab{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-b29e3aa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2335653 *//* ========================================== */
/* STYLE CSS: SEKCJA HERO                     */
/* ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap') !important;

/* Kontener główny sekcji Hero (Krótsza wersja) */
.tf-hero-section {
    font-family: 'Open Sans', sans-serif !important;
    position: relative !important;
    width: 100% !important;
    min-height: 60vh !important; /* Zmniejszona wysokość sekcji */
    display: flex !important;
    align-items: center !important;
    
    /* Zdjęcie z bazy Unsplash - Rzędy Opon (Tires) */
    background-image: url('https://images.unsplash.com/photo-1578844251758-2f71da64c96f?q=80&w=2071&auto=format&fit=crop') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important; 
    margin: 0 !important;
    padding: 70px 0 !important; /* Zmniejszone marginesy wewnętrzne */
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.tf-hero-section * {
    box-sizing: border-box !important;
}

/* Gradientowa nakładka (Overlay) - Granat z Premio */
.tf-hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(0, 32, 66, 0.95) 0%, rgba(0, 32, 66, 0.65) 100%) !important;
    z-index: 1 !important;
}

.tf-container-1450 {
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
    position: relative !important;
    z-index: 2 !important; 
}

.tf-hero-content {
    max-width: 800px !important; 
    animation: tf-fade-in-up 1s ease-out forwards !important; 
}

/* Badge */
.tf-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #FFFFFF !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 25px !important;
}

.tf-pulse-dot {
    width: 10px !important;
    height: 10px !important;
    background-color: #2ECC71 !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    box-shadow: 0 0 10px #2ECC71 !important;
    animation: tf-pulse 2s infinite !important;
}

/* Typografia */
.tf-hero-title {
    color: #FFFFFF !important;
    font-size: 58px !important; /* Delikatnie zmniejszony font dopasowany do niższej sekcji */
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

.tf-text-accent {
    color: #FFD500 !important; 
}

.tf-hero-desc {
    color: #C0C8D0 !important;
    font-size: 18px !important; /* Delikatnie mniejszy opis */
    line-height: 1.6 !important;
    font-weight: 400 !important;
    margin: 0 0 40px 0 !important;
    max-width: 650px !important;
}

.tf-hero-desc strong {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

/* Przyciski */
.tf-hero-actions {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

.tf-btn-massive-hero {
    background-color: #FFD500 !important;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 16px 35px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(255, 213, 0, 0.3) !important;
}

.tf-btn-massive-hero:hover {
    transform: translateY(-4px) !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3) !important;
}

.tf-icon-bounce {
    font-size: 22px !important;
    animation: tf-bounce 2s infinite !important; 
}

.tf-btn-outline-hero {
    background-color: transparent !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    padding: 16px 30px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
}

.tf-btn-outline-hero:hover {
    border-color: #FFD500 !important;
    color: #FFD500 !important;
    background-color: rgba(255, 213, 0, 0.05) !important;
}

/* Trust Badges */
.tf-hero-trust {
    display: flex !important;
    gap: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-top: 20px !important;
}

.tf-trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.tf-trust-item svg {
    width: 22px !important;
    height: 22px !important;
    stroke: #FFD500 !important;
}

/* Animacje */
@keyframes tf-pulse {
    0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(46, 204, 113, 0); }
    100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

@keyframes tf-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

@keyframes tf-fade-in-up {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* RWD */
@media (max-width: 1024px) {
    .tf-hero-title { font-size: 48px !important; }
    .tf-hero-trust { flex-wrap: wrap !important; gap: 15px 25px !important; }
}

@media (max-width: 768px) {
    .tf-hero-section { 
        min-height: auto !important; 
        padding: 60px 0 !important; 
        text-align: center !important; 
    }
    
    .tf-hero-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .tf-hero-title { font-size: 36px !important; margin-bottom: 20px !important; }
    .tf-hero-desc { font-size: 16px !important; margin-bottom: 30px !important; }
    
    .tf-hero-actions { 
        flex-direction: column !important; 
        width: 100% !important; 
        gap: 15px !important;
    }
    
    .tf-btn-massive-hero, .tf-btn-outline-hero {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .tf-hero-trust {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        padding-top: 25px !important;
        border-top: none !important; 
    }
}

@media (max-width: 480px) {
    .tf-hero-title { font-size: 30px !important; }
    .tf-hero-section { padding: 50px 0 !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc9849f *//* ========================================== */
/* STYLE CSS: 2 KOLUMNY (GRID) Z IKONAMI      */
/* ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap') !important;

.tf-services-grid-section {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #f8f9fa !important; /* Bardzo jasne tło sekcji */
    padding: 100px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Blokuje wylewanie się elementów poza sekcję */
}

.tf-services-grid-section * {
    box-sizing: border-box !important;
}

.tf-container-1450 {
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* ------------------------------------------ */
/* NAGŁÓWEK                                   */
/* ------------------------------------------ */
.tf-grid-header {
    text-align: center !important;
    margin-bottom: 70px !important;
}

.tf-badge-modern {
    display: inline-block !important;
    background-color: rgba(0, 32, 66, 0.08) !important;
    color: #002042 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 6px 16px !important;
    border-radius: 50px !important;
    margin-bottom: 20px !important;
}

.tf-title-modern {
    color: #000000 !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

/* ------------------------------------------ */
/* CSS GRID - GWARANCJA BRAKU NACHODZENIA     */
/* ------------------------------------------ */
.tf-services-css-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* Dokładnie 2 równe kolumny */
    gap: 40px !important; /* Sztywny odstęp między kartami */
    width: 100% !important;
    align-items: stretch !important; /* Rozciąga karty do tej samej wysokości */
}

/* ------------------------------------------ */
/* KARTY USŁUG                                */
/* ------------------------------------------ */
.tf-grid-card {
    display: flex !important;
    flex-direction: column !important; /* Pozwala na zepchnięcie przycisku na dół */
    border-radius: 12px !important; /* Nowoczesne, delikatne zaokrąglenie */
    padding: 60px 50px !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Hover - delikatne uniesienie */
.tf-grid-card:hover {
    transform: translateY(-8px) !important;
}

/* Karta Jasna (Stacjonarna) */
.tf-card-light {
    background-color: #FFFFFF !important;
    border: 1px solid #EAECEF !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04) !important;
}

.tf-card-light:hover {
    box-shadow: 0 20px 50px rgba(0, 32, 66, 0.1) !important;
}

/* Karta Ciemna (Mechanika - Premium) */
.tf-card-dark {
    background-color: #002042 !important; /* Granat Premio */
    box-shadow: 0 15px 40px rgba(0, 32, 66, 0.15) !important;
}

.tf-card-dark:hover {
    box-shadow: 0 25px 60px rgba(0, 32, 66, 0.3) !important;
}

/* ------------------------------------------ */
/* IKONY I ANIMACJA                           */
/* ------------------------------------------ */
.tf-icon-floating {
    width: 75px !important;
    height: 75px !important;
    margin-bottom: 35px !important;
    animation: tf-float-icon 4s ease-in-out infinite !important; /* Animacja lewitowania */
}

.tf-icon-floating svg {
    width: 100% !important;
    height: 100% !important;
}

@keyframes tf-float-icon {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

/* ------------------------------------------ */
/* TYPOGRAFIA W KARTACH                       */
/* ------------------------------------------ */
.tf-card-heading {
    color: #000000 !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

.tf-card-paragraph {
    color: #555555 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 35px 0 !important;
}

.tf-text-white { color: #FFFFFF !important; }
.tf-text-grey { color: #C0C8D0 !important; }

/* ------------------------------------------ */
/* UDOSKONALONE WYPUNKTOWANIA                 */
/* ------------------------------------------ */
.tf-modern-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 45px 0 !important;
    flex-grow: 1 !important; /* Wypełnia przestrzeń, zmuszając przycisk na sam dół */
}

.tf-modern-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    line-height: 1.5 !important;
}

/* Nowoczesne kółka z ikonką w środku */
.tf-list-icon {
    flex-shrink: 0 !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -2px !important; /* Idealne wyrównanie z pierwszą linią tekstu */
}

.tf-icon-navy {
    background-color: rgba(0, 32, 66, 0.1) !important;
    color: #002042 !important;
}

.tf-icon-yellow {
    background-color: rgba(255, 213, 0, 0.15) !important;
    color: #FFD500 !important;
}

.tf-list-icon svg {
    width: 14px !important;
    height: 14px !important;
}

/* ------------------------------------------ */
/* STOPKA KARTY I PRZYCISKI                   */
/* ------------------------------------------ */
.tf-card-footer {
    margin-top: auto !important; /* Element zawsze na dole karty */
}

.tf-btn-outline-navy {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 16px 0 !important;
    background-color: transparent !important;
    color: #002042 !important;
    border: 2px solid #002042 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

.tf-btn-outline-navy:hover {
    background-color: #002042 !important;
    color: #FFFFFF !important;
}

.tf-btn-solid-yellow {
    display: inline-block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 18px 0 !important;
    background-color: #FFD500 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 20px rgba(255, 213, 0, 0.2) !important;
}

.tf-btn-solid-yellow:hover {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2) !important;
}

/* ------------------------------------------ */
/* RWD (Gwarancja poprawnego wyświetlania)    */
/* ------------------------------------------ */

/* Mniejsze laptopy */
@media (max-width: 1150px) {
    .tf-grid-card { padding: 50px 30px !important; }
    .tf-card-heading { font-size: 26px !important; }
}

/* Tablety (Przejście na 1 kolumnę - zapobiega zgnieceniu) */
@media (max-width: 992px) {
    .tf-services-css-grid {
        grid-template-columns: 1fr !important; /* Kolumny układają się jedna pod drugą */
        gap: 30px !important;
    }
    .tf-services-grid-section { padding: 80px 0 !important; }
    .tf-title-modern { font-size: 34px !important; }
}

/* Smartfony */
@media (max-width: 480px) {
    .tf-services-grid-section { padding: 60px 0 !important; }
    .tf-title-modern { font-size: 28px !important; }
    .tf-grid-card { padding: 40px 25px !important; }
    .tf-card-heading { font-size: 24px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-377d3bb *//* ========================================== */
/* STYLE CSS: OBIETNICA MARKI (PARALLAX)      */
/* ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap') !important;

.tf-promise-section {
    font-family: 'Open Sans', sans-serif !important;
    position: relative !important;
    width: 100% !important;
    padding: 100px 0 !important; /* Zwiększony padding dla lepszego oddechu */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    
    /* Zdjęcie nocnej drogi w tle + Efekt Paralaksy */
    background-image: url('https://images.unsplash.com/photo-1494976388531-d1058494cdd8?q=80&w=2070&auto=format&fit=crop') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important; 
    margin: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.tf-promise-section * {
    box-sizing: border-box !important;
}

/* Nakładka przyciemniająca (Granat #002042 na 92% dla mocnego kontrastu) */
.tf-promise-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 32, 66, 0.92) !important;
    z-index: 1 !important;
}

/* Wewnętrzny kontener */
.tf-promise-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* ------------------------------------------ */
/* IKONA ZAUFANIA (Tarcza)                    */
/* ------------------------------------------ */
.tf-promise-icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 25px !important;
    background-color: rgba(255, 213, 0, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
}

.tf-promise-icon svg {
    width: 100% !important;
    height: 100% !important;
}

/* ------------------------------------------ */
/* TYPOGRAFIA (Bogatsze nagłówki i opisy)     */
/* ------------------------------------------ */
.tf-promise-title {
    color: #FFFFFF !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 25px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
}

.tf-text-yellow {
    color: #FFD500 !important;
}

.tf-promise-desc {
    color: #C0C8D0 !important;
    font-size: 20px !important; /* Większy, bardziej czytelny font */
    line-height: 1.7 !important;
    font-weight: 400 !important;
    margin: 0 auto 45px auto !important;
    max-width: 750px !important;
}

/* ------------------------------------------ */
/* ZGRUPOWANE LOGOTYPY (TIREFIX + PREMIO)     */
/* ------------------------------------------ */
.tf-promise-logos-box {
    background-color: #FFFFFF !important;
    padding: 20px 40px !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
    border-bottom: 4px solid #FFD500 !important;
    transition: transform 0.3s ease !important;
}

.tf-promise-logos-box:hover {
    transform: translateY(-5px) !important;
}

.tf-promise-logo-main {
    height: 60px !important;
    width: auto !important;
    display: block !important;
}

.tf-promise-separator {
    width: 1px !important;
    height: 50px !important;
    background-color: #EAECEF !important;
    display: block !important;
}

.tf-promise-logo-partner {
    height: 105px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* ------------------------------------------ */
/* RWD: WERSJE MOBILNE                        */
/* ------------------------------------------ */

@media (max-width: 992px) {
    .tf-promise-section { padding: 80px 0 !important; }
    .tf-promise-title { font-size: 32px !important; }
    .tf-promise-desc { font-size: 18px !important; }
    
    .tf-promise-logos-box { gap: 20px !important; padding: 15px 30px !important; }
    .tf-promise-logo-main { height: 50px !important; }
    .tf-promise-separator { height: 40px !important; }
    .tf-promise-logo-partner { height: 58px !important; }
}

@media (max-width: 768px) {
    /* Wyłączenie parallax na małych ekranach dla płynności */
    .tf-promise-section { background-attachment: scroll !important; padding: 60px 20px !important; }
    .tf-promise-title { font-size: 26px !important; margin-bottom: 20px !important; }
    .tf-promise-desc { font-size: 16px !important; line-height: 1.6 !important; margin-bottom: 35px !important; }
    
    /* Na najmniejszych ekranach loga ułożone bliżej siebie lub piętrowo */
    .tf-promise-logos-box { 
        flex-direction: column !important; 
        gap: 15px !important; 
        padding: 20px !important; 
        width: 100% !important;
        max-width: 300px !important;
    }
    .tf-promise-logo-main { height: 45px !important; }
    
    /* Pozioma linia przy układzie pionowym */
    .tf-promise-separator { 
        width: 100% !important; 
        height: 1px !important; 
        max-width: 150px !important;
    }
    
    .tf-promise-logo-partner { height: 76px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9240889 *//* ========================================== */
/* STYLE CSS: SEKCJA O NAS (BIAŁE TŁO)        */
/* ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap') !important;

.tf-about-section {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #FFFFFF !important;
    padding: 120px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-top: 1px solid #EAECEF !important;
}

.tf-about-section * {
    box-sizing: border-box !important;
}

.tf-container-1450 {
    max-width: 1450px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* ------------------------------------------ */
/* UKŁAD SIATKI (GRID)                        */
/* ------------------------------------------ */
.tf-about-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.2fr !important;
    gap: 80px !important;
    align-items: center !important;
}

/* ------------------------------------------ */
/* LEWA KOLUMNA: NAGŁÓWEK                     */
/* ------------------------------------------ */
.tf-about-header {
    padding-right: 40px !important;
}

/* Zaktualizowany nadtytuł (w stylu poprzednich sekcji nagłówkowych) */
.tf-about-badge-modern {
    display: inline-block !important;
    color: #002042 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    background-color: rgba(0, 32, 66, 0.05) !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
}

.tf-about-title {
    color: #000000 !important;
    font-size: 44px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

/* ------------------------------------------ */
/* PRAWA KOLUMNA: TREŚĆ                       */
/* ------------------------------------------ */
.tf-about-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.tf-about-text-lead {
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.tf-about-text {
    color: #555555 !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 0 0 15px 0 !important;
}

.tf-about-content strong {
    color: #002042 !important;
    font-weight: 700 !important;
}

/* ------------------------------------------ */
/* PODSUMOWANIE (Slogan z tarczą)             */
/* ------------------------------------------ */
.tf-about-summary {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    background-color: #f8f9fa !important;
    border-left: 4px solid #FFD500 !important;
    padding: 25px 30px !important;
    border-radius: 0 6px 6px 0 !important;
    margin-top: 10px !important;
}

.tf-summary-icon {
    flex-shrink: 0 !important;
    width: 35px !important;
    height: 35px !important;
    background-color: #002042 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
}

.tf-summary-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.tf-summary-text {
    color: #002042 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

/* ------------------------------------------ */
/* RWD: WERSJE MOBILNE                        */
/* ------------------------------------------ */

@media (max-width: 1150px) {
    .tf-about-grid { gap: 40px !important; }
    .tf-about-header { padding-right: 0 !important; }
    .tf-about-title { font-size: 36px !important; }
    .tf-about-text-lead { font-size: 18px !important; }
}

@media (max-width: 992px) {
    .tf-about-section { padding: 90px 0 !important; }
    .tf-about-grid { 
        grid-template-columns: 1fr !important; 
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    .tf-about-title { font-size: 32px !important; }
    .tf-about-summary { 
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        padding: 25px 20px !important;
        border-left: none !important;
        border-top: 4px solid #FFD500 !important;
        border-radius: 0 0 6px 6px !important;
    }
}

@media (max-width: 480px) {
    .tf-about-section { padding: 70px 0 !important; }
    .tf-about-title { font-size: 28px !important; }
    .tf-about-text-lead { font-size: 17px !important; }
    .tf-about-text { font-size: 16px !important; }
    .tf-summary-text { font-size: 16px !important; }
}/* End custom CSS */