/* =============================================
   FILTRZONE SEO PAGES — STYLE
   Dopasowane do https://filtrzone.pl/
   Kolory: #000666 navy, #FF6640 orange, #454652 text
   Font: Plus Jakarta Sans (headings), Montserrat (body)
   ============================================= */

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

* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body, input, textarea, select, button {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

:root {
    --fz-navy: #000666;
    --fz-orange: #FF6640;
    --fz-text: #454652;
    --fz-text-light: #CBD5E1;
    --fz-bg: #ffffff;
    --fz-bg-alt: #FAFAFA;
    --fz-bg-muted: #EAE7EF;
    --fz-accent-blue: #656EFF;
    --fz-radius: 8px;
    --fz-radius-lg: 20px;
    --fz-container: 1500px;
    --fz-padding: 0px;
}

/* ── BREADCRUMB (wycentrowany) ── */
.fz-breadcrumb {
    width: 100%;
    background: var(--fz-bg-alt);
    padding: 14px 0;
    border-bottom: 1px solid var(--fz-bg-muted);
}
.fz-breadcrumb-inner {
    width: 100%;
    max-width: var(--fz-container);
    margin: 0 auto;
    padding: 0 var(--fz-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    color: var(--fz-text);
    flex-wrap: wrap;
}
.fz-breadcrumb-inner a {
    color: var(--fz-navy);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.fz-breadcrumb-inner a:hover {
    color: var(--fz-orange);
}
.fz-breadcrumb-inner .sep {
    color: #b0b0b0;
    font-size: 12px;
}
.fz-breadcrumb-current {
    color: var(--fz-text);
    font-weight: 600;
}

/* ── CONTAINER ── */
.fz-container {
    width: 100%;
    max-width: var(--fz-container);
    margin: 0 auto;
    padding: 0 var(--fz-padding);
}

/* ── HERO ── */
.fz-hero {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 6, 102, 0.88) 0%, rgba(0, 6, 102, 0.7) 50%, rgba(0, 6, 102, 0.82) 100%),
                var(--fz-hero-bg, url('https://filtrzone.pl/wp-content/uploads/2026/04/g4-wloknina-1-scaled-1-768x512.jpg')) center/cover no-repeat;
    padding: 100px 0 80px 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.fz-hero::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 60%;
    background: radial-gradient(ellipse at 70% 50%, rgba(101, 110, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
.fz-hero-inner {
    width: 100%;
    max-width: var(--fz-container);
    margin: 0 auto;
    padding: 0 var(--fz-padding);
    position: relative;
    z-index: 2;
}
.fz-hero h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -2px;
    color: #ffffff;
    margin: 0 0 16px 0;
}
.fz-hero h1 .accent {
    color: var(--fz-orange);
}
.fz-hero .subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--fz-text-light);
    margin: 0 0 28px 0;
    max-width: 560px;
}
.fz-hero .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--fz-orange);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s;
}
.fz-hero .hero-cta:hover {
    background: #e85a38;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 102, 64, 0.3);
}

/* ── SEKCJE ── */
.fz-section {
    width: 100%;
    padding: 64px 0;
}
.fz-section--alt {
    background: var(--fz-bg-alt);
}
.fz-section--navy {
    background: var(--fz-navy);
    color: #fff;
}
.fz-section--navy h2,
.fz-section--navy h3 {
    color: #fff;
}
.fz-section--navy p {
    color: var(--fz-text-light);
}
.fz-section--fullwidth {
    width: 100%;
    padding: 64px 0;
    max-width: var(--fz-container);
    margin: 0 auto;
    padding-left: var(--fz-padding);
    padding-right: var(--fz-padding);
}

.fz-section h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: var(--fz-navy);
    margin: 0 0 12px 0;
}
.fz-section h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--fz-navy);
    margin: 0 0 10px 0;
}
.fz-section p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--fz-text);
    margin: 0 0 16px 0;
}
.fz-section .lead {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 40px;
}

