[smartslider3 slider="2"]
/* Kontener główny */
    .pricing-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 40px 20px;
        background-color: #f9fbfc; /* Jasne tło pasujące do layoutu */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Karta pakietu */
    .pricing-card {
        background: #ffffff;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        width: 100%;
        max-width: 350px;
        padding: 40px 30px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        display: flex;
        flex-direction: column;
        border: 1px solid #e1e8ed;
    }

    .pricing-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    }

    /* Wyróżnienie Pakietu Classic */
    .pricing-card.featured {
        border: 2px solid #00a8ff; /* Błękitny kolor akcentowy */
        transform: scale(1.05);
        z-index: 2;
    }

    .pricing-card.featured:hover {
        transform: scale(1.05) translateY(-5px);
    }

    .badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: #00a8ff;
        color: white;
        padding: 5px 25px; /* Nieco zwiększamy padding boczny dla lepszego wyglądu */
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        /* TO ROZWIĄZUJE PROBLEM: Wymusza wyświetlanie w jednej linii */
        white-space: nowrap;
    }

    /* Nagłówki */
    .package-name {
        font-size: 24px;
        color: #2d3436;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .package-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
        background: #f1f3f5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    /* Lista cech */
    .feature-list {
        list-style: none;
        padding: 0;
        margin: 30px 0;
        text-align: left;
        flex-grow: 1;
    }

    .feature-list li {
        padding: 10px 0;
        color: #636e72;
        border-bottom: 1px solid #f1f3f5;
        display: flex;
        align-items: center;
    }

    .feature-list li::before {
        content: '✓';
        color: #00a8ff;
        font-weight: bold;
        margin-right: 10px;
    }

    .feature-list li.disabled {
        color: #b2bec3;
        text-decoration: line-through;
    }

    .feature-list li.disabled::before {
        content: '✕';
        color: #b2bec3;
    }

    /* Przycisk */
    .cta-button {
        background: #2d3436;
        color: white;
        padding: 15px 30px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 600;
        transition: background 0.3s ease;
        margin-top: 20px;
    }

    .featured .cta-button {
        background: #00a8ff;
    }

    .cta-button:hover {
        background: #000;
    }

    .featured .cta-button:hover {
        background: #0086cc;
    }

    @media (max-width: 768px) {
        .pricing-card.featured {
            transform: scale(1);
        }
        .pricing-card.featured:hover {
            transform: translateY(-10px);
        }
    }
/* Kontener główny - domyślnie na telefony */
.pricing-wrapper {
    display: flex;
    flex-direction: column; /* Ułożenie pionowe na telefonie */
    align-items: center;
    gap: 30px;
    padding: 40px 10px;
    background-color: #f9fbfc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Wymuszamy układ poziomy na komputerach (ekrany szersze niż 800px) */
@media (min-width: 800px) {
    .pricing-wrapper {
        flex-direction: row; /* Karty wymuszone obok siebie */
        flex-wrap: nowrap; /* Kategoryczny zakaz przenoszenia do nowej linii */
        justify-content: center;
        align-items: stretch; /* Karty będą miały równą wysokość */
    }
}

/* ==========================================================================
   GLOBALNY STYL DLA PAKIETÓW WYCIECZEK (WYCIECZKI NA WYMIAR)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

.wnw-package-wrapper {
  font-family: 'Montserrat', sans-serif;
  color: #334155;
  line-height: 1.7;
  background: #fdfdfd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
  padding: 0;
  margin: 20px 0;
}

.wnw-package-wrapper h2, 
.wnw-package-wrapper h3 {
  font-family: 'Playfair Display', serif;
  color: #0f172a;
  margin-top: 0;
}

/* Hero Section */
.wnw-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  padding: 60px 40px;
  text-align: center;
  position: relative;
}

.wnw-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, #d4af37, #fde08b, #d4af37);
}

.wnw-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.2);
  color: #fde08b;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid rgba(212, 175, 55, 0.5);
}

/* Kolory odznak dla różnych pakietów */
.wnw-package-wrapper.comfort .wnw-badge {
  background: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.5);
}
.wnw-package-wrapper.light .wnw-badge {
  background: rgba(204, 115, 56, 0.2);
  color: #ffedd5;
  border-color: rgba(204, 115, 56, 0.5);
}

