/* Spójny operatorski wygląd podstron ofertowych */

body[data-current-page="oferta"],
body[data-current-page="internet"],
body[data-current-page="telewizja"],
body[data-current-page="pakiety"],
body[data-current-page="telefon"] {
    --operator-page-image: url('../img/operator-hero-oferta.jpg');
    background: linear-gradient(180deg, #f8fcff 0%, #eef7fb 44%, #f7fbff 100%);
}

body[data-current-page="internet"] {
    --operator-page-image: url('../img/operator-hero-internet.jpg');
}

body[data-current-page="telewizja"] {
    --operator-page-image: url('../img/operator-hero-telewizja.jpg');
}

body[data-current-page="pakiety"] {
    --operator-page-image: url('../img/operator-hero-pakiety.jpg');
}

body[data-current-page="telefon"] {
    --operator-page-image: url('../img/operator-hero-telefon.jpg');
}

body[data-current-page="oferta"] .page-header,
body[data-current-page="internet"] .page-header,
body[data-current-page="telewizja"] .page-header,
body[data-current-page="pakiety"] .page-header,
body[data-current-page="telefon"] .page-header {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 6.25rem) 0 clamp(3.25rem, 7vw, 5rem);
    background:
        linear-gradient(100deg, rgba(248, 252, 255, 0.98) 0%, rgba(248, 252, 255, 0.92) 45%, rgba(225, 245, 250, 0.68) 100%),
        var(--operator-page-image) right center / min(58vw, 820px) auto no-repeat;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body[data-current-page="oferta"] .page-header::before,
body[data-current-page="internet"] .page-header::before,
body[data-current-page="telewizja"] .page-header::before,
body[data-current-page="pakiety"] .page-header::before,
body[data-current-page="telefon"] .page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(14, 165, 233, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(14, 165, 233, 0.06) 1px, transparent 1px);
    background-size: 82px 82px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
    opacity: 0.42;
    pointer-events: none;
}

body[data-current-page="oferta"] .page-header::after,
body[data-current-page="internet"] .page-header::after,
body[data-current-page="telewizja"] .page-header::after,
body[data-current-page="pakiety"] .page-header::after,
body[data-current-page="telefon"] .page-header::after {
    content: '';
    position: absolute;
    right: clamp(1.5rem, 6vw, 5rem);
    bottom: 1.6rem;
    width: min(38vw, 520px);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #14b8a6, #38bdf8);
    opacity: 0.65;
}

body[data-current-page="oferta"] .page-header .container,
body[data-current-page="internet"] .page-header .container,
body[data-current-page="telewizja"] .page-header .container,
body[data-current-page="pakiety"] .page-header .container,
body[data-current-page="telefon"] .page-header .container {
    position: relative;
    z-index: 1;
}

body[data-current-page="oferta"] .header-content,
body[data-current-page="internet"] .header-content,
body[data-current-page="telewizja"] .header-content,
body[data-current-page="pakiety"] .header-content,
body[data-current-page="telefon"] .header-content {
    max-width: 690px;
}

body[data-current-page="oferta"] .page-header h1,
body[data-current-page="internet"] .page-header h1,
body[data-current-page="telewizja"] .page-header h1,
body[data-current-page="pakiety"] .page-header h1,
body[data-current-page="telefon"] .page-header h1 {
    max-width: 720px;
    margin-bottom: 1rem;
    color: #07111f;
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
}

body[data-current-page="oferta"] .page-header p,
body[data-current-page="internet"] .page-header p,
body[data-current-page="telewizja"] .page-header p,
body[data-current-page="pakiety"] .page-header p,
body[data-current-page="telefon"] .page-header p {
    max-width: 620px;
    color: #334155;
    font-size: clamp(1rem, 1.55vw, 1.22rem);
}

.header-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 1.1rem;
    color: #0369a1;
    background: linear-gradient(135deg, #e0f2fe, #ccfbf1);
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(14, 165, 233, 0.16);
}

.header-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.82rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(8px);
}

