/* =============================================
   Provector — Strona pakietów Fiber
   ============================================= */

:root {
    --pvr-bg:      #f0f2f5;
    --pvr-white:   #ffffff;
    --pvr-text:    #1a2332;
    --pvr-muted:   #64748b;
    --pvr-orange:  #F57C00;
    --pvr-green:   #22c55e;
    --pvr-radius:  16px;
    --pvr-shadow:  0 4px 24px rgba(0,0,0,.09);
    --pvr-shadow2: 0 10px 40px rgba(0,0,0,.16);
}

/* Strony pakietów: +50% czytelności (baza rem 10px → 15px), wymiary kart w px bez zmian */
html:has(.pvr-page) {
    font-size: 15px;
}

.pvr-page { background: var(--pvr-bg); min-height: 100vh; }

/* ─── HERO ─────────────────────────────────── */
.pvr-hero {
    background: linear-gradient(135deg, #111827 0%, #1e3a5f 100%);
    color: #fff;
    padding: 52px 0 44px;
    text-align: center;
}
.pvr-container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.pvr-hero-title { font-size: 2.8rem; font-weight: 800; margin: 0 0 8px; letter-spacing: -.5px; }
.pvr-hero-title span { color: var(--pvr-orange); }
.pvr-hero-sub { font-size: 2.1rem; color: #94a3b8; margin: 0 0 32px; line-height: 1.5; }

/* Consent toggles bar */
.pvr-consents-bar {
    display: inline-flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    border-radius: 50px; padding: 13px 28px;
}
.pvr-consents-label { color: #94a3b8; font-size: .82rem; }
.pvr-toggle-wrap {
    display: flex; align-items: center; gap: 9px; cursor: pointer;
    font-size: .88rem; color: #e2e8f0; user-select: none;
}
.pvr-toggle-wrap input { position: absolute; opacity: 0; width: 0; height: 0; }
.pvr-toggle-sw {
    display: inline-block; width: 44px; height: 24px;
    background: #374151; border-radius: 50px; position: relative; flex-shrink: 0;
    transition: background .22s;
}
.pvr-toggle-sw::after {
    content: ''; position: absolute; top: 3px; left: 3px;
    width: 18px; height: 18px; background: #fff; border-radius: 50%;
    transition: transform .22s; box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.pvr-toggle-wrap input:checked + .pvr-toggle-sw { background: var(--pvr-green); }
.pvr-toggle-wrap input:checked + .pvr-toggle-sw::after { transform: translateX(20px); }
.pvr-disc { color: var(--pvr-green); font-size: .82rem; }

/* ─── KARTY ────────────────────────────────── */
.pvr-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 32px 0 16px;
}
@media (max-width: 900px) { .pvr-cards-grid { grid-template-columns: 1fr; } }

/* ─── INTERNET (obszary / kolumny) ───────────── */
.pvr-internet-areas {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 24px;
    align-items: start;
}
.pvr-internet-areas--cards {
    padding: 32px 0 8px;
    grid-template-columns: minmax(168px, 1fr) minmax(248px, 1.42fr) minmax(248px, 1.42fr) minmax(168px, 1fr);
    gap: 16px 20px;
    align-items: stretch;
}
.pvr-internet-areas--cards .pvr-internet-area-col,
.pvr-internet-areas--cards .pvr-cards-grid--internet-col {
    display: contents;
}
.pvr-internet-areas--info {
    padding: 0 0 24px;
}
@media (max-width: 900px) {
    .pvr-internet-areas { grid-template-columns: 1fr; }
    .pvr-internet-areas--cards {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .pvr-internet-areas--cards .pvr-internet-area-col,
    .pvr-internet-areas--cards .pvr-cards-grid--internet-col {
        display: block;
    }
    .pvr-internet-areas--cards .pvr-cards-grid--internet-col {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.pvr-internet-area-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--pvr-text);
    margin: 0 0 8px;
    padding-left: 14px;
    border-left: 5px solid var(--pvr-orange);
}
.pvr-internet-area--miedzyrzecz .pvr-internet-area-title { border-left-color: #2196F3; }
.pvr-internet-area--gorzow .pvr-internet-area-title { border-left-color: #F57C00; }

.pvr-internet-area-sub {
    font-size: .88rem;
    color: var(--pvr-muted);
    line-height: 1.45;
    margin: 0;
    padding-left: 19px;
}
.pvr-internet-areas--info .pvr-internet-area-sub {
    margin-bottom: 0;
}

.pvr-cards-grid--internet-col {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    padding: 0;
}
.pvr-internet-areas--cards .pvr-card--internet {
    min-width: 0;
}
.pvr-internet-area--gorzow .pvr-cards-grid--internet-col {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
    .pvr-internet-area--gorzow .pvr-cards-grid--internet-col {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
}

.pvr-card--internet .pvr-card-name { font-size: 1.2rem; }
.pvr-card--internet .pvr-speed--dl .pvr-spd-val { font-size: 2.6rem; }
.pvr-card--internet .pvr-spd-val { font-size: 2rem; }
.pvr-card--internet .pvr-price-val { font-size: 2.2rem; }

/* ─── Internet: panele Indywidualni / Firmy (menu górne) ─── */
.pvr-internet-panel {
    display: none;
}
.pvr-internet-panel.is-active {
    display: block;
}

/* ─── Internet dla firm (Fiber Biznes) ───── */
.pvr-section--internet-biz {
    margin: 8px 0 36px;
    padding-top: 8px;
}
.pvr-biz-builder-intro {
    margin: 0 0 24px;
    max-width: 920px;
}
.pvr-biz-builder-intro--card {
    margin: 0 0 18px;
    max-width: none;
    text-align: left;
}
.pvr-biz-builder-intro .pvr-sec-title {
    margin-bottom: 12px;
}
.pvr-biz-builder-title {
    margin: 0 0 10px !important;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pvr-text);
    line-height: 1.3;
}
.pvr-card--biz .pvr-biz-builder-lead {
    font-size: .92rem;
    margin: 0 0 14px !important;
}
.pvr-card--biz .pvr-biz-builder-highlights {
    gap: 8px 16px;
}
.pvr-card--biz .pvr-biz-builder-highlights li {
    font-size: .88rem;
}
.pvr-biz-builder-lead {
    font-size: 1.05rem;
    color: var(--pvr-muted);
    line-height: 1.6;
    margin: 0 0 18px;
}
.pvr-biz-builder-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}
.pvr-biz-builder-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .92rem;
    line-height: 1.45;
    color: var(--pvr-text);
    margin: 0;
}
.pvr-biz-builder-highlights__ico {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: #4338ca;
    border-radius: 8px;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1;
}
@media (max-width: 640px) {
    .pvr-biz-builder-highlights {
        grid-template-columns: 1fr;
    }
}
.pvr-biz-section-lead {
    font-size: 1.05rem;
    color: var(--pvr-muted);
    line-height: 1.5;
    margin: -8px 0 20px;
    max-width: 820px;
}

/* Porównanie biznesowe vs Orange Paczka L */
.pvr-biz-compare {
    margin: 28px 0 24px;
    max-width: 100%;
    clear: both;
}
.pvr-biz-compare__subtitle {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--pvr-text);
    margin: 0 0 10px;
}
.pvr-biz-compare__table--pricing {
    min-width: 520px;
}
.pvr-biz-compare__table--wide {
    min-width: 880px;
}
.pvr-biz-compare__table--wide thead th {
    text-align: center;
    vertical-align: middle;
}
.pvr-biz-compare__table-wrap--pricing {
    margin-bottom: 28px;
}
.pvr-biz-compare__sub {
    display: block;
    font-size: .75rem;
    color: var(--pvr-muted);
    font-weight: 400;
    margin-top: 2px;
}
.pvr-biz-compare__addon {
    font-size: .8rem;
    color: var(--pvr-muted);
}
.pvr-biz-compare__row--lose {
    background: linear-gradient(90deg, #fef2f2 0%, #fff 55%);
}
.pvr-biz-compare__save--lose {
    color: #b91c1c;
}
.pvr-biz-compare__save-label {
    display: block;
    font-size: .72rem;
    font-weight: 600;
    color: var(--pvr-muted);
    margin-top: 2px;
}
.pvr-biz-compare__row--win .pvr-biz-compare__save-label {
    color: #15803d;
}
.pvr-biz-compare__lead {
    font-size: .95rem;
    line-height: 1.5;
    color: var(--pvr-muted);
    margin-bottom: 18px;
    max-width: 920px;
}
.pvr-biz-compare__lead a {
    color: var(--pvr-orange);
    font-weight: 600;
}
.pvr-biz-compare__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
    border-radius: 14px;
    box-shadow: var(--pvr-shadow);
}
.pvr-biz-compare__table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    background: #fff;
    font-size: .88rem;
}
.pvr-biz-compare__table th,
.pvr-biz-compare__table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e8edf3;
    vertical-align: top;
    text-align: left;
}
.pvr-biz-compare__table thead th {
    background: #1e293b;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.pvr-biz-compare__table tbody th {
    background: #f8fafc;
    font-weight: 700;
    color: var(--pvr-text);
    white-space: nowrap;
}
.pvr-biz-compare__row--win {
    background: linear-gradient(90deg, #f0fdf4 0%, #fff 55%);
}
.pvr-biz-compare__speed {
    display: block;
    font-size: 1rem;
}
.pvr-biz-compare__tag {
    display: inline-block;
    margin-top: 4px;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #b45309;
    background: #fef3c7;
    padding: 2px 7px;
    border-radius: 4px;
}
.pvr-biz-compare__price strong {
    display: block;
    font-size: 1.05rem;
    color: var(--pvr-text);
}
.pvr-biz-compare__price--pvr strong {
    color: #15803d;
}
.pvr-biz-compare__price span {
    display: block;
    font-size: .8rem;
    color: var(--pvr-muted);
    margin-top: 2px;
}
.pvr-biz-compare__total {
    font-size: .78rem;
    color: var(--pvr-muted);
    margin-top: 6px;
}
.pvr-biz-compare__meta {
    font-size: .75rem;
    color: #64748b;
    margin-top: 4px;
    line-height: 1.35;
}
.pvr-biz-compare__save {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    color: #15803d;
}
.pvr-biz-compare__save-sub {
    display: block;
    font-size: .75rem;
    color: var(--pvr-muted);
    margin-top: 2px;
}
.pvr-biz-compare__save--neutral {
    color: var(--pvr-muted);
    font-weight: 600;
    font-size: .95rem;
}
.pvr-biz-compare__services {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 12px;
}
.pvr-biz-compare__services summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--pvr-text);
}
.pvr-biz-compare__services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 14px;
}
.pvr-biz-compare__services h3 {
    font-size: .92rem;
    margin: 0 0 8px;
    color: var(--pvr-text);
}
.pvr-biz-compare__services ul {
    margin: 0;
    padding-left: 18px;
    font-size: .82rem;
    line-height: 1.55;
    color: var(--pvr-muted);
}
.pvr-biz-compare__download {
    margin: 0 0 10px;
}
.pvr-biz-compare__csv-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .85rem;
    font-weight: 700;
    color: var(--pvr-orange);
    text-decoration: none;
}
.pvr-biz-compare__csv-link:hover {
    text-decoration: underline;
}
.pvr-biz-compare__note {
    font-size: .76rem;
    color: var(--pvr-muted);
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 720px) {
    .pvr-biz-compare__services-grid { grid-template-columns: 1fr; }
}
.pvr-card--biz {
    max-width: 720px;
    margin: 0 auto;
    border: 2px solid #c7d2fe;
    background: linear-gradient(180deg, #fff 0%, #f5f7ff 100%);
}
.pvr-biz-badge {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #4f46e5;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.pvr-biz-lead {
    font-size: .95rem;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 16px;
    text-align: center;
    padding: 0 8px;
}
.pvr-price-wrap--net .pvr-price--net .pvr-price-val {
    font-size: 2.6rem;
    font-weight: 900;
    color: #312e81;
}
.pvr-price-gross-line {
    font-size: .88rem;
    color: #64748b;
    margin-top: 4px;
}
.pvr-price-note--biz {
    color: #4338ca !important;
    font-size: .8rem !important;
}
.pvr-price-reg--biz {
    font-size: .84rem;
    color: #64748b;
    margin-top: 3px;
}
.pvr-biz-includes {
    list-style: none;
    margin: 16px 0;
    padding: 0 12px;
    text-align: left;
    font-size: .92rem;
    line-height: 1.5;
}
.pvr-biz-includes li {
    margin-bottom: 8px;
    color: #334155;
}
.pvr-biz-install strong {
    color: #1e293b;
}
.pvr-biz-install-gross {
    font-size: .78rem;
    color: #94a3b8;
}
.pvr-biz-details {
    margin: 10px 12px 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.pvr-biz-details summary {
    cursor: pointer;
    padding: 12px 14px;
    font-weight: 800;
    font-size: .95rem;
    color: #312e81;
    list-style: none;
}
.pvr-biz-details summary::-webkit-details-marker { display: none; }
.pvr-biz-details summary::after {
    content: '▾';
    float: right;
    color: #6366f1;
    transition: transform .15s ease;
}
.pvr-biz-details[open] summary::after { transform: rotate(180deg); }
.pvr-biz-fieldset {
    border: 0;
    margin: 0;
    padding: 0 12px 12px;
}
.pvr-biz-upload-notice {
    margin: 0 12px 10px;
    padding: 10px 12px;
    font-size: .85rem;
    line-height: 1.45;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    color: #92400e;
}
.pvr-biz-upload-notice[hidden] {
    display: none;
}
.pvr-biz-revdns {
    margin-top: 4px;
    padding: 12px 8px 10px;
    border-top: 1px solid #e2e8f0;
    border-radius: 0 0 8px 8px;
    transition: background .2s ease, border-color .2s ease;
}
.pvr-biz-revdns:not(.pvr-biz-revdns--active) {
    background: #f8fafc;
}
.pvr-biz-revdns--active {
    background: #f0fdf4;
    border-top-color: #86efac;
}
.pvr-biz-revdns__head {
    display: block;
}
.pvr-biz-revdns__badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-radius: 999px;
    vertical-align: middle;
}
.pvr-biz-revdns:not(.pvr-biz-revdns--active) .pvr-biz-revdns__badge {
    color: #64748b;
    background: #e2e8f0;
}
.pvr-biz-revdns--active .pvr-biz-revdns__badge {
    color: #166534;
    background: #bbf7d0;
}
.pvr-biz-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 8px;
    cursor: pointer;
    font-size: .9rem;
    line-height: 1.45;
}
.pvr-biz-check input {
    margin-top: 4px;
    flex-shrink: 0;
    accent-color: #4f46e5;
}
.pvr-biz-check__text {
    flex: 1;
    color: #334155;
}
.pvr-biz-check__price {
    display: block;
    margin-top: 8px;
    padding: 10px 12px;
    font-size: .85rem;
    color: #475569;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    line-height: 1.5;
}
.pvr-biz-revdns:not(.pvr-biz-revdns--active) .pvr-biz-check__price {
    color: #94a3b8;
    background: #f1f5f9;
    border-style: dashed;
}
.pvr-biz-revdns--active .pvr-biz-check__price {
    color: #334155;
    background: #fff;
    border-color: #86efac;
}
.pvr-biz-revdns__price-label {
    display: block;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 4px;
}
.pvr-biz-revdns:not(.pvr-biz-revdns--active) .pvr-biz-revdns__price-label {
    color: #94a3b8;
}
.pvr-biz-revdns--active .pvr-biz-revdns__price-label {
    color: #15803d;
}
.pvr-biz-revdns__price-value {
    color: #1e293b;
    font-size: 1rem;
}
.pvr-biz-revdns:not(.pvr-biz-revdns--active) .pvr-biz-revdns__price-value {
    color: #64748b;
}
.pvr-biz-revdns--active .pvr-biz-revdns__price-value {
    color: #166534;
}
.pvr-biz-revdns__hint {
    display: block;
    margin-top: 6px;
    font-size: .8rem;
    color: #94a3b8;
}
.pvr-biz-revdns__note {
    opacity: .75;
}
.pvr-biz-revdns--active .pvr-biz-revdns__note {
    opacity: 1;
}
.pvr-biz-check__price strong {
    color: #1e293b;
}
.pvr-biz-check__gross {
    color: #94a3b8;
    font-size: .78rem;
}
.pvr-biz-tip {
    position: relative;
    display: inline;
}
.pvr-biz-tip__trigger {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    cursor: help;
    font-weight: 600;
    color: #3730a3;
    outline: none;
}
.pvr-biz-tip__trigger:hover,
.pvr-biz-tip__trigger:focus-visible {
    color: #4f46e5;
}
.pvr-biz-tip__popup {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    z-index: 30;
    width: min(300px, 85vw);
    padding: 12px 14px;
    font-size: .82rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f8fafc;
    background: #1e293b;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
    pointer-events: none;
}
.pvr-biz-tip__popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 18px;
    border: 7px solid transparent;
    border-top-color: #1e293b;
}
.pvr-biz-tip:hover .pvr-biz-tip__popup,
.pvr-biz-tip:focus-within .pvr-biz-tip__popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .pvr-biz-tip__popup {
        transition: none;
    }
}
.pvr-biz-radio {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 8px;
    border-top: 1px solid #f1f5f9;
    cursor: pointer;
    font-size: .9rem;
    line-height: 1.45;
}
.pvr-biz-radio:first-of-type { border-top: 0; }
.pvr-biz-radio input {
    margin-top: 4px;
    flex-shrink: 0;
    accent-color: #4f46e5;
}
.pvr-biz-radio__text {
    flex: 1;
    color: #334155;
}
.pvr-biz-radio__price strong {
    color: #1e293b;
    font-size: 1rem;
}
.pvr-biz-radio__gross {
    display: block;
    font-size: .78rem;
    color: #94a3b8;
    margin-top: 2px;
}
.pvr-biz-radio__note {
    display: block;
    margin-top: 6px;
    font-size: .8rem;
    line-height: 1.45;
    color: #b45309;
    font-weight: 600;
}
.pvr-biz-radio--disabled,
.pvr-biz-radio:has(input:disabled) {
    opacity: 0.45;
    cursor: not-allowed;
}
.pvr-biz-radio--disabled input,
.pvr-biz-radio:has(input:disabled) input {
    cursor: not-allowed;
}
.pvr-card--biz .pvr-order-btn {
    margin-top: 16px;
    background: linear-gradient(135deg, #4f46e5, #3730a3);
}
.pvr-order-row--biz .pvr-order-row__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}
.pvr-order-row--biz .pvr-order-row__prices small {
    font-size: .78rem;
    color: #64748b;
}
.pvr-order-row--total {
    border-top: 2px solid #e2e8f0;
    margin-top: 8px;
    padding-top: 10px;
    font-weight: 800;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ── Porównanie kosztu 2 lat (Internet) ─────── */
.pvr-cost-compare { margin: 16px 0 28px; }
.pvr-cost-compare .pvr-sec-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 8px;
}
.pvr-cost-compare__lead {
    font-size: .95rem;
    line-height: 1.45;
    margin-bottom: 16px;
    max-width: 900px;
}
.pvr-cost-compare__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 16px;
}
.pvr-cost-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--pvr-shadow);
    border: 2px solid #e8edf3;
    border-top: 5px solid var(--cc, #2196F3);
    padding: 20px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}