.wnw-hero h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.wnw-hero p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  color: #cbd5e1;
}

/* Features Grid */
.wnw-features-section {
  padding: 60px 40px;
}

.wnw-section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  position: relative;
}

.wnw-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.wnw-feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  transition: all 0.4s ease;
  border: 1px solid #f1f5f9;
  position: relative;
  z-index: 1;
}

.wnw-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
  border-color: #d4af37;
}

.wnw-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  display: inline-block;
  background: #f8fafc;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 12px;
}

.wnw-feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.wnw-feature-card p {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}

/* Pricing Section */
.wnw-pricing-section {
  background: #f8fafc;
  padding: 60px 40px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.wnw-pricing-box {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  overflow: hidden;
}

.wnw-pricing-header {
  background: #0f172a;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.wnw-pricing-row {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
}

.wnw-pricing-row:last-child {
  border-bottom: none;
}

.wnw-price-value {
  font-weight: 800;
  color: #d4af37;
  font-size: 1.1rem;
}

/* CTA Section */
.wnw-cta {
  padding: 60px 40px;
  text-align: center;
  background: #fff;
}

.wnw-cta-box {
  background: rgba(212, 175, 55, 0.05);
  border: 2px dashed #d4af37;
  border-radius: 16px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.wnw-cta-box h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.wnw-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 35px;
  background: #0f172a;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

.wnw-btn:hover {
  background: #d4af37;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .wnw-hero h2 { font-size: 2rem; }
  .wnw-features-section, .wnw-pricing-section, .wnw-cta { padding: 40px 20px; }
  .wnw-pricing-row { flex-direction: column; text-align: center; gap: 10px; }
}
.wnw-package-wrapper.flexible .wnw-badge {
  background: rgba(139, 92, 246, 0.2);
  color: #c4b5fd;
  border-color: rgba(139, 92, 246, 0.5);
}
div#jp-relatedposts, 
.jp-relatedposts {
    display: none !important;
}
.wnw-package-wrapper.faq .wnw-badge {
  background: rgba(14, 165, 233, 0.15);
  color: #0284c7;
  border-color: rgba(14, 165, 233, 0.4);
}
.wnw-package-wrapper.about-us .wnw-badge {
  background: rgba(16, 185, 129, 0.15);
  color: #059669;
  border-color: rgba(16, 185, 129, 0.4);
}
.wnw-package-wrapper.how-it-works .wnw-badge {
  background: rgba(244, 63, 94, 0.15);
  color: #e11d48;
  border-color: rgba(244, 63, 94, 0.4);
}
}
/* Izolowany kontener produktu */
.w-product-page {
    font-family: 'Outfit', sans-serif;
    color: #1e293b;
    background: transparent;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.w-product-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Układ dwukolumnowy */
.w-product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1150px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .w-product-grid {
        grid-template-columns: 45% 55%;
        gap: 50px;
    }
}

/* --- LEWA STRONA: EKSKLUZYWNY OBRAZEK PRODUKTU --- */
.w-product-visual-container {
    position: sticky;
    top: 20px;
}

.w-premium-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    aspect-ratio: 4/5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.w-premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(2, 132, 199, 0.15);
}

.w-premium-card::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.w-premium-card::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.w-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.w-card-badge {
    background: rgba(2, 132, 199, 0.08);
    color: #0284c7;
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(2, 132, 199, 0.15);
}

.w-card-logo {
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: -0.5px;
    color: #0f172a;
}

.w-card-center {
    text-align: center;
    z-index: 2;
    margin: auto 0;
}

.w-card-main-icon {
    font-size: 5.5rem;
    margin-bottom: 15px;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.05));
    display: inline-block;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.w-card-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 8px;
}

.w-card-subtitle {
    font-size: 1rem;
    color: #64748b;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.w-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    z-index: 2;
}

.w-footer-tag {
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 500;
}

.w-footer-val {
    font-size: 0.95rem;
    color: #334155;
    font-weight: 600;
}