body[data-current-page="oferta"] .section,
body[data-current-page="internet"] .section,
body[data-current-page="telewizja"] .section,
body[data-current-page="pakiety"] .section,
body[data-current-page="telefon"] .section {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.section-title-modern,
.section-title-modern .gradient-text,
.content-text h2,
.content-text .gradient-text {
    color: #0f172a;
    background: none;
    -webkit-text-fill-color: currentColor;
    letter-spacing: 0;
}

.section-title-modern {
    font-size: clamp(2rem, 3.4vw, 3.1rem);
    line-height: 1.1;
}

.content-split.futuristic-split {
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.feature-list-modern {
    display: grid;
    gap: 0.72rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.feature-list-modern li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    color: #334155;
}

.feature-list-modern i {
    margin-top: 0.25rem;
    color: #0f9f7f;
}

.image-placeholder.futuristic-icon {
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(226, 245, 250, 0.86));
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.icon-glow {
    opacity: 0.16;
}

.tech-toggle-container,
.duration-toggle-container {
    margin-bottom: 1.5rem;
}

.tech-toggle,
.duration-toggle {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.tech-toggle-btn,
.duration-btn {
    border-radius: 8px;
    color: #334155;
}

.tech-toggle-btn.active,
.duration-btn.active {
    background: linear-gradient(135deg, #0369a1, #0f9f7f);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(3, 105, 161, 0.25);
}

.tech-info-banner,
.install-info-bar,
.telefon-info-bar,
.dodatkowe-oplaty,
.benefit-card,
.zaleta-card,
.multiroom-section {
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(15, 23, 42, 0.09) !important;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.pricing-grid,
.pakiety-grid,
.telefon-grid {
    gap: 1rem;
}

.pricing-card {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.09);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(20, 184, 166, 0.42);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.13);
}

.pricing-card.featured {
    background: #06253a;
    border-color: rgba(103, 232, 249, 0.3);
}

.pricing-card.featured h3,
.pricing-card.featured p,
.pricing-card.featured li,
.pricing-card.featured .price-subtitle,
.pricing-card.featured .currency,
.pricing-card.featured .telefon-minuty,
.pricing-card.featured .telefon-opis,
.pricing-card.featured .internet-speed {
    color: rgba(255, 255, 255, 0.86) !important;
}

.pricing-card.featured .amount,
.pricing-card.featured .price .amount {
    color: #ffffff !important;
}

.pricing-card .badge {
    border-radius: 999px;
    background: #14b8a6;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(20, 184, 166, 0.24);
}

.pricing-features {
    display: grid;
    gap: 0.55rem;
}

.pricing-features li {
    color: #334155;
}

.pricing-features i {
    color: #10b981;
}

.btn-channels,
.pricing-card .btn,
.telefon-grid .btn {
    border-radius: 8px;
}

.btn-channels {
    border: 1px solid rgba(3, 105, 161, 0.25);
    color: #0369a1;
    background: #e0f2fe;
}

.btn-channels:hover {
    color: #ffffff;
    background: #0369a1;
}

.install-icon,
.zaleta-icon,
.benefit-card > div:first-child {
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0369a1, #0f9f7f) !important;
}

body.dark-mode[data-current-page="oferta"],
body.dark-mode[data-current-page="internet"],
body.dark-mode[data-current-page="telewizja"],
body.dark-mode[data-current-page="pakiety"],
body.dark-mode[data-current-page="telefon"] {
    background: #07111f !important;
}

body.dark-mode[data-current-page="oferta"] .page-header,
body.dark-mode[data-current-page="internet"] .page-header,
body.dark-mode[data-current-page="telewizja"] .page-header,
body.dark-mode[data-current-page="pakiety"] .page-header,
body.dark-mode[data-current-page="telefon"] .page-header {
    background:
        linear-gradient(100deg, rgba(7, 15, 28, 0.98) 0%, rgba(9, 20, 36, 0.94) 48%, rgba(8, 47, 73, 0.82) 100%),
        var(--operator-page-image) right center / min(58vw, 820px) auto no-repeat !important;
    border-bottom-color: rgba(148, 163, 184, 0.16) !important;
}

body.dark-mode[data-current-page="oferta"] .page-header h1,
body.dark-mode[data-current-page="internet"] .page-header h1,
body.dark-mode[data-current-page="telewizja"] .page-header h1,
body.dark-mode[data-current-page="pakiety"] .page-header h1,
body.dark-mode[data-current-page="telefon"] .page-header h1,
body.dark-mode .section-title-modern,
body.dark-mode .section-title-modern .gradient-text,
body.dark-mode .content-text h2,
body.dark-mode .content-text .gradient-text {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.dark-mode[data-current-page="oferta"] .page-header p,
body.dark-mode[data-current-page="internet"] .page-header p,
body.dark-mode[data-current-page="telewizja"] .page-header p,
body.dark-mode[data-current-page="pakiety"] .page-header p,
body.dark-mode[data-current-page="telefon"] .page-header p,
body.dark-mode .feature-list-modern li {
    color: #cbd5e1 !important;
}

body.dark-mode .header-icon {
    color: #67e8f9 !important;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.22), rgba(20, 184, 166, 0.18)) !important;
}

body.dark-mode .header-badge,
body.dark-mode .tech-toggle,
body.dark-mode .duration-toggle,
body.dark-mode .pricing-card,
body.dark-mode .tech-info-banner,
body.dark-mode .install-info-bar,
body.dark-mode .telefon-info-bar,
body.dark-mode .dodatkowe-oplaty,
body.dark-mode .benefit-card,
body.dark-mode .zaleta-card,
body.dark-mode .multiroom-section,
body.dark-mode .image-placeholder.futuristic-icon {
    background: rgba(15, 23, 42, 0.86) !important;
    border-color: rgba(148, 163, 184, 0.18) !important;
    color: #e2e8f0 !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26) !important;
}

body.dark-mode .pricing-card.featured {
    background: rgba(8, 47, 73, 0.95) !important;
    border-color: rgba(103, 232, 249, 0.3) !important;
}

body.dark-mode .pricing-features li,
body.dark-mode .pricing-card p,
body.dark-mode .telefon-minuty,
body.dark-mode .telefon-opis {
    color: #cbd5e1 !important;
}

body.dark-mode .pricing-header h3,
body.dark-mode .pricing-card h3,
body.dark-mode .duration-label,
body.dark-mode .tech-toggle-btn,
body.dark-mode .duration-btn {
    color: #f8fafc !important;
}

body.dark-mode .price .amount,
body.dark-mode .pricing-card .amount {
    color: #7dd3fc !important;
}

@media (max-width: 1040px) {
    body[data-current-page="oferta"] .page-header,
    body[data-current-page="internet"] .page-header,
    body[data-current-page="telewizja"] .page-header,
    body[data-current-page="pakiety"] .page-header,
    body[data-current-page="telefon"] .page-header {
        min-height: auto;
        background:
            linear-gradient(100deg, rgba(248, 252, 255, 0.98) 0%, rgba(248, 252, 255, 0.95) 58%, rgba(235, 250, 255, 0.82) 100%),
            var(--operator-page-image) right center / auto 100% no-repeat;
    }

    body.dark-mode[data-current-page="oferta"] .page-header,
    body.dark-mode[data-current-page="internet"] .page-header,
    body.dark-mode[data-current-page="telewizja"] .page-header,
    body.dark-mode[data-current-page="pakiety"] .page-header,
    body.dark-mode[data-current-page="telefon"] .page-header {
        background:
            linear-gradient(100deg, rgba(7, 15, 28, 0.98) 0%, rgba(7, 15, 28, 0.95) 58%, rgba(8, 47, 73, 0.86) 100%),
            var(--operator-page-image) right center / auto 100% no-repeat;
    }
}

@media (max-width: 720px) {
    body[data-current-page="oferta"] .page-header,
    body[data-current-page="internet"] .page-header,
    body[data-current-page="telewizja"] .page-header,
    body[data-current-page="pakiety"] .page-header,
    body[data-current-page="telefon"] .page-header {
        padding: 3rem 0 3.5rem;
    }

    .header-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .duration-toggle,
    .tech-toggle {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .duration-btn,
    .tech-toggle-btn {
        width: 100%;
    }
}

body:not(.dark-mode)[data-current-page="oferta"] .page-header h1,
body:not(.dark-mode)[data-current-page="internet"] .page-header h1,
body:not(.dark-mode)[data-current-page="telewizja"] .page-header h1,
body:not(.dark-mode)[data-current-page="pakiety"] .page-header h1,
body:not(.dark-mode)[data-current-page="telefon"] .page-header h1 {
    color: #07111f !important;
    -webkit-text-fill-color: #07111f !important;
}

body:not(.dark-mode)[data-current-page="oferta"] .page-header p,
body:not(.dark-mode)[data-current-page="internet"] .page-header p,
body:not(.dark-mode)[data-current-page="telewizja"] .page-header p,
body:not(.dark-mode)[data-current-page="pakiety"] .page-header p,
body:not(.dark-mode)[data-current-page="telefon"] .page-header p,
body:not(.dark-mode)[data-current-page="oferta"] .feature-list-modern li,
body:not(.dark-mode)[data-current-page="internet"] .feature-list-modern li,
body:not(.dark-mode)[data-current-page="telewizja"] .feature-list-modern li,
body:not(.dark-mode)[data-current-page="pakiety"] .feature-list-modern li,
body:not(.dark-mode)[data-current-page="telefon"] .feature-list-modern li {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
}

body:not(.dark-mode)[data-current-page="oferta"] .pricing-card:not(.featured),
body:not(.dark-mode)[data-current-page="internet"] .pricing-card:not(.featured),
body:not(.dark-mode)[data-current-page="telewizja"] .pricing-card:not(.featured),
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card:not(.featured),
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured),
body:not(.dark-mode)[data-current-page="oferta"] .tech-toggle,
body:not(.dark-mode)[data-current-page="internet"] .tech-toggle,
body:not(.dark-mode)[data-current-page="telewizja"] .tech-toggle,
body:not(.dark-mode)[data-current-page="pakiety"] .duration-toggle,
body:not(.dark-mode)[data-current-page="telefon"] .duration-toggle {
    background: rgba(255, 255, 255, 0.94) !important;
    background-color: rgba(255, 255, 255, 0.94) !important;
    border-color: rgba(15, 23, 42, 0.09) !important;
}

body:not(.dark-mode)[data-current-page="oferta"] .pricing-card:not(.featured) p,
body:not(.dark-mode)[data-current-page="internet"] .pricing-card:not(.featured) p,
body:not(.dark-mode)[data-current-page="telewizja"] .pricing-card:not(.featured) p,
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card:not(.featured) p,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured) p,
body:not(.dark-mode)[data-current-page="oferta"] .pricing-card:not(.featured) li,
body:not(.dark-mode)[data-current-page="internet"] .pricing-card:not(.featured) li,
body:not(.dark-mode)[data-current-page="telewizja"] .pricing-card:not(.featured) li,
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card:not(.featured) li,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured) li,
body:not(.dark-mode)[data-current-page="oferta"] .pricing-card:not(.featured) .currency,
body:not(.dark-mode)[data-current-page="internet"] .pricing-card:not(.featured) .currency,
body:not(.dark-mode)[data-current-page="telewizja"] .pricing-card:not(.featured) .currency,
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card:not(.featured) .currency,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured) .currency,
body:not(.dark-mode)[data-current-page="oferta"] .pricing-card:not(.featured) .price-subtitle,
body:not(.dark-mode)[data-current-page="internet"] .pricing-card:not(.featured) .price-subtitle,
body:not(.dark-mode)[data-current-page="telewizja"] .pricing-card:not(.featured) .price-subtitle,
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card:not(.featured) .price-subtitle,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured) .price-subtitle,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured) .telefon-opis {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
}

