.elementor-45 .elementor-element.elementor-element-103b32d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-afdc362 *//* ========================================== */
/* STYLE CSS: CENNIK (SZEROKI UKŁAD)          */
/* ========================================== */

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

html {
    scroll-behavior: smooth !important;
}

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

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

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

/* ------------------------------------------ */
/* NAGŁÓWEK I GODZINY PRACY                   */
/* ------------------------------------------ */
.tf-pricing-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

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

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

.tf-working-hours-card {
    background-color: #FFFFFF !important;
    border: 1px solid #EAECEF !important;
    border-radius: 8px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 25px 30px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.tf-wh-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 1 !important;
}

.tf-wh-border {
    border-left: 1px solid #EAECEF !important;
    border-right: 1px solid #EAECEF !important;
}

.tf-wh-day {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #555555 !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
}

.tf-wh-time {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #002042 !important;
}

.tf-wh-alert .tf-wh-day, .tf-wh-alert .tf-wh-time { 
    color: #FF0000 !important; 
}

/* ------------------------------------------ */
/* STICKY NAV (Pływające Menu Ofert)          */
/* ------------------------------------------ */
.tf-sticky-nav {
    position: sticky !important;
    top: 90px !important;
    z-index: 100 !important;
    background: rgba(248, 249, 250, 0.95) !important;
    backdrop-filter: blur(8px) !important;
    padding: 20px 0 !important;
    margin-bottom: 50px !important;
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.tf-sticky-nav::-webkit-scrollbar { display: none !important; }

.tf-nav-pill {
    background-color: #FFFFFF !important;
    color: #002042 !important;
    border: 1px solid #dcdfe3 !important;
    text-decoration: none !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.tf-nav-pill:hover, .tf-nav-alert {
    background-color: #FFD500 !important;
    color: #000000 !important;
    border-color: #FFD500 !important;
}

/* ------------------------------------------ */
/* KARTY Z CENNIKIEM                          */
/* ------------------------------------------ */
.tf-pricing-cards-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
}

.tf-price-card {
    background-color: #FFFFFF !important;
    border-radius: 8px !important;
    border: 1px solid #EAECEF !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
    padding: 45px 50px !important;
    scroll-margin-top: 180px !important; 
}

.tf-card-dark {
    background-color: #002042 !important;
    border-color: #002042 !important;
    box-shadow: 0 15px 40px rgba(0, 32, 66, 0.2) !important;
    border-bottom: 4px solid #FFD500 !important;
}

/* ------------------------------------------ */
/* NAGŁÓWKI KART I ZNACZNIKI (TAX BADGE)      */
/* ------------------------------------------ */
.tf-card-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 30px !important;
    border-bottom: 2px solid #EAECEF !important;
    padding-bottom: 20px !important;
}

.tf-card-dark .tf-card-head {
    border-bottom-color: rgba(255,255,255,0.1) !important;
}

.tf-card-head h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.tf-card-dark .tf-card-head h2 { color: #FFFFFF !important; }

.tf-head-sub {
    font-size: 15px !important;
    color: #888888 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    margin-left: 10px !important;
}

.tf-tax-badge {
    background-color: #002042 !important;
    color: #FFD500 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.tf-badge-light { 
    background-color: #EAECEF !important; 
    color: #000000 !important; 
}

.tf-card-dark .tf-tax-badge { 
    background-color: #FFD500 !important; 
    color: #000000 !important; 
}

/* ------------------------------------------ */
/* WIERSZE Z CENAMI                           */
/* ------------------------------------------ */
.tf-price-rows {
    display: flex !important;
    flex-direction: column !important;
}

.tf-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #f0f2f5 !important;
}

.tf-row:last-child {
    border-bottom: none !important;
}

.tf-card-dark .tf-row { border-bottom-color: rgba(255,255,255,0.05) !important; }

.tf-row-left {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding-right: 20px !important;
}

.tf-item-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

.tf-card-dark .tf-item-name { color: #FFFFFF !important; }

.tf-item-desc {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
}

.tf-card-dark .tf-item-desc { color: #a0aab5 !important; }

.tf-row-right {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #002042 !important;
    white-space: nowrap !important;
}

.tf-card-dark .tf-row-right { color: #FFD500 !important; }

.tf-row-group-title {
    padding-top: 35px !important;
    padding-bottom: 5px !important;
    border-bottom: none !important;
}

.tf-row-group-title .tf-item-name { 
    color: #002042 !important; 
    font-size: 18px !important;
}

.tf-card-dark .tf-row-group-title .tf-item-name {
    color: #FFD500 !important; 
}

/* ------------------------------------------ */
/* INFO BOXY I NOTATKI                        */
/* ------------------------------------------ */
.tf-card-note {
    font-size: 13px !important;
    color: #a0aab5 !important;
    margin-top: 20px !important;
    font-style: italic !important;
}

.tf-info-box {
    background-color: #f8f9fa !important;
    padding: 20px !important;
    border-radius: 6px !important;
    margin-top: 20px !important;
    font-size: 14px !important;
    color: #555555 !important;
    line-height: 1.6 !important;
}

.tf-info-box strong { color: #000000 !important; }
.tf-info-list { margin: 10px 0 0 0 !important; padding-left: 20px !important; }

/* ------------------------------------------ */
/* NOWA SEKCJA PŁATNOŚCI (BENTO GRID)         */
/* ------------------------------------------ */
.tf-payment-bento {
    display: flex !important;
    gap: 30px !important;
    margin-top: 60px !important;
}

.tf-payment-box {
    flex: 1 !important;
    border-radius: 8px !important;
    padding: 40px 50px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.tf-box-white {
    background-color: #FFFFFF !important;
    border: 1px solid #EAECEF !important;
}

.tf-payment-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin: 0 0 30px 0 !important;
    text-transform: uppercase !important;
}

.tf-payment-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.tf-payment-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
}

.tf-payment-icon {
    flex-shrink: 0 !important;
    color: #002042 !important;
    background-color: rgba(0, 32, 66, 0.05) !important;
    padding: 12px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tf-payment-icon svg {
    width: 24px !important;
    height: 24px !important;
}

.tf-payment-text strong {
    display: block !important;
    font-size: 16px !important;
    color: #000000 !important;
    margin-bottom: 5px !important;
}

.tf-payment-text span {
    font-size: 15px !important;
    color: #555555 !important;
    line-height: 1.5 !important;
}

.tf-box-navy {
    background-color: #002042 !important;
    color: #FFFFFF !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.tf-guarantee-icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 25px !important;
}

.tf-guarantee-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase !important;
}

.tf-guarantee-text {
    font-size: 16px !important;
    color: #C0C8D0 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

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

@media (max-width: 992px) {
    .tf-price-card { padding: 35px 30px !important; }
    .tf-payment-bento { flex-direction: column !important; }
}

@media (max-width: 768px) {
    .tf-pricing-main-title { font-size: 34px !important; }
    
    .tf-working-hours-card {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 20px !important;
    }
    
    .tf-wh-border {
        border-left: none !important; border-right: none !important;
        border-top: 1px solid #EAECEF !important; border-bottom: 1px solid #EAECEF !important;
        padding: 15px 0 !important;
        width: 100% !important;
    }

    .tf-card-head {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    .tf-card-head h2 { 
        font-size: 24px !important; 
    }
    
    .tf-head-sub {
        display: block !important;
        margin-left: 0 !important;
        margin-top: 5px !important;
    }

    .tf-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    
    .tf-row-left { padding-right: 0 !important; }
    .tf-row-right { align-self: flex-end !important; }
    
    .tf-payment-box { padding: 30px 25px !important; }
}/* End custom CSS */