/* --- PRAWA STRONA: ELEGANCKI OPIS PRODUKTU --- */
.w-product-info {
    padding-top: 10px;
}

.w-section-tag {
    color: #0284c7;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: block;
}

.w-main-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.w-product-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 35px;
    font-weight: 400;
}

.w-features-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
}

.w-features-box-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.w-feature-list {
    list-style: none;
}

.w-feature-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #334155;
    margin-bottom: 14px;
    font-weight: 500;
}

.w-feature-list li:last-child {
    margin-bottom: 0;
}

.w-feature-list li::before {
    content: '✓';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    border-radius: 50%;
    margin-right: 14px;
    font-size: 0.8rem;
    font-weight: 800;
    flex-shrink: 0;
}

.w-premium-notice {
    border-left: 3px solid #0284c7;
    padding-left: 15px;
    margin-top: 25px;
}

.w-premium-notice p {
    font-size: 0.95rem;
    color: #64748b;
    font-style: italic;
    line-height: 1.5;
}

/* 1. Bezwzględne ukrycie sekcji zdjęć */
.woocommerce-product-gallery,
.woocommerce div.product div.images {
    display: none !important;
}

/* 2. Zmiana całej strony produktu w elastyczną kolumnę */
.woocommerce div.product {
    display: flex !important;
    flex-direction: column !important;
}

/* 3. Wymuszenie przeniesienia GŁÓWNEGO OPISU (zakładek) na samą górę */
.woocommerce div.product .woocommerce-tabs {
    order: -1 !important;
    width: 100% !important;
    margin-bottom: 40px !important;
    padding: 0 !important;
}

/* 4. Ukrycie niepotrzebnych nagłówków zakładek (np. słowa "Opis") */
.woocommerce-tabs ul.tabs,
.woocommerce-tabs h2 {
    display: none !important;
}

/* 5. Ułożenie sekcji zakupowej (cena, przycisk) pod opisem */
.woocommerce div.product div.summary {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 30px !important;
    border-top: 2px solid #f1f5f9 !important;
    float: none !important;
}
/* --- Luksusowy wygląd sekcji zakupowej WooCommerce --- */

/* Tytuł produktu (jeśli wyświetla się nad ceną) */
.woocommerce div.product .product_title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.5px !important;
}

/* Cena produktu */
.woocommerce div.product p.price {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #0284c7 !important; /* Ekskluzywny niebieski */
    margin-bottom: 25px !important;
}

/* Kontener formularza dodawania do koszyka (Tworzymy ładny boks) */
.woocommerce div.product form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    background: #f8fafc !important;
    padding: 20px !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04) !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
}

/* Okienko z ilością sztuk */
.woocommerce div.product form.cart .quantity {
    margin: 0 !important;
}

.woocommerce div.product form.cart input.qty {
    font-family: 'Outfit', sans-serif !important;
    width: 70px !important;
    height: 60px !important;
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 14px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
}

/* Efekt kliknięcia w okienko ilości */
.woocommerce div.product form.cart input.qty:focus {
    border-color: #0284c7 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.2) !important;
}

/* Przycisk KUP TERAZ (Dodaj do koszyka) */
.woocommerce div.product form.cart button.single_add_to_cart_button {
    font-family: 'Outfit', sans-serif !important;
    height: 60px !important;
    background: linear-gradient(90deg, #ec4899, #8b5cf6) !important; /* Premium gradient */
    color: #ffffff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 0 40px !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3) !important;
    flex-grow: 1 !important; /* Rozciąga przycisk na dostępną przestrzeń */
}

/* Efekt najechania myszką na przycisk KUP TERAZ */
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.4) !important;
    background: linear-gradient(90deg, #db2777, #7c3aed) !important;
}
/* Ostateczne wymuszenie widoczności całego bloku ilości */
.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart div.quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    margin: 0 15px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
    min-width: 70px !important;
    height: 60px !important;
    position: relative !important;
    z-index: 99 !important;
    overflow: visible !important;
}