body:not(.dark-mode)[data-current-page="internet"] .pricing-card:not(.featured) .internet-speed,
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card:not(.featured) .internet-speed,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card:not(.featured) .telefon-minuty {
    color: #0369a1 !important;
    -webkit-text-fill-color: #0369a1 !important;
}

body:not(.dark-mode)[data-current-page="oferta"] .header-badge,
body:not(.dark-mode)[data-current-page="internet"] .header-badge,
body:not(.dark-mode)[data-current-page="telewizja"] .header-badge,
body:not(.dark-mode)[data-current-page="pakiety"] .header-badge,
body:not(.dark-mode)[data-current-page="telefon"] .header-badge {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
}

body:not(.dark-mode)[data-current-page="oferta"] .header-badge i,
body:not(.dark-mode)[data-current-page="internet"] .header-badge i,
body:not(.dark-mode)[data-current-page="telewizja"] .header-badge i,
body:not(.dark-mode)[data-current-page="pakiety"] .header-badge i,
body:not(.dark-mode)[data-current-page="telefon"] .header-badge i {
    color: #0369a1 !important;
}

body:not(.dark-mode)[data-current-page="oferta"] .pricing-card.featured,
body:not(.dark-mode)[data-current-page="internet"] .pricing-card.featured,
body:not(.dark-mode)[data-current-page="telewizja"] .pricing-card.featured,
body:not(.dark-mode)[data-current-page="pakiety"] .pricing-card.featured,
body:not(.dark-mode)[data-current-page="telefon"] .pricing-card.featured {
    background: #06253a !important;
    background-color: #06253a !important;
    border-color: rgba(103, 232, 249, 0.34) !important;
}

