/* ============================================================
   STUDIO FIGURA - listing strefy
   ============================================================ */

.zones-page,
.zones-page h1,
.zones-page h2,
.zones-page h3,
.zones-page p,
.zones-page a,
.zones-page input {
    font-family: 'Poppins', system-ui, Arial, sans-serif;
}

.zones-page {
    --sf-orange: #F39200;
    --zones-bg: #F7F7F7;
    --zones-card: #FFFFFF;
    --zones-border: #E3E3E3;
    --zones-muted: #4C4545;
    --zones-soft: #ACA8A8;
    --zones-admin-offset: 0px;
    --zones-sidebar-top: calc(var(--zones-admin-offset) + 110px);
    background: var(--zones-bg);
    color: #100707;
    overflow-x: clip;
}

.admin-bar .zones-page {
    --zones-admin-offset: 32px;
}

@supports not (overflow: clip) {
    .zones-page {
        overflow-x: visible;
    }
}

.zones-tabs {
    background: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
}

.zones-tabs__inner {
    display: flex;
    justify-content: center;
    min-height: 56px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0px 32px;
}

.zones-tabs__inner::-webkit-scrollbar {
    display: none;
}

.zones-tabs__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 220px;
    padding: 18px 26px 15px;
    width: 33%;
    border-bottom: 3px solid transparent;
    color: #4C4545;
    font-size: 0.8125rem; /* 13px */
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease;
}

.zones-tabs__link:hover,
.zones-tabs__link.is-active {
    color: #100707;
    border-bottom-color: var(--sf-orange);
}

.zones-hero {
    padding: 48px 0px 96px;
    background: #FFFFFF;
}

.hero-strefa {
    gap: 48px;
    display: flex;
    flex-direction: column;
}

.zones-breadcrumb-wrap .sf-breadcrumb {
    margin: 0;
}

.zones-hero__inner {
    max-width: 650px;
}

.zones-hero__title {
    margin: 0;
    color: #100707;
    font-size: 2.5rem; /* 40px */
    font-weight: 600;
    line-height: 1.25;
}

.zones-hero__title span {
    font-style: italic;
    font-weight: 300;
}

.zones-hero__subtitle {
    margin: 8px 0 28px;
    color: #FF9100;
    font-size: 1.1875rem; /* 19px */
    font-style: italic;
    font-weight: 300;
    line-height: 1.4;
}

.zones-hero__text {
    max-width: 610px;
    color: #100707;
    font-size: 0.9375rem; /* 15px */
    line-height: 1.55;
}

.zones-hero__text p {
    margin: 0 0 10px;
}

.zones-hero__text p:last-child {
    margin-bottom: 0;
}

.zones-search {
    position: relative;
    display: block;
    width: min(100%, 520px);
    margin: 40px auto 0;
}

.zones-search__icon {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    color: #BEBEBE;
    transform: translateY(-50%);
    pointer-events: none;
}

.zones-search input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 22px 0 48px;
    border: 1px solid var(--zones-border);
    border-radius: 64px;
    outline: none;
    background: rgba(255, 255, 255, 0.75);
    color: #100707;
    font-size: 0.8125rem; /* 13px */
    line-height: 1.5;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.zones-search input::placeholder {
    color: #BEBEBE;
}

.zones-search input:focus {
    border-color: #FFAF45;
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(255, 145, 0, 0.12);
}

.zones-listing {
    padding: 60px 0 82px;
    background: var(--zones-bg);
}

.zones-layout {
    align-items: flex-start;
}

.zones-count {
    margin: 0 0 42px;
    color: var(--zones-soft);
    font-size: 0.8125rem; /* 13px */
    font-weight: 400;
    line-height: 1.5;
}

.zones-sidebar {
    position: sticky;
    top: var(--zones-sidebar-top);
    flex-direction: column;
    align-self: flex-start;
    height: calc(100dvh - var(--zones-sidebar-top) - 24px);
    min-height: 0;
    overflow: hidden;
}

.zones-sidebar .zones-count {
    flex: 0 0 auto;
}

.zones-device-nav {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 40px;
    overscroll-behavior: contain;
    scrollbar-color: var(--sf-orange) transparent;
    scrollbar-width: thin;
}

.zones-device-nav::-webkit-scrollbar {
    width: 5px;
}

.zones-device-nav::-webkit-scrollbar-track {
    background: transparent;
}

.zones-device-nav::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--sf-orange);
}

.zones-device-nav a {
    color: var(--Tekst-Dodatkowy, #4C4545);
    font-family: Poppins;
    font-size: 1rem; /* 16px */
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding: 32px 16px;
    border-bottom: 1px solid var(--Pole-Obrys-Jasny, #E3E3E3);
}

.zones-device-nav a:hover {
    color: #FF9100;
}

.zones-device-nav a:last-child {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .zones-sidebar.d-lg-block {
        display: flex !important;
    }
}

.zones-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    scroll-margin-top: 120px;
    border: 1px solid var(--zones-border);
    border-radius: 16px;
    background: var(--zones-card);
}

.zones-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #EFEFEF;
}

.zones-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.zones-card:hover .zones-card__media img {
    transform: scale(1.03);
}

.zones-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 24px 26px;
    gap: 24px;
}