/* ── GRID KART ── */
.fz-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 32px 0;
}
.fz-card {
    background: var(--fz-bg-alt);
    border-radius: var(--fz-radius);
    padding: 40px 32px;
    border: 1px solid transparent;
}
.fz-card--navy {
    background: var(--fz-navy);
    color: #fff;
}
.fz-card--navy h3 { color: #fff; }
.fz-card--navy p { color: var(--fz-text-light); }
.fz-card--navy .fz-card-icon { color: var(--fz-orange); }

.fz-card-icon {
    font-size: 30px;
    color: var(--fz-navy);
    margin-bottom: 16px;
    display: block;
}
.fz-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.fz-card p {
    font-size: 15px;
    margin: 0;
}

/* ── FEATURES GRID (2-col z ikoną) ── */
.fz-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0;
}
.fz-feature-item {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: var(--fz-bg-alt);
    border-radius: var(--fz-radius);
}
.fz-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: var(--fz-navy);
    border-radius: var(--fz-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.fz-feature-icon--orange {
    background: var(--fz-orange);
}
.fz-feature-text h3 {
    font-size: 17px;
    margin: 0 0 4px 0;
}
.fz-feature-text p {
    font-size: 14px;
    margin: 0;
    color: #6b7280;
}

/* ── CTA BANNER ── */
.fz-cta-banner {
    background: var(--fz-navy);
    border-radius: var(--fz-radius-lg);
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 40px 0;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.fz-cta-banner::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 220px;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    background: url('https://filtrzone.pl/wp-content/uploads/2026/04/Icon-4.svg') center/contain no-repeat;
    opacity: 0.10;
    pointer-events: none;
}
.fz-cta-banner h2 {
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px 0;
}
.fz-cta-banner p {
    color: var(--fz-text-light);
    font-size: 16px;
    margin: 0;
    max-width: 500px;
}
.fz-cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── BUTTONS ── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    border: 2px solid transparent;
}
.btn-primary {
    background: var(--fz-orange);
    color: #fff;
    border-color: var(--fz-orange);
}
.btn-primary:hover {
    background: #e85a38;
    border-color: #e85a38;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 102, 64, 0.3);
}
.btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.btn-navy {
    background: var(--fz-navy);
    color: #fff;
    border-color: var(--fz-navy);
}
.btn-navy:hover {
    background: #000555;
    transform: translateY(-2px);
}

/* ── TWO COLUMNS ── */
.fz-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: stretch;
    margin: 32px 0;
}
.fz-two-col > div {
    background: var(--fz-bg-alt);
    border-radius: var(--fz-radius);
    padding: 32px;
    border: 1px solid var(--fz-bg-muted);
}
.fz-two-col h3 {
    font-size: 24px;
}

/* ── STEPS / NUMBERED LIST ── */
.fz-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 32px 0;
}
.fz-steps li {
    counter-increment: step;
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--fz-bg-muted);
    align-items: flex-start;
}
.fz-steps li::before {
    content: counter(step);
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--fz-navy);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

/* ── STAT / NUMBER HIGHLIGHT ── */
.fz-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin: 40px 0;
    text-align: center;
}
.fz-stat {
    padding: 24px 16px;
}
.fz-stat-number {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: var(--fz-orange);
    line-height: 1;
    margin-bottom: 8px;
}
.fz-stat-label {
    font-size: 14px;
    color: var(--fz-text);
    font-weight: 500;
}

/* ── SEPARATOR ── */
.fz-separator {
    border: none;
    height: 1px;
    background: var(--fz-bg-muted);
    margin: 48px 0;
}

/* ── PRODUCT GALLERY ── */
.fz-products-grid {
    display: grid;
    gap: 20px;
    margin: 32px 0;
}
.fz-products-grid--v1 {
    grid-template-columns: repeat(3, 1fr);
}
.fz-products-grid--v2 {
    grid-template-columns: 2fr 1fr 1fr;
}
.fz-products-grid--v2 .fz-product-card:first-child {
    grid-row: span 2;
}
.fz-products-grid--v3 {
    grid-template-columns: 1fr 1fr 2fr;
}
.fz-products-grid--v3 .fz-product-card:last-child {
    grid-row: span 2;
}
.fz-products-grid--v4 {
    grid-template-columns: repeat(4, 1fr);
}
.fz-products-grid--v5 {
    grid-template-columns: repeat(2, 1fr);
}