.pvr-cost-card--win {
    border-color: #86efac;
    background: linear-gradient(180deg, #f0fdf4 0%, #fff 40%);
}
.pvr-cost-card__speed {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--cc, #2196F3);
    line-height: 1.2;
}
.pvr-cost-card__pkg {
    font-size: 1rem;
    font-weight: 700;
    color: var(--pvr-text);
}
.pvr-cost-card__up {
    font-size: .82rem;
    color: var(--pvr-muted);
    margin-bottom: 10px;
}
.pvr-cost-card__provector,
.pvr-cost-card__orange,
.pvr-cost-card__vectra,
.pvr-cost-card__tmobile,
.pvr-cost-card__play {
    width: 100%;
    padding: 10px 8px;
    border-radius: 10px;
}
.pvr-cost-card__rivals {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.pvr-cost-card__provector {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.pvr-cost-card__orange {
    background: #fff7ed;
    border: 1px solid #fed7aa;
}
.pvr-cost-card__vectra {
    background: #fdf2f8;
    border: 1px solid #f9a8d4;
}
.pvr-cost-card__tmobile {
    background: #fdf4ff;
    border: 1px solid #f0abfc;
}
.pvr-cost-card__play {
    background: #f5f3ff;
    border: 1px solid #c4b5fd;
}
.pvr-cost-card__brand {
    display: block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--pvr-muted);
    margin-bottom: 4px;
}
.pvr-cost-card__total {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--pvr-text);
    line-height: 1.1;
}
.pvr-cost-card--win .pvr-cost-card__provector .pvr-cost-card__total {
    color: #15803d;
}
.pvr-cost-card__per {
    display: block;
    font-size: .82rem;
    color: var(--pvr-muted);
    margin-top: 2px;
}
.pvr-cost-card__upload {
    display: block;
    font-size: .76rem;
    line-height: 1.35;
    color: #64748b;
    margin-top: 4px;
}
.pvr-cost-card__orange .pvr-cost-card__upload {
    color: #9a3412;
}
.pvr-cost-card__vectra .pvr-cost-card__upload {
    color: #9d174d;
}
.pvr-cost-card__tmobile .pvr-cost-card__upload {
    color: #a21caf;
}
.pvr-cost-card__play .pvr-cost-card__upload {
    color: #5b21b6;
}
.pvr-cost-card__vs {
    display: none;
}
.pvr-cost-card__savings-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    justify-content: center;
    width: 100%;
    margin-top: -4px;
}
.pvr-cost-card__savings-detail span {
    font-size: .75rem;
    font-weight: 600;
    color: #15803d;
    background: #dcfce7;
    padding: 3px 8px;
    border-radius: 6px;
}
.pvr-cost-card__badge {
    margin-top: 8px;
    background: #16a34a;
    color: #fff;
    font-size: .95rem;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 999px;
    width: 100%;
}
.pvr-cost-card__badge--neutral {
    background: #64748b;
}
.pvr-cost-compare__note {
    font-size: .78rem;
    color: var(--pvr-muted);
    line-height: 1.5;
    margin: 0;
    max-width: 960px;
}
.pvr-cost-compare__note a {
    color: var(--pvr-muted);
    text-decoration: underline;
}
@media (max-width: 900px) {
    .pvr-cost-compare__grid { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
}

.pvr-addons-grid--single {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    max-width: 480px;
}
.pvr-addons-grid--single .pvr-addon {
    grid-column: auto;
    grid-row: auto;
}
.pvr-addons-grid--single .pvr-addon--jambox {
    grid-column: auto;
    grid-row: auto;
}

.pvr-card {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    padding: 22px 20px 20px;
    position: relative;
    border-top: 5px solid var(--cc, #2196F3);
    display: flex; flex-direction: column; gap: 14px;
    transition: box-shadow .25s, transform .25s;
}
.pvr-card:hover { box-shadow: var(--pvr-shadow2); transform: translateY(-4px); }
.pvr-card--popular { border-top-width: 7px; }

.pvr-badge {
    position: absolute; top: -1px; right: 16px;
    background: var(--cc); color: #fff;
    font-size: .72rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
    padding: 4px 12px; border-radius: 0 0 10px 10px;
}

.pvr-card-name { font-size: 1.35rem; font-weight: 800; color: var(--pvr-text); }

/* Prędkości */
.pvr-speeds {
    display: flex; align-items: center; gap: 10px;
    background: #f0f4f8; border-radius: 12px; padding: 12px 10px;
}
.pvr-speed { flex: 1; text-align: center; }
.pvr-card--biz .pvr-spd-main {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    line-height: 1;
}
.pvr-card--biz .pvr-spd-prefix {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--cc, #4f46e5);
    letter-spacing: -.02em;
}
.pvr-spd-val { font-size: 2.85rem; font-weight: 800; color: var(--cc); line-height: 1; }
.pvr-speed--dl .pvr-spd-val { font-size: 3.65rem; }
.pvr-spd-unit { font-size: .75rem; color: var(--pvr-muted); font-weight: 700; margin-top: 2px; }
.pvr-spd-dir  { font-size: .76rem; color: var(--pvr-text); margin-top: 2px; font-weight: 600; }
.pvr-speeds-sep { width: 1px; height: 48px; background: #cbd5e1; flex-shrink: 0; }

/* TV */
.pvr-tv {
    text-align: center;
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 10px;
}
.pvr-tv-label {
    font-weight: 800; color: var(--pvr-text); font-size: 1.47rem;
    margin-bottom: 8px; letter-spacing: -.2px;
}
.pvr-tv-chips { display: flex; gap: 6px; justify-content: center; margin-bottom: 10px; flex-wrap: wrap; }
.pvr-chip {
    background: #dcfce7; color: #166534;
    padding: 4px 12px; border-radius: 20px; font-size: .85rem; font-weight: 700;
}
.pvr-chip--hd { background: #dbeafe; color: #1e40af; }
.pvr-chip-bonus-star {
    font-size: .62em;
    font-weight: 700;
    vertical-align: super;
    line-height: 0;
    margin-left: 1px;
}
.pvr-ch-btn {
    background: none; border: 2px solid var(--cc); color: var(--cc);
    border-radius: 20px; padding: 6px 16px; font-size: .88rem; font-weight: 600;
    cursor: pointer; transition: all .2s;
}
.pvr-ch-btn:hover { background: var(--cc); color: #fff; }

/* Cena */
.pvr-price-wrap {
    text-align: center;
    border-top: 1px solid #e9edf2;
    padding-top: 12px;
}
.pvr-price { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.pvr-price-val {
    font-size: 2.8rem; font-weight: 900; color: var(--pvr-text); line-height: 1;
    transition: color .2s;
}
.pvr-price-cur { font-size: 1rem; color: var(--pvr-muted); font-weight: 600; }
.pvr-price-cur small { font-size: .75rem; }
.pvr-price-note { font-size: .82rem; color: #15803d; font-weight: 700; margin-top: 3px; }
.pvr-price-reg  { font-size: .84rem; color: #64748b; margin-top: 3px; }

/* Hover details */
.pvr-hover-info {
    max-height: 0; overflow: hidden;
    transition: max-height .32s ease;
    border-top: 1px solid #f1f5f9;
}
.pvr-card:hover .pvr-hover-info,
.pvr-card:focus-within .pvr-hover-info { max-height: 420px; }

.pvr-speed-picker {
    padding: 10px 4px 8px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 6px;
}
.pvr-speed-picker-label {
    display: block;
    font-size: .92rem;
    font-weight: 800;
    color: var(--pvr-text);
    margin-bottom: 6px;
}
.pvr-speed-select {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 600;
    color: var(--pvr-text);
    background: #fff;
    cursor: pointer;
    appearance: auto;
}
.pvr-speed-select:focus {
    outline: none;
    border-color: var(--cc);
}

.pvr-hover-info ul {
    list-style: none; margin: 0; padding: 6px 4px 2px;
}
.pvr-hover-info li {
    font-size: .87rem; color: var(--pvr-text); padding: 3px 0;
    display: flex; gap: 6px;
}

/* Przycisk Zamawiam */
.pvr-order-btn {
    display: block; width: 100%; padding: 14px;
    background: var(--cc); color: #fff;
    border: none; border-radius: 10px; font-size: 1.05rem; font-weight: 800;
    cursor: pointer; transition: background .2s, transform .1s;
    margin-top: auto; letter-spacing: .2px;
}
.pvr-order-btn:hover { background: var(--cd); transform: scale(1.01); }

/* Notatka o zgodach */
.pvr-consents-note {
    background: #fffbeb; border: 1px solid #fde68a; border-radius: 10px;
    padding: 13px 18px; font-size: .82rem; color: #78350f;
    margin: 8px 0 0; line-height: 1.5;
}

.pvr-card-promo {
    margin: 0 16px 10px;
    padding: 9px 11px;
    background: #f0fdf4;
    border: 1px solid #86efac;
    border-radius: 10px;
    font-size: .78rem;
    color: #166534;
    line-height: 1.4;
    text-align: left;
}
.pvr-card-promo-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}
.pvr-card-promo-link:hover,
.pvr-card-promo-link:focus {
    color: #14532d;
    text-decoration-thickness: 2px;
}
.pvr-card-promo-note {
    display: block;
    margin-top: 5px;
    font-size: .72rem;
    color: #15803d;
    line-height: 1.35;
}
.pvr-promo-boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 7px;
}
.pvr-promo-boxes + .pvr-cards-grid {
    padding-top: 8px;
}
.pvr-promo-boxes--footer {
    margin-top: 14px;
    margin-bottom: 40px;
}
.pvr-promo-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: .88rem;
    color: #1e3a5f;
    line-height: 1.45;
}

/* ─── SEKCJE ────────────────────────────────── */
.pvr-section { margin-bottom: 52px; }
.pvr-page--internet .pvr-section--internet-addons { margin-bottom: 12px; }
.pvr-page--internet .pvr-cost-compare { margin-top: 0; margin-bottom: 24px; }
.pvr-sec-title { font-size: 1.5rem; font-weight: 800; color: var(--pvr-text); margin-bottom: 6px; }
.pvr-sec-sub { color: var(--pvr-muted); font-size: .88rem; margin-bottom: 20px; }

/* ─── DODATKI ───────────────────────────────── */
.pvr-addons-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    align-items: stretch;
}
.pvr-addons-col {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}
.pvr-addons-grid.pvr-addons-grid--single {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    max-width: 480px;
}
.pvr-addons-grid--single .pvr-addons-col {
    grid-column: auto;
}
.pvr-addons-grid--single .pvr-addon {
    grid-column: auto;
    grid-row: auto;
}
.pvr-addons-grid--single .pvr-addon--jambox {
    grid-column: auto;
    grid-row: auto;
}

/* Białe boxy w lewej kolumnie */
.pvr-addon:not(.pvr-addon--jambox) {
    background: var(--pvr-white);
    border-radius: 12px;
    box-shadow: var(--pvr-shadow);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 0;
}

/* JAMBOX go!: prawa kolumna */
.pvr-addon--jambox {
    grid-column: 2;
    align-items: flex-start;
    background: linear-gradient(135deg, #111827 0%, #1e3a5f 100%);
    color: #fff;
    border-radius: 16px;
    box-shadow: var(--pvr-shadow);
    padding: 20px 28px;
    display: flex;
    gap: 18px;
}

.pvr-addon-ico { font-size: 2.4rem; flex-shrink: 0; }
.pvr-addon-body { flex: 1; }
.pvr-addon-name  { font-weight: 700; color: var(--pvr-text); font-size: 1.55rem; line-height: 1.25; }
.pvr-addon-price { color: var(--pvr-orange); font-weight: 700; font-size: 1.45rem; margin: 2px 0; }
.pvr-addon-desc  { font-size: 1.1rem; color: var(--pvr-muted); }

.pvr-inline-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
.pvr-inline-link:hover,
.pvr-inline-link:focus {
    color: var(--pvr-orange);
    text-decoration-thickness: 2px;
}
.pvr-addon--jambox .pvr-inline-link:hover,
.pvr-addon--jambox .pvr-inline-link:focus {
    color: #fff;
    opacity: .9;
}

.pvr-addon--jambox .pvr-addon-ico { font-size: 2.8rem; margin-top: 4px; }
.pvr-addon--jambox .pvr-addon-name { color: #fff; font-size: 1.85rem; margin-bottom: 6px; }
.pvr-addon--jambox .pvr-addon-desc { color: #cbd5e1; font-size: 1.2rem; line-height: 1.5; margin-bottom: 12px; }
.pvr-addon--jambox .pvr-jgo-badge {
    display: inline-block;
    background: var(--pvr-green);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.pvr-jgo-list--compact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
}
.pvr-jgo-list--compact li {
    color: #e2e8f0;
    font-size: 1.05rem;
    padding: 3px 0;
    line-height: 1.4;
}

.pvr-add-btn {
    padding: 7px 14px; border-radius: 8px;
    border: 2px solid #e2e8f0; background: var(--pvr-white); color: var(--pvr-text);
    font-weight: 700; cursor: pointer; font-size: .82rem; transition: all .2s; white-space: nowrap;
    flex-shrink: 0;
}
.pvr-add-btn.pvr-add-btn--on { background: var(--pvr-orange); color: #fff; border-color: var(--pvr-orange); }

.pvr-addon-actions--multiroom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    margin-top: 4px;
}
.pvr-addon--multiroom {
    display: block;
    padding: 10px 12px;
}
.pvr-addon-stack--multiroom {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}
.pvr-addon--multiroom .pvr-addon-name {
    font-size: 1.35rem;
    line-height: 1.2;
}
.pvr-addon--multiroom .pvr-addon-price {
    font-size: 1.15rem;
    margin: 0;
    white-space: nowrap;
}
.pvr-addon--multiroom .pvr-addon-desc {
    font-size: .92rem;
    line-height: 1.35;
    margin: 2px 0 0;
}
.pvr-addon--multiroom.is-on {
    border: 2px solid var(--pvr-orange);
    box-shadow: 0 4px 16px rgba(245, 124, 0, .12);
}
.pvr-multiroom-picker__opts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    width: 100%;
}
.pvr-multiroom-opt {
    padding: 7px 0;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    background: var(--pvr-white);
    color: var(--pvr-text);
    font-weight: 800;
    font-size: .9rem;
    cursor: pointer;
    transition: all .2s;
}
.pvr-multiroom-opt:hover,
.pvr-multiroom-opt.is-active {
    border-color: var(--pvr-orange);
    background: #fff7ed;
    color: var(--pvr-orange);
}
.pvr-multiroom-selected__info {
    font-size: .8rem;
    font-weight: 700;
    color: var(--pvr-orange);
    text-align: left;
    line-height: 1.3;
}
.pvr-multiroom-remove {
    width: 100%;
}
.pvr-multiroom-remove.pvr-add-btn--on {
    background: var(--pvr-white);
    color: var(--pvr-text);
    border-color: #e2e8f0;
}
.pvr-multiroom-remove.pvr-add-btn--on:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

/* ─── PAKIETY TV DODATKOWE ──────────────────── */
.pvr-tv-extras {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pvr-tv-block-title {
    font-size: 1rem;
    font-weight: 800;
    color: var(--pvr-text);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-left: 12px;
    border-left: 4px solid var(--pvr-orange);
}
.pvr-tv-block--premium .pvr-tv-block-title { border-left-color: #7c3aed; }
.pvr-tv-block--tematyczne .pvr-tv-block-title { border-left-color: #0284c7; }

.pvr-tv-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: 10px;
}

.pvr-tv-card {
    width: 100%;
    min-height: 0;
    background: var(--pvr-white);
    border-radius: 12px;
    box-shadow: var(--pvr-shadow);
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #e8edf2;
    transition: border-color .2s, box-shadow .2s, transform .15s;
    box-sizing: border-box;
    text-align: center;
}
.pvr-tv-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .1);
}
.pvr-tv-card.is-on {
    border-color: var(--pvr-orange);
    background: #fffaf5;
    box-shadow: 0 6px 20px rgba(245, 124, 0, .15);
}
.pvr-tv-block--premium .pvr-tv-card { border-top: 3px solid #7c3aed; }
.pvr-tv-block--tematyczne .pvr-tv-card { border-top: 3px solid #0284c7; }

.pvr-tv-card-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    cursor: pointer;
    width: 100%;
}
.pvr-tv-card-select input.pvr-tv-chk {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.pvr-tv-card-name {
    font-size: 1.43rem;
    font-weight: 400;
    color: var(--pvr-text);
    line-height: 1.25;
    padding: 28px 4px 0;
    position: relative;
    width: 100%;
    text-align: center;
}
.pvr-tv-card-name::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border: 2px solid #cbd5e1;
    border-radius: 5px;
    background: #fff;
    transition: all .15s;
}
.pvr-tv-card.is-on .pvr-tv-card-name::before {
    background: var(--pvr-orange);
    border-color: var(--pvr-orange);
}
.pvr-tv-card.is-on .pvr-tv-card-name::after {
    content: '✓';
    position: absolute;
    left: 50%;
    top: 3px;
    margin-left: -5px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    z-index: 1;
}
.pvr-tv-card-price {
    font-weight: 800;
    color: var(--pvr-orange);
    font-size: 1.58rem;
    text-align: center;
    width: 100%;
}

.pvr-tv-ch-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e0f2fe;
    color: #0369a1;
    border: 1.5px solid #7dd3fc;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: .76rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
}

.pvr-tv-card .pvr-tv-ch-badge {
    opacity: 1;
    transform: none;
    align-self: center;
    margin: 0;
    font-size: 1.17rem;
    padding: 6px 14px;
}
.pvr-tv-card .pvr-tv-ch-badge:hover {
    background: #0369a1;
    color: #fff;
    border-color: #0369a1;
}

@media (max-width: 900px) {
    .pvr-tv-cards { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}

@media (max-width: 520px) {
    .pvr-tv-cards { grid-template-columns: repeat(2, 1fr); }
    .pvr-tv-card-name { font-size: 1.2rem; }
    .pvr-tv-card-price { font-size: 1.35rem; }
    .pvr-tv-card .pvr-tv-ch-badge { font-size: 1rem; }
}

/* ─── MODALS ────────────────────────────────── */
.pvr-modal {
    position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 99999;
    display: flex; align-items: center; justify-content: center; padding: 16px;
    animation: pvr-fade-in .18s ease;
}
.pvr-modal[hidden] { display: none; }
@keyframes pvr-fade-in { from { opacity: 0; } to { opacity: 1; } }

.pvr-modal-box {
    background: var(--pvr-white); border-radius: 20px;
    max-width: 640px; width: 100%; max-height: 88vh; overflow-y: auto;
    padding: 36px 32px; position: relative;
    box-shadow: 0 24px 64px rgba(0,0,0,.22);
    animation: pvr-slide-up .22s ease;
}
@keyframes pvr-slide-up { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } }
.pvr-modal-ch {
    max-width: min(900px, calc(100vw - 32px));
    width: auto;
}
.pvr-modal-box--order {
    max-width: min(680px, calc(100vw - 32px));
}

.pvr-modal-x {
    position: absolute; top: 14px; right: 14px;
    background: #f1f5f9; border: none; border-radius: 50%;
    width: 32px; height: 32px; cursor: pointer; font-size: .9rem;
    display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.pvr-modal-x:hover { background: #e2e8f0; }
.pvr-modal-box h2 { font-size: 1.35rem; font-weight: 800; margin-bottom: 20px; color: var(--pvr-text); }

/* Grid kanałów — flex wrap, wygrywa z Bootstrap 3 */
#pvr-modal-ch #pvr-ch-body.pvr-ch-grid,
.pvr-modal-ch #pvr-ch-body.pvr-ch-grid {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    gap: 14px 10px !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}

#pvr-modal-ch .pvr-ch-item,
.pvr-modal-ch .pvr-ch-item {
    flex: 0 0 100px !important;
    width: 100px !important;
    max-width: 100px !important;
    text-align: center !important;
    display: block !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}

#pvr-modal-ch .pvr-ch-item img,
.pvr-modal-ch .pvr-ch-item img {
    width: 80px !important;
    max-width: 80px !important;
    height: 56px !important;
    border-radius: 8px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

#pvr-modal-ch .pvr-ch-item span,
.pvr-modal-ch .pvr-ch-item span {
    display: block !important;
    font-size: .72rem !important;
    color: var(--pvr-muted) !important;
    margin-top: 5px !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
}

@media (max-width: 520px) {
    #pvr-modal-ch .pvr-ch-item,
    .pvr-modal-ch .pvr-ch-item {
        flex: 0 0 calc(33.333% - 8px) !important;
        width: calc(33.333% - 8px) !important;
        max-width: calc(33.333% - 8px) !important;
    }
}

/* Zamówienie */
.pvr-order-summary { background: #f8fafc; border-radius: 10px; padding: 16px; margin-bottom: 14px; }
.pvr-order-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 7px 0; font-size: .88rem; border-bottom: 1px solid #e9edf2; color: var(--pvr-text);
}
.pvr-order-row:last-child { border: none; }
.pvr-order-total {
    font-size: 1.1rem; font-weight: 700; text-align: right;
    padding: 12px 0 4px; border-top: 2px solid #e2e8f0;
}
.pvr-order-total strong { color: var(--pvr-orange); font-size: 1.6rem; }
.pvr-order-note { font-size: .8rem; color: var(--pvr-muted); margin-bottom: 18px; }
.pvr-order-contact-note {
    font-size: .78rem;
    color: var(--pvr-muted);
    margin: -6px 0 14px;
    line-height: 1.4;
}

.pvr-form-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px;
}
.pvr-form-row input {
    border: 1.5px solid #e2e8f0; border-radius: 8px; padding: 10px 12px;
    font-size: .88rem; width: 100%; box-sizing: border-box; transition: border-color .2s;
}
.pvr-form-row input:focus { outline: none; border-color: var(--pvr-orange); }
.pvr-form-row input.pvr-input--autofill {
    background: #f1f5f9;
    color: var(--pvr-text);
}
.pvr-form-row--nip { margin-bottom: 4px; }
/* display:grid na .pvr-form-row przebijał atrybut hidden — NIP/firma świeciły się u indywidualnych */
.pvr-form-row[hidden],
.pvr-order-contact-note[hidden],
.pvr-nip-status[hidden],
.pvr-nip-unlock[hidden] {
    display: none !important;
}
.pvr-form-row--single { grid-template-columns: 1fr; }

.pvr-order-address {
    margin-bottom: 12px;
}
.pvr-order-address__label {
    display: block;
    font-size: .82rem;
    font-weight: 600;
    color: var(--pvr-text);
    margin-bottom: 8px;
}
.pvr-order-addr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}
.pvr-order-addr-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: .75rem;
    color: var(--pvr-muted);
}
.pvr-order-addr-field select,
.pvr-order-addr-field input,
.pvr-order-addr-manual input {
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: .88rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .2s;
}
.pvr-order-addr-field select:focus,
.pvr-order-addr-field input:focus,
.pvr-order-addr-manual input:focus {
    outline: none;
    border-color: var(--pvr-orange);
}
.pvr-order-addr-field select:disabled,
.pvr-order-addr-field input:disabled {
    background: #f8fafc;
    color: #94a3b8;
}
.pvr-order-addr-manual {
    margin-bottom: 8px;
}
.pvr-order-addr-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    color: var(--pvr-muted);
    cursor: pointer;
    user-select: none;
}
.pvr-order-addr-toggle input {
    width: auto;
    margin: 0;
    accent-color: var(--pvr-orange);
}

.pvr-nip-status {
    font-size: .8rem;
    margin: 0 0 10px;
    line-height: 1.45;
}
.pvr-nip-status--loading { color: var(--pvr-muted); }
.pvr-nip-status--ok { color: #15803d; }
.pvr-nip-status--error { color: #b91c1c; }
.pvr-nip-unlock {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0;
    border: none;
    background: none;
    color: var(--pvr-orange);
    font-size: .78rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}
.pvr-nip-unlock:hover { color: #E65100; }

.pvr-submit-btn {
    display: block; width: 100%; padding: 14px;
    background: var(--pvr-orange); color: #fff;
    border: none; border-radius: 10px; font-size: 1rem; font-weight: 700;
    cursor: pointer; transition: background .2s; margin-top: 6px;
}
.pvr-submit-btn:hover { background: #E65100; }

.pvr-order-thanks {
    text-align: center; padding: 28px; font-size: 1.1rem; color: var(--pvr-green); font-weight: 700;
}

/* ─── JAMBOX GO! ─────────────────────────────── */
.pvr-jambox-go { margin-bottom: 52px; }
.pvr-jgo-inner {
    background: linear-gradient(135deg, #111827 0%, #1e3a5f 100%);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
}
@media (max-width: 720px) { .pvr-jgo-inner { grid-template-columns: 1fr; } }

.pvr-jgo-badge {
    display: inline-block; background: var(--pvr-green); color: #fff;
    font-size: .78rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
    padding: 4px 14px; border-radius: 20px; margin-bottom: 12px;
}
.pvr-jgo-text h2 { font-size: 1.7rem; font-weight: 800; margin-bottom: 12px; color: #fff; }
.pvr-jgo-text p { color: #cbd5e1; font-size: .95rem; line-height: 1.6; margin-bottom: 16px; }
.pvr-jgo-list { list-style: none; margin: 0; padding: 0; }
.pvr-jgo-list li { color: #e2e8f0; font-size: .92rem; padding: 4px 0; }

.pvr-jgo-features {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.pvr-jgo-feat {
    background: rgba(255,255,255,.1); border-radius: 12px;
    padding: 16px 14px; text-align: center;
    border: 1px solid rgba(255,255,255,.12);
}
.pvr-jgo-feat-ico { font-size: 1.8rem; margin-bottom: 6px; }
.pvr-jgo-feat-name { font-size: .78rem; color: #cbd5e1; line-height: 1.3; font-weight: 600; }

/* czytelność hover */
.pvr-check { color: #22c55e; font-weight: 700; flex-shrink: 0; }
.pvr-dot   { color: #94a3b8; flex-shrink: 0; }

/* ─── WYSZUKIWARKA ZASIĘGU (SIDUSIS) ─────────── */
.pvr-coverage {
    padding: 8px 0 20px;
}
.pvr-coverage-card {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    padding: 24px 28px;
    border: 1px solid #e2e8f0;
}
.pvr-coverage-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.pvr-coverage-ico {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}
.pvr-coverage-title {
    margin: 0 0 6px;
}
.pvr-coverage-sub {
    margin: 0;
    color: var(--pvr-muted);
    font-size: .92rem;
    line-height: 1.45;
}
.pvr-coverage-grid {
    display: grid;
    gap: 14px 16px;
}
.pvr-coverage-grid--local {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 700px) {
    .pvr-coverage-grid--local { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    .pvr-coverage-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .pvr-coverage-grid { grid-template-columns: 1fr; }
}
.pvr-coverage-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: .82rem;
    color: var(--pvr-muted);
}
.pvr-coverage-field em {
    font-style: normal;
    font-weight: 400;
    opacity: .85;
}
.pvr-coverage-field select,
.pvr-coverage-field input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: .92rem;
    color: var(--pvr-text);
    background: #fff;
}
.pvr-coverage-field select:disabled,
.pvr-coverage-field input:disabled {
    background: #f8fafc;
    color: #94a3b8;
}
.pvr-coverage-field--street {
    position: relative;
}
.pvr-coverage-autocomplete {
    position: relative;
}
.pvr-coverage-street-hint {
    font-size: .78rem;
    line-height: 1.35;
    color: #64748b;
}
.pvr-coverage-street-hint.is-ok {
    color: #15803d;
}
.pvr-coverage-street-hint.is-pick {
    color: #1d4ed8;
}
.pvr-coverage-street-hint.is-warn {
    color: #b45309;
}
.pvr-coverage-suggestions {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
    max-height: 220px;
    overflow-y: auto;
}
.pvr-coverage-suggestions li {
    padding: 9px 12px;
    font-size: .9rem;
    color: var(--pvr-text);
    cursor: pointer;
}
.pvr-coverage-suggestions li:hover,
.pvr-coverage-suggestions li.is-active {
    background: #eff6ff;
    color: #1d4ed8;
}
.pvr-order-addr-field .pvr-coverage-autocomplete,
.pvr-order-addr-field .pvr-coverage-street-hint {
    width: 100%;
}
.pvr-coverage-actions {
    margin-top: 18px;
}
.pvr-coverage-btn {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 12px 28px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .25);
}
.pvr-coverage-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, .32);
}
.pvr-coverage-btn:disabled {
    opacity: .7;
    cursor: wait;
}
.pvr-coverage-result {
    margin-top: 18px;
    border-radius: 12px;
    padding: 16px 18px;
    line-height: 1.5;
    font-size: .92rem;
}
.pvr-coverage-result.is-success {
    background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
    border: 1px solid #60a5fa;
    color: #1e3a8a;
    font-size: 1.2rem;
    padding: 22px 24px;
}
.pvr-coverage-result.is-warning {
    background: #fffbeb;
    border: 1px solid #fcd34d;
    color: #78350f;
}
.pvr-coverage-inquiry-wrap {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #fde68a;
}
.pvr-coverage-inquiry-toggle,
.pvr-coverage-inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: .92rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
}
.pvr-coverage-inquiry-toggle {
    background: linear-gradient(135deg, #b45309, #d97706);
    color: #fff;
    box-shadow: 0 8px 18px rgba(217, 119, 6, .22);
}
.pvr-coverage-inquiry-toggle:hover {
    transform: translateY(-1px);
}
.pvr-coverage-inquiry {
    margin-top: 14px;
}
.pvr-coverage-inquiry-lead {
    margin: 0 0 12px;
    font-size: .9rem;
    line-height: 1.45;
}
.pvr-coverage-inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pvr-coverage-inquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
@media (max-width: 560px) {
    .pvr-coverage-inquiry-grid { grid-template-columns: 1fr; }
}
.pvr-coverage-inquiry-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: .78rem;
    color: #92400e;
}
.pvr-coverage-inquiry-field input {
    width: 100%;
    border: 1px solid #fcd34d;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: .92rem;
    color: var(--pvr-text);
    background: #fff;
    box-sizing: border-box;
}
.pvr-coverage-inquiry-field input[readonly] {
    background: #fff7ed;
    color: #78350f;
}
.pvr-coverage-inquiry-note {
    margin: 0;
    font-size: .78rem;
    color: #92400e;
}
.pvr-coverage-inquiry-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}
.pvr-coverage-inquiry-btn {
    align-self: flex-start;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, .22);
}
.pvr-coverage-inquiry-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}
.pvr-coverage-inquiry-btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}
.pvr-coverage-inquiry-thanks {
    margin-top: 10px;
    font-weight: 600;
    color: #15803d;
}
.pvr-coverage-result.is-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #7f1d1d;
}
.pvr-coverage-result strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 6px;
}
.pvr-coverage-result.is-success strong {
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.pvr-coverage-address {
    margin: 0 0 8px;
    font-weight: 600;
}
.pvr-coverage-result.is-success .pvr-coverage-address {
    font-size: 1.17rem;
    margin-bottom: 12px;
}
.pvr-coverage-services {
    margin: 0 0 10px;
    padding-left: 18px;
}
.pvr-coverage-result.is-success .pvr-coverage-services {
    margin-bottom: 14px;
    font-size: 1.11rem;
}
.pvr-coverage-hint {
    margin: 0;
    font-size: .86rem;
}
.pvr-coverage-result.is-success .pvr-coverage-hint {
    font-size: 1.12rem;
    margin-bottom: 14px;
}
.pvr-coverage-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    align-items: center;
    margin-top: 4px;
}
.pvr-coverage-phone {
    display: inline-block;
    font-size: 2rem;
    font-weight: 800;
    color: #1d4ed8;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: 1.2;
}
.pvr-coverage-phone:hover {
    color: #1e40af;
    text-decoration: underline;
}
.pvr-coverage-email {
    display: inline-block;
    font-size: 1.17rem;
    font-weight: 600;
    color: #1e40af;
    text-decoration: none;
}
.pvr-coverage-email:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* ── layout sukcesu: info + pakiety w poziomie ── */
.pvr-coverage-success-layout {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.pvr-coverage-success-main { min-width: 0; }
.pvr-coverage-packages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    min-width: 0;
    max-width: none;
    border-left: none;
    border-top: 2px solid #93c5fd;
    padding-left: 0;
    padding-top: 16px;
}
.pvr-coverage-packages__title {
    flex: 1 0 100%;
    width: 100%;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #1e3a8a;
    margin: 0 0 2px;
}
.pvr-coverage-packages__btn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1 1 170px;
    min-width: 155px;
    background: #fff;
    border: 1.5px solid #93c5fd;
    border-radius: 10px;
    padding: 12px 14px;
    text-decoration: none;
    color: #1e3a8a;
    transition: background .15s, border-color .15s, transform .15s;
}
.pvr-coverage-packages__btn:hover {
    background: #eff6ff;
    border-color: #3b82f6;
    transform: translateY(-2px);
}
.pvr-coverage-packages__icon {
    font-size: 1.6rem;
    line-height: 1;
    flex-shrink: 0;
}
.pvr-coverage-packages__btn strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1e3a8a;
}
.pvr-coverage-packages__speed {
    display: block;
    font-style: normal;
    font-size: .82rem;
    font-weight: 700;
    color: #2563eb;
    margin-top: 2px;
}
.pvr-coverage-packages__btn small {
    display: block;
    font-size: .78rem;
    color: #3b82f6;
    margin-top: 2px;
}
@media (max-width: 680px) {
    .pvr-coverage-packages__btn { flex: 1 1 calc(50% - 6px); min-width: 140px; }
}
@media (max-width: 420px) {
    .pvr-coverage-packages__btn { flex: 1 1 100%; }
}

/* ─── DLA ABONENTA ───────────────────────────── */
.pvr-hero--compact {
    padding: 44px 0 36px;
}
.pvr-abonent-body {
    padding: 28px 20px 48px;
}
.pvr-abonent-section {
    margin-bottom: 40px;
}
.pvr-section-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--pvr-text);
    margin: 0 0 8px;
}
.pvr-section-lead {
    color: var(--pvr-muted);
    font-size: .95rem;
    margin: 0 0 20px;
    max-width: 720px;
}
.pvr-abonent-table-wrap {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    overflow: hidden;
    border: 1px solid #e8edf3;
}
.pvr-abonent-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1.104rem;
}
.pvr-abonent-table thead {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
    color: #fff;
}
.pvr-abonent-table th {
    font-size: 1.14rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.25;
}
.pvr-abonent-table th,
.pvr-abonent-table td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9edf2;
}
.pvr-abonent-table tbody td {
    font-size: 1.104rem;
    line-height: 1.45;
    color: var(--pvr-text);
    font-weight: 600;
}
.pvr-abonent-table tbody tr:nth-child(even) {
    background: #f8fafc;
}
.pvr-abonent-table tbody tr:last-child td {
    border-bottom: none;
}
.pvr-abonent-table tbody tr:hover {
    background: #eff6ff;
}
.pvr-abonent-table__num {
    width: 52px;
    max-width: 52px;
    text-align: center;
    color: #334155;
    font-weight: 800;
    font-size: 1.02rem;
}
.pvr-abonent-table__price {
    width: 120px;
    max-width: 120px;
    white-space: normal;
    text-align: right;
    color: #1e3a8a;
    font-weight: 800;
    line-height: 1.3;
}
.pvr-abonent-table__price strong {
    font-weight: 800;
    color: #1d4ed8;
}
.pvr-abonent-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 14px;
}
.pvr-abonent-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 18px 18px 16px;
    background: var(--pvr-white);
    border: 1px solid #e8edf3;
    border-radius: 14px;
    box-shadow: var(--pvr-shadow);
    text-decoration: none;
    color: inherit;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pvr-abonent-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--pvr-shadow2);
    border-color: #93c5fd;
    text-decoration: none;
    color: inherit;
}
.pvr-abonent-card__icon {
    font-size: 1.6rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}
