/* JAMBOX mobile — strona i picker */

.pvr-page--mobile .pvr-mobile-promo {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    color: #e2e8f0;
    border-radius: 14px;
    padding: 28px 32px;
    margin-bottom: 40px;
}

.pvr-mobile-promo__heading {
    text-align: center;
    color: #fff;
}

.pvr-mobile-promo__tagline {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 24px;
}

.pvr-mobile-promo__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 24px;
}

.pvr-mobile-promo__col p {
    margin: 0 0 14px;
    line-height: 1.55;
}

.pvr-mobile-promo__cta {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 8px 0 20px;
}

.pvr-mobile-promo__strike {
    text-decoration: line-through;
}

.pvr-mobile-promo__figure {
    margin: 0 0 20px;
    text-align: center;
}

.pvr-mobile-promo__img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.pvr-mobile-promo__packages-intro {
    text-align: center;
    margin: 12px 0 0;
    font-weight: 500;
}

.pvr-mobile-promo__list {
    margin: 16px 0 0;
    padding-left: 1.25rem;
    list-style: disc;
}

.pvr-mobile-promo__valid {
    margin-top: 12px;
    font-size: 0.88rem;
    opacity: 0.85;
}

.pvr-mobile-section {
    margin-bottom: 48px;
}

.pvr-mobile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.pvr-mobile-grid--data {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    max-width: 640px;
}

.pvr-mobile-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.pvr-mobile-card__name {
    font-size: 1.15rem;
    margin: 0;
    color: #0f172a;
}

.pvr-mobile-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.pvr-mobile-card__amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ea580c;
}

.pvr-mobile-card__cur {
    font-size: 0.9rem;
    color: #64748b;
}

.pvr-mobile-card__specs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.88rem;
    color: #475569;
    flex: 1;
}

.pvr-mobile-card__specs li {
    margin-bottom: 6px;
}

.pvr-mobile-benefits__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.pvr-mobile-benefits__item {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}

.pvr-mobile-benefits__icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.pvr-mobile-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.pvr-mobile-feature {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px;
}

.pvr-mobile-feature h3 {
    margin: 0 0 8px;
    font-size: 1rem;
}

.pvr-mobile-feature p {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
}

.pvr-mobile-maps__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.pvr-mobile-map-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background: #0f172a;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.pvr-mobile-map-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
    color: #fff;
}

.pvr-mobile-map-card__label {
    font-size: 1.1rem;
    font-weight: 600;
}

.pvr-mobile-map-card__cta {
    font-size: 0.85rem;
    opacity: 0.8;
}

.pvr-mobile-order {
    text-align: center;
    padding: 32px;
    background: #f1f5f9;
    border-radius: 12px;
}

.pvr-mobile-faq__item {
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
}

.pvr-mobile-faq__item summary {
    cursor: pointer;
    font-weight: 600;
}

.pvr-mobile-komunikaty {
    list-style: none;
    padding: 0;
}

.pvr-mobile-komunikaty a {
    color: #2563eb;
}

/* Modale szczegółów */
.pvr-mobile-modal__box {
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
}

.pvr-mobile-modal__title {
    margin: 0 0 8px;
}

.pvr-mobile-modal__bullets {
    margin: 16px 0;
    padding-left: 1.25rem;
}

.pvr-mobile-modal__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.pvr-mobile-modal__table td {
    padding: 8px 12px;
    border-bottom: 1px solid #e2e8f0;
}

.pvr-mobile-modal__table td:first-child {
    color: #64748b;
    width: 40%;
}

.pvr-mobile-modal__note {
    font-size: 0.82rem;
    color: #64748b;
    margin-top: 12px;
}

/* Picker w konfiguratorze */
.pvr-mobile-picker {
    margin-top: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.pvr-mobile-picker summary {
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

.pvr-mobile-picker summary::-webkit-details-marker {
    display: none;
}

.pvr-mobile-picker__body {
    padding: 0 16px 16px;
}

.pvr-mobile-picker__bok {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.85rem;
    margin-bottom: 14px;
    color: #92400e;
}

.pvr-mobile-picker__group-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    margin: 12px 0 8px;
}

.pvr-mobile-picker__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.88rem;
}

.pvr-mobile-picker__row:last-child {
    border-bottom: none;
}

.pvr-mobile-picker__price {
    color: #ea580c;
    font-weight: 600;
    white-space: nowrap;
}

.pvr-mobile-picker__select {
    min-width: 56px;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
}

.pvr-mobile-picker__total {
    margin-top: 12px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.pvr-mobile-picker__link {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.85rem;
}

.pvr-order-bok-notice {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    color: #92400e;
}

.pvr-order-bok-notice[hidden] {
    display: none;
}

@media (max-width: 640px) {
    .pvr-mobile-grid {
        grid-template-columns: 1fr;
    }

    .pvr-mobile-promo__cols {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