/* Sztywne wymiary dla samego pola wpisywania */
.woocommerce div.product form.cart .quantity input.qty {
    display: block !important;
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    border-radius: 14px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Jeśli Twój motyw dodaje własne przyciski plus/minus, wymuszamy ich wygląd */
.woocommerce div.product form.cart .quantity input.plus,
.woocommerce div.product form.cart .quantity input.minus,
.woocommerce div.product form.cart .quantity button.plus,
.woocommerce div.product form.cart .quantity button.minus {
    display: flex !important;
    width: 30px !important;
    height: 60px !important;
    background: transparent !important;
    border: none !important;
    font-size: 1.2rem !important;
    cursor: pointer !important;
    z-index: 100 !important;
}
/* Poszerzenie całego kontenera ilości */
.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart div.quantity {
    width: 130px !important; 
    min-width: 130px !important;
}

/* Poszerzenie okienka i dodanie miejsca po bokach (padding) na przyciski */
.woocommerce div.product form.cart .quantity input.qty {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    padding-left: 35px !important;  /* Zabezpiecza miejsce na minus z lewej */
    padding-right: 35px !important; /* Zabezpiecza miejsce na plus z prawej */
}

/* Zrobienie przycisków + i - odrobinę szerszymi dla wygody klikania */
.woocommerce div.product form.cart .quantity input.plus,
.woocommerce div.product form.cart .quantity input.minus,
.woocommerce div.product form.cart .quantity button.plus,
.woocommerce div.product form.cart .quantity button.minus {
    width: 35px !important;
    font-size: 1.4rem !important; /* Troszkę większy znak +/- */
}
/* Ukrycie okruszków po uniwersalnych klasach WooCommerce i RankMath/Yoast */
.woocommerce-nav,
#breadcrumbs,
.rank-math-breadcrumb,
.yoast-breadcrumbs,
.breadcrumbs-container {
    display: none !important;
}

/* Ostateczny eliminator: ukrywa elementy tekstowe bezpośrednio nad produktem */
.site-content > .container > nav,
.main-content > nav,
main > nav {
    display: none !important;
}
/* ==========================================
   LUKSUSOWY REFRESH STRONY KASY (CHECKOUT)
   ========================================== */

/* Główny font dla całej kasy */
.woocommerce-checkout {
    font-family: 'Outfit', sans-serif !important;
    color: #1e293b !important;
}

/* Nagłówki sekcji (Dane płatności, Twoje zamówienie) */
.woocommerce-checkout h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* --- POLA FORMULARZA (INPUTY) --- */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 12px !important;
    padding: 12px 15px !important;
    height: auto !important;
    font-size: 0.95rem !important;
    color: #1e293b !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.02) !important;
}

/* Efekt aktywnego pola (Focus) */
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #8b5cf6 !important; /* Premium fiolet */
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15) !important;
}

/* Etykiety pól (Label) */
.woocommerce-checkout .form-row label {
    font-weight: 500 !important;
    color: #475569 !important;
    margin-bottom: 6px !important;
    font-size: 0.9rem !important;
}

/* --- BOKS PODSUMOWANIA ZAMÓWIENIA (PRAWA KOLUMNA) --- */
.woocommerce-checkout-review-order {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 24px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
}

/* Tabela podsumowania */
.woocommerce-checkout-review-order-table {
    border: none !important;
    margin-bottom: 20px !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 15px 0 !important;
    font-size: 1rem !important;
}

.woocommerce-checkout-review-order-table .cart_item td {
    color: #334155 !important;
}

/* Łączna kwota (Total) */
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    border-bottom: none !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    color: #0f172a !important;
}

.woocommerce-checkout-review-order-table .order-total td span.amount {
    color: #0284c7 !important; /* Akcent niebieski pasujący do ceny */
    font-weight: 800 !important;
}

/* --- METODY PŁATNOŚCI --- */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 20px !important;
}

/* Boks z opisem wybranej metody płatności */
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #f1f5f9 !important;
    border-radius: 12px !important;
    color: #475569 !important;
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f1f5f9 !important;
}

/* --- GŁÓWNY PRZYCISK: KUPUJĘ I PŁACĘ --- */
.woocommerce-checkout #place_order,
#add_payment_method #payment #place_order, 
.woocommerce-cart #payment #place_order, 
.woocommerce-checkout #payment #place_order {
    font-family: 'Outfit', sans-serif !important;
    width: 100% !important;
    height: 60px !important;
    background: linear-gradient(90deg, #ec4899, #8b5cf6) !important; /* Identyczny luksusowy gradient */
    color: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3) !important;
    margin-top: 20px !important;
}