.pvr-abonent-card__body {
    flex: 1;
    min-width: 0;
}
.pvr-abonent-card__title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1d4ed8;
    margin-bottom: 4px;
}
.pvr-abonent-card:hover .pvr-abonent-card__title {
    color: #1e40af;
}
.pvr-abonent-card__desc {
    display: block;
    font-size: .86rem;
    color: var(--pvr-muted);
    line-height: 1.45;
}
.pvr-abonent-card__arrow {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 1.1rem;
    margin-top: 4px;
    transition: transform .18s ease, color .18s ease;
}
.pvr-abonent-card:hover .pvr-abonent-card__arrow {
    color: #1d4ed8;
    transform: translateX(3px);
}
.pvr-abonent-docs-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #93c5fd;
    border-radius: var(--pvr-radius);
    padding: 24px 28px;
}
.pvr-abonent-docs-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 0 6px;
    color: #1e3a8a;
}
.pvr-abonent-docs-text {
    margin: 0;
    color: #334155;
    font-size: .92rem;
}
.pvr-abonent-docs-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: #1d4ed8;
    color: #fff !important;
    font-weight: 700;
    font-size: .92rem;
    border-radius: 999px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .18s ease, transform .18s ease;
}
.pvr-abonent-docs-btn:hover {
    background: #1e40af;
    transform: translateY(-1px);
    color: #fff !important;
}