.fz-product-card {
    background: #fff;
    border-radius: var(--fz-radius-lg);
    overflow: hidden;
    text-decoration: none;
    color: var(--fz-text);
    border: 1px solid var(--fz-bg-muted);
    display: flex;
    flex-direction: column;
}
.fz-product-card-img {
    width: 100%;
    height: 280px !important;
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    background: var(--fz-bg-alt);
    padding: 0;
}
.fz-product-card-body {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fz-product-card-body h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--fz-navy);
    margin: 0 0 6px 0;
}
.fz-product-card-body p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}
.fz-product-card-badge {
    display: inline-block;
    background: var(--fz-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 4px;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

/* ── MIXED CARD GRID (bento style, 4 cols, checkered/staggered) ── */
.fz-card-grid--mixed {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 32px 0;
}
.fz-card-grid--mixed .fz-card:nth-child(1) {
    grid-column: span 2;
}
.fz-card-grid--mixed .fz-card:nth-child(6) {
    grid-column: span 2;
}
.fz-card-grid--mixed2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 32px 0;
}
.fz-card-grid--mixed2 .fz-card:nth-child(3) {
    grid-column: span 2;
}
.fz-card-grid--mixed2 .fz-card:nth-child(4) {
    grid-column: span 2;
}
.fz-card-grid--mixed3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 32px 0;
}
.fz-card-grid--mixed3 .fz-card:nth-child(1) {
    grid-column: span 2;
}
.fz-card-grid--mixed3 .fz-card:nth-child(5) {
    grid-column: span 2;
}

/* ── CITIES SECTION ── */
.fz-cities-section {
    width: 100%;
    padding: 72px 0;
    background: var(--fz-bg);
}
.fz-cities-section h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--fz-navy);
    text-align: center;
    margin: 0 0 32px 0;
    letter-spacing: -1px;
}
.fz-cities-section h2 .accent {
    color: var(--fz-orange);
}

/* ── WOJ GRID ── */
.fz-woj-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    max-width: var(--fz-container);
    margin: 0 auto;
    padding: 0 var(--fz-padding);
    box-sizing: border-box;
}
.fz-woj-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    background: var(--fz-bg-alt);
    border-radius: var(--fz-radius);
    text-decoration: none;
    color: var(--fz-text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.25s;
    min-width: 0;
    overflow: hidden;
}
.fz-woj-card span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.fz-woj-card i {
    color: var(--fz-navy);
    font-size: 20px;
    flex-shrink: 0;
}
.fz-woj-card:hover {
    background: #fff;
    border-color: var(--fz-navy);
    color: var(--fz-navy);
    box-shadow: 0 4px 12px rgba(0, 6, 102, 0.08);
    transform: translateY(-2px);
}
.fz-woj-card--active {
    background: var(--fz-navy);
    color: #fff;
    border-color: var(--fz-navy);
}
.fz-woj-card--active i {
    color: var(--fz-orange);
}
.fz-woj-card--active:hover {
    background: #000555;
    color: #fff;
}

/* ── CITIES GRID ── */
.fz-cities-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    max-width: var(--fz-container);
    margin: 0 auto;
    padding: 0 var(--fz-padding);
    box-sizing: border-box;
}
.fz-city-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: var(--fz-bg-alt);
    border-radius: 6px;
    text-decoration: none;
    color: var(--fz-text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    border: 1px solid transparent;
    min-width: 0;
    overflow: hidden;
}
.fz-city-card span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}
.fz-city-card i {
    color: var(--fz-orange);
    font-size: 15px;
}
.fz-city-card:hover {
    background: var(--fz-navy);
    color: #fff;
}
.fz-city-card:hover i {
    color: var(--fz-orange);
}
.fz-city-card--active {
    background: var(--fz-navy);
    color: #fff;
    border-color: var(--fz-navy);
}
.fz-city-card--active i {
    color: var(--fz-orange);
}
.fz-city-card--active:hover {
    background: #000555;
    color: #fff;
}

