.elementor-37 .elementor-element.elementor-element-1a884c9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3e0d684 *//* ========================================== */
/* STYLE CSS: GŁÓWNA OFERTA (5 PODSTRON)      */
/* ========================================== */

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

.tf-offer-wrapper {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #FFFFFF !important; 
    padding: 80px 0 !important; 
    width: 100% !important;
    display: block !important;
}

.tf-offer-wrapper * {
    box-sizing: border-box !important;
}

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

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

.tf-offer-badge {
    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-offer-title {
    color: #000000 !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

.tf-offer-subtitle {
    color: #555555 !important;
    font-size: 18px !important;
    margin: 0 !important;
}

/* ------------------------------------------ */
/* INTELIGENTNA SIATKA (FLEXBOX CENTER)       */
/* ------------------------------------------ */
.tf-offer-flex-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* To centruje 2 dolne karty! */
    gap: 40px !important;
    margin-bottom: 80px !important;
}

/* ------------------------------------------ */
/* KARTY OFERTY                               */
/* ------------------------------------------ */
.tf-offer-card {
    /* Ustawienie na 3 kolumny: 33.333% minus gap */
    width: calc(33.333% - 26.66px) !important;
    background-color: #FFFFFF !important;
    border: 1px solid #EAECEF !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    border-bottom: 4px solid transparent !important;
}

.tf-offer-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 32, 66, 0.08) !important;
    border-bottom-color: #002042 !important; 
}

/* Karta wyróżniona (Mobilna 24/7) */
.tf-card-highlight {
    background-color: #002042 !important;
    border-color: #002042 !important;
    box-shadow: 0 15px 40px rgba(0, 32, 66, 0.15) !important;
}

.tf-card-highlight:hover {
    box-shadow: 0 20px 50px rgba(0, 32, 66, 0.25) !important;
    border-bottom-color: #FFD500 !important;
}

/* Zdjęcia (Auto-Crop na 4:3) */
.tf-offer-img-box {
    width: 100% !important;
    overflow: hidden !important;
    background-color: #EAECEF !important;
}

.tf-offer-img-box img {
    width: 100% !important;
    display: block !important;
    aspect-ratio: 4 / 3 !important; 
    object-fit: cover !important; 
    transition: transform 0.6s ease !important;
}

.tf-offer-card:hover .tf-offer-img-box img {
    transform: scale(1.06) !important; 
}

/* Treść w kartach */
.tf-offer-content {
    padding: 35px 30px !important;
    flex-grow: 1 !important; 
    display: flex !important;
    flex-direction: column !important;
}

.tf-offer-content h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

/* POPRAWKA: Wymuszenie koloru żółtego dla nagłówka w ciemnej karcie */
.tf-card-highlight .tf-offer-content h3 {
    color: #FFD500 !important;
}

/* Pod-lista usług w karcie */
.tf-card-sublist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
    flex-grow: 1 !important; /* Dopycha przycisk na sam dół */
}

.tf-card-sublist li {
    font-size: 14px !important;
    color: #555555 !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    padding-left: 20px !important;
    position: relative !important;
}

.tf-card-sublist li::before {
    content: '→' !important;
    position: absolute !important;
    left: 0 !important;
    color: #002042 !important;
    font-weight: 800 !important;
}

/* Styl listy dla wyróżnionej (Ciemnej) karty */
.tf-list-light li { color: #C0C8D0 !important; }
.tf-list-light li::before { color: #FFD500 !important; }

/* Przyciski na dole kart */
.tf-card-btn-wrapper {
    margin-top: auto !important;
}

.tf-btn-card-outline {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 14px 20px !important;
    background-color: transparent !important;
    color: #002042 !important;
    border: 2px solid #002042 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.tf-btn-card-outline span {
    margin-left: 8px !important;
    transition: transform 0.3s ease !important;
}

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

.tf-btn-card-outline:hover span {
    transform: translateX(5px) !important;
}

/* Przycisk w ciemnej karcie (Solid) */
.tf-btn-card-solid {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 16px 20px !important;
    background-color: #FFD500 !important;
    color: #000000 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.tf-btn-card-solid span {
    margin-left: 8px !important;
    transition: transform 0.3s ease !important;
}

.tf-btn-card-solid:hover {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.tf-btn-card-solid:hover span {
    transform: translateX(5px) !important;
}

/* ------------------------------------------ */
/* BANER CTA (CENNIK)                         */
/* ------------------------------------------ */
.tf-offer-cta-banner {
    background-color: #002042 !important;
    border-radius: 12px !important;
    padding: 50px 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    box-shadow: 0 15px 40px rgba(0, 32, 66, 0.2) !important;
}

.tf-cta-text-side { flex: 1 !important; }

.tf-cta-text-side h3 {
    color: #FFFFFF !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.5px !important;
}

.tf-cta-text-side p {
    color: #C0C8D0 !important;
    font-size: 18px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.tf-cta-btn-side { flex-shrink: 0 !important; }

.tf-btn-pricing {
    background-color: #FFD500 !important;
    color: #000000 !important;
    text-decoration: none !important;
    padding: 18px 40px !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;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 20px rgba(255, 213, 0, 0.2) !important;
}

.tf-btn-pricing span {
    margin-left: 10px !important;
    transition: transform 0.3s ease !important;
}

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

.tf-btn-pricing:hover span { transform: translateX(5px) !important; }

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

@media (max-width: 1200px) {
    .tf-offer-card { 
        width: calc(50% - 20px) !important; /* Przejście na 2 kolumny na laptopach */
    }
}

@media (max-width: 992px) {
    .tf-offer-title { font-size: 36px !important; }
    
    .tf-offer-cta-banner {
        flex-direction: column !important;
        text-align: center !important;
        padding: 40px 30px !important;
    }
}

@media (max-width: 768px) {
    .tf-offer-flex-grid { 
        gap: 30px !important;
    }
    .tf-offer-card { 
        width: 100% !important; /* 1 kolumna na smartfonach */
    }
    .tf-offer-title { font-size: 32px !important; }
    .tf-cta-text-side h3 { font-size: 26px !important; }
    .tf-cta-text-side p { font-size: 16px !important; }
    
    .tf-btn-pricing {
        width: 100% !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .tf-offer-wrapper { padding: 60px 0 !important; }
}/* End custom CSS */