@media (max-width: 720px) {
    .pvr-abonent-table thead {
        display: none;
    }
    .pvr-abonent-table,
    .pvr-abonent-table tbody,
    .pvr-abonent-table tr,
    .pvr-abonent-table td {
        display: block;
        width: 100%;
    }
    .pvr-abonent-table tr {
        padding: 14px 16px;
        border-bottom: 1px solid #e9edf2;
    }
    .pvr-abonent-table tr:last-child {
        border-bottom: none;
    }
    .pvr-abonent-table td {
        padding: 4px 0;
        border: none;
    }
    .pvr-abonent-table td::before {
        content: attr(data-label);
        display: block;
        font-size: 1.02rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #475569;
        margin-bottom: 4px;
    }
    .pvr-abonent-table__num::before {
        display: none !important;
    }
    .pvr-abonent-table__price {
        text-align: left;
    }
    .pvr-abonent-links {
        grid-template-columns: 1fr;
    }
}

/* ─── TELEWIZJA (Jambox) ─────────────────────── */
.pvr-tv-body {
    padding: 24px 20px 48px;
}
.pvr-tv-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.pvr-tv-nav__link {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--pvr-white);
    border: 1px solid #e2e8f0;
    color: var(--pvr-text);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.pvr-tv-nav__link:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
    text-decoration: none;
}
.pvr-tv-nav__link.is-active {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e40af 100%);
    border-color: transparent;
    color: #fff;
}
.pvr-tv-intro {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    border: 1px solid #e8edf3;
    padding: 22px 24px;
    margin-bottom: 24px;
    font-size: .95rem;
    line-height: 1.55;
}
.pvr-tv-intro img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.pvr-tv-features {
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #bfdbfe;
    border-radius: var(--pvr-radius);
    padding: 22px 24px;
    margin-bottom: 24px;
}
.pvr-tv-features__list {
    margin: 0;
    padding-left: 20px;
    columns: 2;
    column-gap: 28px;
}
.pvr-tv-features__list li {
    margin-bottom: 8px;
    line-height: 1.45;
    color: #1e3a5f;
    font-weight: 500;
}
.pvr-tv-section-heading {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 16px;
    color: var(--pvr-text);
}
.pvr-tv-callout {
    background: var(--pvr-white);
    border-left: 4px solid #1d4ed8;
    border-radius: 12px;
    box-shadow: var(--pvr-shadow);
    padding: 18px 22px;
    margin-bottom: 24px;
    line-height: 1.55;
    font-size: .95rem;
}
.pvr-tv-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.pvr-tv-tabs__btn {
    border: 1px solid #dbe3ee;
    background: #fff;
    color: var(--pvr-text);
    border-radius: 999px;
    padding: 14px 28px;
    font-size: 1.76rem;
    font-weight: 400;
    cursor: pointer;
    transition: all .18s ease;
}
.pvr-tv-tabs__btn:hover,
.pvr-tv-tabs__btn.is-active {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}
.pvr-tv-tabs__pane {
    display: none;
}
.pvr-tv-tabs__pane.is-active {
    display: block;
}
.pvr-tv-package-desc {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 1.84rem;
}
.pvr-tv-package-data,
.pvr-tv-jbx-html {
    background: var(--pvr-white);
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 16px;
}
.pvr-tv-jbx-html img {
    width: 80px;
    max-width: 80px;
    height: 56px;
    object-fit: contain;
    margin: 4px;
    border-radius: 8px;
}
.pvr-tv-loading,
.pvr-tv-error,
.pvr-tv-empty {
    padding: 20px;
    text-align: center;
    color: var(--pvr-muted);
}
.pvr-tv-package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
    margin-bottom: 12px;
}
.pvr-tv-package-card {
    --cc: #1d4ed8;
    background: var(--pvr-white);
    border: 1px solid #e8edf3;
    border-radius: 14px;
    box-shadow: var(--pvr-shadow);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
}
.pvr-tv-package-card__head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
}
.pvr-tv-package-card__title {
    margin: 0;
    font-size: 1.28rem;
    font-weight: 400;
    color: var(--pvr-text);
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.pvr-tv-package-card__price {
    flex-shrink: 0;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    font-size: 1.08rem;
    padding: 6px 10px;
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1.15;
}
.pvr-tv-package-card__meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0;
}
.pvr-tv-package-card .pvr-chip {
    font-size: 1rem;
    padding: 6px 13px;
    border-radius: 20px;
}
.pvr-tv-package-card__channels {
    width: 100%;
    margin: 2px 0 0;
    padding: 11px 14px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
}
.pvr-tv-footnote {
    font-size: .82rem;
    color: var(--pvr-muted);
    margin: 0 0 20px;
}
.pvr-tv-related {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}
.pvr-tv-related__label {
    font-size: .82rem;
    font-weight: 700;
    color: var(--pvr-muted);
    text-transform: uppercase;
    letter-spacing: .04em;
}
.pvr-tv-related__link {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--pvr-orange);
    color: #fff !important;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none !important;
}
.pvr-tv-related__link:hover {
    background: #e65100;
    color: #fff !important;
}
.pvr-tv-dekodery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.pvr-tv-dekoder {
    background: var(--pvr-white);
    border: 1px solid #e8edf3;
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    overflow: hidden;
}
.pvr-tv-dekoder__img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #f8fafc;
    padding: 16px;
}
.pvr-tv-dekoder__body {
    padding: 18px 20px 20px;
}
.pvr-tv-dekoder__title {
    margin: 0 0 10px;
    font-size: 1.1rem;
    font-weight: 800;
}
.pvr-tv-dekoder__desc {
    font-size: .9rem;
    line-height: 1.5;
    color: var(--pvr-muted);
    margin-bottom: 14px;
}
.pvr-tv-dekoder__btn {
    border: none;
    background: #1d4ed8;
    color: #fff;
    font-weight: 700;
    font-size: .88rem;
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
}
.pvr-tv-dekoder__btn:hover {
    background: #1e40af;
}
.pvr-tv-dekoder-modal {
    font-size: .92rem;
    line-height: 1.55;
}
.pvr-tv-dekoder-modal ul {
    padding-left: 18px;
}
.pvr-tv-jambox--legacy .well,
.pvr-tv-jambox--legacy .description {
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e8edf3;
}
.pvr-tv-package-card.is-highlighted {
    outline: 3px solid #2563eb;
    outline-offset: 2px;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, .15);
}