body.dark-mode[data-current-page="oferta"] .page-header h1,
body.dark-mode[data-current-page="internet"] .page-header h1,
body.dark-mode[data-current-page="telewizja"] .page-header h1,
body.dark-mode[data-current-page="pakiety"] .page-header h1,
body.dark-mode[data-current-page="telefon"] .page-header h1 {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured),
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured),
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured),
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured),
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured),
body.dark-mode[data-current-page="oferta"] .tech-toggle,
body.dark-mode[data-current-page="internet"] .tech-toggle,
body.dark-mode[data-current-page="telewizja"] .tech-toggle,
body.dark-mode[data-current-page="pakiety"] .duration-toggle,
body.dark-mode[data-current-page="telefon"] .duration-toggle {
    background: rgba(15, 23, 42, 0.86) !important;
    background-color: rgba(15, 23, 42, 0.86) !important;
    border-color: rgba(148, 163, 184, 0.18) !important;
}

body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured) h3,
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured) h3,
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured) h3,
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured) h3,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) h3,
body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured) .pricing-header h3,
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured) .pricing-header h3,
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured) .pricing-header h3,
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured) .pricing-header h3,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) .pricing-header h3 {
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
}

body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured) p,
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured) p,
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured) p,
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured) p,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) p,
body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured) li,
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured) li,
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured) li,
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured) li,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) li,
body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured) .currency,
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured) .currency,
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured) .currency,
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured) .currency,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) .currency,
body.dark-mode[data-current-page="oferta"] .pricing-card:not(.featured) .price-subtitle,
body.dark-mode[data-current-page="internet"] .pricing-card:not(.featured) .price-subtitle,
body.dark-mode[data-current-page="telewizja"] .pricing-card:not(.featured) .price-subtitle,
body.dark-mode[data-current-page="pakiety"] .pricing-card:not(.featured) .price-subtitle,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) .price-subtitle,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) .telefon-minuty,
body.dark-mode[data-current-page="telefon"] .pricing-card:not(.featured) .telefon-opis {
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
}

body.dark-mode[data-current-page="oferta"] .header-badge,
body.dark-mode[data-current-page="internet"] .header-badge,
body.dark-mode[data-current-page="telewizja"] .header-badge,
body.dark-mode[data-current-page="pakiety"] .header-badge,
body.dark-mode[data-current-page="telefon"] .header-badge {
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    background: rgba(15, 23, 42, 0.78) !important;
    border-color: rgba(148, 163, 184, 0.24) !important;
}

body.dark-mode[data-current-page="oferta"] .header-badge i,
body.dark-mode[data-current-page="internet"] .header-badge i,
body.dark-mode[data-current-page="telewizja"] .header-badge i,
body.dark-mode[data-current-page="pakiety"] .header-badge i,
body.dark-mode[data-current-page="telefon"] .header-badge i {
    color: #67e8f9 !important;
}