.zones-card__title {
    color: var(--Tekst-Gwny, #100707);
    font-family: Poppins;
    font-size: 1.4375rem; /* 23px */
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.zones-card__subtitle {
    color: var(--Kolor-Gwny, #FF9100);
    font-family: Poppins;
    font-size: 1.125rem; /* 18px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.zones-card__desc {
    color: var(--Tekst-Dodatkowy, #4C4545);
    font-family: Poppins;
    font-size: 1rem; /* 16px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.zones-card__link {
    color: var(--Tekst-Gwny, #100707);
    font-family: Poppins;
    font-size: 1rem; /* 16px */
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.zones-card__link:hover {
    color: #FF9100;
}

.zones-empty {
    margin: 22px 0 0;
    color: var(--zones-muted);
    font-size: 0.875rem; /* 14px */
    line-height: 1.6;
    text-align: center;
}

.zones-empty.is-visible {
    display: block;
}

.zones-content {
    padding: 10px 0 82px;
    background: var(--zones-bg);
}

.zones-content__inner {
    max-width: 1120px;
    margin: 0 auto;
    color: #8A8585;
    font-size: 0.8125rem; /* 13px */
    line-height: 1.8;
}

.zones-content__inner p {
    margin: 0 0 18px;
}

.zones-content__inner p:last-child {
    margin-bottom: 0;
}

.zones-content__inner h2,
.zones-content__inner h3 {
    margin: 30px 0 12px;
    color: #4C4545;
    font-weight: 600;
    line-height: 1.4;
}

.zones-seo {
    --zones-seo-collapsed-height: 112px;
    padding: 128px 0;
    background: var(--zones-bg);
}

.zones-seo__inner {
    position: relative;
    overflow: hidden;
    max-height: var(--zones-seo-collapsed-height);
    margin: 0 auto;
    color: #8A8585;
    font-size: 0.75rem; /* 12px */
    font-weight: 300;
    line-height: 1.75;
    transition: max-height .35s ease;
}

.zones-seo.is-collapsed .zones-seo__inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0), var(--zones-bg));
}

.zones-seo__inner p {
    color: var(--Tekst-Akcent, #ACA8A8);
    font-family: Poppins;
    font-size: 0.6875rem; /* 11px */
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.zones-seo__inner p:last-child {
    margin-bottom: 0;
}

.zones-seo__inner h2,
.zones-seo__inner h3,
.zones-seo__inner h4 {
    margin: 24px 0 10px;
    color: #4C4545;
    font-size: 0.8125rem; /* 13px */
    font-weight: 500;
    line-height: 1.5;
}

.zones-seo__inner h2:first-child,
.zones-seo__inner h3:first-child,
.zones-seo__inner h4:first-child {
    margin-top: 0;
}

.zones-seo__toggle {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0 0;
    border: 0;
    background: transparent;
    color: #4C4545;
    cursor: pointer;
}

.zones-seo__toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 18px;
    transition: transform .25s ease, color .2s ease;
}

.zones-seo__toggle:hover .zones-seo__toggle-icon {
    color: #FF9100;
}

.zones-seo.is-expanded .zones-seo__toggle-icon {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .zones-hero {
        padding: 56px 0 42px;
        background: var(--zones-bg);
        text-align: center;
    }

    .zones-count--compact {
        display: block;
    }

    .zones-hero__inner,
    .zones-hero__text {
        max-width: 100%;
    }

    .zones-hero__title {
        font-size: 2.125rem; /* 34px */
        line-height: 1.25;
    }

    .zones-hero__subtitle {
        margin-bottom: 24px;
        font-size: 1.0625rem; /* 17px */
    }

    .zones-listing {
        padding: 42px 0 64px;
        border-top: 1px solid #EAEAEA;
    }

    .zones-card__media {
        aspect-ratio: 16 / 11;
    }

    .zones-seo {
        --zones-seo-collapsed-height: 132px;
        padding: 80px 0;
    }
}

p b {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .zones-tabs__inner {
        justify-content: stretch;
        overflow-x: visible;
        padding: 0;
    }

    .zones-tabs__link {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        padding: 14px 6px 12px;
        font-size: 0.5625rem; /* 9px */
        line-height: 1.25;
        white-space: normal;
    }

    .zones-hero {
        padding: 34px 0 28px;
    }

    .zones-hero__title {
        font-size: 1.5rem; /* 24px */
    }

    .zones-hero__subtitle {
        margin: 6px 0 22px;
        font-size: 0.8125rem; /* 13px */
    }

    .zones-hero__text {
        font-size: 0.8125rem; /* 13px */
        line-height: 1.55;
    }

    .zones-search {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .zones-search input {
        height: 44px;
    }

    .zones-listing {
        padding: 32px 0 56px;
    }

    .zones-count {
        margin-bottom: 32px !important;
        font-size: 0.8125rem; /* 13px */
    }

    .zones-card {
        border-radius: 14px;
    }

    .zones-card__body {
        padding: 18px 18px 20px;
    }

    .zones-card__title {
        font-size: 1.1875rem; /* 19px */
    }

    .zones-card__subtitle,
    .zones-card__desc,
    .zones-card__link {
        font-size: 1rem; /* 16px */
    }

    .zones-card__desc {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    .zones-card__subtitle {
        margin-bottom: 14px;
    }

    .zones-content {
        padding: 0 0 56px;
    }

    .zones-content__inner {
        font-size: 0.6875rem; /* 11px */
        line-height: 1.75;
    }

    .zones-seo {
        --zones-seo-collapsed-height: 156px;
        padding: 56px 0;
    }

    .zones-seo__inner {
        font-size: 0.6875rem; /* 11px */
    }
}