/* ─── WYSZUKIWARKA PAKIETÓW (kanały) ─────────── */
.pvr-cf-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
    margin-bottom: 8px;
}
.pvr-cf-search-wrap {
    flex: 1 1 220px;
    min-width: 0;
}
.pvr-cf-search {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 1rem;
    color: var(--pvr-text);
    background: #fff;
    box-shadow: var(--pvr-shadow);
}
.pvr-cf-search:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .15);
}
.pvr-cf-toolbar__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    font-size: .88rem;
    color: var(--pvr-muted);
    font-weight: 600;
    margin-bottom: 14px;
}
.pvr-cf-selected {
    color: #1d4ed8;
}
.pvr-cf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}
.pvr-cf-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 12px 10px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s, background .15s, transform .15s;
    position: relative;
}
.pvr-cf-item:hover {
    border-color: #93c5fd;
    transform: translateY(-1px);
}
.pvr-cf-item.is-on {
    border-color: var(--pvr-orange);
    background: #fffaf5;
}
.pvr-cf-chk {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
    accent-color: var(--pvr-orange);
    cursor: pointer;
}
.pvr-cf-item__logo {
    width: 56px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
.pvr-cf-item__logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pvr-cf-item__name {
    font-size: 1.56rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--pvr-text);
    word-break: break-word;
}
.pvr-cf-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--pvr-muted);
    padding: 28px 12px;
}
.pvr-cf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
    justify-content: flex-end;
}
.pvr-cf-btn {
    border: none;
    border-radius: 999px;
    padding: 12px 24px;
    font-size: .95rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform .15s, opacity .15s;
}
.pvr-cf-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.pvr-cf-btn--primary {
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .25);
}
.pvr-cf-btn--primary:hover:not(:disabled) {
    transform: translateY(-1px);
}
.pvr-cf-btn--ghost {
    background: #fff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.pvr-cf-results {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    border: 1px solid #e2e8f0;
    box-shadow: var(--pvr-shadow);
    padding: 22px 24px;
}
.pvr-cf-results__title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 800;
}
.pvr-cf-results__sub {
    margin: 0 0 20px;
    color: var(--pvr-muted);
    font-size: 1.38rem;
    line-height: 1.5;
}
.pvr-cf-tier {
    margin-bottom: 28px;
}
.pvr-cf-tier--perfect {
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
    border: 2px solid #34d399;
    border-radius: 16px;
    padding: 18px 18px 8px;
    box-shadow: 0 8px 24px rgba(16, 185, 129, .12);
}
.pvr-cf-tier__title {
    margin: 0 0 6px;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pvr-text);
}
.pvr-cf-tier--perfect .pvr-cf-tier__title {
    color: #047857;
    font-size: 1.25rem;
}
.pvr-cf-tier__sub {
    margin: 0 0 14px;
    font-size: .9rem;
    color: #065f46;
    line-height: 1.45;
}
.pvr-cf-result--perfect {
    border-color: #6ee7b7;
    background: #fff;
    box-shadow: 0 4px 16px rgba(16, 185, 129, .1);
}
.pvr-cf-result__price {
    margin: 6px 0 10px;
}
.pvr-cf-result__price-val {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--pvr-orange);
    line-height: 1.1;
}
.pvr-cf-result__price-val small {
    font-size: .95rem;
    font-weight: 700;
}
.pvr-cf-result__price-note {
    display: block;
    line-height: 1.4;
}
.pvr-cf-result__price-note--main {
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: .01em;
}
.pvr-cf-result__price-note--sub {
    margin-top: 3px;
    font-size: .82rem;
    font-weight: 500;
    color: var(--pvr-muted);
}
.pvr-cf-result__price-base {
    display: inline-block;
    margin-top: 6px;
    font-size: .82rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
}
.pvr-cf-result__price-base:hover {
    text-decoration: underline;
}
.pvr-cf-result__match {
    margin: 0;
    font-size: .88rem;
    font-weight: 700;
    color: #64748b;
}
.pvr-cf-result__match--perfect {
    color: #047857;
    font-size: .95rem;
}
.pvr-cf-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}
.pvr-cf-tier--perfect .pvr-cf-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.pvr-cf-tier--perfect .pvr-cf-group .pvr-cf-result {
    flex: 0 0 auto;
    width: clamp(280px, 38%, 440px);
}
.pvr-cf-group__title {
    grid-column: 1 / -1;
    margin: 0 0 4px;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #64748b;
}
.pvr-cf-result {
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 14px 14px 12px;
    margin-bottom: 0;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}
.pvr-cf-result__head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}
.pvr-cf-result__name {
    margin: 0;
    font-size: 1.61rem;
    font-weight: 800;
    color: var(--pvr-text);
    line-height: 1.25;
    flex: 1 1 140px;
}
.pvr-cf-result__link {
    font-size: .9rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}
.pvr-cf-result__link:hover {
    text-decoration: underline;
}
.pvr-cf-result__label {
    margin: 0;
    font-size: .88rem;
    font-weight: 600;
    color: var(--pvr-muted);
}
.pvr-cf-result__chips {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: 8px;
    margin-bottom: 0;
    width: 100%;
}
.pvr-cf-result__chips--md {
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 6px;
}
.pvr-cf-result__chips--sm {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 5px;
}
.pvr-cf-result__chips--muted .pvr-cf-chip {
    opacity: .85;
}
.pvr-cf-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 8px;
    font-size: 1.44rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--pvr-text);
    min-height: 0;
    word-break: break-word;
    position: relative;
}
.pvr-cf-result__chips--md .pvr-cf-chip {
    gap: 4px;
    padding: 7px 5px;
    font-size: 1.18rem;
    border-radius: 8px;
}
.pvr-cf-result__chips--sm .pvr-cf-chip {
    gap: 3px;
    padding: 5px 4px;
    font-size: 0.98rem;
    border-radius: 7px;
}
.pvr-cf-chip--missing {
    background: #f8fafc;
    border-color: #e2e8f0;
}
.pvr-cf-chip--missing .pvr-cf-chip__name {
    color: #94a3b8;
}
.pvr-cf-chip--missing img {
    filter: grayscale(1) opacity(.45);
}
.pvr-cf-chip__x {
    display: block;
    font-size: .75em;
    font-weight: 900;
    color: #ef4444;
    line-height: 1;
    margin-top: -2px;
}
.pvr-cf-chip img {
    width: 44px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}
.pvr-cf-result__chips--md .pvr-cf-chip img {
    width: 36px;
    height: 26px;
}
.pvr-cf-result__chips--sm .pvr-cf-chip img {
    width: 28px;
    height: 20px;
}
.pvr-cf-chip span {
    display: block;
    width: 100%;
}
.pvr-cf-chip__hint {
    margin-top: 2px;
    font-size: .62em;
    font-weight: 600;
    line-height: 1.2;
    color: #1e3a8a;
}
.pvr-cf-all-ch-btn {
    align-self: flex-start;
    margin-top: 4px;
}
@media (max-width: 720px) {
    .pvr-tv-features__list { columns: 1; }
    .pvr-tv-dekodery { grid-template-columns: 1fr; }
    .pvr-cf-grid { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
    .pvr-cf-group { grid-template-columns: 1fr; }
    .pvr-cf-result__chips { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); }
    .pvr-cf-chip { font-size: 1.08rem; }
    .pvr-cf-toolbar { flex-direction: column; align-items: stretch; }
    .pvr-cf-actions { margin-left: 0; width: 100%; }
    .pvr-cf-actions .pvr-cf-btn { flex: 1 1 auto; }
}

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width: 640px) {
    .pvr-hero-title { font-size: 1.9rem; }
    .pvr-consents-bar { padding: 12px 16px; gap: 10px; }
    .pvr-form-row { grid-template-columns: 1fr; }
    .pvr-order-addr-grid { grid-template-columns: 1fr; }
    .pvr-price-val { font-size: 2.4rem; }
    .pvr-speed--dl .pvr-spd-val { font-size: 2.6rem; }
    .pvr-modal-box { padding: 24px 18px; }
}

/* ============================================================
   PORÓWNYWARKA PAKIETÓW
   ============================================================ */

.pvr-cmp {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* --- Selector --- */
.pvr-cmp-selector__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.pvr-cmp-count {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pvr-muted);
}
.pvr-cmp-count strong {
    color: var(--pvr-text);
    font-size: 1.15rem;
}
.pvr-cmp-group {
    margin-bottom: 24px;
}
.pvr-cmp-group__title {
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #64748b;
    margin: 0 0 10px;
}
.pvr-cmp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

/* Package selector card */
.pvr-cmp-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
    text-align: left;
    transition: border-color .15s, box-shadow .15s, background .15s;
    position: relative;
}
.pvr-cmp-card:hover:not(.is-disabled) {
    border-color: #10b981;
    box-shadow: 0 2px 10px rgba(16,185,129,.12);
}
.pvr-cmp-card.is-selected {
    border-color: #10b981;
    background: #f0fdf4;
    box-shadow: 0 2px 12px rgba(16,185,129,.18);
}
.pvr-cmp-card.is-disabled {
    opacity: .4;
    cursor: not-allowed;
}
.pvr-cmp-card__check {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #fff;
    transition: all .15s;
    flex-shrink: 0;
}
.pvr-cmp-card.is-selected .pvr-cmp-card__check {
    background: #10b981;
    border-color: #10b981;
}
.pvr-cmp-card.is-selected .pvr-cmp-card__check::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translate(2px, -1px);
    margin: 2px auto 0;
}
.pvr-cmp-card__name {
    font-size: 1rem;
    font-weight: 800;
    color: var(--pvr-text);
    padding-right: 26px;
    line-height: 1.3;
}
.pvr-cmp-card__speed {
    font-size: .78rem;
    font-weight: 600;
    color: #1d4ed8;
}
.pvr-cmp-card__price {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--pvr-orange);
}
.pvr-cmp-card__ch {
    font-size: .78rem;
    font-weight: 600;
    color: var(--pvr-muted);
}

/* --- Results --- */
.pvr-cmp-results {
    border-top: 2px solid #e2e8f0;
    padding-top: 28px;
}

.pvr-cmp-header {
    margin-bottom: 28px;
}
.pvr-cmp-header__title {
    font-size: 1.35rem;
    font-weight: 900;
    color: var(--pvr-text);
    margin: 0 0 8px;
}
.pvr-cmp-header__pkgs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.pvr-cmp-header__pkg-link {
    font-size: 1rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
    background: #eff6ff;
    border-radius: 20px;
    padding: 4px 14px;
    transition: background .15s;
}
.pvr-cmp-header__pkg-link:hover {
    background: #dbeafe;
    text-decoration: underline;
}
.pvr-cmp-header__vs {
    font-size: .85rem;
    font-weight: 700;
    color: #94a3b8;
}
.pvr-cmp-header__note {
    margin: 10px 0 0;
    font-size: .88rem;
    color: var(--pvr-muted);
    line-height: 1.4;
}

/* Section wrapper */
.pvr-cmp-section {
    margin-bottom: 36px;
}
.pvr-cmp-section__title {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--pvr-text);
    margin: 0 0 4px;
}
.pvr-cmp-section__sub {
    font-size: .85rem;
    color: var(--pvr-muted);
    margin: 0 0 16px;
}

/* Unique columns */
.pvr-cmp-columns {
    display: grid;
    gap: 16px;
}
.pvr-cmp-columns--2 { grid-template-columns: repeat(2, 1fr); }
.pvr-cmp-columns--3 { grid-template-columns: repeat(3, 1fr); }

.pvr-cmp-col {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pvr-cmp-col__head {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}
.pvr-cmp-col__name {
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--pvr-text);
    line-height: 1.3;
}
.pvr-cmp-col__speed {
    font-size: .8rem;
    font-weight: 600;
    color: #1d4ed8;
}
.pvr-cmp-col__price {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--pvr-orange);
    line-height: 1.1;
}
.pvr-cmp-col__price small {
    font-size: .8rem;
    font-weight: 700;
}
.pvr-cmp-col__link {
    display: inline-block;
    font-size: .82rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
    margin-top: 2px;
}
.pvr-cmp-col__link:hover { text-decoration: underline; }
.pvr-cmp-col__count {
    margin: 6px 0 0;
    font-size: .78rem;
    font-weight: 600;
    color: var(--pvr-muted);
}