/* ── WOJ CITIES GROUP ── */
.fz-woj-cities-group {
    width: 100%;
    max-width: var(--fz-container);
    margin: 0 auto 48px auto;
    padding: 0 var(--fz-padding);
}
.fz-woj-cities-group h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 16px;
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
    :root {
        --fz-padding: 0px;
    }
    .fz-section--fullwidth {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fz-cities-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .fz-hero h1 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }
    .fz-hero .subtitle {
        font-size: 16px;
    }
    .fz-features-grid {
        grid-template-columns: 1fr;
    }
    .fz-two-col {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .fz-cta-banner {
        padding: 32px 24px;
        flex-direction: column;
        text-align: center;
    }
    .fz-cta-buttons {
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .fz-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    .fz-section .btn {
        display: block;
        text-align: center;
        margin-left: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }
    .fz-section .btn + .btn {
        margin-top: 12px;
    }
    .fz-section h2 {
        font-size: 26px;
    }
    .fz-products-grid--v1,
    .fz-products-grid--v2,
    .fz-products-grid--v3,
    .fz-products-grid--v4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-products-grid--v2 .fz-product-card:first-child,
    .fz-products-grid--v3 .fz-product-card:last-child {
        grid-row: auto;
    }
    .fz-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-card-grid--mixed {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-card-grid--mixed .fz-card:nth-child(1),
    .fz-card-grid--mixed .fz-card:nth-child(6) {
        grid-column: auto;
    }
    .fz-card-grid--mixed2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-card-grid--mixed2 .fz-card:nth-child(3),
    .fz-card-grid--mixed2 .fz-card:nth-child(4) {
        grid-column: auto;
    }
    .fz-card-grid--mixed3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-card-grid--mixed3 .fz-card:nth-child(1),
    .fz-card-grid--mixed3 .fz-card:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    :root {
        --fz-padding: 30px;
    }
    .fz-hero {
        padding: 56px 0;
    }
    .fz-hero h1 {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .fz-section {
        padding: 40px 0;
    }
    .fz-section--fullwidth {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fz-cta-banner {
        padding: 32px 28px;
        flex-direction: column;
        align-items: flex-start;
    }
    .fz-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .fz-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    .fz-two-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .fz-features-grid {
        grid-template-columns: 1fr;
    }
    .fz-card-grid {
        grid-template-columns: 1fr;
    }
    .fz-section .btn {
        display: block;
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }
    .fz-section .btn + .btn {
        margin-top: 12px;
    }
    .fz-woj-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .fz-cities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 0;
        padding-right: 0;
    }
    .fz-cities-section > .fz-cities-grid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fz-woj-cities-group {
        padding-left: 0;
        padding-right: 0;
    }
    .fz-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .fz-products-grid--v1,
    .fz-products-grid--v2,
    .fz-products-grid--v3,
    .fz-products-grid--v4,
    .fz-products-grid--v5 {
        grid-template-columns: 1fr;
    }
    .fz-card-grid--mixed {
        grid-template-columns: 1fr;
    }
    .fz-card-grid--mixed .fz-card:nth-child(1),
    .fz-card-grid--mixed .fz-card:nth-child(6) {
        grid-column: auto;
    }
    .fz-card-grid--mixed2 {
        grid-template-columns: 1fr;
    }
    .fz-card-grid--mixed2 .fz-card:nth-child(3),
    .fz-card-grid--mixed2 .fz-card:nth-child(4) {
        grid-column: auto;
    }
    .fz-card-grid--mixed3 {
        grid-template-columns: 1fr;
    }
    .fz-card-grid--mixed3 .fz-card:nth-child(1),
    .fz-card-grid--mixed3 .fz-card:nth-child(5) {
        grid-column: auto;
    }
}