/* Efekt najechania myszką na przycisk zamówienia */
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout #payment #place_order:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.4) !important;
    background: linear-gradient(90deg, #db2777, #7c3aed) !important;
}

/* Komunikaty informacyjne / kupony na górze kases */
.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    border: none !important;
}

.woocommerce-info {
    border-top-color: #8b5cf6 !important;
    background-color: #f4f0ff !important;
    color: #6d28d9 !important;
    border-radius: 14px !important;
    font-size: 0.95rem !important;
}

.woocommerce-info a {
    color: #7c3aed !important;
    font-weight: 600 !important;
}
/* ==========================================
   LUKSUSOWE PODZIĘKOWANIE ZA ZAMÓWIENIE
   ========================================== */

/* Główny font dla całej strony podziękowania */
.woocommerce-order-received,
.woocommerce-order {
    font-family: 'Outfit', sans-serif !important;
    color: #1e293b !important;
}

/* 1. Komunikat sukcesu ("Dziękujemy. Otrzymaliśmy Twoje zamówienie.") */
.woocommerce-notice--success {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.08), rgba(2, 132, 199, 0.05)) !important;
    color: #065f46 !important;
    padding: 25px 30px !important;
    border-radius: 20px !important;
    border-left: 5px solid #10b981 !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.03) !important;
}

/* 2. Główne nagłówki (Szczegóły zamówienia, Adres płatności) */
.woocommerce-order h2,
.woocommerce-order-received h2,
.woocommerce-order h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 40px 0 20px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* 3. Boks z szybkim podsumowaniem (Numer, data, kwota, metoda) */
ul.woocommerce-order-overview {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 24px !important;
    padding: 30px !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 20px !important;
    list-style: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 40px !important;
}

ul.woocommerce-order-overview li {
    border-right: 1px solid #e2e8f0 !important;
    padding: 0 10px !important;
    font-size: 0.88rem !important;
    text-transform: uppercase !important;
    color: #64748b !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

ul.woocommerce-order-overview li:last-child {
    border-right: none !important;
}

ul.woocommerce-order-overview li strong {
    display: block !important;
    font-size: 1.1rem !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    text-transform: none !important;
    margin-top: 6px !important;
    letter-spacing: 0 !important;
}

/* Wyróżnienie kwoty w podsumowaniu górnym */
ul.woocommerce-order-overview li.total strong span.amount {
    color: #0284c7 !important;
    font-weight: 800 !important;
}

/* 4. Tabela szczegółów zamówienia (Produkty) */
.shop_table.order_details,
.shop_table.customer_details {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 24px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02) !important;
    width: 100% !important;
}

.shop_table.order_details th,
.shop_table.order_details td {
    padding: 18px 25px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 1rem !important;
}

.shop_table.order_details thead th {
    background: #f8fafc !important;
    color: #475569 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.5px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:last-child td {
    border-bottom: none !important;
}

/* Nazwa produktu link / tekst */
.shop_table.order_details td.product-name a {
    color: #0f172a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.shop_table.order_details td.product-name a:hover {
    color: #8b5cf6 !important;
}

/* Kwota końcowa w tabeli (Total) */
.shop_table.order_details tfoot tr:last-child span.amount {
    color: #0284c7 !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
}