/* Common section */
.pvr-cmp-section--common .pvr-cf-result__chips {
    background: #f0fdf4;
    border-radius: 14px;
    padding: 14px;
}
.pvr-cmp-chips {
    width: 100%;
}

.pvr-cmp-empty-note {
    font-size: .88rem;
    color: var(--pvr-muted);
    font-style: italic;
    margin: 4px 0;
}

/* Column inner sections */
.pvr-cmp-col__section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pvr-cmp-col__section-label {
    margin: 0;
    font-size: .82rem;
    font-weight: 800;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: .4px;
}

/* Add-on suggestions */
.pvr-cmp-addons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px dashed #cbd5e1;
}
.pvr-cmp-addons__title {
    font-size: 1.76rem;
    font-weight: 900;
    color: var(--pvr-text);
    margin: 0;
}
.pvr-cmp-addons__sub {
    font-size: 1.37rem;
    color: var(--pvr-muted);
    margin: -4px 0 0;
}
.pvr-cmp-addon {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #f59e0b;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pvr-cmp-addon__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
}
.pvr-cmp-addon__name {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--pvr-text);
    flex: 1 1 auto;
}
.pvr-cmp-addon__price {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pvr-orange);
    white-space: nowrap;
}
.pvr-cmp-addon__price small {
    font-size: 1rem;
    font-weight: 700;
}
.pvr-cmp-addon__link {
    font-size: .78rem;
    font-weight: 700;
    color: #1d4ed8;
    text-decoration: none;
    white-space: nowrap;
}
.pvr-cmp-addon__link:hover { text-decoration: underline; }
.pvr-cmp-addon__ch-btn {
    font-size: .82rem;
    font-weight: 700;
    color: #1d4ed8;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    padding: 4px 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s;
}
.pvr-cmp-addon__ch-btn:hover {
    background: #dbeafe;
}
.pvr-cmp-addon__note {
    font-size: 1.09rem;
    font-weight: 600;
    color: var(--pvr-muted);
    margin: 0;
}

@media (max-width: 860px) {
    .pvr-cmp-columns--3 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .pvr-cmp-columns--2,
    .pvr-cmp-columns--3 { grid-template-columns: 1fr; }
    .pvr-cmp-cards { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}

/* ---------- Kontakt ---------- */
.pvr-page--contact .pvr-contact-body {
    padding-bottom: 20px;
}
.pvr-page--contact {
    min-height: auto;
}
.pvr-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: start;
}
.pvr-contact-section {
    margin-bottom: 32px;
}
.pvr-contact-offices {
    display: grid;
    gap: 16px;
}
.pvr-contact-office {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.pvr-contact-office__title {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pvr-text, #0f172a);
}
.pvr-contact-office__company,
.pvr-contact-office__hours,
.pvr-contact-office__address {
    margin: 0 0 8px;
    font-size: .9rem;
    line-height: 1.5;
    color: #475569;
}
.pvr-contact-office__list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    border-top: 1px solid #f1f5f9;
}
.pvr-contact-office__list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f8fafc;
    font-size: .88rem;
}
.pvr-contact-office__list li span:first-child {
    color: #64748b;
}
.pvr-contact-office__list a {
    color: #3730a3;
    font-weight: 700;
    text-decoration: none;
}
.pvr-contact-office__list a:hover {
    text-decoration: underline;
}
.pvr-contact-channels {
    display: grid;
    gap: 14px;
}
.pvr-contact-channel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
}
.pvr-contact-channel h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 800;
    color: var(--pvr-text, #0f172a);
}
.pvr-contact-channel p {
    margin: 0 0 8px;
    font-size: .88rem;
    line-height: 1.55;
    color: #475569;
}
.pvr-contact-channel__action {
    margin-bottom: 0 !important;
}
.pvr-contact-channel__action a {
    color: #3730a3;
    font-weight: 700;
    text-decoration: none;
}
.pvr-contact-channel__action a:hover {
    text-decoration: underline;
}
.pvr-contact-form-wrap {
    position: sticky;
    top: 88px;
}
.pvr-contact-form-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 22px 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.pvr-contact-form-box__title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--pvr-text, #0f172a);
}
.pvr-contact-form-box__lead {
    margin: 0 0 18px;
    font-size: .88rem;
    line-height: 1.55;
    color: #64748b;
}
.pvr-contact-form .pvr-form-field {
    display: block;
    margin-bottom: 12px;
}
.pvr-contact-form .pvr-form-field > span {
    display: block;
    margin-bottom: 6px;
    font-size: .82rem;
    font-weight: 700;
    color: #334155;
}
.pvr-contact-form input,
.pvr-contact-form select,
.pvr-contact-form textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 11px 12px;
    font: inherit;
    color: #0f172a;
    background: #fff;
    box-sizing: border-box;
}
.pvr-contact-form input:focus,
.pvr-contact-form select:focus,
.pvr-contact-form textarea:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
}
.pvr-contact-form textarea {
    resize: vertical;
    min-height: 140px;
}
.pvr-contact-submit {
    width: 100%;
    margin-top: 4px;
}
.pvr-contact-form-note {
    margin: 12px 0 0;
    font-size: .78rem;
    line-height: 1.45;
    color: #94a3b8;
}
.pvr-contact-thanks {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #ecfdf5;
    border: 1px solid #86efac;
    color: #166534;
    font-weight: 600;
}
.pvr-contact-hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 960px) {
    .pvr-contact-grid {
        grid-template-columns: 1fr;
    }
    .pvr-contact-form-wrap {
        position: static;
    }
}

/* ---------- Zasięg (dedykowana strona) ---------- */
.pvr-page--zasieg {
    min-height: auto;
}
.pvr-page--zasieg .pvr-zasieg-body {
    padding-bottom: 20px;
}
.pvr-page--zasieg .pvr-coverage {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* =============================================
   Strona startowa
   ============================================= */
.pvr-page--home {
    min-height: auto;
}

.pvr-home-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #1d4ed8 100%);
    color: #fff;
    padding: 64px 0 72px;
    position: relative;
    overflow: hidden;
}
.pvr-home-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 85% 20%, rgba(245,124,0,.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 10% 80%, rgba(59,130,246,.15) 0%, transparent 55%);
    pointer-events: none;
}
.pvr-home-hero__inner {
    position: relative;
    max-width: 780px;
}
.pvr-home-hero__eyebrow {
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0 0 16px;
}
.pvr-home-hero__title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -.5px;
}
.pvr-home-hero__title span {
    display: block;
    color: var(--pvr-orange);
}
.pvr-home-hero__sub {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #cbd5e1;
    margin: 0 0 36px;
    max-width: 640px;
}
.pvr-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pvr-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border-radius: 50px;
    font-size: .95rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform .15s, box-shadow .15s, background .15s;
    cursor: pointer;
    white-space: nowrap;
}
.pvr-home-btn:hover { transform: translateY(-1px); }
.pvr-home-btn--primary {
    background: var(--pvr-orange);
    color: #fff;
    box-shadow: 0 4px 16px rgba(245,124,0,.35);
}
.pvr-home-btn--primary:hover {
    background: #e65100;
    box-shadow: 0 6px 20px rgba(245,124,0,.45);
}
.pvr-home-btn--secondary {
    background: #fff;
    color: #1e3a5f;
}
.pvr-home-btn--secondary:hover { background: #f1f5f9; }
.pvr-home-btn--ghost {
    background: transparent;
    color: #e2e8f0;
    border-color: rgba(255,255,255,.3);
}
.pvr-home-btn--ghost:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.5);
}
.pvr-home-btn--ghost-light {
    color: #fff;
    border-color: rgba(255,255,255,.45);
}

.pvr-home-stats {
    margin-top: -36px;
    position: relative;
    z-index: 2;
    padding-bottom: 8px;
}
.pvr-home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.pvr-home-stat {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    padding: 24px 20px;
    text-align: center;
}
.pvr-home-stat__value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e3a5f;
    line-height: 1.2;
    margin-bottom: 4px;
}
.pvr-home-stat__label {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    color: var(--pvr-text);
    margin-bottom: 2px;
}
.pvr-home-stat__note {
    display: block;
    font-size: .78rem;
    color: var(--pvr-muted);
}

.pvr-home-section {
    padding: 64px 0;
}
.pvr-home-section--alt {
    background: var(--pvr-white);
}
.pvr-home-section__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
}
.pvr-home-section__head--compact { margin-bottom: 36px; }
.pvr-home-section__title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--pvr-text);
    margin: 0 0 12px;
    letter-spacing: -.3px;
}
.pvr-home-section__lead {
    font-size: 1.05rem;
    color: var(--pvr-muted);
    line-height: 1.6;
    margin: 0;
}

.pvr-home-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pvr-home-service {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s;
}
.pvr-home-service:hover {
    box-shadow: var(--pvr-shadow2);
    transform: translateY(-3px);
}
.pvr-home-service__icon {
    font-size: 2.2rem;
    margin-bottom: 16px;
    line-height: 1;
}
.pvr-home-service__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--pvr-text);
    margin: 0 0 10px;
}
.pvr-home-service__desc {
    font-size: .92rem;
    color: var(--pvr-muted);
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}
.pvr-home-service__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.pvr-home-service__list li {
    font-size: .85rem;
    color: var(--pvr-text);
    padding: 5px 0 5px 20px;
    position: relative;
}
.pvr-home-service__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pvr-green);
    font-weight: 700;
}
.pvr-home-service__link {
    font-size: .9rem;
    font-weight: 600;
    color: #1d4ed8;
    text-decoration: none;
    margin-top: auto;
}
.pvr-home-service__link:hover { color: var(--pvr-orange); }

.pvr-home-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.pvr-home-benefit {
    padding: 28px 24px;
    border-radius: var(--pvr-radius);
    background: var(--pvr-bg);
    border: 1px solid #e2e8f0;
}
.pvr-home-benefit__icon {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 12px;
}
.pvr-home-benefit__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--pvr-text);
    margin: 0 0 8px;
}
.pvr-home-benefit__desc {
    font-size: .88rem;
    color: var(--pvr-muted);
    line-height: 1.6;
    margin: 0;
}

.pvr-home-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pvr-home-highlight {
    text-align: center;
    padding: 28px 20px;
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
}
.pvr-home-highlight__icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 12px;
}
.pvr-home-highlight__title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--pvr-text);
    margin: 0 0 8px;
}
.pvr-home-highlight__desc {
    font-size: .82rem;
    color: var(--pvr-muted);
    line-height: 1.55;
    margin: 0;
}

.pvr-home-cta {
    background: linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 100%);
    color: #fff;
    padding: 56px 0;
}
.pvr-home-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
.pvr-home-cta__title {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -.3px;
}
.pvr-home-cta__sub {
    font-size: 1rem;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.55;
    max-width: 480px;
}
.pvr-home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 960px) {
    .pvr-home-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .pvr-home-services { grid-template-columns: 1fr; }
    .pvr-home-benefits { grid-template-columns: repeat(2, 1fr); }
    .pvr-home-highlights { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .pvr-home-hero { padding: 48px 0 56px; }
    .pvr-home-stats__grid { grid-template-columns: 1fr 1fr; }
    .pvr-home-benefits { grid-template-columns: 1fr; }
    .pvr-home-highlights { grid-template-columns: 1fr; }
    .pvr-home-cta__inner { flex-direction: column; align-items: flex-start; }
    .pvr-home-hero__actions,
    .pvr-home-cta__actions { flex-direction: column; width: 100%; }
    .pvr-home-btn { width: 100%; text-align: center; }
}

/* =============================================
   Menu Możliwości + strony treści JAMBOX
   ============================================= */
.pvr-mozliwosci-menu > .dropdown-menu {
    min-width: 260px;
    max-height: min(75vh, 520px);
    overflow-y: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.pvr-mozliwosci-header {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #64748b !important;
    padding: 10px 20px 4px !important;
    margin-top: 4px;
    pointer-events: none;
}
.pvr-mozliwosci-menu > .dropdown-menu > li:first-child.pvr-mozliwosci-header {
    margin-top: 0;
}

.pvr-page--mozliwosci {
    min-height: auto;
}
.pvr-mozliwosci-body {
    padding: 32px 0 48px;
}
.pvr-mozliwosci-content {
    background: var(--pvr-white);
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
    padding: 28px 24px 36px;
    overflow: hidden;
}
.pvr-mozliwosci-content section {
    margin-bottom: 28px;
}
.pvr-mozliwosci-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.pvr-mozliwosci-content h2,
.pvr-mozliwosci-content h3,
.pvr-mozliwosci-content h4 {
    color: var(--pvr-text);
    margin: 1.2em 0 .6em;
    line-height: 1.3;
}
.pvr-mozliwosci-content p,
.pvr-mozliwosci-content li {
    color: #334155;
    line-height: 1.65;
    font-size: .95rem;
}
.pvr-mozliwosci-content a {
    color: #1d4ed8;
    text-decoration: underline;
}
.pvr-mozliwosci-content a:hover {
    color: var(--pvr-orange);
}
.pvr-mozliwosci-content .butn,
.pvr-mozliwosci-content .btn,
.pvr-mozliwosci-content a.butn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: var(--pvr-orange);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    margin: 8px 0;
}
/* Karty Możliwości (CatchUp, StartOver…) — Bootstrap 3 float/col psuje układ */
.pvr-mozliwosci-content .pvr-moz-feature-grid,
.pvr-mozliwosci-content .row:has(.service-simple) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 20px 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.pvr-mozliwosci-content .pvr-moz-feature-grid::before,
.pvr-mozliwosci-content .pvr-moz-feature-grid::after,
.pvr-mozliwosci-content .row:has(.service-simple)::before,
.pvr-mozliwosci-content .row:has(.service-simple)::after {
    display: none !important;
    content: none !important;
}
.pvr-mozliwosci-content .pvr-moz-feature-grid > [class*="col-"],
.pvr-mozliwosci-content .row:has(.service-simple) > [class*="col-"] {
    float: none !important;
    flex: unset !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.pvr-mozliwosci-content .service-simple {
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 100%;
}
.pvr-mozliwosci-content .service-simple-inner {
    padding: 16px;
}
.pvr-mozliwosci-content .service-simple .overflow-hidden {
    overflow: hidden;
    max-width: 100%;
}
.pvr-mozliwosci-content .service-simple .overflow-hidden img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 0;
}
.pvr-mozliwosci-content .bg-dark {
    background: linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 100%) !important;
    border-radius: var(--pvr-radius);
    padding: 28px 20px;
    margin-bottom: 28px;
    overflow: hidden;
}
/* Bootstrap .container/.col wewnątrz sekcji importu — zerujemy, bo psują wyrównanie siatki */
.pvr-mozliwosci-content section .container,
.pvr-mozliwosci-content section .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
.pvr-mozliwosci-content section .container::before,
.pvr-mozliwosci-content section .container::after,
.pvr-mozliwosci-content section .container > [class*="col-"]::before,
.pvr-mozliwosci-content section .container > [class*="col-"]::after {
    display: none !important;
    content: none !important;
}
.pvr-mozliwosci-content section .container > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
    box-sizing: border-box;
}
.pvr-mozliwosci-content .bg-dark .text-white,
.pvr-mozliwosci-content .bg-dark .section-heading h2,
.pvr-mozliwosci-content .bg-dark .section-heading p {
    color: #fff !important;
}
.pvr-mozliwosci-content .bg-dark .service-simple,
.pvr-mozliwosci-content .bg-dark .service-simple h4,
.pvr-mozliwosci-content .bg-dark .service-simple p {
    color: var(--pvr-text) !important;
}
.pvr-mozliwosci-content .bg-extra-dark-gray {
    background: #0f172a !important;
    border-radius: var(--pvr-radius);
    padding: 28px 20px;
    color: #fff;
    overflow: hidden;
}
.pvr-mozliwosci-content .bg-extra-dark-gray h2,
.pvr-mozliwosci-content .bg-extra-dark-gray p {
    color: #fff !important;
}
.pvr-mozliwosci-content .embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 16px;
}
.pvr-mozliwosci-content .embed-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.pvr-mozliwosci-content .recom-list ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    float: none !important;
    clear: both !important;
}
.pvr-mozliwosci-content .recom-list li.views-row {
    float: none !important;
    margin: 0;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    min-width: 0;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}
.pvr-mozliwosci-content .recom-list h6 {
    margin: 0 0 10px;
    font-size: .95rem;
    font-weight: 700;
    color: var(--pvr-text);
}
.pvr-mozliwosci-content .recom-list .field-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    border-radius: 8px;
}
/* Banery zigzag (JAMBOX go!, VOD…) — 2 kolumny, nie 3 */
.pvr-mozliwosci-content .zigzag-section {
    background: #f1f5f9 !important;
    border-radius: var(--pvr-radius);
    padding: 28px 20px;
    margin: 28px 0;
    overflow: hidden;
}
.pvr-mozliwosci-content .zigzag-section .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
    align-items: center !important;
    margin: 0 0 32px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.pvr-mozliwosci-content .zigzag-section .row:last-child {
    margin-bottom: 0 !important;
}
.pvr-mozliwosci-content .zigzag-section .row::before,
.pvr-mozliwosci-content .zigzag-section .row::after {
    display: none !important;
    content: none !important;
}
.pvr-mozliwosci-content .zigzag-section .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.pvr-mozliwosci-content .zigzag-section [class*="order-lg-1"] {
    order: 1 !important;
}
.pvr-mozliwosci-content .zigzag-section [class*="order-lg-2"] {
    order: 2 !important;
}
.pvr-mozliwosci-content .zigzag-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}
.pvr-mozliwosci-content .zigzag-block {
    padding: 0 !important;
}
.pvr-mozliwosci-content .zigzag-block .title {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--pvr-orange);
    margin-bottom: 8px;
}
.pvr-mozliwosci-content .zigzag-block h4 {
    margin: 0 0 12px;
}
.pvr-mozliwosci-content .zigzag-block .readmore {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 22px;
    border-radius: 50px;
    background: var(--pvr-orange);
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
}

/* VOD — układ 2 kolumny: media lewo, tekst prawo */
.pvr-mozliwosci-content section.pvr-vod-hero {
    border-radius: var(--pvr-radius) var(--pvr-radius) 0 0;
    margin-bottom: 0 !important;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pvr-mozliwosci-content section.pvr-vod-hero .container {
    padding: 48px 20px !important;
}
.pvr-mozliwosci-content .pvr-vod-hero-inner img {
    max-height: 130px;
    width: auto;
    margin: 0;
    border-radius: 0;
}
.pvr-mozliwosci-content section.pvr-vod-section {
    margin: 0 0 24px;
    padding: 0;
}
.pvr-mozliwosci-content section#wypozyczalnia.pvr-vod-section {
    margin-top: 0 !important;
}
.pvr-mozliwosci-content section.pvr-vod-section .container {
    padding: 0 !important;
}
.pvr-mozliwosci-content .pvr-vod-split-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
    gap: 28px 32px !important;
    align-items: center !important;
    margin: 0 0 32px !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.pvr-mozliwosci-content .pvr-vod-split-row:last-child,
.pvr-mozliwosci-content .pvr-vod-split-row--tight {
    margin-bottom: 0 !important;
}
.pvr-mozliwosci-content .pvr-vod-split-row::before,
.pvr-mozliwosci-content .pvr-vod-split-row::after {
    display: none !important;
    content: none !important;
}
.pvr-mozliwosci-content .pvr-vod-split-row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}
.pvr-mozliwosci-content #wypozyczalnia .pvr-vod-split-row {
    margin-top: 0 !important;
}
.pvr-mozliwosci-content .pvr-vod-split-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.pvr-mozliwosci-content .pvr-vod-split-media .embed-responsive {
    margin-top: 0;
    border-radius: 12px;
    overflow: hidden;
}
.pvr-mozliwosci-content .pvr-vod-split-media h3 {
    margin: 0 0 12px !important;
    font-size: 1.15rem;
    color: #1d4ed8 !important;
}
.pvr-mozliwosci-content .pvr-vod-split-text h2 {
    margin: 0 0 14px !important;
    font-size: 1.5rem;
}
.pvr-mozliwosci-content .pvr-vod-split-text p {
    margin: 0 0 12px !important;
}
.pvr-mozliwosci-content .pvr-vod-split-text p:last-child {
    margin-bottom: 0 !important;
}
.pvr-mozliwosci-content .pvr-vod-cta {
    margin: 18px 0 0 !important;
    text-align: left;
}
.pvr-mozliwosci-content section.pvr-vod-kioski {
    padding: 28px 20px;
    margin: 0 0 28px;
    border-radius: var(--pvr-radius);
}
.pvr-mozliwosci-content section.pvr-vod-kioski .container {
    padding: 0 !important;
}
.pvr-mozliwosci-content .pvr-vod-kioski-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
}
.pvr-mozliwosci-content .pvr-vod-kioski-grid::before,
.pvr-mozliwosci-content .pvr-vod-kioski-grid::after {
    display: none !important;
    content: none !important;
}
.pvr-mozliwosci-content .pvr-vod-kioski-grid > .col {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
}
.pvr-mozliwosci-content .pvr-vod-kioski-grid .card {
    height: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}
.pvr-mozliwosci-content .pvr-vod-kioski-note {
    display: block !important;
    margin: 20px 0 0 !important;
    font-size: .9rem;
    color: #64748b !important;
}
.pvr-mozliwosci-content .pvr-vod-kioski-note > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}
@media (max-width: 1024px) {
    .pvr-mozliwosci-content .pvr-vod-kioski-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

.pvr-mozliwosci-content .pvr-moz-cplus-offer .section-heading h2 {
    margin: 0 0 12px !important;
    text-align: center;
}
.pvr-mozliwosci-content .pvr-moz-cplus-register {
    margin: 0 0 24px;
    border-radius: 12px;
    text-align: center;
}
.pvr-mozliwosci-content .pvr-moz-cplus-register h2 {
    margin: 0 0 10px !important;
    font-size: 1.35rem;
}
.pvr-mozliwosci-content .pvr-moz-cplus-register p {
    margin: 0 0 8px !important;
}
.pvr-mozliwosci-content .pvr-moz-cplus-register-cta {
    margin: 14px 0 0 !important;
}
.pvr-mozliwosci-content .pvr-moz-cplus-offer-body p {
    margin: 0 0 14px !important;
}
.pvr-mozliwosci-content .pvr-moz-cplus-promo-cta {
    margin: 0 0 16px !important;
}
.pvr-mozliwosci-content .pvr-moz-cplus-apps-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 32px !important;
    align-items: start;
    text-align: center;
}
.pvr-mozliwosci-content .pvr-moz-cplus-apps-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}
.pvr-mozliwosci-content .pvr-moz-cplus-apps-label {
    margin: 0 0 16px !important;
    min-height: 3.2em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: var(--pvr-text) !important;
    line-height: 1.45;
    font-size: .95rem;
}
.pvr-mozliwosci-content .pvr-moz-cplus-apps-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 60px;
    width: 100%;
}
.pvr-mozliwosci-content .pvr-moz-cplus-apps-actions a {
    text-decoration: none !important;
}
.pvr-mozliwosci-content .pvr-moz-cplus-apps-actions img {
    display: block;
    height: 60px;
    width: auto;
    border-radius: 10px;
}
.pvr-mozliwosci-content .pvr-moz-cplus-watch-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 260px;
    height: 60px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border-radius: 10px !important;
    background: #1e293b !important;
    color: #fff !important;
    text-decoration: none !important;
    box-sizing: border-box;
}
.pvr-mozliwosci-content .pvr-moz-cplus-watch-btn .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
    color: #fff;
}
.pvr-mozliwosci-content .pvr-moz-cplus-watch-btn span:last-child {
    font-size: 1.05rem;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .pvr-mozliwosci-content .pvr-moz-cplus-apps-grid {
        grid-template-columns: 1fr !important;
    }
    .pvr-mozliwosci-content .pvr-moz-cplus-apps-label {
        min-height: 0;
    }
}

.pvr-mozliwosci-content .page-title-section,
.pvr-mozliwosci-content .page-title-section2,
.pvr-mozliwosci-content .page-title-section-nobg {
    display: none;
}

/* Strony streamingowe (CANAL+, FILMBOX+, HBO Max…) — kolory i układ */
.pvr-mozliwosci-content section.pvr-moz-streaming-hero,
.pvr-mozliwosci-content section.box-hover:first-of-type:not(.bg-dark) {
    border-radius: var(--pvr-radius) var(--pvr-radius) 0 0;
    margin-bottom: 0;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}