/* 5. Sekcja adresu i danych klienta */
.woocommerce-customer-details {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 24px !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-customer-details address {
    border: none !important;
    padding: 0 !important;
    font-style: normal !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    font-size: 1rem !important;
}

/* Przyciski (np. Ponów płatność, Pobierz przewodnik - jeśli się pojawią) */
.woocommerce-order-received .button,
.woocommerce-order .button {
    font-family: 'Outfit', sans-serif !important;
    display: inline-block !important;
    padding: 15px 30px !important;
    background: linear-gradient(90deg, #ec4899, #8b5cf6) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 5px 15px rgba(139, 92, 246, 0.2) !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.woocommerce-order-received .button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4) !important;
    background: linear-gradient(90deg, #db2777, #7c3aed) !important;
}

/* RWD - poprawki na telefon */
@media (max-width: 600px) {
    ul.woocommerce-order-overview {
        grid-template-columns: 1fr !important;
    }
    ul.woocommerce-order-overview li {
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding-bottom: 15px !important;
    }
    ul.woocommerce-order-overview li:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
}
/* Nowy styl dla nowoczesnej siatki korzyści */
.w-premium-features-container {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 28px !important;
    padding: 35px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.04) !important;
}

.w-features-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    letter-spacing: -0.3px !important;
}

.w-features-main-title::before {
    content: '' !important;
    display: inline-block !important;
    width: 5px !important;
    height: 24px !important;
    background: linear-gradient(to bottom, #ec4899, #8b5cf6) !important;
    border-radius: 4px !important;
}

.w-features-modern-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
}

@media (min-width: 640px) {
    .w-features-modern-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

.w-feature-item-card {
    background: #f8fafc !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 20px !important;
    padding: 24px !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.w-feature-item-card:hover {
    background: #ffffff !important;
    border-color: rgba(139, 92, 246, 0.25) !important;
    box-shadow: 0 12px 30px rgba(139, 92, 246, 0.06) !important;
    transform: translateY(-3px) !important;
}

.w-feature-card-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.w-feature-card-icon {
    width: 44px !important;
    height: 44px !important;
    background: rgba(139, 92, 246, 0.08) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.3rem !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease !important;
}

.w-feature-item-card:hover .w-feature-card-icon {
    transform: scale(1.1) !important;
}

.w-feature-item-card:nth-child(1) .w-feature-card-icon {
    background: rgba(2, 132, 199, 0.08) !important;
}

.w-feature-card-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
}

.w-feature-card-desc {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
    color: #475569 !important;
    font-weight: 400 !important;
}
/* Akcenty dla Pakietu Light (Niebieskie) */
.w-premium-features-container.theme-light-blue {
    box-shadow: 0 15px 35px rgba(2, 132, 199, 0.04) !important;
}

.w-premium-features-container.theme-light-blue .w-features-main-title::before {
    background: linear-gradient(to bottom, #38bdf8, #0284c7) !important;
}

.theme-light-blue .w-feature-card-icon {
    background: rgba(2, 132, 199, 0.08) !important;
    color: #0284c7 !important;
}

.theme-light-blue .w-feature-item-card:hover {
    border-color: rgba(2, 132, 199, 0.25) !important;
    box-shadow: 0 12px 30px rgba(2, 132, 199, 0.06) !important;
}
/* Akcenty dla Pakietu Full (Złoto / VIP) */
.w-premium-features-container.theme-gold-vip {
    box-shadow: 0 15px 40px rgba(251, 191, 36, 0.08) !important;
    border: 1px solid rgba(251, 191, 36, 0.2) !important;
}

.w-premium-features-container.theme-gold-vip .w-features-main-title::before {
    background: linear-gradient(to bottom, #fbbf24, #d97706) !important;
}

.theme-gold-vip .w-feature-card-icon {
    background: rgba(251, 191, 36, 0.1) !important;
    color: #d97706 !important;
}

.theme-gold-vip .w-feature-item-card:hover {
    border-color: rgba(251, 191, 36, 0.4) !important;
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.1) !important;
}

/* Specjalny układ dla 6 elementów w Pakiecie Full na dużych ekranach */
@media (min-width: 992px) {
    .theme-gold-vip .w-features-modern-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}
/* Wyłączenie pływania lewego panelu (karty) na telefonach */
@media (max-width: 767px) {
    .w-product-visual-container {
        position: relative !important;
        top: 0 !important;
    }
}
/* Ukrycie tabeli dodatkowych informacji (Ilość osób, Ilość dni) */
table.shop_attributes,
.woocommerce-product-attributes,
.woocommerce-Tabs-panel--additional_information {
    display: none !important;
}

/* Ukrycie sekcji opinii / recenzji na dole strony */
#reviews,
.woocommerce-Reviews,
.woocommerce-Tabs-panel--reviews {
    display: none !important;
}