.pvr-mozliwosci-content section.pvr-moz-streaming-hero .container,
.pvr-mozliwosci-content section.box-hover:first-of-type:not(.bg-dark) .container {
    padding: 48px 20px !important;
}
.pvr-mozliwosci-content .pvr-moz-streaming-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.pvr-mozliwosci-content .pvr-moz-streaming-hero-inner h2 {
    margin: 0 !important;
    font-size: 1.35rem;
    font-weight: 600;
}
.pvr-mozliwosci-content .pvr-moz-streaming-hero-inner img {
    max-height: 100px;
    width: auto;
    margin: 0;
    border-radius: 0;
}
.pvr-mozliwosci-content section.pvr-moz-streaming-hero .text-light,
.pvr-mozliwosci-content section.pvr-moz-streaming-hero h2,
.pvr-mozliwosci-content section.box-hover:first-of-type:not(.bg-dark) .text-light,
.pvr-mozliwosci-content section.box-hover:first-of-type:not(.bg-dark) h2 {
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}
.pvr-mozliwosci-content section.bg-dark.box-hover,
.pvr-mozliwosci-content section.box-hover.bg-dark,
.pvr-mozliwosci-content section.pvr-moz-streaming-intro {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    border-radius: 0 0 var(--pvr-radius) var(--pvr-radius);
    padding: 32px 20px;
    margin-bottom: 28px;
    overflow: hidden;
}
.pvr-mozliwosci-content section.bg-dark h2,
.pvr-mozliwosci-content section.bg-dark h4,
.pvr-mozliwosci-content section.bg-dark h5,
.pvr-mozliwosci-content section.bg-dark p,
.pvr-mozliwosci-content section.bg-dark li,
.pvr-mozliwosci-content section.bg-dark .text-light {
    color: #e2e8f0 !important;
}
.pvr-mozliwosci-content section.bg-dark .text-theme-color,
.pvr-mozliwosci-content section.pvr-moz-streaming-intro .text-theme-color {
    color: #fbbf24 !important;
}
.pvr-mozliwosci-content section.bg-dark a:not(.butn):not(.btn):not(.readmore) {
    color: #93c5fd !important;
}
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-grid,
.pvr-mozliwosci-content section.bg-dark > .container > .row.pvr-moz-streaming-grid,
.pvr-mozliwosci-content section.bg-dark > .container > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) !important;
    gap: 28px 32px !important;
    margin: 0 !important;
    align-items: start;
}
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-features,
.pvr-mozliwosci-content section.bg-dark .col-lg-8 > .row.pvr-moz-streaming-features,
.pvr-mozliwosci-content section.bg-dark .col-lg-8 > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 24px !important;
    margin: 0 !important;
    align-items: start;
}
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-grid::before,
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-grid::after,
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-features::before,
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-features::after,
.pvr-mozliwosci-content section.bg-dark > .container > .row::before,
.pvr-mozliwosci-content section.bg-dark > .container > .row::after,
.pvr-mozliwosci-content section.bg-dark .col-lg-8 > .row::before,
.pvr-mozliwosci-content section.bg-dark .col-lg-8 > .row::after {
    display: none !important;
    content: none !important;
}
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-features > [class*="col-"],
.pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-grid > [class*="col-"],
.pvr-mozliwosci-content section.bg-dark .col-lg-8 > .row > [class*="col-"],
.pvr-mozliwosci-content section.bg-dark > .container > .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0;
}
.pvr-mozliwosci-content section.pvr-moz-streaming-intro .section-heading h2 {
    margin: 0 0 12px !important;
}
.pvr-mozliwosci-content section.pvr-moz-streaming-intro .section-heading + p,
.pvr-mozliwosci-content section.pvr-moz-streaming-intro > .container > .row > [class*="col-"]:first-child p {
    margin: 0 !important;
}
.pvr-mozliwosci-content .pvr-moz-streaming-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    height: 100%;
}
.pvr-mozliwosci-content .pvr-moz-streaming-feature-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fbbf24;
}
.pvr-mozliwosci-content .pvr-moz-streaming-feature-icon .dashicons {
    font-size: 28px;
    width: 28px;
    height: 28px;
}
.pvr-mozliwosci-content .pvr-moz-streaming-feature-body {
    flex: 1 1 auto;
    min-width: 0;
}
.pvr-mozliwosci-content .pvr-moz-streaming-feature-body h4 {
    margin: 0 0 6px !important;
    font-size: 1rem;
    line-height: 1.35;
    white-space: normal;
}
.pvr-mozliwosci-content .pvr-moz-streaming-feature-body p {
    margin: 0 !important;
    font-size: .9rem;
    line-height: 1.55;
}
.pvr-mozliwosci-content .d-flex {
    display: flex !important;
    gap: 12px;
    align-items: flex-start;
}
.pvr-mozliwosci-content .flex-shrink-0 {
    flex-shrink: 0 !important;
}
.pvr-mozliwosci-content .flex-grow-1 {
    flex: 1 1 auto !important;
    min-width: 0;
}
.pvr-mozliwosci-content .zigzag-section.bg-white {
    background: transparent !important;
    padding: 12px 0 28px;
    margin: 0;
}
.pvr-mozliwosci-content section:not(.bg-dark):not(.zigzag-section):not(.box-hover):not(.bg-medium-light-gray):not(.pvr-vod-section) > .container > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: start;
    margin: 16px 0 !important;
}
.pvr-mozliwosci-content section:not(.bg-dark):not(.zigzag-section):not(.box-hover):not(.pvr-vod-section) > .container > .row > [class*="col-"] {
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    min-width: 0;
}
.pvr-mozliwosci-content .bg-medium-light-gray,
.pvr-mozliwosci-content [class*="bg-medium-light-gray"] {
    background: #f1f5f9 !important;
    color: var(--pvr-text) !important;
    border-radius: 12px;
}
.pvr-mozliwosci-content section.bg-medium-light-gray {
    padding: 28px 20px;
    margin: 24px 0;
    border-radius: var(--pvr-radius);
}
.pvr-mozliwosci-content section.bg-medium-light-gray .row:not(.pvr-vod-kioski-grid):not(.pvr-vod-kioski-note) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    align-items: center;
    text-align: center;
}
.pvr-mozliwosci-content section.bg-medium-light-gray .row:not(.pvr-vod-kioski-grid):not(.pvr-vod-kioski-note) > [class*="col-"] {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}
.pvr-mozliwosci-content .padding-50px-all {
    padding: 24px !important;
}
.pvr-mozliwosci-content .bg-medium-light-gray h2,
.pvr-mozliwosci-content .bg-medium-light-gray p,
.pvr-mozliwosci-content .bg-medium-light-gray li,
.pvr-mozliwosci-content .padding-50px-all h2,
.pvr-mozliwosci-content .padding-50px-all p,
.pvr-mozliwosci-content .padding-50px-all li {
    color: var(--pvr-text) !important;
}
.pvr-mozliwosci-content #faq .section-heading h2 {
    text-align: center;
    margin-bottom: 20px;
}
.pvr-mozliwosci-content .pvr-moz-faq-list,
.pvr-mozliwosci-content #faq .accordion-style4 {
    max-width: 820px;
    margin: 0 auto;
}
.pvr-mozliwosci-content .pvr-moz-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}
.pvr-mozliwosci-content .pvr-moz-faq-item summary {
    padding: 14px 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: var(--pvr-text);
}
.pvr-mozliwosci-content .pvr-moz-faq-item summary::-webkit-details-marker {
    display: none;
}
.pvr-mozliwosci-content .pvr-moz-faq-item[open] summary {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}
.pvr-mozliwosci-content .pvr-moz-faq-answer,
.pvr-mozliwosci-content #faq .card-body {
    padding: 14px 18px;
    color: #475569 !important;
    line-height: 1.65;
}
.pvr-mozliwosci-content #faq .card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.pvr-mozliwosci-content #faq .card-header {
    background: #f8fafc;
    padding: 0;
}
.pvr-mozliwosci-content #faq .card-header a {
    display: block;
    padding: 14px 18px;
    color: var(--pvr-text) !important;
    text-decoration: none !important;
    font-weight: 600;
    white-space: normal;
}
.pvr-mozliwosci-content #faq .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
}
.pvr-mozliwosci-content #faq .card-body p,
.pvr-mozliwosci-content #faq .card-body li {
    color: #475569 !important;
}
.pvr-mozliwosci-content .btn-dark {
    background: #1e293b !important;
    color: #fff !important;
    border-radius: 12px;
    padding: 12px 20px;
    text-decoration: none !important;
}
@media (max-width: 768px) {
    .pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-grid,
    .pvr-mozliwosci-content section.bg-dark > .container > .row,
    .pvr-mozliwosci-content section.bg-dark .pvr-moz-streaming-features,
    .pvr-mozliwosci-content section.bg-dark .col-lg-8 > .row,
    .pvr-mozliwosci-content section:not(.bg-dark):not(.zigzag-section):not(.box-hover):not(.pvr-vod-section) > .container > .row,
    .pvr-mozliwosci-content section.bg-medium-light-gray .row:not(.pvr-vod-kioski-grid):not(.pvr-vod-kioski-note),
    .pvr-mozliwosci-content .pvr-vod-split-row,
    .pvr-mozliwosci-content .pvr-vod-kioski-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .pvr-mozliwosci-content .pvr-moz-feature-grid,
    .pvr-mozliwosci-content .row:has(.service-simple),
    .pvr-mozliwosci-content .recom-list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .pvr-mozliwosci-content .zigzag-section .row {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
}
@media (max-width: 640px) {
    .pvr-mozliwosci-content { padding: 20px 16px 28px; }
    .pvr-mozliwosci-content .pvr-moz-feature-grid,
    .pvr-mozliwosci-content .row:has(.service-simple),
    .pvr-mozliwosci-content .recom-list ul {
        grid-template-columns: 1fr !important;
    }
    .pvr-mozliwosci-content .zigzag-section .row {
        grid-template-columns: 1fr !important;
    }
    .pvr-mozliwosci-content .zigzag-section [class*="order-lg-1"],
    .pvr-mozliwosci-content .zigzag-section [class*="order-lg-2"] {
        order: unset !important;
    }
}

/* ─── TV Smart (dedykowany layout) ───────────────── */
.pvr-page--tvsmart .pvr-mozliwosci-body,
.pvr-page--tvsmart .pvr-mozliwosci-content {
    display: none;
}
.pvr-tvsmart {
    padding-bottom: 48px;
}
.pvr-tvsmart-intro {
    padding: 36px 0 12px;
}
.pvr-tvsmart-intro__grid,
.pvr-tvsmart-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}
.pvr-tvsmart-feature--reverse .pvr-tvsmart-split__media {
    order: 2;
}
.pvr-tvsmart-feature--reverse .pvr-tvsmart-split__text {
    order: 1;
}
.pvr-tvsmart-intro__media img,
.pvr-tvsmart-split__media img {
    width: 100%;
    height: auto;
    border-radius: var(--pvr-radius);
    box-shadow: var(--pvr-shadow);
}
.pvr-tvsmart-logo {
    max-height: 52px;
    width: auto;
    margin-bottom: 16px;
}
.pvr-tvsmart-logo--sm {
    max-height: 40px;
}
.pvr-tvsmart-intro__text h2,
.pvr-tvsmart-split__text h2 {
    font-size: 1.65rem;
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--pvr-text);
}
.pvr-tvsmart-intro__text p,
.pvr-tvsmart-split__text p {
    margin: 0 0 12px;
    line-height: 1.65;
    color: #334155;
}
.pvr-tvsmart-list {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}
.pvr-tvsmart-list li {
    padding: 6px 0 6px 22px;
    position: relative;
    color: var(--pvr-text);
}
.pvr-tvsmart-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pvr-green);
    font-weight: 700;
}
.pvr-tvsmart-band {
    padding: 40px 0;
    margin: 24px 0;
}
.pvr-tvsmart-band--dark {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #fff;
}
.pvr-tvsmart-band--dark h2,
.pvr-tvsmart-band--dark p {
    color: #e2e8f0 !important;
}
.pvr-tvsmart-band--muted {
    background: #f1f5f9;
    border-radius: var(--pvr-radius);
}
.pvr-tvsmart-band__head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 28px;
}
.pvr-tvsmart-band__head .pvr-home-btn {
    margin-top: 12px;
}
.pvr-tvsmart-screens {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.pvr-tvsmart-screens__item {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.pvr-tvsmart-screens__item img {
    width: 100%;
    display: block;
}
.pvr-tvsmart-apps {
    padding: 40px 0;
}
.pvr-tvsmart-apps__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.pvr-tvsmart-apps__logo img {
    height: 64px;
    width: auto;
}
.pvr-tvsmart-apps__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.pvr-tvsmart-apps__chip {
    border-color: #cbd5e1 !important;
    color: var(--pvr-text) !important;
    padding: 8px 16px !important;
    font-size: .85rem !important;
}
.pvr-tvsmart-feature {
    padding: 32px 0;
    border-top: 1px solid #e2e8f0;
}
.pvr-tvsmart-go__lead {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.pvr-tvsmart-go__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
}
.pvr-tvsmart-go-card {
    background: #fff;
    border-radius: var(--pvr-radius);
    padding: 24px 20px;
    box-shadow: var(--pvr-shadow);
    text-align: center;
}
.pvr-tvsmart-go-card img {
    height: 48px;
    width: auto;
    margin-bottom: 12px;
}
.pvr-tvsmart-go-card h3 {
    font-size: 1rem;
    margin: 0 0 8px;
}
.pvr-tvsmart-go-card p {
    font-size: .88rem;
    margin: 0;
    color: var(--pvr-muted);
}
.pvr-tvsmart-go__web {
    text-align: center;
    margin-top: 24px;
    font-size: .95rem;
}
.pvr-tvsmart-decoder {
    padding: 40px 0 16px;
}
.pvr-tvsmart-decoder .pvr-home-btn {
    margin: 8px 8px 0 0;
}
.pvr-tvsmart-faq {
    padding: 24px 0 0;
}
.pvr-tvsmart-faq__title {
    text-align: center;
    font-size: 1.65rem;
    font-weight: 800;
    margin: 0 0 24px;
}
.pvr-tvsmart-faq__list {
    max-width: 820px;
    margin: 0 auto;
}
.pvr-tvsmart-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.pvr-tvsmart-faq__item summary {
    padding: 14px 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: var(--pvr-text);
}
.pvr-tvsmart-faq__item summary::-webkit-details-marker {
    display: none;
}
.pvr-tvsmart-faq__item[open] summary {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}
.pvr-tvsmart-faq__item p {
    padding: 14px 18px;
    margin: 0;
    font-size: .92rem;
    line-height: 1.6;
}
@media (max-width: 960px) {
    .pvr-tvsmart-intro__grid,
    .pvr-tvsmart-split,
    .pvr-tvsmart-go__cards,
    .pvr-tvsmart-screens {
        grid-template-columns: 1fr 1fr;
    }
    .pvr-tvsmart-feature--reverse .pvr-tvsmart-split__media,
    .pvr-tvsmart-feature--reverse .pvr-tvsmart-split__text {
        order: unset;
    }
}
@media (max-width: 640px) {
    .pvr-tvsmart-intro__grid,
    .pvr-tvsmart-split,
    .pvr-tvsmart-go__cards,
    .pvr-tvsmart-screens {
        grid-template-columns: 1fr;
    }
}

/* Wspólny layout Możliwości (4K, JAMBOX go!, Multiroom, Zamawianie…) */
.pvr-moz-layout {
    padding-bottom: 48px;
}
.pvr-moz-layout-intro,
.pvr-moz-layout-feature,
.pvr-moz-layout-login,
.pvr-moz-layout-zamow,
.pvr-moz-layout-decoders,
.pvr-moz-layout-prose {
    padding: 32px 0;
}
.pvr-moz-layout-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}
.pvr-moz-layout-split--reverse .pvr-moz-layout-split__media {
    order: 2;
}
.pvr-moz-layout-split--reverse .pvr-moz-layout-split__text {
    order: 1;
}
.pvr-moz-layout-split__media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.pvr-moz-layout-split__text h2,
.pvr-moz-layout-section-title,
.pvr-moz-layout-channels__title,
.pvr-moz-layout-faq__title {
    font-size: 1.65rem;
    font-weight: 800;
    margin: 0 0 16px;
    color: var(--pvr-text);
}
.pvr-moz-layout-lead {
    font-size: 1.05rem;
    font-weight: 600;
    color: #334155;
}
.pvr-moz-layout-list {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}
.pvr-moz-layout-list li {
    padding: 6px 0 6px 22px;
    position: relative;
    line-height: 1.55;
}
.pvr-moz-layout-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pvr-accent, #2563eb);
    font-weight: 700;
}
.pvr-moz-layout-list--numbered {
    counter-reset: pvr-moz-step;
}
.pvr-moz-layout-list--numbered li::before {
    content: counter(pvr-moz-step);
    counter-increment: pvr-moz-step;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--pvr-accent, #2563eb);
    color: #fff;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
}
.pvr-moz-layout-band {
    padding: 40px 0;
    margin: 16px 0;
}
.pvr-moz-layout-band--muted {
    background: #f1f5f9;
    border-radius: var(--pvr-radius);
}
.pvr-moz-layout-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.pvr-moz-layout-qr {
    text-align: center;
}
.pvr-moz-layout-qr img {
    max-width: 180px;
    margin: 0 auto;
}
.pvr-moz-layout-channels {
    padding: 40px 0 16px;
}
.pvr-moz-layout-channels__title {
    text-align: center;
}
.pvr-moz-layout-channels__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}
.pvr-moz-layout-channel-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}
.pvr-moz-layout-channel-card img {
    max-height: 64px;
    width: auto;
    margin: 0 auto 12px;
}
.pvr-moz-layout-channel-card h3 {
    font-size: 1rem;
    margin: 0 0 8px;
}
.pvr-moz-layout-channel-card p {
    font-size: .88rem;
    margin: 0 0 8px;
    line-height: 1.55;
    color: #64748b;
}
.pvr-moz-layout-channel-card__pkg {
    font-size: .85rem;
    font-weight: 600;
    margin: 0;
}
.pvr-moz-layout-channels-cta {
    text-align: center;
    padding: 32px 0;
}
.pvr-moz-layout-channels-cta__stats {
    font-size: 1.05rem;
    margin-bottom: 16px;
}
.pvr-moz-layout-screens {
    display: grid;
    gap: 12px;
}
.pvr-moz-layout-screens__item {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .12);
}
.pvr-moz-layout-screens__item img {
    width: 100%;
    display: block;
}
.pvr-moz-layout-steps {
    padding-left: 1.25rem;
    margin: 16px 0 24px;
    line-height: 1.65;
}
.pvr-moz-layout-steps li {
    margin-bottom: 8px;
}
.pvr-moz-layout-decoders__list {
    columns: 2;
    column-gap: 32px;
    margin: 16px 0 24px;
    padding-left: 1.25rem;
    line-height: 1.65;
}
.pvr-moz-layout-prose {
    max-width: 780px;
}
.pvr-moz-layout-prose p {
    line-height: 1.7;
    margin-bottom: 16px;
    text-align: justify;
}
.pvr-moz-layout-prose__contact {
    text-align: center !important;
    margin-top: 24px;
    font-weight: 600;
}
.pvr-moz-layout-faq {
    padding: 24px 0 0;
}
.pvr-moz-layout-faq__title {
    text-align: center;
}
.pvr-moz-layout-faq__list {
    max-width: 820px;
    margin: 0 auto;
}
.pvr-moz-layout-faq__item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.pvr-moz-layout-faq__item summary {
    padding: 14px 18px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}
.pvr-moz-layout-faq__item summary::-webkit-details-marker {
    display: none;
}
.pvr-moz-layout-faq__item[open] summary {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}
.pvr-moz-layout-faq__item p {
    padding: 14px 18px;
    margin: 0;
    line-height: 1.65;
    color: #475569;
}
@media (max-width: 900px) {
    .pvr-moz-layout-split,
    .pvr-moz-layout-channels__grid {
        grid-template-columns: 1fr 1fr;
    }
    .pvr-moz-layout-split--reverse .pvr-moz-layout-split__media,
    .pvr-moz-layout-split--reverse .pvr-moz-layout-split__text {
        order: unset;
    }
}
@media (max-width: 640px) {
    .pvr-moz-layout-split,
    .pvr-moz-layout-channels__grid {
        grid-template-columns: 1fr;
    }
    .pvr-moz-layout-decoders__list {
        columns: 1;
    }
}
