/*
Theme Name: EkoMuzyka Child
Theme URI: https://beta.ekomuzyka.pl
Template: astra
Author: Kuba Ustaszewski
Description: Custom child theme for EkoMuzyka.pl
Version: 1.0.17
Text Domain: ekomuzyka-child
*/

/* === Global white background on all pages (override Astra/parent off-whites) === */
html, body.wp-site, body, .site, .site-content, #content, .ast-container, .entry-content, .ast-article-single, .ast-article-post {
    background-color: #ffffff !important;
}

/* === FAB nudge below WP admin bar (any logged-in user with bar) === */
body.admin-bar .ekx-global .ekx-global__fab {
    top: calc(50% + 32px) !important;
}
body.admin-bar .ekx-global .ekx__side {
    top: 32px;
    height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .ekx-global .ekx-global__fab { top: calc(50% + 46px) !important; }
    body.admin-bar .ekx-global .ekx__side { top: 46px; height: calc(100vh - 46px); }
}

:root {
    --eko-font-body: 'Imprima', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --eko-font-display: 'Space Grotesk', 'Imprima', sans-serif;
    --eko-green: #69C08F;
    --eko-green-dark: #4FA876;
    --eko-yellow: #FFBC27;
    --eko-gold: #E5A820;
    --eko-black: #1e293b;
    --eko-gray: #334155;
    --eko-white: #FFFFFF;
    --eko-bg-light: #F7FAF8;
    --eko-border: #D1D5DB;
    --eko-coral: #E06B60;
    --eko-orange: #F5A623;
    --eko-teal: #1E6E8E;
    --eko-sage: #7EBD8E;
    --ast-global-color-0: #3B8E5A;
    --ast-global-color-1: #2D6E46;
    --ast-global-color-4: #FFFFFF;
    --ast-global-color-5: #F7FAF8;
    --ast-global-color-6: #D5EAD8;
}

body,
button, input, select, textarea,
.ast-button, .ast-custom-button {
    font-family: var(--eko-font-body);
    color: #1f3128;
}

/* Fix: Elementor Kit (post-132.css) sets font-size:1px on all buttons site-wide.
   body.elementor-kit-132 specificity 0,1,2 beats kit's selector 0,1,1 even with !important.
   Only resetting font properties here — backgrounds handled per-component with !important. */
body.elementor-kit-132 button,
body.elementor-kit-132 input[type="button"],
body.elementor-kit-132 input[type="submit"],
body.elementor-kit-132 input[type="reset"] {
    font-size: inherit !important;
    font-family: var(--eko-font-body) !important;
    letter-spacing: normal !important;
}

h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6 {
    .eko-landing--platforma.eko-sr-lp {
        --sr-bg: #f5f5f3;
        --sr-blue: #15729b;
        --sr-red: #ff6d65;
        --sr-yellow: #f8be43;
        --sr-green: #86d19b;
        --sr-soft: #f7e6e5;
        max-width: 1240px;
        margin: 0 auto;
        padding: 48px 32px 80px;
        background: var(--sr-bg);
        color: var(--sr-blue);
        font-family: 'Imprima', sans-serif;
    }

    .page-id-17057 .entry-header,
    .page-id-17057 .entry-title {
        display: none !important;
    }

    .eko-sr-lp,
    .eko-sr-lp * {
        box-sizing: border-box;
    }

    .eko-sr-lp h1,
    .eko-sr-lp h2,
    .eko-sr-lp h3,
    .eko-sr-lp h4,
    .eko-sr-lp h5,
    .eko-sr-lp h6 {
        text-transform: none !important;
        letter-spacing: normal !important;
    }

    .eko-sr-lp__hero,
    .eko-sr-lp__problem,
    .eko-sr-lp__inside,
    .eko-sr-lp__media-zone,
    .eko-sr-lp__pricing,
    .eko-sr-lp__catalog {
        margin: 0 auto 96px;
        max-width: 1100px;
        text-align: center;
    }

    .eko-sr-lp__brand {
        position: relative;
        margin-bottom: 22px;
    }

    .eko-sr-lp__kicker {
        display: block;
        margin-bottom: 2px;
        color: #f4b237;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: .34em;
    }

    .eko-sr-lp__brand-title {
        margin: 0;
        font-family: 'Noteworthy', 'Comic Sans MS', cursive !important;
        font-size: 62px;
        line-height: 1;
        font-weight: 700 !important;
        color: var(--sr-blue) !important;
    }

    .eko-sr-lp__brand-dots {
        position: absolute;
        right: 56px;
        top: 8px;
        width: 74px;
        height: 54px;
    }

    .eko-sr-lp__brand-dots::before,
    .eko-sr-lp__brand-dots::after {
        content: '';
        position: absolute;
        border-radius: 999px;
    }

    .eko-sr-lp__brand-dots::before {
        width: 18px;
        height: 18px;
        left: 0;
        top: 0;
        background: var(--sr-green);
        box-shadow: 20px 11px 0 0 var(--sr-yellow), 37px 27px 0 8px var(--sr-red);
    }

    .eko-sr-lp__hero-box {
        position: relative;
        border: 2px solid #83b8d0;
        border-radius: 22px;
        padding: 16px 20px 18px;
        margin-bottom: 18px;
    }

    .eko-sr-lp__listki {
        position: absolute;
        width: 38px;
        height: auto;
    }

    .eko-sr-lp__listki--hero {
        left: 20px;
        top: 18px;
        transform: rotate(-6deg);
    }

    .eko-sr-lp__hero-box h2 {
        margin: 0 0 10px;
        color: var(--sr-blue);
        font-size: 28px;
        line-height: 1.15;
        font-weight: 400;
    }

    .eko-sr-lp__hero-box p {
        margin: 0 0 8px;
        color: #2d7da1;
        font-size: 16px;
        line-height: 1.4;
    }

    .eko-sr-lp__hero-image-wrap {
        position: relative;
        width: 400px;
        margin: 0 auto;
    }

    .eko-sr-lp__hero-image {
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
    }

    .eko-sr-lp__ball {
        position: absolute;
        z-index: 1;
    }

    .eko-sr-lp__ball--hero-red {
        width: 96px;
        left: 50px;
        top: 104px;
    }

    .eko-sr-lp__ball--hero-yellow {
        width: 116px;
        left: 112px;
        top: 58px;
    }

    .eko-sr-lp__ball--hero-blue {
        width: 112px;
        left: 142px;
        top: 132px;
    }

    .eko-sr-lp__pill,
    .eko-sr-lp__outline-pill,
    .eko-sr-lp__month-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        min-height: 42px;
        padding: 6px 24px;
        font-size: 18px;
        line-height: 1.2;
        text-decoration: none;
        border: 0;
        font-family: 'Imprima', sans-serif;
    }

    .eko-sr-lp__pill--green { background: #8dcf99; color: #fff; }
    .eko-sr-lp__pill--blue { background: #0d79a3; color: #fff; }
    .eko-sr-lp__pill--coral { background: #ff7068; color: #fff; }
    .eko-sr-lp__pill--yellow { background: #f7bf44; color: #fff; }
    .eko-sr-lp__pill--green-light { background: #8fd59e; color: #fff; }

    .eko-sr-lp__outline-pill {
        background: transparent;
        color: var(--sr-red);
        border: 1.5px solid #f59c97;
        margin: 32px auto 24px;
    }

    .eko-sr-lp__outline-box {
        position: relative;
        border: 1.5px solid #ff948f;
        border-radius: 22px;
        padding: 12px 18px;
        color: var(--sr-red);
        font-size: 23px;
        line-height: 1.35;
        margin-bottom: 18px;
    }

    .eko-sr-lp__listki--problem {
        right: -28px;
        top: -20px;
        width: 42px;
        transform: rotate(10deg);
    }

    .eko-sr-lp__mid-title {
        margin: 0 0 16px;
        color: var(--sr-blue);
        font-size: 28px;
        line-height: 1.15;
        font-weight: 400;
    }

    .eko-sr-lp__audience-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }

    .eko-sr-lp__audience {
        border-radius: 18px;
        padding: 14px 16px;
        color: #fff;
        font-size: 17px;
        line-height: 1.25;
    }

    .eko-sr-lp__audience--yellow { background: #f8c445; }
    .eko-sr-lp__audience--green { background: #8dd2a0; }

    .eko-sr-lp__script {
        margin: 0 0 12px;
        color: var(--sr-blue);
        font-family: 'Noteworthy', 'Comic Sans MS', cursive;
        font-size: 34px;
        line-height: 1.1;
    }

    .eko-sr-lp__decor-pair {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 10px;
        max-width: 590px;
    }

    .eko-sr-lp__decor-pair img {
        width: 86px;
        height: auto;
    }

    .eko-sr-lp__film-title {
        margin: 0 0 12px;
        color: var(--sr-red);
        font-size: 36px;
        font-weight: 400;
    }

    .eko-sr-lp__video-single,
    .eko-sr-lp__video-card {
        background: #f6dede;
        border-radius: 16px;
        overflow: hidden;
    }

    .eko-sr-lp__video-single {
        width: min(720px, 100%);
        margin: 0 auto 28px;
    }

    .eko-sr-lp__video-single--narrow {
        width: min(560px, 100%);
    }

    .eko-sr-lp__video-single iframe,
    .eko-sr-lp__video-card iframe {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        border: 0;
    }

    .eko-sr-lp__stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin: 32px 0;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .eko-sr-lp__stat {
        position: relative;
        border-radius: 16px;
        padding: 22px 24px 24px;
        overflow: hidden;
        min-height: 150px;
    }

    .eko-sr-lp__stat::before {
        content: '100+';
        position: absolute;
        left: 8px;
        top: 4px;
        font-size: 86px;
        line-height: 1;
        font-weight: 700;
        opacity: .12;
    }

    .eko-sr-lp__stat--coral::before { content: '40+'; }
    .eko-sr-lp__stat--blue::before { content: '22+'; }

    .eko-sr-lp__stat h4 {
        position: relative;
        z-index: 1;
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 1.15;
        font-weight: 400;
    }

    .eko-sr-lp__stat h4 strong { font-weight: 700; }

    .eko-sr-lp__stat p {
        position: relative;
        z-index: 1;
        margin: 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .eko-sr-lp__stat--yellow { background: #f8bf43; color: #0a597c; }
    .eko-sr-lp__stat--green { background: #94d9a6; color: #083e50; }
    .eko-sr-lp__stat--coral { background: #ff726a; color: #fff; }
    .eko-sr-lp__stat--blue { background: #0f7398; color: #fff; }

    .eko-sr-lp__bonus {
        position: relative;
        background: #f7e6e4;
        border-radius: 20px;
        padding: 28px 28px 28px 96px;
        margin: 32px auto;
        max-width: 680px;
    }

    .eko-sr-lp__bonus p {
        margin: 0;
        color: var(--sr-blue);
        font-size: 21px;
        line-height: 1.4;
    }

    .eko-sr-lp__bonus p strong {
        color: var(--sr-red);
        font-weight: 400;
    }

    .eko-sr-lp__ball--bonus-yellow {
        width: 82px;
        left: -38px;
        bottom: -20px;
    }

    .eko-sr-lp__ball--bonus-red {
        width: 70px;
        left: -8px;
        top: -18px;
    }

    .eko-sr-lp__bullets {
        margin: 32px auto 0;
        max-width: 720px;
        padding-left: 24px;
        text-align: left;
        font-size: 17px;
        line-height: 1.55;
        color: var(--sr-blue);
    }

    .eko-sr-lp__listki--bullets {
        position: absolute;
        right: 34px;
        width: 42px;
        margin-top: -6px;
    }

    .eko-sr-lp__media-zone {
        position: relative;
    }

    .eko-sr-lp__video-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin: 0 auto 32px;
        max-width: 1240px;
    }

    /* Reviews — sub-grid 6 mniejszych opinii (Kasia 26.04.2026) */
    .eko-sr-lp__reviews-more {
        margin: 44px auto 0;
        max-width: 1240px;
    }
    .eko-sr-lp__reviews-more-lbl {
        margin: 0 0 18px;
        color: #5b7b86;
        font-size: 16px;
        font-style: italic;
    }
    .eko-sr-lp__reviews-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    @media (max-width: 768px) {
        .eko-sr-lp__reviews-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 480px) {
        .eko-sr-lp__reviews-grid { grid-template-columns: 1fr; }
    }
    .eko-sr-lp__review-card {
        position: relative;
        display: block;
        aspect-ratio: 16 / 9;
        background-color: #f6dede;
        background-size: cover;
        background-position: center;
        border-radius: 14px;
        overflow: hidden;
        text-decoration: none;
        transition: transform 0.18s, box-shadow 0.18s;
    }
    .eko-sr-lp__review-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(15,115,152,0.18);
    }
    .eko-sr-lp__review-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.25) 100%);
    }
    .eko-sr-lp__review-play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.92;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,0.35));
        transition: opacity 0.15s, transform 0.15s;
    }
    .eko-sr-lp__review-card:hover .eko-sr-lp__review-play {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.06);
    }

    .eko-sr-lp__pricing-note {
        margin: 12px auto 16px;
        max-width: 520px;
        color: #5b7b86;
        font-size: 13px;
        line-height: 1.35;
    }

    .eko-sr-lp__pricing-note a {
        color: var(--sr-blue);
        font-weight: 700;
    }

    .eko-sr-lp__pricing-balls {
        display: flex;
        justify-content: space-between;
        margin: 0 auto 10px;
        max-width: 900px;
    }

    .eko-sr-lp__pricing-balls img {
        width: 80px;
        height: auto;
    }

    .eko-sr-lp__plans {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        max-width: 900px;
        margin: 0 auto 12px;
    }

    .eko-sr-lp__plan {
        border: 1.5px solid #7eb2cd;
        border-radius: 20px;
        padding: 18px 16px 16px;
        position: relative;
        background: transparent;
    }

    .eko-sr-lp__plan--business {
        grid-column: 1 / -1;
        max-width: 220px;
        margin: 0 auto;
    }

    .eko-sr-lp__plan-badge {
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        padding: 5px 14px;
        border-radius: 999px;
        background: #0f7297;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }

    .eko-sr-lp__plan h4 {
        margin: 6px 0 12px;
        color: var(--sr-blue);
        font-size: 18px;
        line-height: 1.1;
        font-weight: 400;
    }

    .eko-sr-lp__price {
        margin: 0 0 12px;
        color: #f6b338;
        font-size: 26px;
        line-height: 1;
    }

    .eko-sr-lp__plan--monthly .eko-sr-lp__price {
        color: #85ce97;
    }

    .eko-sr-lp__plan--business .eko-sr-lp__price {
        color: var(--sr-red);
    }

    .eko-sr-lp__old {
        margin-right: 6px;
        color: var(--sr-red);
        font-size: 14px;
        text-decoration: line-through;
    }

    .eko-sr-lp__plan--monthly .eko-sr-lp__old {
        color: #85ce97;
    }

    .eko-sr-lp__price small {
        display: block;
        margin-top: 2px;
        color: currentColor;
        font-size: 12px;
    }

    .eko-sr-lp__plan ul {
        margin: 0 0 10px;
        padding-left: 16px;
        text-align: left;
        color: #256c90;
        font-size: 12px;
        line-height: 1.35;
    }

    .eko-sr-lp__best {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 24px;
        padding: 4px 10px;
        border-radius: 999px;
        background: #f6bb42;
        color: #fff;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .eko-sr-lp__buy {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 38px;
        border: 0;
        border-radius: 999px;
        text-decoration: none;
        font-size: 17px;
        line-height: 1;
        color: #fff;
        background: var(--sr-red);
        cursor: pointer;
        transition: transform .18s ease, opacity .18s ease;
    }

    .eko-sr-lp__buy:hover {
        transform: translateY(-1px);
    }

    .eko-sr-lp__buy--yearly {
        background: #f6bc45;
        color: #106e98;
    }

    .eko-sr-lp__buy--monthly {
        background: #8acb98;
    }

    .eko-sr-lp__buy--business {
        background: var(--sr-red);
    }

    .eko-sr-lp__buy.is-disabled,
    .eko-sr-lp__buy[disabled] {
        opacity: .6;
        cursor: not-allowed;
    }

    .eko-sr-lp__catalog > .eko-sr-lp__pill {
        margin-bottom: 16px !important;
    }

    .eko-sr-lp__catalog-grid {
        display: grid;
        grid-template-columns: 165px 1fr 1fr;
        gap: 12px;
        align-items: start;
        margin-top: 16px !important;
    }

    .eko-sr-lp__months {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .eko-sr-lp__month-btn {
        background: #f8bf43;
        color: #fff;
        cursor: pointer;
        min-height: 32px;
        padding-inline: 14px;
    }

    .eko-sr-lp__month-btn.is-active {
        box-shadow: inset 0 0 0 1px rgba(18, 86, 112, .16);
    }

    .eko-sr-lp__months span {
        display: block;
        margin-top: 4px;
        font-size: 15px;
        color: #111;
    }

    .eko-sr-lp__catalog-col h5,
    .eko-sr-lp__catalog-items span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        border-radius: 999px;
        font-size: 15px;
        margin: 0 0 8px;
    }

    .eko-sr-lp__catalog-col h5 {
        margin-top: 0;
        margin-bottom: 14px !important;
        color: #fff;
        font-weight: 400;
        background: var(--sr-red);
    }

    .eko-sr-lp__catalog-items span {
        color: var(--sr-red);
        border: 1px solid #f49a94;
        background: transparent;
        padding: 4px 12px;
        text-align: center;
    }

    .eko-sr-lp__catalog-extra {
        display: block;
        margin-top: 2px;
        color: #111;
        font-style: normal;
        font-size: 20px;
        font-weight: 700;
    }

    @media (max-width: 767px) {
        .eko-landing--platforma.eko-sr-lp {
            padding: 24px 14px 40px;
        }

        .eko-sr-lp__brand-title { font-size: 48px; }
        .eko-sr-lp__kicker { font-size: 18px; }
        .eko-sr-lp__brand-dots { right: 6px; top: 6px; transform: scale(.82); }
        .eko-sr-lp__hero-image-wrap { width: min(100%, 340px); }
        .eko-sr-lp__ball--hero-red { width: 80px; left: 20px; top: 92px; }
        .eko-sr-lp__ball--hero-yellow { width: 96px; left: 74px; top: 56px; }
        .eko-sr-lp__ball--hero-blue { width: 92px; left: 100px; top: 118px; }
        .eko-sr-lp__hero-box h2 { font-size: 24px; padding-inline: 16px; }
        .eko-sr-lp__outline-box { font-size: 20px; }
        .eko-sr-lp__audience-grid,
        .eko-sr-lp__stats-grid,
        .eko-sr-lp__video-grid,
        .eko-sr-lp__plans,
        .eko-sr-lp__catalog-grid { grid-template-columns: 1fr; }
        .eko-sr-lp__bonus { padding-left: 18px; }
        .eko-sr-lp__ball--bonus-yellow,
        .eko-sr-lp__ball--bonus-red,
        .eko-sr-lp__pricing-balls,
        .eko-sr-lp__decor-pair { display: none; }
        .eko-sr-lp__listki--problem { right: 8px; top: -18px; }
        .eko-sr-lp__listki--bullets { position: static; margin-top: 8px; }
        .eko-sr-lp__catalog-col { max-width: 320px; margin: 0 auto; width: 100%; }
        .eko-sr-lp__plan--business { max-width: 280px; }
    }
}
/* FIX 28.04.2026: te deklaracje były orfanowate w środku reguły h1-h6,
   przez co aplikowały się do wszystkich H1-H6 na stronie. Przywrócony
   utracony selektor .olscms-checkout-btn (base button rule). */
button.olscms-checkout-btn,
a.olscms-checkout-btn,
.olscms-checkout-btn {
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
    box-sizing: border-box !important;
    line-height: 1.4 !important;
}
button.olscms-checkout-btn:hover,
a.olscms-checkout-btn:hover,
.olscms-checkout-btn:hover {
    background: #E5A820 !important;
    color: #1a1a1a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,.12) !important;
}
button.olscms-checkout-btn--secondary,
.olscms-checkout-btn--secondary,
.olscms-checkout-btn.olscms-checkout-btn--secondary {
    background: transparent !important;
    color: #3B8E5A !important;
    border: 2px solid #3B8E5A !important;
}
button.olscms-checkout-btn--secondary:hover,
.olscms-checkout-btn--secondary:hover,
.olscms-checkout-btn.olscms-checkout-btn--secondary:hover {
    background: #3B8E5A !important;
    color: #fff !important;
}

/* CENNIK — pricing cards */
.eko-sr-pricing-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.eko-sr-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}

.eko-sr-price-card {
    border: 1px solid #d8e8de;
    border-radius: 18px;
    padding: 28px 24px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.eko-sr-price-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(45, 110, 70, 0.12);
}

.eko-sr-price-card--featured {
    border: 2px solid #3B8E5A;
    background: linear-gradient(180deg, #f0faf3 0%, #fff 40%);
    transform: scale(1.04);
    z-index: 1;
}

.eko-sr-price-card--featured:hover {
    transform: scale(1.02) translateY(-2px);
}

.eko-sr-price-card__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #3B8E5A;
    color: #fff;
    padding: 5px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.eko-sr-price-card__header h3 {
    margin: 8px 0 4px;
    color: #2D6E46;
    font-size: 22px;
}

.eko-sr-price-card__label {
    display: block;
    color: #6b8f76;
    font-size: 14px;
    margin-bottom: 12px;
}

.eko-sr-price-card__price {
    margin: 8px 0 16px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.eko-sr-price-card__old {
    text-decoration: line-through;
    color: #94a89b;
    font-size: 16px;
    margin-right: 6px;
}

.eko-sr-price-card__amount {
    font-size: 48px;
    font-weight: 800;
    color: #2D6E46;
    font-family: var(--eko-font-display);
    line-height: 1;
}

.eko-sr-price-card__currency {
    font-size: 20px;
    color: #2D6E46;
    font-weight: 600;
}

.eko-sr-price-card__features {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    color: #435a4c;
    line-height: 1.8;
}

.eko-sr-price-card__features li::before {
    content: "\2714";
    color: #3B8E5A;
    font-weight: 700;
    margin-right: 8px;
    font-size: 13px;
}

.eko-sr-price-card .eko-sr-btn {
    margin-top: auto;
    align-self: center;
    width: 100%;
    text-align: center;
}

/* FINALNE CTA */
.eko-sr-final-cta {
    padding: clamp(36px, 5vw, 56px) clamp(20px, 4vw, 36px);
    border-radius: 18px;
    background: linear-gradient(140deg, #2D6E46 0%, #3B8E5A 100%);
    color: #fff;
    text-align: center;
    margin-top: 24px;
}

.eko-sr-final-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.2;
    color: #fff;
}

.eko-sr-final-cta p {
    margin: 0 auto 20px;
    max-width: 780px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

/* RESPONSIVE — Świat Rytmiki */
@media (max-width: 960px) {
    .eko-sr-pricing {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .eko-sr-price-card--featured {
        transform: none;
        order: -1;
    }

    .eko-sr-price-card--featured:hover {
        transform: translateY(-2px);
    }
}

@media (max-width: 680px) {
    .eko-sr-cards--2 {
        grid-template-columns: 1fr;
    }

    .eko-sr-hero {
        padding: 32px 18px;
    }

    .eko-sr-section {
        padding: 24px 0;
    }
}

/* ========================================
   Homepage
   ======================================== */

.eko-hp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

/* --- HERO --- */
.eko-hp-hero {
    padding: clamp(32px, 5vw, 56px) 0;
}

.eko-hp-hero__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.eko-hp-hero__eyebrow {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #3B8E5A;
}

.eko-hp-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4.5vw, 52px);
    line-height: 1.15;
    font-weight: 700;
    color: #1f3128;
    font-family: 'Noteworthy', 'Comic Sans MS', cursive;
}

.eko-hp-hero__sub {
    margin: 0 0 24px;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.7;
    color: #435a4c;
    max-width: 540px;
}

.eko-hp-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.eko-sr-btn--white {
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}

.eko-hp-hero .eko-sr-btn--white {
    color: #2D6E46;
    border-color: #3B8E5A;
}

.eko-hp-hero__img {
    text-align: center;
}

.eko-hp-hero__img img {
    width: 100%;
    max-width: 440px;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}

/* --- ABOUT (Kim jestem) --- */
.eko-hp-section {
    padding: clamp(36px, 5vw, 56px) 0;
}

.eko-hp-about__inner {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.eko-hp-about__photo img {
    width: 100%;
    max-width: 380px;
    border-radius: 20px;
    object-fit: cover;
}

.eko-hp-about__text h2 {
    margin: 0 0 14px;
    color: #2D6E46;
    font-size: clamp(26px, 3vw, 36px);
}

.eko-hp-about__text p {
    margin: 0 0 14px;
    color: #435a4c;
    line-height: 1.8;
    font-size: 17px;
}

.eko-hp-about__text .eko-sr-btn {
    margin-top: 8px;
}

/* --- SERVICES (Zajęcia) --- */
.eko-hp-services {
    text-align: center;
}

.eko-hp-services h2 {
    margin: 0 0 8px;
    color: #2D6E46;
    font-size: clamp(26px, 3vw, 36px);
}

.eko-hp-services__sub {
    margin: 0 0 28px;
    color: #435a4c;
    font-size: 18px;
}

.eko-hp-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    text-align: center;
}

.eko-hp-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px;
    border: 1px solid #d8e8de;
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.eko-hp-service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(45,110,70,0.12);
}

.eko-hp-service-card__icon {
    font-size: 40px;
    margin-bottom: 14px;
    line-height: 1;
}

.eko-hp-service-card h3 {
    margin: 0 0 8px;
    color: #2D6E46;
    font-size: 19px;
}

.eko-hp-service-card p {
    margin: 0;
    color: #3D5A4B;
    font-size: 15px;
    line-height: 1.6;
}

/* --- POLECAMY --- */
.eko-hp-polecamy h2 {
    text-align: center;
    margin: 0 0 24px;
    color: #2D6E46;
    font-size: clamp(26px, 3vw, 36px);
}

.eko-hp-polecamy__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.eko-hp-polecamy__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #d8e8de;
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.eko-hp-polecamy__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(45,110,70,0.12);
}

.eko-hp-polecamy__card img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.eko-hp-polecamy__card .eko-sr-btn {
    margin: 14px 0 16px;
    font-size: 14px;
    padding: 10px 20px;
}

/* --- AUDIO (Posłuchaj) --- */
.eko-hp-audio {
    text-align: center;
}

.eko-hp-audio h2 {
    margin: 0 0 8px;
    color: #2D6E46;
    font-size: clamp(26px, 3vw, 36px);
}

.eko-hp-audio__sub {
    margin: 0 0 24px;
    color: #435a4c;
    font-size: 18px;
}

.eko-hp-audio__embed {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

/* --- PARTNERZY (logo lewo + tekst prawo wg mapy) --- */
.eko-hp-partners {
    background: linear-gradient(135deg, #fdd835 0%, #fbc02d 100%);
    padding: clamp(32px, 4vw, 48px) clamp(20px, 4vw, 40px);
    border-radius: 20px;
}

.eko-hp-partners__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.eko-hp-partners__logos {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 16px 24px;
    align-items: center;
}

.eko-hp-partners__logos img {
    max-height: 52px;
    width: auto;
    filter: grayscale(20%);
    opacity: 0.9;
    transition: filter 0.3s, opacity 0.3s;
}

.eko-hp-partners__logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.eko-hp-partners__text h2 {
    margin: 0 0 12px;
    color: #222;
    font-size: clamp(22px, 2.5vw, 30px);
}

.eko-hp-partners__text p {
    margin: 0;
    color: #333;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* --- FINAL CTA --- */
.eko-hp-final-cta {
    padding: clamp(36px, 5vw, 56px) clamp(20px, 4vw, 40px);
    border-radius: 20px;
    background: linear-gradient(140deg, #2D6E46 0%, #3B8E5A 100%);
    color: #fff;
    text-align: center;
    margin-top: 24px;
}

.eko-hp-final-cta h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 36px);
    color: #fff;
}

.eko-hp-final-cta p {
    margin: 0 auto 24px;
    max-width: 660px;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
}

.eko-hp-final-cta__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.eko-hp-final-cta .eko-sr-btn--white {
    color: #fff;
    border-color: rgba(255,255,255,0.5);
}

.eko-hp-final-cta .eko-sr-btn--white:hover {
    background: rgba(255,255,255,0.15);
}

/* --- RESPONSIVE: Homepage --- */
@media (max-width: 960px) {
    .eko-hp-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .eko-hp-hero__sub {
        max-width: none;
    }

    .eko-hp-hero__btns {
        justify-content: center;
    }

    .eko-hp-hero__img {
        order: -1;
    }

    .eko-hp-hero__img img {
        max-width: 320px;
    }

    .eko-hp-about__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .eko-hp-about__photo {
        display: flex;
        justify-content: center;
    }

    .eko-hp-about__photo img {
        max-width: 280px;
    }

    .eko-hp-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eko-hp-polecamy__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .eko-hp-services__grid {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin: 0 auto;
    }

    .eko-hp-polecamy__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .eko-hp-hero__img img {
        max-width: 260px;
    }
}

/* =================================================
   OFFER TILES (4 linki pod hero)
   ================================================= */
.eko-hp-offers {
    text-align: center;
}

.eko-hp-offers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.eko-hp-offer-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 28px 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #222;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eko-hp-offer-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    color: #222;
}

.eko-hp-offer-tile__icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.eko-hp-offer-tile__label {
    font-family: 'Noteworthy', 'Comic Sans MS', cursive;
    font-weight: 600;
    font-size: 1.05rem;
}

/* =================================================
   KIM JESTEM — name + blockquote
   ================================================= */
.eko-hp-about__name {
    font-family: 'Noteworthy', 'Comic Sans MS', cursive;
    font-weight: 700;
    font-size: 1.3rem;
    color: #4caf50;
    margin: 0 0 12px;
}

.eko-hp-about__quote {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    border-left: 4px solid #fdd835;
    padding-left: 20px;
    margin: 0;
}

/* =================================================
   PARTNER TEXT (np. Trefl bez logo)
   ================================================= */
.eko-hp-partner-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 18px;
    background: #fdd835;
    color: #222;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 8px;
    letter-spacing: 0.03em;
}

/* =================================================
   POZNAJ MOJĄ MUZYKĘ — YouTube grid
   ================================================= */
.eko-hp-music {
    text-align: center;
}

.eko-hp-music__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}

.eko-hp-yt-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: transform 0.2s ease;
}

.eko-hp-yt-card:hover {
    transform: translateY(-1px);
}

.eko-hp-yt-card__embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}

.eko-hp-yt-card__embed lite-youtube {
    width: 100%;
    height: 100%;
}

.eko-hp-yt-card__title {
    padding: 10px 14px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* =================================================
   OPINIE
   ================================================= */
.eko-hp-opinions {
    text-align: center;
}

.eko-hp-opinions__featured {
    max-width: 600px;
    margin: 0 auto;
}

.eko-hp-opinions__video {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.eko-hp-opinions__author {
    font-weight: 700;
    color: #4caf50;
    font-size: 1.1rem;
    margin: 0 0 8px;
}

.eko-hp-opinions__note {
    font-style: italic;
    color: #888;
    margin: 0;
}

/* =================================================
   CITY PROFILE (single eko_city)
   ================================================= */
.eko-city-profile {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 16px;
    font-family: 'Imprima', var(--eko-font-body, sans-serif);
}

.eko-city-profile__hero {
    text-align: center;
    padding: 48px 0 34px;
}

.eko-city-profile__hero h1 {
    font-family: 'Imprima', var(--eko-font-body, sans-serif);
    font-size: clamp(2rem, 4vw, 2.7rem);
    color: #0f5f86;
    margin: 0 0 8px;
    font-weight: 400;
}

.eko-city-profile__hero p {
    font-size: 1.24rem;
    color: #325e70;
}

.eko-city-profile__instructor {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;
    padding: 32px 0;
    background: #ececec;
    border-radius: 28px;
    border: 1px solid #d8e2e8;
    padding: 28px;
}

.eko-city-profile__photo img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 6px 22px rgba(15,95,134,0.12);
}

.eko-city-profile__info h2 {
    font-family: 'Imprima', var(--eko-font-body, sans-serif);
    font-size: 2rem;
    color: #0f5f86;
    margin: 0 0 4px;
    font-weight: 400;
}

.eko-city-profile__role {
    color: #2f7f58;
    font-weight: 400;
    font-size: 1.12rem;
    margin: 0 0 16px;
}

.eko-city-profile__bio {
    line-height: 1.7;
    color: #33454d;
    margin: 0 0 20px;
    font-size: 1.06rem;
}

.eko-city-profile__contact {
    margin-bottom: 16px;
}

.eko-city-profile__contact p {
    margin: 6px 0;
}

.eko-city-profile__contact a {
    color: #254857;
    text-decoration: none;
}

.eko-city-profile__contact a:hover {
    color: #0f5f86;
}

.eko-city-profile__social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.eko-city-profile__address {
    padding: 24px 0;
    border-top: 1px solid #dbe4ea;
}

.eko-city-profile__address h3 {
    font-size: 1.45rem;
    color: #0f5f86;
    margin: 0 0 8px;
    font-weight: 400;
}

.eko-city-profile__map {
    padding-bottom: 32px;
}

.eko-city-profile__map iframe {
    width: 100%;
    height: 340px;
    border: 0;
    border-radius: 12px;
}

.eko-city-profile__cta {
    text-align: center;
    padding: 40px 0 48px;
    border-top: 1px solid #dbe4ea;
}

.eko-city-profile__cta h3 {
    font-size: 1.6rem;
    color: #0f5f86;
    margin: 0 0 8px;
    font-weight: 400;
}

.eko-city-profile__cta p {
    color: #3c5b68;
    margin: 0 0 20px;
}

/* =================================================
   RESPONSIVE – nowe sekcje
   ================================================= */
@media (max-width: 960px) {
    .eko-hp-offers__grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 460px;
        margin: 0 auto;
    }

    .eko-hp-music__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eko-city-profile__instructor {
        grid-template-columns: 200px 1fr;
        gap: 24px;
    }
}

@media (max-width: 680px) {
    .eko-hp-offers__grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .eko-hp-offer-tile {
        padding: 18px 12px;
    }

    .eko-hp-offer-tile__icon {
        width: 48px;
        height: 48px;
    }

    .eko-hp-music__grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .eko-city-profile__instructor {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .eko-city-profile__photo {
        display: flex;
        justify-content: center;
    }

    .eko-city-profile__photo img {
        max-width: 220px;
    }

    .eko-city-profile__social {
        justify-content: center;
    }
}

/* =================================================
   KIM JESTEM — label "Kim jestem"
   ================================================= */
.eko-hp-about__label {
    color: #4caf50;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 4px;
}

.eko-hp-about__deco {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.eko-hp-about__deco--1 {
    top: -20px;
    right: -20px;
}

.eko-hp-about__deco--2 {
    bottom: -16px;
    left: -16px;
}

.eko-hp-about__photo {
    position: relative;
}

/* =================================================
   ZAJĘCIA BANNER (koralowy z foto)
   ================================================= */
.eko-hp-zajecia-banner__inner {
    background-color: #e8736e;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 48px);
    position: relative;
}

.eko-hp-zajecia-banner__inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(232,115,110,0.92) 0%, rgba(200,70,65,0.85) 100%);
    z-index: 0;
}

.eko-hp-zajecia-banner__content {
    position: relative;
    z-index: 1;
    max-width: 640px;
    color: #fff;
}

.eko-hp-zajecia-banner__content h2 {
    font-size: clamp(20px, 2.5vw, 28px);
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.4;
}

.eko-hp-zajecia-banner__content p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 24px;
    color: rgba(255,255,255,0.95);
}

.eko-hp-zajecia-banner__content .eko-sr-btn--outline {
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}

.eko-hp-zajecia-banner__content .eko-sr-btn--outline:hover {
    background: rgba(255,255,255,0.15);
}

/* =================================================
   POLECAMY (4 karty produktowe)
   ================================================= */
.eko-hp-polecamy {
    text-align: center;
}

.eko-hp-polecamy h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.eko-hp-polecamy__dots {
    display: inline-flex;
    gap: 6px;
}

.eko-hp-polecamy__dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.eko-hp-polecamy__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto 20px;
}

.eko-hp-polecamy__card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
}

.eko-hp-polecamy__card:hover {
    transform: translateY(-1px);
}

.eko-hp-polecamy__card img {
    width: 100%;
    height: auto;
    display: block;
}

.eko-hp-polecamy__card .eko-sr-btn {
    margin: auto 16px 16px;
    text-align: center;
}

.eko-hp-polecamy__tagline {
    font-style: italic;
    color: #666;
    margin: 8px 0 0;
    font-size: 1rem;
}

/* =================================================
   SZKOLENIA BANNER (żółto-zielony)
   ================================================= */
.eko-hp-szkolenia-banner__inner {
    background: linear-gradient(140deg, #fdd835 0%, #c8e800 50%, #66bb6a 100%);
    border-radius: 20px;
    padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 48px);
    max-width: 740px;
}

.eko-hp-szkolenia-banner__inner h2 {
    font-size: clamp(22px, 2.8vw, 32px);
    color: #222;
    margin: 0 0 16px;
    line-height: 1.35;
}

.eko-hp-szkolenia-banner__inner p {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin: 0 0 24px;
}

.eko-hp-szkolenia-banner__inner .eko-sr-btn--outline {
    color: #222;
    border-color: #222;
}

.eko-hp-szkolenia-banner__inner .eko-sr-btn--outline:hover {
    background: rgba(0,0,0,0.08);
}

/* =================================================
   SPOTIFY (3 karty)
   ================================================= */
.eko-hp-spotify {
    text-align: center;
}

.eko-hp-spotify h2 {
    margin-bottom: 28px;
}

.eko-hp-spotify__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.eko-hp-spotify__card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.eko-hp-spotify__card:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    color: #333;
}

.eko-hp-spotify__img {
    width: 100%;
    height: auto;
    display: block;
}

.eko-hp-spotify__info {
    padding: 16px;
    text-align: left;
}

.eko-hp-spotify__info strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 4px;
    color: #222;
}

.eko-hp-spotify__info p {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
}

.eko-hp-spotify__tagline {
    font-style: italic;
    color: #666;
    margin: 20px 0 0;
    font-size: 1rem;
}

/* =================================================
   RESPONSIVE — nowe sekcje (v3)
   ================================================= */
@media (max-width: 960px) {
    .eko-hp-polecamy__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eko-hp-spotify__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eko-hp-partners__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .eko-hp-partners__logos {
        justify-items: center;
    }

    .eko-hp-partners__text {
        text-align: center;
    }
}

@media (max-width: 680px) {
    .eko-hp-polecamy__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .eko-hp-spotify__grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }

    .eko-hp-szkolenia-banner__inner {
        padding: 28px 20px;
    }

    .eko-hp-zajecia-banner__inner {
        padding: 28px 20px;
    }

    .eko-hp-partners__logos {
        grid-template-columns: repeat(2, auto);
    }
}

/* =================================================
   STREFA KLIENTA — dashboard
   ================================================= */
.eko-strefa {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* ── Guest (logged out) ── */
.eko-strefa--guest {
    text-align: center;
    padding: 80px 20px;
}

.eko-strefa__guest-card {
    max-width: 440px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e8f0eb;
    border-radius: 24px;
    padding: 48px 36px;
    box-shadow: 0 8px 40px rgba(59,142,90,0.08);
}

.eko-strefa__guest-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.eko-strefa__guest-card h2 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.8rem;
    color: var(--eko-green-dark, #2D6E46);
    margin: 0 0 8px;
}

.eko-strefa__guest-card p {
    color: #666;
    margin: 0 0 24px;
    line-height: 1.5;
}

.eko-sr-btn--lg {
    padding: 14px 40px !important;
    font-size: 1.05rem !important;
}

.eko-strefa__guest-sub {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #888;
}

.eko-strefa__guest-sub a {
    color: var(--eko-green, #3B8E5A);
    font-weight: 600;
}

/* ── Hero (logged in) ── */
.eko-strefa__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, var(--eko-green, #3B8E5A) 0%, var(--eko-green-dark, #2D6E46) 100%);
    color: #fff;
    padding: 36px 40px;
    border-radius: 20px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.eko-strefa__hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}

.eko-strefa__hero::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.eko-strefa__hero-text {
    flex: 1;
    position: relative;
    z-index: 1;
}

.eko-strefa__hero h1 {
    margin: 0 0 4px;
    font-size: 1.8rem;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    color: #fff;
}

.eko-strefa__hero-sub {
    margin: 0;
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
}

/* Hero badges */
.eko-strefa__hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.eko-strefa__hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    background: rgba(255,255,255,0.15);
    color: #fff;
    backdrop-filter: blur(4px);
}

.eko-strefa__hero-badge--sr {
    background: rgba(255,255,255,0.22);
}

.eko-strefa__hero-badge--courses {
    background: rgba(252,233,3,0.2);
    color: var(--eko-yellow, #FFBC27);
}

.eko-strefa__hero-badge--role {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    font-size: 0.75rem;
}

/* ── Status cards row ── */
.eko-strefa__status-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}

.eko-strefa__status-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: 14px;
    border: 1.5px solid #e8f0eb;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.eko-strefa__status-card--active {
    border-color: var(--eko-green, #3B8E5A);
    background: linear-gradient(135deg, #f0faf3 0%, #fff 100%);
}

.eko-strefa__status-card--active::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: var(--eko-green, #3B8E5A);
    border-radius: 4px 0 0 4px;
}

.eko-strefa__status-card--inactive {
    border-color: #e4e4e7;
    background: #fafafa;
}

.eko-strefa__sc-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.eko-strefa__sc-text {
    flex: 1;
}

.eko-strefa__sc-text strong {
    display: block;
    font-size: 0.95rem;
    color: var(--eko-black, #1e293b);
    margin-bottom: 2px;
}

.eko-strefa__sc-text span {
    font-size: 0.85rem;
    color: #888;
}

.eko-strefa__sc-text a {
    color: var(--eko-green, #3B8E5A);
    font-weight: 600;
}

.eko-strefa__status-card--courses {
    flex-wrap: wrap;
}

.eko-strefa__sc-bar {
    width: 100%;
    height: 5px;
    background: #e8f0eb;
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
}

.eko-strefa__sc-fill {
    height: 100%;
    background: var(--eko-green, #3B8E5A);
    border-radius: 3px;
    transition: width 0.6s ease;
}

/* ── Tabs ── */
.eko-strefa__tabs {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #e8f0eb;
    margin-bottom: 0;
    padding: 0;
}

.eko-strefa__tab {
    /* Anchor reset — no Astra button inheritance */
    text-decoration: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    /* Tab styles */
    padding: 14px 24px;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 0.95rem;
    font-weight: 600;
    color: #888 !important;
    cursor: pointer;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -2px;
    transition: color 0.15s, border-color 0.15s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.eko-strefa__tab:hover {
    color: var(--eko-green-dark, #2D6E46) !important;
    background: rgba(59,142,90,0.04) !important;
}

.eko-strefa__tab--active {
    color: var(--eko-green-dark, #2D6E46) !important;
    border-bottom-color: var(--eko-green, #3B8E5A) !important;
}

.eko-strefa__tab-count {
    font-size: 0.7rem;
    background: #e8f0eb;
    color: var(--eko-green-dark, #2D6E46);
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
}

.eko-strefa__tab--active .eko-strefa__tab-count {
    background: var(--eko-green, #3B8E5A);
    color: #fff;
}

/* ── Panels ── */
.eko-strefa__panel {
    display: none;
    padding-top: 28px;
    animation: strefaFadeIn 0.25s ease;
}

.eko-strefa__panel--active {
    display: block;
}

@keyframes strefaFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Material tiles in panel ── */
.eko-strefa__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

/* Role panel tiles — max 3 per row */
.eko-strefa__grid--roles {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.eko-strefa__tile--role {
    border-color: #d1dce6;
    background: linear-gradient(135deg, #f0f4ff 0%, #fff 100%);
}

.eko-strefa__tile--role:hover {
    border-color: #4a69bd;
    box-shadow: 0 12px 32px rgba(74,105,189,0.15);
}

.eko-strefa__tile--role .eko-strefa__tile-icon {
    background: linear-gradient(135deg, #dfe6f6 0%, #edf1fa 100%);
}

/* Top 4 tiles are primary categories - make them stand out */
.eko-strefa__grid > .eko-strefa__tile:nth-child(-n+4) {
    background: linear-gradient(135deg, #f8fcf9 0%, #fff 100%);
}

.eko-strefa__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 20px 26px;
    background: #fff;
    border: 2px solid #e8f0eb;
    border-radius: 20px;
    text-decoration: none;
    color: var(--eko-black, #1e293b);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.eko-strefa__tile::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(59,142,90,0.03) 0%, transparent 100%);
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.eko-strefa__tile:hover {
    border-color: var(--eko-green, #3B8E5A);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(59,142,90,0.18);
}

.eko-strefa__tile:hover::before {
    background: linear-gradient(135deg, rgba(59,142,90,0.06) 0%, transparent 100%);
}

.eko-strefa__tile-icon {
    font-size: 2.8rem;
    margin-bottom: 16px;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f5eb 0%, #f0faf3 100%);
    border-radius: 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eko-strefa__tile:hover .eko-strefa__tile-icon {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(59,142,90,0.15);
}

.eko-strefa__tile strong {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.15rem;
    color: var(--eko-green-dark, #2D6E46);
    margin-bottom: 6px;
    line-height: 1.3;
}

.eko-strefa__tile span:last-child {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
    max-width: 160px;
}

/* ── SR courses in Materiały tab ── */
.eko-strefa__section-title {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.15rem;
    color: var(--eko-green-dark, #2D6E46);
    margin: 8px 0 16px;
    padding-top: 8px;
    border-top: 1px solid #e8f0eb;
}

.eko-strefa__tile--course {
    padding: 16px;
}

.eko-strefa__tile-cover {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* ── Course cards ── */
.eko-strefa__courses {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.eko-strefa__course {
    display: flex;
    gap: 24px;
    padding: 24px;
    background: #fff;
    border: 1.5px solid #e8f0eb;
    border-radius: 18px;
    transition: all 0.2s ease;
    position: relative;
}

.eko-strefa__course--owned {
    border-color: var(--eko-green, #3B8E5A);
    background: linear-gradient(135deg, #f5faf6 0%, #fff 100%);
}

.eko-strefa__course--owned::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: var(--eko-green, #3B8E5A);
    border-radius: 18px 0 0 18px;
}

.eko-strefa__course--locked {
    border-color: #e4e4e7;
    background: #fcfcfc;
}

.eko-strefa__course:hover {
    box-shadow: 0 8px 28px rgba(59,142,90,0.10);
    transform: translateY(-2px);
}

.eko-strefa__course-cover {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.eko-strefa__course-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.eko-strefa__course-top {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.eko-strefa__course-top h3 {
    margin: 0;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.2rem;
    color: var(--eko-black, #1e293b);
}

.eko-strefa__badge {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.eko-strefa__badge--owned {
    background: #dcfce7;
    color: #166534;
}

.eko-strefa__badge--locked {
    background: #f4f4f5;
    color: #71717a;
}

.eko-strefa__course-desc {
    font-size: 0.85rem;
    color: #777;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eko-strefa__course-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #888;
}

.eko-strefa__course-stats span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.eko-strefa__course-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.eko-sr-btn--cta {
    background: linear-gradient(135deg, var(--eko-green, #3B8E5A), var(--eko-green-dark, #2D6E46)) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 4px 16px rgba(59,142,90,0.25);
}

.eko-sr-btn--cta:hover {
    box-shadow: 0 6px 24px rgba(59,142,90,0.35);
    transform: translateY(-1px);
}

.eko-strefa__course-preview {
    font-size: 0.85rem;
    color: var(--eko-green, #3B8E5A);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s;
}

.eko-strefa__course-preview:hover {
    color: var(--eko-green-dark, #2D6E46);
    text-decoration: underline;
}

/* ── Konto panel ── */
.eko-strefa__konto-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.eko-strefa__konto-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 24px 12px;
    background: #fff;
    border: 1.5px solid #e8f0eb;
    border-radius: 14px;
    text-decoration: none;
    color: var(--eko-black, #1e293b);
    transition: all 0.2s;
}

.eko-strefa__konto-card span:first-child {
    font-size: 1.8rem;
    margin-bottom: 4px;
}

.eko-strefa__konto-card strong {
    font-size: 0.95rem;
    color: var(--eko-green-dark, #2D6E46);
}

.eko-strefa__konto-card span:last-child {
    font-size: 0.78rem;
    color: #999;
}

.eko-strefa__konto-card:hover {
    border-color: var(--eko-green, #3B8E5A);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(59,142,90,0.10);
}

/* ── Info box ── */
.eko-strefa__info {
    background: linear-gradient(135deg, #fffbeb 0%, #fff8e1 100%);
    border: 1px solid #fde68a;
    border-left: 4px solid #f59e0b;
    padding: 20px 24px;
    border-radius: 0 14px 14px 0;
}

.eko-strefa__info h4 {
    margin: 0 0 10px;
    font-size: 1rem;
    color: var(--eko-black, #1e293b);
}

.eko-strefa__info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eko-strefa__info li {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.5;
    padding: 4px 0 4px 20px;
    position: relative;
}

.eko-strefa__info li::before {
    content: '·';
    position: absolute;
    left: 6px;
    color: #f59e0b;
    font-weight: 700;
    font-size: 1.2em;
}

/* ── CTA Banner (buy SR) ── */
.eko-strefa__cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #f0faf3 0%, #e8f5ec 100%);
    border: 2px solid var(--eko-green, #3B8E5A);
    border-radius: 18px;
    padding: 28px 32px;
    margin-bottom: 28px;
}

.eko-strefa__cta-text h3 {
    margin: 0 0 6px;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.25rem;
    color: var(--eko-green-dark, #2D6E46);
}

.eko-strefa__cta-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    max-width: 480px;
}

.eko-strefa__cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.eko-strefa__cta-link {
    font-size: 0.85rem;
    color: var(--eko-green, #3B8E5A);
    text-decoration: none;
    font-weight: 600;
}

.eko-strefa__cta-link:hover {
    text-decoration: underline;
}

/* ── Subscription card (Konto panel) ── */
.eko-strefa__sub-card {
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1.5px solid #e8f0eb;
    background: #fff;
}

.eko-strefa__sub-card--active {
    border-color: var(--eko-green, #3B8E5A);
    background: linear-gradient(135deg, #f5faf6 0%, #fff 100%);
}

.eko-strefa__sub-card--inactive {
    border-color: #e4e4e7;
    background: #fafafa;
}

.eko-strefa__sub-card--courses {
    border-color: #e8f0eb;
}

.eko-strefa__sub-card--role {
    border-color: #d1dce6;
    background: linear-gradient(135deg, #f0f4ff 0%, #fff 100%);
}

.eko-strefa__sub-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.eko-strefa__sub-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.eko-strefa__sub-title {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.eko-strefa__sub-title h3 {
    margin: 0;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.1rem;
    color: var(--eko-black, #1e293b);
}

.eko-strefa__sub-status {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
}

.eko-strefa__sub-status--active {
    background: #dcfce7;
    color: #166534;
}

.eko-strefa__sub-status--inactive {
    background: #fef2f2;
    color: #991b1b;
}

.eko-strefa__sub-status--role {
    background: #e0e7ff;
    color: #3730a3;
}

.eko-strefa__sub-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px 16px;
    background: #f8faf9;
    border-radius: 10px;
}

.eko-strefa__sub-detail-label {
    display: block;
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.eko-strefa__sub-detail-value {
    display: block;
    font-size: 0.9rem;
    color: var(--eko-black, #1e293b);
    font-weight: 600;
}

.eko-strefa__sub-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.eko-strefa__sub-link {
    font-size: 0.85rem;
    color: var(--eko-green, #3B8E5A);
    text-decoration: none;
    font-weight: 600;
}

.eko-strefa__sub-link:hover {
    text-decoration: underline;
}

.eko-strefa__sub-desc {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 16px;
    line-height: 1.5;
}

/* Sub plan chooser (for inactive users) */
.eko-strefa__sub-plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.eko-strefa__sub-plan {
    text-align: center;
    padding: 22px 16px;
    border: 1.5px solid #e8f0eb;
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
}

.eko-strefa__sub-plan strong {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.2rem;
    color: var(--eko-green-dark, #2D6E46);
}

.eko-strefa__sub-plan span {
    font-size: 0.8rem;
    color: #888;
}

.eko-strefa__sub-plan .eko-sr-btn {
    margin-top: 8px;
    font-size: 0.85rem;
    padding: 10px 24px;
}

.eko-strefa__sub-plan--featured {
    border-color: var(--eko-green, #3B8E5A);
    background: linear-gradient(135deg, #f0faf3 0%, #fff 100%);
}

.eko-strefa__sub-plan-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--eko-green, #3B8E5A);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
/* ── Plan card price tag ── */
.eko-strefa__sub-plan-price {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.5rem !important;
    font-weight: 700;
    color: var(--eko-green-dark, #2D6E46) !important;
    line-height: 1.1;
    margin: 4px 0 2px;
}
.eko-strefa__sub-plan-price small {
    font-size: 0.55em;
    font-weight: 400;
    opacity: 0.7;
}
.eko-strefa__sub-plan--featured .eko-strefa__sub-plan-price {
    font-size: 1.8rem !important;
}
.eko-strefa__sub-plan span em {
    font-style: normal;
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 0.9em;
}

/* ── Thank-you box (post purchase) ── */
.eko-strefa__thankyou {
    background: linear-gradient(135deg, #f0faf3 0%, #e8f5ec 100%);
    border: 2px solid var(--eko-green, #3B8E5A);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    margin: 24px 0;
}

.eko-strefa__thankyou p {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--eko-green-dark, #2D6E46);
    margin: 0 0 16px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .eko-strefa__status-row {
        grid-template-columns: 1fr;
    }
    .eko-strefa__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .eko-strefa__konto-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .eko-strefa__tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .eko-strefa__tab {
        padding: 12px 16px;
        font-size: 0.85rem;
        white-space: nowrap;
    }
    .eko-strefa__cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }
    .eko-strefa__cta-text p {
        max-width: none;
    }
    .eko-strefa__sub-details {
        grid-template-columns: 1fr;
    }
    .eko-strefa__sub-plans {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .eko-strefa__hero {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
    }
    .eko-strefa__hero h1 {
        font-size: 1.4rem;
    }
    .eko-strefa__hero-badges {
        justify-content: center;
    }
    .eko-strefa__hero-badge {
        font-size: 0.72rem;
        padding: 5px 10px;
    }
    .eko-strefa__course {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    .eko-strefa__course--owned::before {
        width: 100%;
        height: 4px;
        border-radius: 18px 18px 0 0;
    }
    .eko-strefa__course-cover {
        width: 90px;
        height: 90px;
    }
    .eko-strefa__course-top {
        justify-content: center;
    }
    .eko-strefa__course-stats {
        justify-content: center;
    }
    .eko-strefa__course-actions {
        justify-content: center;
    }
    .eko-strefa__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    /* Mobile tiles - compact horizontal layout */
    .eko-strefa__tile {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        text-align: left;
        padding: 18px 16px;
        gap: 2px 14px;
    }
    .eko-strefa__tile-icon {
        width: 52px;
        height: 52px;
        font-size: 1.8rem;
        margin-bottom: 0;
        flex-shrink: 0;
        grid-row: 1 / -1;
        align-self: center;
    }
    .eko-strefa__tile strong {
        font-size: 0.95rem;
        margin-bottom: 2px;
    }
    .eko-strefa__tile span:last-child {
        font-size: 0.75rem;
        max-width: none;
    }
    /* Course tiles stay as column layout on mobile */
    .eko-strefa__tile--course {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        grid-template-columns: unset;
        grid-template-rows: unset;
    }
    .eko-strefa__tile--course .eko-strefa__tile-icon,
    .eko-strefa__tile--course .eko-strefa__tile-cover {
        grid-row: unset;
    }
    .eko-strefa__konto-grid {
        grid-template-columns: 1fr 1fr;
    }
    .eko-strefa__guest-card {
        padding: 36px 24px;
    }
}

@media (max-width: 400px) {
    .eko-strefa__grid {
        grid-template-columns: 1fr;
    }
    .eko-strefa__tile {
        padding: 16px 14px;
    }
    .eko-strefa__tile-icon {
        width: 48px;
        height: 48px;
        font-size: 1.6rem;
    }
}

/* =================================================
   MENU — przycisk logowania / konto
   ================================================= */
.eko-menu-account > a {
    background: var(--eko-green) !important;
    color: #fff !important;
    padding: 8px 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: background 0.2s ease !important;
    white-space: nowrap;
}

.eko-menu-account > a:hover {
    background: var(--eko-green-dark) !important;
}

.eko-menu-account--logged > a {
    background: transparent !important;
    color: var(--eko-green) !important;
    border: 2px solid var(--eko-green) !important;
}

.eko-menu-account--logged > a:hover {
    background: var(--eko-green) !important;
    color: #fff !important;
}

/* =================================================
   KONTAKT — dwukolumnowy grid
   ================================================= */
.eko-kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

.eko-kontakt-info h3 {
    font-size: 1.2rem;
    margin: 0 0 16px;
    color: var(--eko-green-dark);
}

.eko-kontakt-info h3:not(:first-child) {
    margin-top: 28px;
}

.eko-kontakt-info p {
    margin: 0 0 8px;
    line-height: 1.6;
}

/* =================================================
   PAGE CONTENT — shared styles for eko-page-content
   ================================================= */
.eko-page-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 0;
}

.eko-page-content h3 {
    font-size: 1.3rem;
    color: var(--eko-green-dark);
    margin: 32px 0 12px;
}

.eko-page-content h3:first-child {
    margin-top: 0;
}

.eko-page-content p {
    line-height: 1.7;
    color: var(--eko-gray);
    margin-bottom: 12px;
}

.eko-page-content ul,
.eko-page-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.eko-page-content li {
    line-height: 1.6;
    color: var(--eko-gray);
    margin-bottom: 8px;
}

.eko-page-content li strong {
    color: var(--eko-black);
}

/* =================================================
   RESPONSIVE — Strefa klienta
   ================================================= */
@media (max-width: 960px) {
    .eko-strefa__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eko-kontakt-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 680px) {
    .eko-menu-account > a {
        padding: 6px 14px !important;
        font-size: 0.85rem !important;
    }
}

/* =====================================================
   ŚWIAT RYTMIKI — Hub page grid (piosenki/zabawy/webinary/scenariusze)
   ===================================================== */
.eko-sr-hub {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px 40px;
}

.eko-sr-hub .eko-zajecia-hero {
    text-align: center;
}

.eko-sr-hub .eko-zajecia-hero h1 {
    font-size: 2rem;
    margin-bottom: 8px;
}

.eko-sr-hub__extras {
    display: flex;
    gap: 16px;
    margin: 28px 0 8px;
    flex-wrap: wrap;
}

.eko-sr-hub__extra-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #f0f7f2, #e8f5ec);
    border: 2px solid #3B8E5A;
    border-radius: 14px;
    text-decoration: none;
    color: #2d6e46;
    flex: 1;
    min-width: 200px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eko-sr-hub__extra-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(45, 110, 70, 0.15);
}

.eko-sr-hub__extra-card strong {
    font-size: 18px;
}

.eko-sr-hub__extra-card span {
    font-size: 13px;
    color: #61806b;
}

.eko-sr-hub__section-title {
    color: #2d6e46;
    margin: 28px 0 16px;
    font-size: 22px;
    font-weight: 700;
}

.eko-sr-hub__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 14px;
}

.eko-sr-hub__card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 14px;
    border: 1px solid #dbe8df;
    border-radius: 12px;
    text-decoration: none;
    background: #fff;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #2d6e46;
}

.eko-sr-hub__card strong {
    font-size: 16px;
    font-weight: 600;
}

.eko-sr-hub__card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(45, 110, 70, 0.14);
    border-color: #3B8E5A;
}

.eko-sr-hub__card--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
}

@media (max-width: 680px) {
    .eko-sr-hub__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .eko-sr-hub__extras {
        flex-direction: column;
    }

    .eko-sr-hub .eko-zajecia-hero h1 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .eko-sr-hub__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .eko-sr-hub__card {
        padding: 16px 10px;
    }
}

/* =====================================================
   MONTHLY CONTENT PAGES — platform content styling
   ===================================================== */
.eko-monthly-nav {
    max-width: 1120px;
    margin: 0 auto 16px;
    padding: 12px 18px;
    font-size: 14px;
    color: #61806b;
}

.eko-monthly-nav a {
    color: #3B8E5A;
    text-decoration: none;
    font-weight: 600;
}

.eko-monthly-nav a:hover {
    color: #2D6E46;
    text-decoration: underline;
}

.eko-monthly-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 18px 60px;
}

.eko-monthly-content h1 {
    font-size: 2rem;
    color: #2d6e46;
    margin: 32px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f5ec;
}

.eko-monthly-content h2 {
    font-size: 1.2rem;
    color: #2d6e46;
    margin: 18px 0 8px;
}

.eko-monthly-content h2 a {
    color: #3B8E5A;
    text-decoration: none;
}

.eko-monthly-content h2 a:hover {
    color: #2D6E46;
    text-decoration: underline;
}

.eko-monthly-content ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eko-monthly-content ul li {
    margin: 0;
}

.eko-monthly-content ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f0f7f2;
    border: 1px solid #dbe8df;
    border-radius: 50px;
    color: #2d6e46;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: background 0.2s, transform 0.15s;
}

.eko-monthly-content ul li a:hover {
    background: #e0f0e4;
    transform: translateY(-1px);
}

/* Force override inline white/green colors from old Elementor HTML */
.eko-monthly-content [style*="color: #ffffff"],
.eko-monthly-content [style*="color:#ffffff"],
.eko-monthly-content [style*="color: white"] {
    color: #2d6e46 !important;
}

.eko-monthly-content [style*="color: #3b8e5a"],
.eko-monthly-content [style*="color:#3b8e5a"] {
    color: #2d6e46 !important;
}

.eko-monthly-content a[style] {
    color: #3B8E5A !important;
}

.eko-monthly-content a[style]:hover {
    color: #2D6E46 !important;
}

.eko-monthly-content .wp-audio-shortcode,
.eko-monthly-content audio {
    width: 100%;
    max-width: 500px;
    margin: 8px 0 14px;
    border-radius: 8px;
}

.eko-monthly-content p {
    margin: 6px 0;
    line-height: 1.7;
}

/* ── R13: Section extracted to assets/css/eko-woocommerce.css ── */

    text-align: center;
    max-width: 600px;
    margin: 60px auto 80px;
    padding: 0 20px;
}

.eko-404__icon {
    font-size: 4rem;
    display: block;
    margin-bottom: 16px;
}

.eko-404 h1 {
    color: #2d6e46;
    font-size: 2rem;
    margin-bottom: 12px;
}

.eko-404 p {
    color: #61806b;
    font-size: 1.1rem;
    margin-bottom: 28px;
}

.eko-404__links {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =====================================================
   RESPONSIVE — Stage 4 additions
   ===================================================== */
@media (max-width: 768px) {
    .eko-monthly-content ul {
        flex-direction: column;
    }

    .eko-monthly-content ul li a {
        width: 100%;
        justify-content: center;
    }

    .eko-monthly-content h1 {
        font-size: 1.5rem;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        padding: 8px 14px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .eko-404 h1 {
        font-size: 1.5rem;
    }

    .eko-404__links {
        flex-direction: column;
    }

    .eko-404__links .eko-sr-btn {
        text-align: center;
    }
}

/* =====================================================
   KURS PAGE — [eko_kurs] shortcode styles
   ===================================================== */

.eko-kurs {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 16px 40px;
    font-family: 'Imprima', sans-serif;
}

/* --- Header with cover + intro --- */
.eko-kurs__header {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 32px;
}
.eko-kurs__cover {
    width: 180px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    flex-shrink: 0;
}
.eko-kurs__intro h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.8rem;
    color: var(--eko-green-dark, #2D6E46);
    margin: 0 0 8px;
}
.eko-kurs__status {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 12px;
}
.eko-kurs__status strong {
    color: var(--eko-green, #3B8E5A);
}
.eko-kurs__desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* --- Locked / CTA state --- */
.eko-kurs__cta-box {
    background: #f0f7f2;
    border: 2px dashed var(--eko-green, #3B8E5A);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    margin-bottom: 24px;
}
.eko-kurs__lock-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 12px;
}
.eko-kurs__cta-box h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--eko-green-dark, #2D6E46);
    margin: 0 0 8px;
}
.eko-kurs__cta-box p {
    margin: 0 0 12px;
    color: #555;
}
.eko-kurs__preview-count {
    font-size: 0.9rem;
    color: #777;
}
.eko-kurs__login-hint {
    font-size: 0.85rem;
    color: #888;
    margin-top: 12px;
}
.eko-kurs__toc {
    background: #fff;
    border: 1px solid #dbe8df;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
}
.eko-kurs__toc h3 {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--eko-green-dark, #2D6E46);
    margin: 0 0 12px;
}
.eko-kurs__toc ol {
    margin: 0;
    padding-left: 20px;
    color: #666;
}
.eko-kurs__toc li {
    padding: 4px 0;
}

/* --- Modules (accordion) --- */
.eko-kurs__section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    color: var(--eko-green-dark, #2D6E46);
    margin: 32px 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f0ea;
}

.eko-kurs__module {
    background: #fff;
    border: 1px solid #dbe8df;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.eko-kurs__module[open] {
    box-shadow: 0 2px 12px rgba(59,142,90,0.10);
}
.eko-kurs__module-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 0.15s;
}
.eko-kurs__module-header:hover {
    background: #f5faf6;
}
.eko-kurs__module-header::-webkit-details-marker {
    display: none;
}
.eko-kurs__module-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--eko-green, #3B8E5A);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}
.eko-kurs__module[open] .eko-kurs__module-num {
    background: var(--eko-green-dark, #2D6E46);
}
.eko-kurs__module-title {
    flex: 1;
    font-weight: 600;
    font-size: 1rem;
    color: #1e293b;
}
.eko-kurs__module-count {
    font-size: 0.8rem;
    color: #999;
    white-space: nowrap;
}

.eko-kurs__module-body {
    padding: 0 20px 20px;
    border-top: 1px solid #e8f0ea;
}

/* --- Audio rows --- */
.eko-kurs__audio-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f4f1;
}
.eko-kurs__audio-row:last-child {
    border-bottom: none;
}
.eko-kurs__audio-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.eko-kurs__audio-info {
    flex: 1;
    min-width: 0;
}
.eko-kurs__audio-info strong {
    display: block;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 6px;
}
.eko-kurs__audio-info audio {
    width: 100%;
    height: 36px;
    border-radius: 18px;
}

/* --- PDF links --- */
.eko-kurs__pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin: 6px 4px 6px 0;
    background: #f5faf6;
    border: 1px solid #dbe8df;
    border-radius: 8px;
    color: var(--eko-green-dark, #2D6E46);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}
.eko-kurs__pdf-link:hover {
    background: #e0f0e3;
    border-color: var(--eko-green, #3B8E5A);
}

/* --- Video rows --- */
.eko-kurs__video-row {
    padding: 12px 0;
}
.eko-kurs__yt-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.eko-kurs__yt-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* --- Image rows --- */
.eko-kurs__image-row {
    padding: 12px 0;
}
.eko-kurs__image-row img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 4px;
}

/* --- Materials grid --- */
.eko-kurs__materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}
.eko-kurs__material-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid #dbe8df;
    border-radius: 12px;
    text-decoration: none;
    color: #1e293b;
    transition: box-shadow 0.15s, border-color 0.15s;
}
.eko-kurs__material-card:hover {
    border-color: var(--eko-green, #3B8E5A);
    box-shadow: 0 2px 8px rgba(59,142,90,0.12);
}
.eko-kurs__mat-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
}

/* --- Bottom nav --- */
.eko-kurs__nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e8f0ea;
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .eko-kurs__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .eko-kurs__cover {
        width: 140px;
    }
    .eko-kurs__intro h2 {
        font-size: 1.4rem;
    }
    .eko-kurs__module-header {
        padding: 12px 14px;
    }
    .eko-kurs__module-body {
        padding: 0 14px 14px;
    }
    .eko-kurs__cta-box {
        padding: 24px 16px;
    }
    .eko-kurs__materials-grid {
        grid-template-columns: 1fr;
    }
    .eko-kurs__nav {
        flex-direction: column;
        align-items: center;
    }
}

/* =====================================================
   NEWSLETTER FORM [eko_newsletter]
   ===================================================== */
.eko-newsletter-wrap {
    background: linear-gradient(135deg, #f0faf3 0%, #e8f5ee 100%);
    border: 1px solid #c3e6cc;
    border-radius: 16px;
    padding: clamp(24px, 4vw, 40px);
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}
.eko-newsletter-wrap .eko-nl__icon {
    font-size: 2.4rem;
    margin-bottom: 8px;
}
.eko-newsletter-wrap h3 {
    font-family: var(--eko-font-display);
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: var(--eko-green-dark, #2D6E46);
    margin-bottom: 8px;
}
.eko-newsletter-wrap p.eko-nl__sub {
    font-size: 0.93rem;
    color: #4b6258;
    margin-bottom: 20px;
    line-height: 1.5;
}
.eko-nl__form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.eko-nl__form input[type="email"] {
    flex: 1 1 220px;
    padding: 12px 18px;
    border: 1.5px solid #b0d8bc;
    border-radius: 50px;
    font-size: 0.95rem;
    font-family: var(--eko-font-body);
    outline: none;
    transition: border-color 0.2s;
    min-width: 0;
}
.eko-nl__form input[type="email"]:focus {
    border-color: var(--eko-green, #3B8E5A);
}
.eko-nl__form input[type="text"].eko-nl__hp {
    display: none !important;
    visibility: hidden;
}
.eko-nl__form button[type="submit"] {
    padding: 12px 28px;
    background: var(--eko-green, #3B8E5A);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: var(--eko-font-body);
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}
.eko-nl__form button[type="submit"]:hover {
    background: var(--eko-green-dark, #2D6E46);
    transform: translateY(-1px);
}
.eko-nl__form button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.eko-nl__consent {
    margin-top: 12px;
    font-size: 0.8rem;
    color: #5a7a6a;
    text-align: center;
}
.eko-nl__consent a {
    color: var(--eko-green, #3B8E5A);
}
.eko-nl__msg {
    margin-top: 14px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    display: none;
}
.eko-nl__msg.success {
    background: #d4edda;
    color: #155724;
    display: block;
}
.eko-nl__msg.error {
    background: #f8d7da;
    color: #721c24;
    display: block;
}
@media (max-width: 480px) {
    .eko-nl__form {
        flex-direction: column;
        align-items: stretch;
    }
    .eko-nl__form button[type="submit"] {
        width: 100%;
    }
}

/* =====================================================
   LEAD FORM improvements
   ===================================================== */
.eko-lead-form {
    max-width: 680px;
}
.eko-form-row label,
.eko-form-row-grid label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 5px;
}
.eko-form-row input,
.eko-form-row textarea,
.eko-form-row-grid input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--eko-border, #D1D5DB);
    border-radius: 10px;
    font-family: var(--eko-font-body);
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.eko-form-row input:focus,
.eko-form-row textarea:focus,
.eko-form-row-grid input:focus {
    border-color: var(--eko-green, #3B8E5A);
    box-shadow: 0 0 0 3px rgba(59,142,90,0.12);
    outline: none;
}
.eko-form-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 4px;
}
.eko-form-consent input[type="checkbox"] {
    width: auto;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: var(--eko-green, #3B8E5A);
}
.eko-form-consent label {
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    margin-bottom: 0 !important;
    line-height: 1.4;
}
.eko-form-success {
    background: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 0.94rem;
    margin-bottom: 16px;
}

/* =====================================================
   LEAD FORM v2 — Complete Styles
   ===================================================== */

/* Form container */
.eko-lead-form {
    max-width: 680px;
    margin: 24px 0;
    padding: 28px 32px;
    background: linear-gradient(180deg, #f9fcfa 0%, #f4f9f6 100%);
    border: 1px solid #dbe8df;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(45,110,70,0.06);
}

.eko-lead-form h3 {
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5ede8;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    color: var(--eko-green-dark, #2D6E46);
}

/* Success message */
.eko-form-success {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #d4edda 0%, #e8f5ec 100%);
    border: 1px solid #a8d5b6;
    border-radius: 14px;
    color: #155724;
    animation: eko-success-pop 0.4s ease-out;
}

.eko-form-success__icon {
    font-size: 1.6rem;
    line-height: 1;
}

.eko-form-success p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

@keyframes eko-success-pop {
    0% { opacity: 0; transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

/* Required indicator */
.eko-lead-form .req {
    color: #e05252;
    font-weight: 400;
}

/* Form rows */
.eko-lead-form .eko-form-row {
    margin-bottom: 16px;
}

.eko-lead-form .eko-form-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

/* Labels */
.eko-lead-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

/* Inputs */
.eko-lead-form input[type="text"],
.eko-lead-form input[type="email"],
.eko-lead-form input[type="tel"],
.eko-lead-form input[type="number"],
.eko-lead-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #c9d8ce;
    border-radius: 12px;
    font-family: var(--eko-font-body, system-ui, sans-serif);
    font-size: 0.95rem;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.eko-lead-form input:focus,
.eko-lead-form textarea:focus {
    border-color: var(--eko-green, #3B8E5A);
    box-shadow: 0 0 0 4px rgba(59,142,90,0.12);
    outline: none;
}

.eko-lead-form input::placeholder,
.eko-lead-form textarea::placeholder {
    color: #9ca3af;
}

.eko-lead-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Number inputs - for koncert form */
.eko-lead-form input[type="number"] {
    -moz-appearance: textfield;
}
.eko-lead-form input[type="number"]::-webkit-outer-spin-button,
.eko-lead-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Consent checkboxes */
.eko-lead-form .eko-form-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.eko-lead-form .eko-form-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 1px;
    accent-color: var(--eko-green, #3B8E5A);
    cursor: pointer;
}

.eko-lead-form .eko-form-consent label {
    font-size: 0.84rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.45;
    cursor: pointer;
    margin-bottom: 0;
}

.eko-lead-form .eko-form-consent label a {
    color: var(--eko-green, #3B8E5A);
    text-decoration: underline;
}

.eko-lead-form .eko-form-consent--newsletter {
    margin-top: 4px;
    padding: 12px 16px;
    background: #f0faf3;
    border-radius: 10px;
    border: 1px dashed #b4d7be;
}

.eko-lead-form .eko-form-consent--newsletter label {
    color: #2d6e46;
    font-weight: 500;
}

/* Submit button */
.eko-lead-form .eko-form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 14px 36px;
    background: var(--eko-green, #3B8E5A);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: var(--eko-font-body, system-ui, sans-serif);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.eko-lead-form .eko-form-submit:hover {
    background: var(--eko-green-dark, #2D6E46);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(45,110,70,0.25);
}

.eko-lead-form .eko-form-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Form type variations */
.eko-lead-form--franczyza {
    border-color: #b8d4c2;
    background: linear-gradient(180deg, #f0f8f3 0%, #e8f3ec 100%);
}

.eko-lead-form--szkolenia {
    border-color: #c4d8e0;
    background: linear-gradient(180deg, #f5f9fc 0%, #edf4f8 100%);
}

.eko-lead-form--koncert {
    border-color: #e0c4d8;
    background: linear-gradient(180deg, #fcf5f9 0%, #f8edf4 100%);
}

.eko-lead-form--koncert h3 {
    color: #8e3b6e;
}

/* Responsive */
@media (max-width: 680px) {
    .eko-lead-form {
        padding: 20px 18px;
        border-radius: 16px;
    }
    
    .eko-lead-form .eko-form-row-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .eko-lead-form .eko-form-submit {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EXPLORER v3 — Tree sidebar + AJAX content [eko_explorer]
   Brand redesign: coral / orange / teal / sage palette
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Season accent per month via custom property ── */
.ekx__mo { --mo-accent: var(--eko-teal, #1E6E8E); }
.ekx__mo[data-season="fall"]   { --mo-accent: var(--eko-orange, #F5A623); }
.ekx__mo[data-season="winter"] { --mo-accent: var(--eko-teal, #1E6E8E); }
.ekx__mo[data-season="spring"] { --mo-accent: var(--eko-sage, #7EBD8E); }
.ekx__mo[data-season="summer"] { --mo-accent: var(--eko-coral, #E06B60); }

/* ── Base grid ── */
.ekx {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 0;
    min-height: 82vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.08);
    overflow: hidden;
    margin: 0 auto;
    max-width: 1400px;
}

/* ── Gate (guest / no-access) ── */
.ekx--guest, .ekx--locked {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55vh;
    background: linear-gradient(160deg, #f0f7fa 0%, #fff 50%, #faf8f7 100%);
}
.ekx__gate {
    text-align: center;
    padding: 60px 40px;
    max-width: 500px;
}
.ekx__gate-icon { font-size: 3.5rem; margin-bottom: 18px; }
.ekx__gate h2 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.6rem;
    color: var(--eko-teal, #1E6E8E);
    margin-bottom: 10px;
}
.ekx__gate p { color: #64748b; margin-bottom: 24px; line-height: 1.6; }

/* ── Drawer toggle + backdrop (hidden desktop) ── */
.ekx__toggle, .ekx__close, .ekx__backdrop { display: none; }

/* ═══ SIDEBAR ═══ */
.ekx__side {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
}

.ekx__side-hdr {
    padding: 18px 18px 14px;
    background: var(--eko-green, #69C08F);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ekx__side-hdr h3 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.05rem;
    color: #fff;
    margin: 0;
    flex: 1;
}
.ekx__side-badge {
    font-size: 0.72rem;
    background: rgba(255,255,255,0.22);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    font-weight: 700;
}

/* ── Search ── */
.ekx__search {
    padding: 12px 14px 8px;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    background: #fafbfc;
}
.ekx__search-in {
    width: 100%;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    background: #fff;
    transition: all 0.2s;
    box-sizing: border-box;
}
.ekx__search-in:focus {
    outline: none;
    border-color: var(--eko-teal, #1E6E8E);
    box-shadow: 0 0 0 3px rgba(30,110,142,0.12);
}

/* ── Search dropdown ── */
.ekx__search-drop {
    display: none;
    position: absolute;
    left: 14px; right: 14px;
    top: calc(100% - 2px);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15,23,42,0.14);
    max-height: 280px;
    overflow-y: auto;
    z-index: 60;
}
.ekx__search-drop--open { display: block; }

.ekx__sug {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    text-decoration: none;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s;
    font-size: 13px;
    cursor: pointer;
}
.ekx__sug:last-child { border-bottom: none; }
.ekx__sug:hover { background: rgba(30,110,142,0.05); }
.ekx__sug-ico { font-size: 14px; flex-shrink: 0; }
.ekx__sug-name { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ekx__sug-mo { font-size: 11px; color: #94a3b8; flex-shrink: 0; }
.ekx__sug-lock { font-size: 11px; flex-shrink: 0; }
.ekx__sug-empty { padding: 12px; text-align: center; color: #94a3b8; font-size: 13px; }

/* ═══ TREE ═══ */
.ekx__tree {
    flex: 1;
    overflow-y: auto;
    padding: 6px 0;
}

/* ── Month node ── */
.ekx__mo { border-bottom: 1px solid #f1f5f9; }
.ekx__mo:last-child { border-bottom: none; }

.ekx__mo-hdr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 8px 16px !important;
    background: transparent !important;
    border: none !important;
    border-left: 3px solid transparent !important;
    cursor: pointer;
    text-align: left;
    font-size: 0.92rem;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    color: #1e293b !important;
    transition: all 0.15s;
}
.ekx__mo-hdr:hover {
    background: #f8fafc;
    border-left-color: rgba(30,110,142,0.2);
}
.ekx__mo--open > .ekx__mo-hdr {
    background: rgba(30,110,142,0.05) !important;
    color: var(--mo-accent) !important;
    font-weight: 700;
    border-left-color: var(--mo-accent) !important;
}
.ekx__mo--locked > .ekx__mo-hdr { opacity: 0.5; }

/* Current calendar month */
.ekx__mo--current > .ekx__mo-hdr {
    background: rgba(59,142,90,0.08) !important;
    border-left-color: #3B8E5A !important;
}
.ekx__mo--current > .ekx__mo-hdr .ekx__mo-name {
    font-weight: 700;
    color: #2D6E46;
}

.ekx__mo-arrow {
    font-size: 10px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    color: #94a3b8;
    transition: transform 0.2s;
}
.ekx__mo--open > .ekx__mo-hdr .ekx__mo-arrow { color: var(--mo-accent); }

.ekx__mo-name {
    flex: 1;
    min-width: 0;
    color: #1e293b !important;
    font-size: 0.92rem !important;
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    overflow: visible !important;
    line-height: 1.3;
}
.ekx__mo-badge { font-size: 0.65rem; flex-shrink: 0; text-transform: uppercase; letter-spacing: 0.04em; }
.ekx__mo-badge--now { background: var(--eko-coral, #E06B60); color: #fff; padding: 1px 7px; border-radius: 8px; font-weight: 600; }

/* ── Months-only flat sidebar (Kasia 25.04.2026) ── */
.ekx__tree--months-only { padding: 4px 0; }

/* ── Categories tree (Kasia 26.04.2026) — accordion: kategoria → miesiące ── */
.ekx__tree--cats { padding: 4px 0; }
.ekx__cat { border-bottom: 1px solid #f1f5f9; }
.ekx__cat-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    cursor: pointer;
    text-align: left;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    font-size: 0.98rem;
    color: #1e293b;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ekx__cat-hdr:hover { background: #f8fafc; border-left-color: rgba(30,110,142,0.3); }
.ekx__cat--open > .ekx__cat-hdr { background: rgba(30,110,142,0.04); border-left-color: var(--eko-teal, #1E6E8E); }
.ekx__cat-arrow { width: 14px; font-size: 10px; color: #94a3b8; flex-shrink: 0; }
.ekx__cat--open > .ekx__cat-hdr .ekx__cat-arrow { color: var(--eko-teal, #1E6E8E); }
.ekx__cat-name {
    flex: 1;
    min-width: 0;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
}
.ekx__cat-name:hover { color: var(--eko-teal, #1E6E8E); }
.ekx__cat-name--active { color: var(--eko-teal, #1E6E8E); }
.ekx__cat-body { padding: 2px 0 6px 22px; animation: ekxSlide 0.2s ease; }
.ekx__cat-body .ekx__mo--flat { padding: 7px 12px; font-size: 0.9rem; border-bottom: none; }

.ekx__cat-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: #1e293b;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    font-size: 0.98rem;
    font-weight: 600;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ekx__cat-link:hover { background: #f8fafc; border-left-color: rgba(30,110,142,0.3); color: var(--eko-teal, #1E6E8E); }
.ekx__cat-link--active { background: rgba(30,110,142,0.08); border-left-color: var(--eko-teal, #1E6E8E); color: var(--eko-teal, #1E6E8E); }

.ekx__mo--flat {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: #1e293b;
    font-size: 0.95rem;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.ekx__mo--flat:hover { background: #f8fafc; border-left-color: rgba(30,110,142,0.25); color: var(--mo-accent); }
.ekx__mo--flat.ekx__mo--current { background: rgba(59,142,90,0.06); border-left-color: #3B8E5A; }
.ekx__mo--flat.ekx__mo--current .ekx__mo-name { color: #2D6E46; font-weight: 700; }
.ekx__mo--flat.ekx__mo--active { background: rgba(30,110,142,0.08); border-left-color: var(--mo-accent, #1E6E8E); }
.ekx__mo--flat.ekx__mo--active .ekx__mo-name { color: var(--mo-accent, #1E6E8E); font-weight: 700; }
.ekx__mo--flat.ekx__mo--locked { opacity: 0.55; }
.ekx__mo--flat .ekx__mo-name { flex: 1; min-width: 0; line-height: 1.3; }
.ekx__mo-badge--lock { font-size: 0.85rem; flex-shrink: 0; }

/* ── Month body (types) ── */
.ekx__mo-body {
    padding: 0 0 6px 18px;
    border-left: 2px solid var(--mo-accent);
    margin-left: 23px;
    animation: ekxSlide 0.2s ease;
}
@keyframes ekxSlide {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Type node ── */
.ekx__ty { margin-bottom: 2px; }

.ekx__ty-hdr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 6px 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 0.84rem;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    color: #475569;
    border-radius: 8px;
    transition: all 0.15s;
    text-decoration: none;
}
.ekx__ty-hdr:hover { background: rgba(30,110,142,0.05); }
.ekx__ty--open > .ekx__ty-hdr { color: var(--eko-teal, #1E6E8E); font-weight: 600; }

.ekx__ty-arrow {
    font-size: 9px;
    width: 14px;
    text-align: center;
    color: #94a3b8;
    flex-shrink: 0;
}
.ekx__ty--open > .ekx__ty-hdr .ekx__ty-arrow { color: var(--eko-teal, #1E6E8E); }

.ekx__ty-icon { font-size: 1rem; flex-shrink: 0; }
.ekx__ty-name { flex: 1; }
.ekx__ty-cnt {
    font-size: 0.62rem;
    background: #e2e8f0;
    color: #64748b;
    padding: 1px 6px;
    border-radius: 8px;
    font-weight: 600;
    flex-shrink: 0;
    min-width: 16px;
    text-align: center;
}
.ekx__ty--open > .ekx__ty-hdr .ekx__ty-cnt {
    background: var(--eko-teal, #1E6E8E);
    color: #fff;
}

/* ── Song list ── */
.ekx__ty-list {
    list-style: none;
    margin: 2px 0 4px;
    padding: 0 0 0 20px;
}
.ekx__ty-list li { margin: 0; }

.ekx__song {
    display: block;
    padding: 5px 10px;
    font-size: 0.8rem;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ekx__song:hover {
    background: rgba(30,110,142,0.06);
    color: var(--eko-teal, #1E6E8E);
}
.ekx__song.eknav__link--active {
    background: rgba(30,110,142,0.1);
    color: var(--eko-teal, #1E6E8E);
    font-weight: 600;
}
.ekx__song::before {
    content: '♪';
    margin-right: 6px;
    opacity: 0.5;
    font-size: 0.7rem;
}

/* ─── Static links ─── */
.ekx__stale {
    padding: 12px 16px;
    border-top: 1px solid #f1f5f9;
}
.ekx__stale-lbl {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.ekx__stale-link {
    display: block;
    padding: 7px 10px;
    font-size: 0.84rem;
    color: #475569;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s;
}
.ekx__stale-link:hover {
    background: rgba(126,189,142,0.1);
    color: var(--eko-green-dark, #2D6E46);
}

/* Sidebar readability fix — active labels must stay visible (never white on light bg). */
.ekx__stale-link.eknav__link--active,
.ekx__stale-link.eknav__link--active:visited,
.ekx__stale-link.eknav__link--active:hover,
.ekx__song.eknav__link--active,
.ekx__mo--flat.ekx__mo--active,
.ekx__cat-link--active {
    color: var(--eko-teal, #1E6E8E) !important;
}

.ekx__stale-link,
.ekx__song,
.ekx__cat-name,
.ekx__mo-name {
    color: #334155;
}

/* Strong override: keep platform sidebar labels readable even if external styles force white links. */
.ekx-global .ekx__stale-link,
.ekx-global .ekx__stale-link:visited,
.ekx-global .ekx__song,
.ekx-global .ekx__song:visited,
.ekx-global .ekx__cat-name,
.ekx-global .ekx__cat-name:visited,
.ekx-global .ekx__mo-name,
.ekx-global .ekx__mo-name:visited {
    color: #334155 !important;
}

.ekx-global .ekx__stale-link.eknav__link--active,
.ekx-global .ekx__song.eknav__link--active,
.ekx-global .ekx__cat-link--active,
.ekx-global .ekx__mo--flat.ekx__mo--active .ekx__mo-name,
.ekx-global .ekx__cat-name--active {
    color: var(--eko-teal, #1E6E8E) !important;
}

/* ── Sidebar footer ── */
.ekx__side-ftr {
    padding: 14px 16px;
    border-top: 1px solid #f1f5f9;
}
.ekx__back {
    font-size: 0.82rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}
.ekx__back:hover { color: var(--eko-teal, #1E6E8E); }

/* ═══ CONTENT AREA ═══ */
.ekx__main {
    display: flex;
    flex-direction: column;
    background: #fafcfb;
    overflow: hidden;
}

/* ── Breadcrumb ── */
.ekx__bc {
    padding: 14px 28px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.ekx__bc a {
    color: var(--eko-teal, #1E6E8E);
    text-decoration: none;
    font-weight: 500;
}
.ekx__bc a:hover { text-decoration: underline; }
.ekx__bc-sep { color: #cbd5e1; }
.ekx__bc-mo, .ekx__bc-ty { color: #334155; font-weight: 600; }

/* ── Content body ── */
.ekx__body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

/* ── Loading state ── */
.ekx__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 80px 20px;
    color: #64748b;
    font-size: 0.95rem;
}
.ekx__spinner {
    width: 24px; height: 24px;
    border: 3px solid #e2e8f0;
    border-top-color: var(--eko-teal, #1E6E8E);
    border-radius: 50%;
    animation: ekxSpin 0.6s linear infinite;
}
@keyframes ekxSpin { to { transform: rotate(360deg); } }

/* ── Welcome / empty state ── */
.ekx__welcome {
    text-align: center;
    padding: 80px 32px;
    color: #64748b;
}
.ekx__welcome-ico { font-size: 3rem; margin-bottom: 16px; }
.ekx__welcome h2 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.3rem;
    color: var(--eko-teal, #1E6E8E);
    margin-bottom: 8px;
}

/* ── Error state ── */
.ekx__error {
    text-align: center;
    padding: 60px 20px;
    color: var(--eko-coral, #E06B60);
    font-size: 0.95rem;
}

/* ── Locked month message ── */
.ekx__locked-msg {
    text-align: center;
    padding: 80px 32px;
}
.ekx__locked-ico { font-size: 3rem; margin-bottom: 16px; }
.ekx__locked-msg h2 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.4rem;
    color: #334155;
    margin-bottom: 10px;
}
.ekx__locked-msg p { color: #64748b; margin-bottom: 24px; line-height: 1.5; }

/* ── Highlight on scroll-to ── */
.ekx__highlight {
    animation: ekxHighlight 2s ease;
}
@keyframes ekxHighlight {
    0%   { background: rgba(245,166,35,0.2); }
    100% { background: transparent; }
}

/* ═══ RENDERED CONTENT TRANSFORMS ═══ */
.ekx__rendered {
    padding: 28px 32px 40px;
    line-height: 1.7;
    color: #334155;
    font-size: 0.95rem;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
}

/* Section headers (H1) */
.ekx__rendered h1 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.35rem;
    color: var(--eko-teal, #1E6E8E);
    padding: 16px 20px;
    background: linear-gradient(135deg, #eef6fa, #f2f8fb);
    border-left: 4px solid var(--eko-teal, #1E6E8E);
    border-radius: 0 12px 12px 0;
    margin: 32px 0 20px;
}
.ekx__rendered h1:first-child { margin-top: 0; }

/* Song / item titles (H2) */
.ekx__rendered h2 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.1rem;
    color: #1e293b;
    margin: 24px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

/* Audio players */
.ekx__rendered .wp-audio-shortcode,
.ekx__rendered audio {
    width: 100% !important;
    max-width: 520px;
    border-radius: 12px;
    margin: 8px 0 16px;
}

/* Download lists */
.ekx__rendered ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 20px;
}
.ekx__rendered ul li {
    margin: 0;
}
.ekx__rendered ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    color: #334155;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s;
}
.ekx__rendered ul li a:hover {
    background: #eef6fa;
    border-color: rgba(30,110,142,0.3);
    color: var(--eko-teal, #1E6E8E);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(30,110,142,0.1);
}
.ekx__rendered ul li a::before {
    content: '⬇';
    font-size: 0.75rem;
}

/* Paragraphs, images, embeds */
.ekx__rendered p { margin: 0 0 14px; }
.ekx__rendered img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 12px 0;
}
.ekx__rendered iframe {
    max-width: 100%;
    border-radius: 12px;
    margin: 16px 0;
}
.ekx__rendered hr {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 28px 0;
}

/* Elementor widget cleanup */
.ekx__rendered .elementor-widget-container { margin: 0; padding: 0; }
.ekx__rendered .elementor-section { padding: 0 !important; }

/* ═══ GLOBAL SIDEBAR — floating panel on all pages ═══ */
.ekx-global {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    height: 0;
}

/* Floating action button (FAB) */
.ekx-global .ekx-global__fab {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99998;
    width: 48px;
    height: 48px;
    background: var(--eko-green, #3B8E5A) !important;
    background-color: var(--eko-green, #3B8E5A) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 14px 14px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 0 16px rgba(59,142,90,0.25);
    transition: all 0.2s;
}
.ekx-global .ekx-global__fab:hover {
    width: 56px;
    background: #2d7047 !important;
    background-color: #2d7047 !important;
    box-shadow: 4px 0 24px rgba(59,142,90,0.35);
}
.ekx-global__fab-icon { font-size: 1.3rem; line-height: 1; }

/* Backdrop */
.ekx-global__backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,0.45);
    z-index: 99998;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.ekx-global--open .ekx-global__backdrop { display: block; }

/* Reset Astra button styling inside sidebar */
.ekx-global button,
.ekx-global .ekx__mo-hdr,
.ekx-global .ekx__close {
    background-color: transparent !important;
    color: inherit;
    border: none;
    box-shadow: none;
    padding: 0;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
}
/* Keep section-hdr and ctab exempt from the button reset above */
.ekx-global .eknav__section-hdr {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    /* padding, color, font inherited from dedicated rules below */
}
.ekx-global .eknav__ctab {
    /* Restore tab styling that the button reset would clobber */
    padding: 4px 10px !important;
    border: 1px solid #e2e8f0 !important;
    color: #64748b !important;
    font-size: 12px;
    line-height: 1.4;
}
.ekx-global .eknav__ctab--active {
    background: #1e6e8e !important;
    border-color: #1e6e8e !important;
    color: #fff !important;
}

/* Sidebar panel */
.ekx-global .ekx__side {
    position: fixed;
    top: 0;
    left: 0;
    width: min(86vw, 320px);
    height: 100vh;
    z-index: 99999;
    transform: translateX(-105%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 10px 0 40px rgba(2,6,23,0.2);
    border-right: none;
    overflow-y: auto;
}
.ekx-global--open .ekx__side { transform: translateX(0); }
.ekx-global--open .ekx-global__fab { opacity: 0; pointer-events: none; }

/* Close button always visible in global sidebar */
.ekx-global .ekx__close {
    display: inline-flex;
    width: 30px; height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.3) !important;
    background: rgba(255,255,255,0.15) !important;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
}
.ekx-global .ekx__close:hover { background: rgba(255,255,255,0.25); }

/* Explorer link in global sidebar footer */
.ekx__back--explorer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--eko-teal, #1E6E8E);
    color: #fff !important;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.82rem;
    text-decoration: none;
    transition: background 0.2s;
}
.ekx__back--explorer:hover { background: #165a73; color: #fff !important; }

/* Type header as link (global mode) */
.ekx__ty-hdr--link {
    color: #475569;
}
.ekx__ty-hdr--link:hover {
    background: rgba(30,110,142,0.05);
    color: var(--eko-teal, #1E6E8E);
}
.ekx__ty-hdr--active {
    background: rgba(30,110,142,0.08);
    color: var(--eko-teal, #1E6E8E);
    font-weight: 600;
}

/* ═══ UNIFIED NAV — section-based layout inside global sidebar ═══ */

/* Scrollable body below header */
.ekx__side-scroll {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* ── Section container ── */
.eknav__section {
    border-bottom: 1px solid #f1f5f9;
}
.eknav__section:last-child { border-bottom: none; }

/* ── Section title (non-collapsible, for panel pages) ── */
.eknav__section-title {
    padding: 10px 14px 4px;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 0.76rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── Section header (collapsible) ── */
.eknav__section-hdr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 8px 14px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 0.83rem !important;
    font-weight: 700;
    color: #334155 !important;
    text-align: left;
    transition: background 0.15s;
    line-height: 1.3 !important;
}
.eknav__section-hdr > span {
    display: inline !important;
    visibility: visible !important;
    font-size: inherit !important;
    color: inherit !important;
}
.eknav__section-hdr:hover { background: #f8fafc !important; }

.eknav__section-arrow {
    font-size: 10px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
    color: #94a3b8;
}
.eknav__section--open > .eknav__section-hdr {
    color: var(--eko-teal, #1E6E8E) !important;
}
.eknav__section--open > .eknav__section-hdr .eknav__section-arrow {
    color: var(--eko-teal, #1E6E8E);
}

/* ── Section body ── */
.eknav__section-body {
    padding: 0 0 4px;
    animation: ekxSlide 0.2s ease;
}

/* ── Link items ── */
.eknav__links {
    padding: 2px 8px 3px;
}

.eknav__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    font-size: 0.82rem;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    color: #475569;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.15s;
}
.eknav__link:hover {
    background: rgba(30,110,142,0.06);
    color: var(--eko-teal, #1E6E8E);
}
.eknav__link--active {
    background: rgba(30,110,142,0.1);
    color: var(--eko-teal, #1E6E8E);
    font-weight: 600;
}
.eknav__link--sm {
    padding: 6px 10px;
    font-size: 0.78rem;
}
.eknav__link--muted {
    color: #94a3b8;
    font-size: 0.82rem;
}
.eknav__link--muted:hover {
    color: var(--eko-coral, #E06B60);
    background: rgba(224,107,96,0.06);
}

.eknav__link-ico {
    font-size: 0.88rem;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

/* ── Hub links grid (inside SR section) ── */
.eknav__hub-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 8px 10px 4px;
    border-top: 1px solid #f1f5f9;
    margin-top: 8px;
}

/* ── Bottom section (konto) ── */
.eknav__section--bottom {
    margin-top: auto;
    border-top: 1px solid #e2e8f0;
    border-bottom: none;
}

/* ── Global sidebar adjustments for unified layout ── */
.ekx-global .ekx__side {
    display: flex;
    flex-direction: column;
}
.ekx-global .ekx__search {
    border-bottom: none;
    padding: 6px 12px 2px;
}
.ekx-global .ekx__tree {
    padding: 0;
}
.ekx-global .ekx__stale {
    padding: 8px 16px;
    border-top: none;
}
.ekx-global .ekx__side-badge {
    margin-left: auto;
}

/* ═══════════════════════════════════
   SIDEBAR v2 — COURSE NAV
   ═══════════════════════════════════ */

/* ── Course tabs (Wszystkie / W trakcie / Nowe / Ukończone) ── */
.eknav__ctabs {
    display: flex;
    gap: 4px;
    padding: 4px 10px 8px;
    flex-wrap: wrap;
}
.eknav__ctab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 4px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    line-height: 1.4;
    white-space: nowrap;
}
.eknav__ctab-label {
    display: inline-block;
}
.eknav__ctab:hover {
    border-color: #1e6e8e;
    color: #1e6e8e;
}
.eknav__ctab--active {
    background: #1e6e8e;
    border-color: #1e6e8e;
    color: #fff;
}
.eknav__ctab-cnt {
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    background: rgba(0,0,0,0.08);
    margin-left: 2px;
}
.eknav__ctab--active .eknav__ctab-cnt {
    background: rgba(255,255,255,0.25);
}

/* ── Course list items ── */
.eknav__clist {
    padding: 0 10px 6px;
}
.eknav__citem {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #1a1a2e;
    transition: background 0.15s;
    margin-bottom: 2px;
}
.eknav__citem:hover {
    background: #f1f5f9;
    text-decoration: none;
    color: #1a1a2e;
}
.eknav__citem-top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.eknav__citem-icon {
    flex: 0 0 auto;
    font-size: 14px;
}
.eknav__citem-name {
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}
.eknav__citem-badge {
    font-size: 11px;
    color: #16a34a;
    font-weight: 600;
    padding-left: 22px;
    margin-top: 2px;
}

/* ── Progress bar (shared) ── */
.eknav__citem-prog,
.eknav__course-prog {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 22px;
    margin-top: 4px;
}
.eknav__prog-bar {
    flex: 1 1 auto;
    height: 4px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}
.eknav__prog-fill {
    height: 100%;
    background: linear-gradient(90deg, #1e6e8e, #7ebd8e);
    border-radius: 4px;
    transition: width 0.3s;
}
.eknav__prog-txt {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

/* ── All courses link ── */
.eknav__link--all-courses {
    margin-top: 4px;
    border-top: 1px solid #f1f5f9;
    padding-top: 8px;
}

/* ═══ SIDEBAR v2 — COURSE CONTEXT (lesson tree) ═══ */
.eknav__course-ctx {
    padding: 4px 10px 8px;
}
.eknav__back-link {
    display: inline-block;
    font-size: 12px;
    color: #64748b;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.15s;
}
.eknav__back-link:hover {
    color: #1e6e8e;
    text-decoration: none;
}
.eknav__course-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 8px;
}
.eknav__course-path {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.eknav__course-chip {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1e6e8e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.eknav__course-chip--current {
    background: #f8fafc;
    color: #475569;
}
.eknav__course-prog {
    padding-left: 0;
    margin-bottom: 12px;
}

/* ── Module headers ── */
.eknav__mod {
    margin-bottom: 2px;
}
.eknav__mod-hdr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 6px 8px;
    border: none;
    border-radius: 6px;
    background: #f8fafc;
    cursor: pointer;
    transition: background 0.15s;
    text-align: left;
}
.eknav__mod-hdr:hover {
    background: #f1f5f9;
}
.eknav__mod-arrow {
    flex: 0 0 auto;
    font-size: 10px;
    color: #94a3b8;
    width: 14px;
    text-align: center;
}
.eknav__mod-title {
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    line-height: 1.3;
}

/* ── Lesson items ── */
.eknav__mod-lessons {
    padding: 2px 0 4px 14px;
}
.eknav__les {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 6px;
    text-decoration: none;
    color: #475569;
    font-size: 12px;
    line-height: 1.4;
    transition: background 0.15s;
}
.eknav__les:hover {
    background: #f1f5f9;
    text-decoration: none;
    color: #1e6e8e;
}
.eknav__les--active {
    background: #e0f2fe;
    color: #1e6e8e;
    font-weight: 600;
}
.eknav__les--done {
    color: #16a34a;
}
.eknav__les-ico {
    flex: 0 0 auto;
    width: 16px;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}
.eknav__les-title {
    flex: 1 1 auto;
}

/* ═══════════════════════════════════
   ROLE PANELS — operator / employee
   ═══════════════════════════════════ */
.ekpanel {
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #dbe5ef;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
.ekpanel--denied {
    text-align: center;
}
.ekpanel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}
.ekpanel__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0f766e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.ekpanel__title {
    margin: 0;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.05;
    color: #0f172a;
}
.ekpanel__subtitle {
    margin: 10px 0 0;
    max-width: 760px;
    color: #475569;
    font-size: 15px;
}
.ekpanel__actions,
.ekpanel__actions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ekpanel__action,
.ekpanel__pill,
.ekpanel__inline-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.ekpanel__action:hover,
.ekpanel__pill:hover,
.ekpanel__inline-link:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
}
.ekpanel__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}
.ekpanel__metric,
.ekpanel__card {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    padding: 18px;
}
.ekpanel__metric strong {
    display: block;
    font-size: 24px;
    line-height: 1.05;
    color: #0f172a;
}
.ekpanel__metric span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
}
.ekpanel__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}
.ekpanel__card h3,
.ekpanel__section h2 {
    margin: 0 0 12px;
    color: #0f172a;
}
.ekpanel__section {
    margin-top: 24px;
}
.ekpanel__table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
}
.ekpanel__table {
    width: 100%;
    border-collapse: collapse;
}
.ekpanel__table th,
.ekpanel__table td {
    padding: 12px 14px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}
.ekpanel__table th {
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ekpanel__table tbody tr:last-child td {
    border-bottom: none;
}
.ekpanel__list {
    margin: 0;
    padding-left: 18px;
    color: #334155;
}
.ekpanel__list li + li {
    margin-top: 8px;
}
.ekpanel__meta {
    margin-bottom: 8px;
    color: #64748b;
    font-size: 12px;
}
.ekpanel__status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 12px;
    font-weight: 700;
}
.ekpanel__empty {
    padding: 18px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    color: #64748b;
    background: #f8fafc;
}
.ekpanel__empty--small { padding: 12px; font-size: 13px; }
.ekpanel__divider { border: none; border-top: 1px solid #e2e8f0; margin: 24px 0; }
.ekpanel__hint { color: #64748b; font-size: 13px; margin-bottom: 12px; }

/* ── Employee profile form ── */
.ekpanel__form { margin-top: 12px; }
.ekpanel__field { margin-bottom: 14px; }
.ekpanel__field label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}
.ekpanel__field input[type="text"],
.ekpanel__field input[type="tel"],
.ekpanel__field textarea,
.ekpanel__field select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    color: #0f172a;
    transition: border-color 0.15s;
}
.ekpanel__field input:focus,
.ekpanel__field textarea:focus,
.ekpanel__field select:focus {
    outline: none;
    border-color: #1e6e8e;
    box-shadow: 0 0 0 3px rgba(30,110,142,0.12);
}
.ekpanel__field--row { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.ekpanel__field--row > * { flex: 1 1 auto; min-width: 140px; }
/* ── Panel buttons — !important overrides Astra theme globals ── */
.ekpanel__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #0f766e !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: background 0.15s, transform 0.1s !important;
    box-shadow: none !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    line-height: 1.4 !important;
}
.ekpanel__btn:hover { background: #0d6359 !important; transform: translateY(-1px); }
.ekpanel__btn--sm { padding: 8px 14px !important; font-size: 13px !important; flex-shrink: 0; }
.ekpanel__btn--danger { background: #dc2626 !important; }
.ekpanel__btn--danger:hover { background: #b91c1c !important; }
.ekpanel__btn--success { background: #059669 !important; }
.ekpanel__btn--success:hover { background: #047857 !important; }
.ekpanel__btn:disabled { opacity: 0.5 !important; cursor: not-allowed !important; transform: none !important; }

/* ── Operator panel management extras ── */
.ekpanel__search-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.ekpanel__input,
.ekpanel__select {
    padding: 10px 14px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    background: #fff !important;
    color: #0f172a !important;
    box-shadow: none !important;
}
.ekpanel__input { flex: 1; min-width: 200px; }
.ekpanel__select { min-width: 140px; }
.ekpanel__select--sm { padding: 6px 10px !important; font-size: 13px !important; min-width: 110px; border-radius: 8px !important; }
.ekpanel__input:focus,
.ekpanel__select:focus { outline: 2px solid #0f766e; border-color: transparent; }

.ekpanel__badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}
.ekpanel__badge--ok { background: #d1fae5; color: #059669; }
.ekpanel__badge--off { background: #fee2e2; color: #dc2626; }

.ekpanel__status--active { color: #059669; font-weight: 600; }
.ekpanel__status--cancelled { color: #dc2626; font-weight: 600; }
.ekpanel__status--on_hold { color: #d97706; font-weight: 600; }
.ekpanel__status--expired { color: #6b7280; font-weight: 600; }
.ekpanel__status--new { color: #3b82f6; font-weight: 600; }
.ekpanel__status--processing { color: #d97706; font-weight: 600; }
.ekpanel__status--shipped { color: #8b5cf6; font-weight: 600; }
.ekpanel__status--completed { color: #059669; font-weight: 600; }

.ekpanel__actions-cell { white-space: nowrap; }
.ekpanel__actions-cell .ekpanel__btn { margin: 2px; }

/* ── Operator inline forms ── */
.ekpanel__inline-form { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; margin-bottom: 16px; }
.ekpanel__inline-form h3 { margin: 0 0 12px; font-size: 16px; }
.ekpanel__form-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; margin-bottom: 12px; }
.ekpanel__form-grid label { font-size: 13px; font-weight: 600; color: #475569; display: block; margin-bottom: 4px; }
.ekpanel__textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    background: #fff !important;
    color: #0f172a !important;
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
    box-shadow: none !important;
}
.ekpanel__load-more { display: block; margin: 16px auto 0; }
.ekpanel__form-msg { margin-top: 8px; font-size: 13px; min-height: 20px; }
.ekpanel__form-msg--ok { color: #059669; }
.ekpanel__form-msg--err { color: #dc2626; }

/* ── Employee attachments ── */
.ekpanel__att {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 6px;
    background: #fff;
}
.ekpanel__att-type { font-size: 13px; flex-shrink: 0; color: #64748b; font-weight: 500; }
.ekpanel__att-title { flex: 1; font-size: 14px; color: #0f172a; }
.ekpanel__att-del {
    background: none !important;
    border: none !important;
    cursor: pointer;
    font-size: 16px;
    color: #ef4444;
    padding: 2px 6px !important;
    line-height: 1;
    transition: color 0.15s;
}
.ekpanel__att-del:hover { color: #b91c1c; }
.ekpanel__form--upload { margin-top: 16px; }

@media (max-width: 768px) {
    .ekpanel {
        padding: 18px;
        border-radius: 18px;
    }
    .ekpanel__header {
        flex-direction: column;
    }
    .ekpanel__table th,
    .ekpanel__table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* FAB icon update — wider hamburger style for unified nav */
.ekx-global__fab-icon {
    font-size: 1.2rem;
    line-height: 1;
}

/* ═══ RESPONSIVE — Tablet ═══ */
@media (max-width: 960px) {
    .ekx { grid-template-columns: 260px minmax(0, 1fr); }
    .ekx__rendered { padding: 24px; }
    .ekx__bc { padding: 12px 20px; }
}

/* ═══ RESPONSIVE — Mobile ═══ */
@media (max-width: 768px) {
    .ekx {
        display: flex;
        flex-direction: column;
        min-height: auto;
        border-radius: 16px;
        position: relative;
        overflow: visible;
    }

    /* Drawer toggle */
    .ekx__toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        align-self: flex-start;
        margin: 0 0 12px;
        border: 1.5px solid rgba(30,110,142,0.2);
        border-radius: 999px;
        background: #fff;
        color: var(--eko-teal, #1E6E8E);
        font-weight: 600;
        font-size: 13px;
        padding: 10px 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        cursor: pointer;
    }

    /* Backdrop */
    .ekx__backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(15,23,42,0.48);
        z-index: 998;
    }
    .ekx--drawer .ekx__backdrop { display: block; }

    /* Sidebar as drawer */
    .ekx__side {
        position: fixed;
        top: 0; left: 0;
        width: min(86vw, 320px);
        height: 100vh;
        z-index: 999;
        transform: translateX(-104%);
        transition: transform 0.25s ease;
        overflow-y: auto;
        box-shadow: 10px 0 30px rgba(2,6,23,0.24);
        border-right: none;
    }
    .ekx--drawer .ekx__side { transform: translateX(0); }

    /* Close button visible */
    .ekx__close {
        display: inline-flex;
        width: 32px; height: 32px;
        border-radius: 999px;
        border: 1px solid rgba(30,110,142,0.2);
        background: #fff;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: var(--eko-teal, #1E6E8E);
        cursor: pointer;
        flex-shrink: 0;
    }

    .ekx__rendered { padding: 20px 16px 32px; }
    .ekx__rendered h1 { font-size: 1.15rem; }
    .ekx__rendered h2 { font-size: 1rem; }
    .ekx__rendered ul { flex-direction: column; }

    .ekx__bc { padding: 10px 16px; font-size: 0.8rem; }

    /* Global FAB position on mobile */
    .ekx-global__fab {
        top: auto;
        bottom: 80px;
        transform: none;
        border-radius: 0 12px 12px 0;
        width: 44px;
        height: 44px;
    }
}

/* ── Small mobile ── */
@media (max-width: 400px) {
    .ekx__rendered { padding: 16px 12px 28px; }
    .ekx__rendered ul li a { padding: 7px 12px; font-size: 0.82rem; }
}


/* ── R13: Section extracted to assets/css/eko-monthly-nav.css ── */


/* =====================================================
   MOJE KONTO WIDGET (przeniesione z functions.php inline)
   ===================================================== */
.eko-mk-widget { background:#f0f9ff; border:1px solid #c7e4f0; border-radius:12px; padding:20px 24px; margin:0 0 28px; }
.eko-mk-widget__sr { display:flex; align-items:flex-start; gap:12px; margin-bottom:16px; }
.eko-mk-widget__sr-icon { font-size:22px; flex-shrink:0; padding-top:2px; }
.eko-mk-widget__sr-body { display:flex; flex-direction:column; gap:4px; }
.eko-mk-widget__sr-body strong { font-weight:600; color:#1a3c50; font-size:15px; }
.eko-mk-widget__sr-body span { color:#555; font-size:13px; }
.eko-mk-widget__actions { display:flex; flex-wrap:wrap; gap:8px; }


/* =====================================================
   MONTH ACCESS — Hub grid card states + Gate overlay + Strefa strip
   Roadmap v5.1 §4.3B — ETAP 3
   ===================================================== */

/* Hub grid card states */
.eko-sr-hub__card { position: relative; }

.eko-sr-hub__card--unlocked {
    border-left: 3px solid var(--eko-green, #3B8E5A);
    background: #f0faf3;
}
.eko-sr-hub__card--unlocked strong { color: var(--eko-green-dark, #2D6E46); }

.eko-sr-hub__card--locked {
    opacity: 0.5;
    filter: grayscale(0.3);
}
.eko-sr-hub__card--locked:hover { opacity: 0.65; }

.eko-sr-hub__card-badge {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
}

/* Month gate page overlay */
.eko-month-gate {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 320px;
    padding: 48px 24px;
    text-align: center;
}
.eko-month-gate__inner { max-width: 480px; margin: 0 auto; }
.eko-month-gate__icon { font-size: 48px; margin-bottom: 20px; line-height: 1; }
.eko-month-gate__title {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 700;
    color: var(--eko-black, #1e293b);
    margin: 0 0 12px;
}
.eko-month-gate__desc {
    color: var(--eko-gray, #334155);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 28px;
}
.eko-month-gate__cta {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: var(--eko-green, #3B8E5A);
    color: #fff !important;
    border-radius: 24px;
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
    box-shadow: 0 2px 10px rgba(59,142,90,.25);
}
.eko-month-gate__cta:hover { background: var(--eko-green-dark, #2D6E46); color: #fff !important; }
.eko-month-gate__link {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    color: var(--eko-gray, #334155);
    text-decoration: underline;
}
.eko-month-gate__link:hover { color: var(--eko-green, #3B8E5A); }

/* Strefa — "W tym miesiącu" quick access */
.eko-strefa__now-month {
    margin: 0 0 24px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f0fdf4 0%, #f8fafb 100%);
    border-radius: 12px;
    border: 1px solid #d1e8d9;
}
.eko-strefa__now-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #1e293b;
}
.eko-strefa__now-emoji { font-size: 1.3rem; }
.eko-strefa__now-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.eko-strefa__now-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: #1e293b;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.15s;
}
.eko-strefa__now-link:hover {
    border-color: #3B8E5A;
    background: #f0fdf4;
    color: #2D6E46;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(59,142,90,0.1);
}
.eko-strefa__now-link-icon { font-size: 1rem; }
.eko-strefa__now-link-name { white-space: nowrap; }
.eko-strefa__now-link-count {
    background: #3B8E5A;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}
@media (max-width: 480px) {
    .eko-strefa__now-links { flex-direction: column; }
    .eko-strefa__now-link { justify-content: flex-start; }
}

/* =====================================================
   HEADER CTA — Platforma / Zaloguj się
   Roadmap v5.1 §1.1 — dynamiczny button w headerze Elementor
   ===================================================== */
.eko-header-cta {
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 10000;
}
body.admin-bar .eko-header-cta {
    top: 46px;
}
@media screen and (min-width: 783px) {
    body.admin-bar .eko-header-cta { top: 46px; }
}

.eko-header-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: var(--eko-green, #3B8E5A);
    color: #fff !important;
    border-radius: 20px;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.eko-header-cta__arrow {
    font-size: 10px;
    transition: transform 0.2s;
}

.eko-header-cta--has-dropdown:hover .eko-header-cta__arrow {
    transform: rotate(180deg);
}

.eko-header-cta__btn:hover,
.eko-header-cta__btn:focus {
    background: var(--eko-green-dark, #2D6E46);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

/* ── Dropdown menu ── */
.eko-header-cta__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    overflow: hidden;
}

.eko-header-cta--has-dropdown:hover .eko-header-cta__dropdown,
.eko-header-cta--has-dropdown:focus-within .eko-header-cta__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.eko-header-cta__menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.eko-header-cta__menu li {
    margin: 0;
}

/* ── Dropdown items: access-aware ── */
.eko-dd {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: #334155 !important;
    text-decoration: none !important;
    transition: background 0.15s, color 0.15s;
}
.eko-dd__icon { font-size: 15px; flex-shrink: 0; width: 20px; text-align: center; }
.eko-dd__label { flex: 1; }
.eko-dd__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    transition: background 0.2s;
}

/* Aktywny (zielony) */
.eko-dd--active .eko-dd__dot { background: #3B8E5A; box-shadow: 0 0 6px rgba(59,142,90,0.4); }
.eko-dd--active:hover { background: #f0faf4; color: #2D6E46 !important; }

/* Zablokowany (szary) */
.eko-dd--locked {
    color: #94a3b8 !important;
    cursor: default;
    pointer-events: none;
}
.eko-dd--locked .eko-dd__icon { opacity: 0.45; }
.eko-dd--locked .eko-dd__dot { background: #cbd5e1; }

/* Wyciszony (wyloguj) */
.eko-dd--muted {
    color: #94a3b8 !important;
    font-size: 12px;
}
.eko-dd--muted:hover { background: #fef2f2; color: #dc2626 !important; }

/* Separator */
.eko-dd__sep {
    height: 1px;
    background: #e2e8f0;
    margin: 6px 14px;
}

.eko-header-cta__menu a:hover {
    background: #f1f5f9;
    color: var(--eko-green, #3B8E5A) !important;
}

/* Tablet — leave room for hamburger */
@media (max-width: 992px) {
    .eko-header-cta {
        top: 10px;
        right: 72px;
    }

    .eko-header-cta__btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    .eko-header-cta__dropdown {
        min-width: 200px;
    }
    
    .eko-dd {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* Mobile — smaller pill, dropdown opens by touch */
@media (max-width: 480px) {
    .eko-header-cta {
        top: 8px;
        right: 10px;
    }
    .eko-header-cta__btn {
        padding: 5px 12px;
        font-size: 11px;
    }
    .eko-header-cta__dropdown {
        right: -4px;
        min-width: 200px;
    }
}

/* =====================================================
   SR subpages — hide Elementor/Astra header
   (menu ma być tylko na stronie powitalnej platformy)
   ===================================================== */
body.sr2026-subpage .elementor-location-header,
body.sr2026-subpage #masthead,
body.sr2026-subpage .site-header,
body.sr2026-subpage .ast-above-header-wrap,
body.sr2026-subpage .ast-below-header-wrap {
    display: none !important;
}

body.sr2026-subpage .eko-header-cta {
    display: none !important;
}

body.sr2026-subpage .site-content,
body.sr2026-subpage #content {
    padding-top: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FIXED SIDEBAR v4 — stały panel po lewej (opcja A)
   Aktywuje się przez body class `.has-eko-sidebar`
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Kolory kategorii (4 kółka) ── */
:root {
    --cat-piosenki:    #43A047;  /* 🎶 Zielony (natura, muzyka) */
    --cat-zabawy:      #1E88E5;  /* 🎤 Niebieski (zabawa, ruch) */
    --cat-scenariusze: #FB8C00;  /* 📝 Pomarańczowy (planowanie) */
    --cat-webinary:    #E53935;  /* 🎬 Czerwony (uwaga, live) */
}

/* ── Desktop: stały sidebar ── */
@media (min-width: 1025px) {
    
    /* Body offset */
    .has-eko-sidebar {
        padding-left: 280px !important;
    }
    
    /* Astra site content offset */
    .has-eko-sidebar #page,
    .has-eko-sidebar .site-content,
    .has-eko-sidebar .ast-container {
        max-width: 100% !important;
    }
    
    /* Fixed sidebar visible */
    .has-eko-sidebar .ekx-global {
        height: auto;
    }
    
    .has-eko-sidebar .ekx-global .ekx__side {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: none;
        z-index: 1000;
        box-shadow: 1px 0 0 #e2e8f0;
        border-right: none;
    }
    
    /* Hide FAB and backdrop on desktop */
    .has-eko-sidebar .ekx-global__fab,
    .has-eko-sidebar .ekx-global__backdrop {
        display: none !important;
    }
    
    /* Hide close button on desktop */
    .has-eko-sidebar .ekx-global .ekx__close {
        display: none;
    }
    
    /* Header offset */
    .has-eko-sidebar .ast-primary-header,
    .has-eko-sidebar header.site-header {
        left: 280px !important;
        width: calc(100% - 280px) !important;
    }
    
    /* Elementor popups/modals should not be offset */
    .has-eko-sidebar .elementor-popup-modal {
        left: 0 !important;
        width: 100% !important;
    }
}

/* ── Tablet/Mobile: drawer mode ── */
@media (max-width: 1024px) {
    .has-eko-sidebar {
        padding-left: 0 !important;
    }
    
    /* Drawer behavior stays as-is from ekx-global */
}

/* ── Kategorie z kolorami ── */
.ekx__ty[data-type="piosenki"] { --ty-color: var(--cat-piosenki); }
.ekx__ty[data-type="zabawy"]   { --ty-color: var(--cat-zabawy); }
.ekx__ty[data-type="scenariusze"] { --ty-color: var(--cat-scenariusze); }
.ekx__ty[data-type="webinary"] { --ty-color: var(--cat-webinary); }

/* Category header styling */
.ekx__ty-hdr {
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
}

.ekx__ty-hdr:hover {
    border-left-color: var(--ty-color, #94a3b8);
    background: color-mix(in srgb, var(--ty-color, #94a3b8) 6%, white);
}

.ekx__ty-hdr--active,
.ekx__ty-hdr--active:hover {
    border-left-color: var(--ty-color, var(--eko-teal));
    background: color-mix(in srgb, var(--ty-color, var(--eko-teal)) 10%, white);
    color: var(--ty-color, var(--eko-teal));
    font-weight: 600;
}

/* Category icon color */
.ekx__ty-icon {
    color: var(--ty-color, #64748b);
}

/* Category count badge */
.ekx__ty-cnt {
    background: var(--ty-color, #94a3b8);
    color: #fff;
    font-size: 0.62rem;
    padding: 1px 5px;
    border-radius: 10px;
    font-weight: 600;
    min-width: 16px;
    text-align: center;
}

/* ── Sidebar header — brand + green gradient ── */
.ekx__side-hdr {
    background: linear-gradient(140deg, #2d6e46 0%, #3b8e5a 50%, #255b39 100%) !important;
    padding: 16px 18px !important;
}
.ekx__side-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    flex: 1;
}
.ekx__side-brand:hover { opacity: 0.9; }
.ekx__side-home-icon {
    flex-shrink: 0;
    color: rgba(255,255,255,0.9);
}
.ekx__side-brand-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}
.ekx__side-brand-name sup {
    font-size: 0.55em;
    vertical-align: super;
    opacity: 0.7;
}
.ekx__close {
    color: rgba(255,255,255,0.8) !important;
}
.ekx__close:hover {
    color: #fff !important;
}

/* ── Search input modern ── */
.has-eko-sidebar .ekx__search-in {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 11px;
    font-size: 12px;
    background: #fff;
}

.has-eko-sidebar .ekx__search-in:focus {
    border-color: var(--eko-teal, #1E6E8E);
    box-shadow: 0 0 0 3px rgba(30, 110, 142, 0.1);
}

/* ── Month headers cleaner ── */
.has-eko-sidebar .ekx__mo-hdr {
    padding: 8px 12px !important;
    font-size: 0.82rem;
}

.has-eko-sidebar .ekx__mo--open > .ekx__mo-hdr {
    background: #f8fafc !important;
}

/* ── Scrollbar styling ── */
.has-eko-sidebar .ekx__side-scroll::-webkit-scrollbar {
    width: 6px;
}

.has-eko-sidebar .ekx__side-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.has-eko-sidebar .ekx__side-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.has-eko-sidebar .ekx__side-scroll::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* ── Type accordion (rozwijanie kategorii) ── */
.ekx__ty--collapsible .ekx__ty-hdr--btn {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 6px 10px 6px 14px !important;
    background: transparent !important;
    border: none !important;
    border-left: 3px solid transparent;
    cursor: pointer;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    font-size: 0.8rem;
    color: #475569;
    text-align: left;
    transition: all 0.15s;
}

.ekx__ty--collapsible .ekx__ty-hdr--btn:hover {
    background: rgba(30,110,142,0.04) !important;
    border-left-color: var(--ty-color, #94a3b8);
}

.ekx__ty--open > .ekx__ty-hdr--btn {
    background: color-mix(in srgb, var(--ty-color, #94a3b8) 8%, white) !important;
    border-left-color: var(--ty-color, var(--eko-teal));
    color: var(--ty-color, var(--eko-teal));
    font-weight: 600;
}

.ekx__ty-arrow {
    font-size: 9px;
    width: 14px;
    text-align: center;
    color: #94a3b8;
    flex-shrink: 0;
}

.ekx__ty--open .ekx__ty-arrow {
    color: var(--ty-color, var(--eko-teal));
}

/* ── Lista piosenek ── */
.ekx__ty-items {
    list-style: none;
    margin: 0;
    padding: 0 0 4px 0;
    background: #fafbfc;
    border-left: 3px solid color-mix(in srgb, var(--ty-color, #94a3b8) 20%, transparent);
    margin-left: 16px;
}

.ekx__ty-items li {
    margin: 0;
    padding: 0;
}

.ekx__ty-items .ekx__song {
    display: block;
    padding: 6px 12px 6px 20px;
    font-size: 0.78rem;
    color: #64748b;
    text-decoration: none;
    transition: all 0.12s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ekx__ty-items .ekx__song:hover {
    background: rgba(30,110,142,0.06);
    color: var(--ty-color, var(--eko-teal));
    padding-left: 24px;
}

/* ── Usunięcie starego ekx__ty-hdr--link ── */
.ekx__ty-hdr--link {
    display: none;
}

/* =============================================================
   EKSR MONTH TEMPLATE — [eko_sr_month] shortcode
/* ── R13: Section extracted to assets/css/eko-eksr-month.css ── */

/* =============================================================
   END EKSR MONTH TEMPLATE
   ============================================================= */

/* =============================================================
   MOJE KURSY — course cards grid
   ============================================================= */
.ekmc { max-width: 960px; margin: 0 auto; }
.ekmc__section-title { font-size: 1.2rem; font-weight: 600; color: #1a1a2e; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 2px solid #e8f5ec; }
.ekmc__section-title--locked { color: #6b7280; margin-top: 32px; border-bottom-color: #e5e7eb; }
.ekmc__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.ekmc__card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,.08); transition: box-shadow .2s; display: flex; flex-direction: column; }
.ekmc__card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.ekmc__card--locked { opacity: .85; }
.ekmc__cover { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.ekmc__cover img { width: 100%; height: 100%; object-fit: cover; }
.ekmc__progress-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: rgba(0,0,0,.15); }
.ekmc__progress-fill { height: 100%; background: #3b8e5a; border-radius: 0 2px 2px 0; }
.ekmc__body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.ekmc__title { font-size: 1.05rem; font-weight: 600; margin: 0 0 8px; color: #1a1a2e; }
.ekmc__meta { display: flex; gap: 12px; font-size: .82rem; color: #6b7280; margin-bottom: 12px; flex-wrap: wrap; }
.ekmc__status { font-size: .85rem; font-weight: 500; margin-bottom: 12px; }
.ekmc__status--active { color: #16a34a; }
.ekmc__status--locked { color: #9ca3af; }
.ekmc__price { font-size: .9rem; color: #374151; font-weight: 600; margin-bottom: 8px; }
.ekmc-btn { display: inline-block; padding: 10px 20px; border-radius: 8px; font-size: .9rem; font-weight: 600; text-decoration: none; text-align: center; background: #f3f4f6; color: #374151; transition: background .2s; margin-top: auto; }
.ekmc-btn:hover { background: #e5e7eb; color: #374151; }
.ekmc-btn--primary { background: linear-gradient(135deg, #3b8e5a, #2d6e46); color: #fff !important; }
.ekmc-btn--primary:hover { background: linear-gradient(135deg, #2d6e46, #1e5a35); color: #fff !important; }
.ekmc-denied { text-align: center; padding: 48px 24px; background: #f9fafb; border-radius: 12px; }
.ekmc-denied .ekmc-btn { margin-top: 16px; }
@media (max-width: 640px) {
    .ekmc__grid { grid-template-columns: 1fr; gap: 16px; }
}

/* =====================================================
   LANDING — Platforma Online [eko_platforma_online]
   ===================================================== */
.eko-landing { max-width: 900px; margin: 0 auto; padding: 0 16px; }
.eko-landing section { margin-bottom: 56px; }
.eko-landing h1 { font-family: var(--eko-font-display); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; color: var(--eko-green-dark); line-height: 1.2; margin: 0 0 16px; }
.eko-landing h2 { font-family: var(--eko-font-display); font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 700; color: var(--eko-black); margin: 0 0 16px; }
.eko-landing h3 { font-size: 1.1rem; font-weight: 600; margin: 0 0 6px; color: var(--eko-black); }

.eko-landing__hero { text-align: center; padding: 48px 0 32px; }
.eko-landing__subtitle { font-size: 1.1rem; line-height: 1.6; color: var(--eko-gray); max-width: 640px; margin: 0 auto 28px; }

.eko-landing__benefits,
.eko-landing__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.eko-landing__card { background: var(--eko-bg-light); border: 1px solid var(--eko-border); border-radius: 12px; padding: 24px; text-align: center; }
.eko-landing__icon { font-size: 2rem; display: block; margin-bottom: 12px; }
.eko-landing__card p { font-size: .95rem; color: var(--eko-gray); margin: 0; }

.eko-landing__audience { text-align: center; }
.eko-landing__audience ul { list-style: none; padding: 0; max-width: 520px; margin: 0 auto; }
.eko-landing__audience li { position: relative; padding-left: 28px; text-align: left; margin-bottom: 10px; font-size: 1.05rem; color: var(--eko-gray); }
.eko-landing__audience li::before { content: '✓'; position: absolute; left: 0; color: var(--eko-green); font-weight: 700; }

.eko-landing__video { text-align: center; }
.eko-landing__video-placeholder { background: #f1f5f9; border: 2px dashed var(--eko-border); border-radius: 12px; padding: 64px 24px; margin-top: 16px; color: var(--eko-gray); }

.eko-landing__features { text-align: center; }

.eko-landing__pricing { text-align: center; }
.eko-landing__pricing .eko-sr-buttons { justify-content: center; margin-top: 24px; }

.eko-landing__cta { text-align: center; background: linear-gradient(135deg, var(--eko-green), var(--eko-green-dark)); color: #fff; border-radius: 16px; padding: 48px 32px; }
.eko-landing__cta h2 { color: #fff; }
.eko-landing__cta p { color: rgba(255,255,255,.9); font-size: 1.05rem; max-width: 600px; margin: 0 auto 24px; }
.eko-landing__cta .eko-sr-btn--lg { background: var(--eko-yellow); color: var(--eko-black); }
.eko-landing__cta .eko-sr-btn--lg:hover { background: var(--eko-gold); }

/* Demo songs section */
.eko-landing__demo-songs { max-width: 700px; margin: 0 auto 56px; }
.eko-landing__song { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--eko-border); }
.eko-landing__song:last-child { border-bottom: none; margin-bottom: 0; }
.eko-landing__song h3 { margin: 0 0 6px; }
.eko-landing__song p { margin: 0 0 12px; color: var(--eko-gray); font-size: .95rem; }
.eko-landing__card ul { margin: 8px 0 0; }
.eko-landing__card ul li { margin-bottom: 6px; font-size: .95rem; color: var(--eko-gray); }

@media (max-width: 640px) {
    .eko-landing__benefits,
    .eko-landing__grid { grid-template-columns: 1fr !important; gap: 16px; }
    .eko-landing__hero { padding: 32px 0 24px; }
    .eko-landing__cta { padding: 32px 20px; }
}

/* =====================================================
   LANDING — Platforma v2 [eko_platforma_online]
   ===================================================== */
.eko-landing--platforma.eko-sr-lp {
    --sr-bg: #f5f5f3;
    --sr-blue: #15729b;
    --sr-red: #ff6d65;
    --sr-yellow: #f8be43;
    --sr-green: #86d19b;
    --sr-soft: #f7e6e5;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 24px 54px;
    background: var(--sr-bg);
    color: var(--sr-blue);
    font-family: 'Imprima', sans-serif;
}

.page-id-17057 .entry-header,
.page-id-17057 .entry-title {
    display: none !important;
}

.eko-sr-lp,
.eko-sr-lp * {
    box-sizing: border-box;
}

.eko-sr-lp h1,
.eko-sr-lp h2,
.eko-sr-lp h3,
.eko-sr-lp h4,
.eko-sr-lp h5,
.eko-sr-lp h6 {
    text-transform: none !important;
    letter-spacing: normal !important;
}

.eko-sr-lp__hero,
.eko-sr-lp__problem,
.eko-sr-lp__inside,
.eko-sr-lp__media-zone,
.eko-sr-lp__pricing,
.eko-sr-lp__catalog {
    margin: 0 auto 72px;
    max-width: 780px;
    text-align: center;
}

.eko-sr-lp__brand {
    position: relative;
    margin-bottom: 22px;
}

/* PLATFORMA + dots in one row */
.eko-sr-lp__brand-kicker-row {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 4px;
}

.eko-sr-lp__kicker {
    display: inline-block;
    margin-bottom: 0;
    color: #f4b237;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .34em;
}

.eko-sr-lp__brand-dots {
    position: relative;
    right: auto;
    top: auto;
    width: 74px;
    height: 54px;
    flex-shrink: 0;
}

.eko-sr-lp__brand-dots::before,
.eko-sr-lp__brand-dots::after {
    content: '';
    position: absolute;
    border-radius: 999px;
}

.eko-sr-lp__brand-dots::before {
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    background: var(--sr-green);
    box-shadow: 20px 11px 0 0 var(--sr-yellow), 37px 27px 0 8px var(--sr-red);
}

.eko-sr-lp__brand-title {
    margin: 0;
    font-family: 'Noteworthy', 'Comic Sans MS', cursive !important;
    font-size: 62px;
    line-height: 1;
    font-weight: 700 !important;
    color: var(--sr-blue) !important;
}

.eko-sr-lp__hero-box {
    position: relative;
    border: 2px solid #83b8d0;
    border-radius: 22px;
    padding: 16px 20px 18px;
    margin-bottom: 18px;
}

.eko-sr-lp__listki {
    position: absolute;
    width: 38px;
    height: auto;
}

.eko-sr-lp__listki--hero {
    left: 20px;
    top: 18px;
    transform: rotate(-6deg);
}

.eko-sr-lp__hero-box h2 {
    margin: 0 0 10px;
    color: var(--sr-blue);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.eko-sr-lp__hero-box p {
    margin: 0 0 8px;
    color: #2d7da1;
    font-size: 16px;
    line-height: 1.4;
}

.eko-sr-lp__hero-image-wrap {
    position: relative;
    width: 400px;
    margin: 0 auto;
}

.eko-sr-lp__hero-image {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.eko-sr-lp__ball {
    position: absolute;
    z-index: 1;
}

.eko-sr-lp__ball--hero-red {
    width: 96px;
    left: 50px;
    top: 104px;
}

.eko-sr-lp__ball--hero-yellow {
    width: 116px;
    left: 112px;
    top: 58px;
}

.eko-sr-lp__ball--hero-blue {
    width: 112px;
    left: 142px;
    top: 132px;
}

.eko-sr-lp__pill,
.eko-sr-lp__outline-pill,
.eko-sr-lp__month-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    min-height: 42px;
    padding: 6px 24px;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    border: 0;
    font-family: 'Imprima', sans-serif;
}

.eko-sr-lp__pill--green { background: #8dcf99; color: #fff; }
.eko-sr-lp__pill--blue { background: #0d79a3; color: #fff; }
.eko-sr-lp__pill--coral { background: #ff7068; color: #fff; }
.eko-sr-lp__pill--yellow { background: #f7bf44; color: #fff; }
.eko-sr-lp__pill--green-light { background: #8fd59e; color: #fff; }

.eko-sr-lp__outline-pill {
    background: transparent;
    color: var(--sr-red);
    border: 1.5px solid #f59c97;
    margin-bottom: 18px;
}

.eko-sr-lp__outline-box {
    position: relative;
    border: 1.5px solid #ff948f;
    border-radius: 22px;
    padding: 12px 18px;
    color: var(--sr-red);
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: 18px;
}

.eko-sr-lp__listki--problem {
    right: -28px;
    top: -20px;
    width: 42px;
    transform: rotate(10deg);
}

.eko-sr-lp__mid-title {
    margin: 0 0 16px;
    color: var(--sr-blue);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.eko-sr-lp__audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.eko-sr-lp__audience {
    border-radius: 18px;
    padding: 14px 16px;
    color: #fff;
    font-size: 17px;
    line-height: 1.25;
}

.eko-sr-lp__audience--yellow { background: #f8c445; }
.eko-sr-lp__audience--green { background: #8dd2a0; }

.eko-sr-lp__script {
    margin: 0 0 12px;
    color: var(--sr-blue);
    font-family: 'Noteworthy', 'Comic Sans MS', cursive;
    font-size: 34px;
    line-height: 1.1;
}

.eko-sr-lp__decor-pair {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 10px;
    max-width: 590px;
}

.eko-sr-lp__decor-pair img {
    width: 86px;
    height: auto;
}

.eko-sr-lp__film-title {
    margin: 0 0 12px;
    color: var(--sr-red);
    font-size: 36px;
    font-weight: 400;
}

.eko-sr-lp__video-single,
.eko-sr-lp__video-card {
    background: #f6dede;
    border-radius: 12px;
    overflow: hidden;
}

.eko-sr-lp__video-single {
    width: min(470px, 100%);
    margin: 0 auto 20px;
}

.eko-sr-lp__video-single--narrow {
    width: min(250px, 100%);
}

.eko-sr-lp__video-single iframe,
.eko-sr-lp__video-card iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.eko-sr-lp__stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}

.eko-sr-lp__stat {
    position: relative;
    border-radius: 12px;
    padding: 14px 16px 16px;
    overflow: hidden;
    min-height: 110px;
}

.eko-sr-lp__stat::before {
    content: '100+';
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 86px;
    line-height: 1;
    font-weight: 700;
    opacity: .12;
}

.eko-sr-lp__stat--coral::before { content: '40+'; }
.eko-sr-lp__stat--blue::before { content: '22+'; }

.eko-sr-lp__stat h4 {
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 400;
}

.eko-sr-lp__stat h4 strong { font-weight: 700; }

.eko-sr-lp__stat p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 13px;
    line-height: 1.25;
}

.eko-sr-lp__stat--yellow { background: #f8bf43; color: #0a597c; }
.eko-sr-lp__stat--green { background: #94d9a6; color: #083e50; }
.eko-sr-lp__stat--coral { background: #ff726a; color: #fff; }
.eko-sr-lp__stat--blue { background: #0f7398; color: #fff; }

.eko-sr-lp__bonus {
    position: relative;
    background: #f7e6e4;
    border-radius: 16px;
    padding: 18px 18px 18px 72px;
    margin: 18px auto;
    max-width: 440px;
}

.eko-sr-lp__bonus p {
    margin: 0;
    color: var(--sr-blue);
    font-size: 18px;
    line-height: 1.35;
}

.eko-sr-lp__bonus p strong {
    color: var(--sr-red);
    font-weight: 400;
}

.eko-sr-lp__ball--bonus-yellow {
    width: 82px;
    left: -38px;
    bottom: -20px;
}

.eko-sr-lp__ball--bonus-red {
    width: 70px;
    left: -8px;
    top: -18px;
}

.eko-sr-lp__bullets {
    margin: 18px auto 0;
    max-width: 470px;
    padding-left: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 1.42;
    color: var(--sr-blue);
}

.eko-sr-lp__listki--bullets {
    position: absolute;
    right: 34px;
    width: 42px;
    margin-top: -6px;
}

.eko-sr-lp__media-zone {
    position: relative;
}

.eko-sr-lp__video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1240px;
    margin: 0 auto 28px;
}

/* "Sprawdź nasze scenariusze i nuty" — szerszy podgląd 2x2 do 1240 (Kasia 25.04) */
.eko-sr-lp__video-grid--two {
    max-width: 1240px;
    gap: 32px;
}

.eko-sr-lp__pricing-note {
    margin: 12px auto 16px;
    max-width: 520px;
    color: #5b7b86;
    font-size: 13px;
    line-height: 1.35;
}

.eko-sr-lp__pricing-note a {
    color: var(--sr-blue);
    font-weight: 700;
}

.eko-sr-lp__pricing-balls {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
    max-width: 620px;
}

.eko-sr-lp__pricing-balls img {
    width: 80px;
    height: auto;
}

.eko-sr-lp__plans {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    max-width: 560px;
    margin: 0 auto 12px;
}

.eko-sr-lp__plan {
    border: 1.5px solid #7eb2cd;
    border-radius: 20px;
    padding: 18px 16px 16px;
    position: relative;
    background: transparent;
}

.eko-sr-lp__plan--business {
    grid-column: 1 / -1;
    max-width: 220px;
    margin: 0 auto;
}

.eko-sr-lp__plan-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 14px;
    border-radius: 999px;
    background: #0f7297;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.eko-sr-lp__plan h4 {
    margin: 6px 0 12px;
    color: var(--sr-blue);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
}

.eko-sr-lp__price {
    margin: 0 0 12px;
    color: #f6b338;
    font-size: 26px;
    line-height: 1;
}

.eko-sr-lp__plan--monthly .eko-sr-lp__price {
    color: #85ce97;
}

.eko-sr-lp__plan--business .eko-sr-lp__price {
    color: var(--sr-red);
}

.eko-sr-lp__old {
    margin-right: 6px;
    color: var(--sr-red);
    font-size: 14px;
    text-decoration: line-through;
}

.eko-sr-lp__plan--monthly .eko-sr-lp__old {
    color: #85ce97;
}

.eko-sr-lp__price small {
    display: inline;
    margin-top: 0;
    margin-left: 2px;
    color: currentColor;
    font-size: 14px;
}

.eko-sr-lp__plan ul {
    margin: 0 0 10px;
    padding-left: 16px;
    text-align: left;
    color: #256c90;
    font-size: 12px;
    line-height: 1.35;
}

.eko-sr-lp__best {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f6bb42;
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
}

.eko-sr-lp__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    background: var(--sr-red);
    cursor: pointer;
    transition: transform .18s ease, opacity .18s ease;
}

.eko-sr-lp__buy:hover {
    transform: translateY(-1px);
}

.eko-sr-lp__buy--yearly {
    background: #f6bc45;
    color: #106e98;
}

.eko-sr-lp__buy--monthly {
    background: #8acb98;
}

.eko-sr-lp__buy--business {
    background: var(--sr-red);
}

.eko-sr-lp__buy.is-disabled,
.eko-sr-lp__buy[disabled] {
    opacity: .6;
    cursor: not-allowed;
}

.eko-sr-lp__catalog-grid {
    display: grid;
    grid-template-columns: 165px 1fr 1fr;
    gap: 12px;
    align-items: start;
}

.eko-sr-lp__months {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eko-sr-lp__month-btn {
    background: #f8bf43;
    color: #fff;
    cursor: pointer;
    min-height: 32px;
    padding-inline: 14px;
}

.eko-sr-lp__month-btn.is-active {
    box-shadow: inset 0 0 0 1px rgba(18, 86, 112, .16);
}

.eko-sr-lp__months span {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    color: #111;
}

.eko-sr-lp__catalog-col h5,
.eko-sr-lp__catalog-items span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px;
    font-size: 15px;
    margin: 0 0 8px;
}

.eko-sr-lp__catalog-col h5 {
    margin-top: 0;
    color: #fff;
    font-weight: 400;
    background: var(--sr-red);
}

.eko-sr-lp__catalog-items span {
    color: var(--sr-red);
    border: 1px solid #f49a94;
    background: transparent;
    padding: 4px 12px;
    text-align: center;
}

.eko-sr-lp__catalog-extra {
    display: block;
    margin-top: 2px;
    color: #111;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .eko-landing--platforma.eko-sr-lp {
        padding: 24px 14px 40px;
    }

    .eko-sr-lp__brand-title { font-size: 48px; }
    .eko-sr-lp__kicker { font-size: 18px; }
    .eko-sr-lp__brand-dots { right: 6px; top: 6px; transform: scale(.82); }
    .eko-sr-lp__hero-image-wrap { width: min(100%, 340px); }
    .eko-sr-lp__ball--hero-red { width: 80px; left: 20px; top: 92px; }
    .eko-sr-lp__ball--hero-yellow { width: 96px; left: 74px; top: 56px; }
    .eko-sr-lp__ball--hero-blue { width: 92px; left: 100px; top: 118px; }
    .eko-sr-lp__hero-box h2 { font-size: 24px; padding-inline: 16px; }
    .eko-sr-lp__outline-box { font-size: 20px; }
    .eko-sr-lp__audience-grid,
    .eko-sr-lp__stats-grid,
    .eko-sr-lp__video-grid,
    .eko-sr-lp__plans,
    .eko-sr-lp__catalog-grid { grid-template-columns: 1fr; }
    .eko-sr-lp__bonus { padding-left: 18px; }
    .eko-sr-lp__ball--bonus-yellow,
    .eko-sr-lp__ball--bonus-red,
    .eko-sr-lp__pricing-balls,
    .eko-sr-lp__decor-pair { display: none; }
    .eko-sr-lp__listki--problem { right: 8px; top: -18px; }
    .eko-sr-lp__listki--bullets { position: static; margin-top: 8px; }
    .eko-sr-lp__catalog-col { max-width: 320px; margin: 0 auto; width: 100%; }
    .eko-sr-lp__plan--business { max-width: 280px; }
}

.eko-landing--platforma.eko-sr-lp {
    --sr-yellow: #f8bf43;
    background: transparent;
}

.eko-sr-lp__brand-title {
    font-family: 'Imprima', sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
}

/* brand-dots is now position:relative inside kicker-row flex — no absolute offsets needed */
.eko-sr-lp__brand-dots {
    right: auto;
    top: auto;
}

.eko-sr-lp__hero-image-wrap {
    width: 430px;
}

.eko-sr-lp__ball--hero-red {
    width: 92px;
    left: 28px;
    top: 118px;
}

.eko-sr-lp__ball--hero-yellow {
    width: 118px;
    left: 86px;
    top: 44px;
}

.eko-sr-lp__ball--hero-blue {
    width: 108px;
    left: 132px;
    top: 142px;
}

.eko-sr-lp__pill--yellow,
.eko-sr-lp__month-btn,
.eko-sr-lp__buy--yearly,
.eko-sr-lp__best {
    background: #f8bf43 !important;
    color: #156f95 !important;
}

.eko-sr-lp__pill--yellow,
.eko-sr-lp__month-btn,
.eko-sr-lp__buy,
.eko-sr-lp__best {
    font-weight: 400;
}

.eko-sr-lp__month-btn {
    width: 100%;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    font-family: 'Imprima', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: none !important;
}

.eko-sr-lp__month-btn.is-active {
    box-shadow: inset 0 0 0 2px rgba(21, 114, 155, .35);
}

.eko-sr-lp__plans {
    align-items: start;
}

.eko-sr-lp__plan--business {
    max-width: 280px;
}

.eko-sr-lp__catalog {
    max-width: 860px;
}

.eko-sr-lp__catalog-grid {
    grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.eko-sr-lp__catalog > .eko-sr-lp__pill {
    margin-bottom: 16px;
}

.eko-sr-lp__catalog-grid {
    margin-top: 16px;
}

.eko-sr-lp__months {
    gap: 10px;
}

.eko-sr-lp__catalog-col {
    min-width: 0;
}

.eko-sr-lp__catalog-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eko-sr-lp__catalog-col h5,
.eko-sr-lp__catalog-items span {
    min-height: 42px;
    margin: 0 0 10px;
}

.eko-sr-lp__catalog-items span {
    height: auto;
    min-height: 42px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.3;
    padding: 8px 14px;
}

.eko-sr-lp__catalog-extra,
.eko-sr-lp__months span {
    display: none !important;
}

@media (max-width: 767px) {
    .eko-sr-lp__brand-title {
        font-size: 44px;
    }

    .eko-sr-lp__hero-image-wrap {
        width: min(100%, 340px);
    }

    .eko-sr-lp__ball--hero-red {
        left: 14px;
        top: 96px;
    }

    .eko-sr-lp__ball--hero-yellow {
        left: 58px;
        top: 44px;
    }

    .eko-sr-lp__ball--hero-blue {
        left: 88px;
        top: 120px;
    }

    .eko-sr-lp__catalog-grid {
        grid-template-columns: 1fr;
    }

    .eko-sr-lp__months,
    .eko-sr-lp__catalog-items {
        width: 100%;
    }

    .eko-sr-lp__catalog-col {
        max-width: none;
    }
}

/* R9: Accessibility — disable motion for users who prefer it */

/* ═══════════════════════════════════════════
   FRANCHISE LANDING PAGE — high-end LP
   Brand colors: #E75A5A (red), #FFBC27 (yellow), #465F83 (navy), #69C08F (green)
   ═══════════════════════════════════════════ */
.eko-landing--franchise { max-width: 1240px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* Hero */
.eko-fr-hero { padding-top: 56px !important; position: relative; overflow: visible; }
.eko-fr-hero__logo { display: block; margin: 0 auto 24px; max-width: 260px; height: auto; position: relative; z-index: 2; }

/* Decorative balls — wyłączone (Kasia 02.05.2026: czyste hero, bez kółek przy h1) */
.eko-landing--franchise .eko-fr-hero__title {
    font-family: 'Imprima', sans-serif !important;
    font-size: clamp(1.8rem, 4.5vw, 43px) !important;
    font-weight: 300 !important;
    color: #69C08F !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    margin: 0 auto 16px !important;
    display: block;
    text-align: center !important;
    position: relative;
    z-index: 1;
}
.eko-landing--franchise .eko-fr-hero__title::before,
.eko-landing--franchise .eko-fr-hero__title::after { display: none !important; content: none !important; }

/* =====================================================
   LANDING — Szkolenia [eko_szkolenia]  v1.0.11
   ===================================================== */

/* Hide Astra page title on szkolenia page */
.page-id-17056 .entry-title { display: none !important; }

/* Header tune only for /szkolenia/ to match mock proportions */
.page-id-17056 .site-header .elementor-button {
    min-height: 44px !important;
    padding: 8px 20px !important;
    border-radius: 10px !important;
}
.page-id-17056 .site-header .elementor-button .elementor-button-text {
    font-size: 17px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.page-id-17056 .site-header .e-n-accordion-item-title-text {
    font-size: 17px !important;
    font-weight: 400 !important;
}
.page-id-17056 .site-header img.attachment-large.size-large.wp-image-17027 {
    max-width: 265px !important;
    height: auto !important;
}

/* ─── Wrapper ─── */
.eko-landing--szkolenia {
    max-width: 980px;
    padding: 0 20px;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
}

/* ─── Button base ─── */
.eko-sch-btn {
    display: inline-block;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s, color .18s, box-shadow .18s;
    white-space: nowrap;
}
.eko-sch-btn--coral {
    background: #E87F6A;
    color: #fff;
}
.eko-sch-btn--coral:hover { background: #d46a55; color: #fff; }
.page-id-17056 .eko-sch-hero .eko-sch-btn--coral {
    padding: 10px 30px;
    border-radius: 999px;
    font-size: 1.02rem;
    font-weight: 400;
}
.eko-sch-btn--green {
    background: #3B8E5A;
    color: #fff;
}
.eko-sch-btn--green:hover { background: #2e7047; color: #fff; }
.eko-sch-btn--teal {
    background: #156f95;
    color: #fff;
}
.eko-sch-btn--teal:hover { background: #0f5a7a; color: #fff; }

/* ─── HERO ─── */
.eko-sch-hero {
    position: relative;
    padding: 54px 0 46px;
    text-align: center;
}
.eko-sch-hero__box {
    background: transparent;
    border: 1.5px solid #176f95;
    border-radius: 24px;
    padding: clamp(30px, 4.6vw, 46px) clamp(24px, 5.2vw, 62px) 36px;
    position: relative;
    z-index: 1;
}
.eko-sch-hero__box h1 {
    font-size: clamp(2rem, 2.9vw, 3.05rem);
    line-height: 1.14;
    margin: 0 0 14px;
    color: #0f5f86;
    font-weight: 400;
}
.page-id-17056 .eko-sch-hero__box h1 {
    font-family: 'Imprima', sans-serif !important;
    font-size: clamp(2.15rem, 3.2vw, 3.15rem) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-weight: 400 !important;
    color: #0f5f86 !important;
}
.eko-sch-hero__sub {
    font-size: 1.9rem;
    line-height: 1.35;
    color: #0f5f86;
    max-width: 760px;
    margin: 0 auto 20px;
}
.page-id-17056 .eko-sch-hero__sub {
    font-family: 'Imprima', sans-serif !important;
    font-size: clamp(1.06rem, 1.42vw, 1.9rem) !important;
    line-height: 1.38 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #0f5f86 !important;
}
.page-id-17056 .eko-sch-hero__sub strong {
    font-weight: 400 !important;
}
.eko-sch-hero__sub strong { color: #0f5f86; font-weight: 400; }
/* Decorative circles — top-left of hero box */
.eko-sch-hero__deco-teal {
    position: absolute;
    width: 88px; height: 88px;
    background: #156f95;
    border-radius: 50%;
    left: -30px;
    top: 34px;
    z-index: 2;
}
.eko-sch-hero__deco-red {
    /* Kasia 01.05 v3: na skrajnym (przeciwleglym) rogu hero box */
    position: absolute;
    width: 56px; height: 56px;
    background: #E75A5A;
    border-radius: 50%;
    right: -16px;
    bottom: 28px;
    left: auto;
    top: auto;
    z-index: 3;
}
/* Listki — top-right of hero */
.eko-sch-hero__listki {
    position: absolute;
    top: 8px;
    right: -6px;
    width: 84px;
    height: auto;
    z-index: 4;
    display: none;
}

/* ─── BENEFITS ─── */
.eko-sch-benefits {
    margin: 64px 0 0;
    position: relative;
}
.eko-sch-benefits h2 {
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    color: #69C08F;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
}
.eko-sch-benefits__wrap {
    position: relative;
}
.eko-sch-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
/* Full-background colored cards */
.eko-sch-card {
    border-radius: 24px;
    padding: 22px 24px;
    text-align: center;
    border: none;
}
.eko-sch-card h3 {
    font-size: clamp(1.8rem, 2.2vw, 2.15rem);
    font-weight: 400;
    margin: 0 0 6px;
    line-height: 1.12;
}
.eko-sch-card p {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.32;
}
.eko-sch-card--red    { background: #E75A5A; color: #fff; }
.eko-sch-card--red h3 { color: #fff; }
.eko-sch-card--red p  { color: rgba(255,255,255,.98); }
.eko-sch-card--yellow    { background: #FFBC27; color: #1a2e35; }
.eko-sch-card--yellow h3 { color: #1a2e35; }
.eko-sch-card--yellow p  { color: #202f36; }
.eko-sch-card--green    { background: #69C08F; color: #1a2e35; }
.eko-sch-card--green h3 { color: #1a2e35; }
.eko-sch-card--green p  { color: #13231a; }
.eko-sch-card--navy    { background: #2C4B7E; color: #fff; }
.eko-sch-card--navy h3 { color: #fff; }
.eko-sch-card--navy p  { color: rgba(255,255,255,.96); }
/* Decorative balls — near heading */
.eko-sch-benefits__deco {
    position: absolute;
    right: 6px;
    top: -72px;
    display: block;
    z-index: 2;
}
.eko-sch-benefits__deco img { width: 84px; height: auto; }

/* ─── ABOUT ─── */
.eko-sch-about {
    margin: 44px 0 0;
}
.eko-sch-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: center; /* Kasia 01.05 v7: lewy box wysrodkowany do zdjecia */
}
.eko-sch-about__desc {
    position: relative;
    background: #ececec;
    border: none;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1a1a1a;
    padding: 24px 36px; /* Kasia 01.05 v2: zmniejszone wypelnienie nad/pod tekstem */
    overflow: visible;
}

/* Decorative balls/listki near description text (Kasia 24.04) */
.eko-sch-about__desc-ball {
    position: absolute;
    width: 48px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}
.eko-sch-about__desc-ball--1 {
    left: -18px;
    top: -18px;
}
.eko-sch-about__desc-ball--2 {
    right: -14px;
    bottom: -14px;
    width: 62px;
}
.eko-sch-about__desc-listki {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 54px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    transform: rotate(12deg);
}
.eko-sch-about__desc-inner {
    font-size: 1.25rem;
    line-height: 1.55;
    font-weight: 400;
}
.eko-sch-about__desc-inner p {
    margin: 0 0 12px;
}
.eko-sch-about__desc-inner p:last-child {
    margin-bottom: 0;
}
.eko-sch-about__desc-inner ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.eko-sch-about__desc-inner ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}
.eko-sch-about__desc-inner ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #0f5f86;
    font-weight: 500;
}
.eko-sch-about__desc-inner strong {
    font-weight: 600;
    color: #0f5f86;
}
.eko-sch-about__photo-wrap {
    position: relative;
    height: 680px; /* Kasia 01.05 v7: +60px (620 -> 680) */
    overflow: visible;
}
.eko-sch-about__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    display: block;
    object-fit: cover;
    object-position: center center; /* Kasia 01.05 v7: kadr wysrodkowany */
}
.eko-sch-about__ball-top {
    position: absolute;
    left: -28px;
    top: -28px;
    width: 88px;
    height: auto;
    z-index: 2;
}
.eko-sch-about__ball-bot {
    /* Kasia 01.05 v3: na skrajnym rogu zdjecia (prawy dol) */
    position: absolute;
    right: -22px;
    bottom: -22px;
    left: auto;
    top: auto;
    width: 68px;
    height: auto;
    z-index: 2;
}
.eko-sch-about__balls-row {
    display: block;
    margin: 24px 0 0;
}
.eko-sch-about__balls-row img {
    width: 84px;
    height: auto;
    margin-left: 92px;
}
.eko-sch-about__link {
    /* Kasia 01.05 v2: wycentrowane */
    display: block;
    text-align: center;
    color: #0f5f86;
    text-decoration: none;
    font-size: 1.95rem;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 0;
    margin-left: 0;
}
.eko-sch-about__link:hover { text-decoration: underline; }

/* ─── VIDEO + PACKAGE ─── */
.eko-sch-content {
    margin: 12px 0 0;
}
.eko-sch-content__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 28px;
    align-items: start;
}
.eko-sch-content__video-wrap {
    width: min(100%, 370px);
    margin-left: auto;
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #ffbc27;
    background: #fff;
    padding: 8px;
    box-shadow: none;
}
.eko-sch-content__video-wrap iframe {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 9 / 16 !important;
    border-radius: 14px;
    border: 0;
}
.eko-sch-content__pkg {
    background: #ececec;
    border-radius: 28px;
    padding: 34px 28px 26px;
    position: relative;
}
.eko-sch-content__pkg h3 {
    font-size: clamp(2.2rem, 2.45vw, 2.8rem);
    font-weight: 400;
    margin: 0 0 14px;
    color: #111;
    line-height: 1.15;
    text-align: center;
}
.eko-sch-content__pkg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.eko-sch-content__pkg li {
    margin-bottom: 8px;
    color: #1b1b1b;
    font-size: 1.25rem;
    line-height: 1.26;
    text-align: center;
}
.eko-sch-content__price {
    margin-top: 18px;
    padding-top: 0;
    border-top: 0;
    text-align: center;
}
.eko-sch-content__price-main {
    font-size: clamp(2.3rem, 2.6vw, 2.95rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0 0 6px;
    color: #1a1a1a;
}
.eko-sch-content__price-main strong {
    font-weight: 400;
    text-decoration: none;
}
.eko-sch-content__price-note {
    font-size: .78rem;
    color: #2a2a2a;
    margin: 0;
    text-align: center;
}
.eko-sch-content__balls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.eko-sch-content__balls img {
    width: 60px;
    height: 60px;
    margin-left: 0;
    border-radius: 50%;
}
.eko-sch-content__balls img:nth-child(2) {
    width: 88px;
    height: 88px;
    transform: translateY(6px);
}

/* ─── CTA BOX (Kasia 01.05 v2: w prawej kolumnie pod pkg + kropki) ─── */
.eko-sch-cta-box {
    background: transparent;
    border: 1.5px solid #f0b131;
    border-radius: 24px;
    text-align: center;
    padding: 20px clamp(16px, 4vw, 44px) 22px;
    margin: 64px auto 16px;
    max-width: 620px;
}
/* Inline wariant w prawej kolumnie sekcji video+pkg */
.eko-sch-content__col-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.eko-sch-content__col-right .eko-sch-content__pkg {
    /* zachowuje balls absolute -44px */
}
.eko-sch-cta-box--inline {
    margin: 64px 0 0;        /* miejsce na zwisajace kropki */
    max-width: none;
    width: 100%;
    padding: 18px clamp(14px, 3vw, 32px) 20px;
}
.eko-sch-cta-box--inline h2 {
    font-size: clamp(1.25rem, 1.65vw, 1.65rem);
}
.eko-sch-cta-box--inline p {
    margin-bottom: 12px;
}
.eko-sch-cta-box h2 {
    color: #0f5f86;
    font-size: clamp(1.4rem, 1.9vw, 1.9rem);
    margin: 0 0 6px;
    font-weight: 400;
    font-family: 'Imprima', sans-serif;
    letter-spacing: 0;
}
.page-id-17056 .eko-sch-cta-box h2 {
    font-family: 'Imprima', sans-serif !important;
    font-size: clamp(1.4rem, 1.9vw, 1.9rem) !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.eko-sch-cta-box p {
    color: #0f5f86;
    margin: 0 0 14px;
    font-size: clamp(.95rem, 1.05vw, 1.1rem);
    line-height: 1.35;
    font-family: 'Imprima', sans-serif;
}
.page-id-17056 .eko-sch-cta-box p {
    font-family: 'Imprima', sans-serif !important;
    font-size: clamp(.95rem, 1.05vw, 1.1rem) !important;
}

/* ─── AKREDYTACJA plain text ─── */
.eko-sch-akred {
    text-align: center;
    margin: 0 0 32px;
}
.eko-sch-akred__text {
    display: inline-block;
    color: #2C4B7E;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}
/* legacy badge — hidden if still present */
.eko-sch-akred__badge {
    display: none;
}

/* ─── STATUT (Kasia 01.05) ─── */
.eko-sch-statut {
    text-align: center;
    margin: 28px 0 24px;
}
.eko-sch-statut__link {
    display: inline-block;
    color: #2C4B7E;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: underline;
}
.eko-sch-statut__link:hover { text-decoration: none; }

/* ─── CTA inside package ─── */
.eko-sch-content__pkg-cta {
    text-align: center;
    margin: 22px 0 0;
}

/* ─── PARTNERS ─── */
.eko-sch-partners {
    margin: 0 0 54px;
}
.eko-sch-partners__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.eko-sch-partner {
    text-align: center;
    background: #ececec;
    border: 0;
    border-radius: 30px;
    padding: 34px 24px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eko-sch-partner__logo {
    height: 64px;
    width: auto;
    max-width: 230px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
}
.eko-sch-partner p {
    font-size: 1.7rem;
    color: #0f5f86;
    margin: 0 0 16px;
    line-height: 1.14;
    flex: 1;
}
.eko-sch-partner small {
    display: block;
    font-size: .84rem;
    color: #1b1b1b;
    margin-top: 10px;
}

/* ─── Responsive ─── */
@media (max-width: 860px) {
    .eko-sch-hero__deco-teal,
    .eko-sch-hero__deco-red { display: none; }
    .eko-sch-hero__listki { right: 10px; top: 4px; width: 54px; }
    .eko-sch-benefits__wrap { padding-right: 0; }
    .eko-sch-benefits__deco { display: none; }
    .eko-sch-content__grid { grid-template-columns: 1fr; justify-items: center; }
    .eko-sch-content__video-wrap { margin-bottom: 8px; }
    .eko-sch-about__desc,
    .eko-sch-about__photo { min-height: 400px; }
    .eko-sch-about__link { margin-left: 0; font-size: 1.55rem; }
}
@media (max-width: 640px) {
    .eko-landing--szkolenia {
        max-width: 430px;
        padding: 0 14px;
    }
    .eko-sch-about__grid { grid-template-columns: 1fr; }
    .eko-sch-benefits__grid { grid-template-columns: 1fr; }
    .eko-sch-partners__grid { grid-template-columns: 1fr; }
    .eko-sch-about__ball-top,
    .eko-sch-about__ball-bot { display: none; }
    .eko-sch-hero__box h1 { font-size: clamp(1.52rem, 7.4vw, 2rem); }
    .eko-sch-hero__sub { font-size: 1.04rem; line-height: 1.45; }
    .eko-sch-benefits h2 { font-size: 1.95rem; }
    .eko-sch-card h3 { font-size: 1.45rem; }
    .eko-sch-card p { font-size: 1rem; }
    .eko-sch-about__desc,
    .eko-sch-about__photo { min-height: 350px; }
    .eko-sch-about__desc { font-size: 2.4rem; }
    .eko-sch-about__link { font-size: 1.2rem; }
    .eko-sch-content__video-wrap { width: min(100%, 300px); }
    .eko-sch-content__pkg h3 { font-size: 1.8rem; }
    .eko-sch-content__pkg li { font-size: 1rem; }
    .eko-sch-content__price-main { font-size: 1.85rem; }
    .eko-sch-content__balls img { width: 50px; }
    .eko-sch-content__balls img:nth-child(2) { width: 54px; }
    .eko-sch-about__balls-row img { width: 62px; margin-left: 44px; }
    .eko-sch-cta-box h2 { font-size: 1.95rem; }
    .eko-sch-cta-box p { font-size: 1.12rem; }
    .eko-sch-akred__badge { font-size: 1.1rem; }
    .eko-sch-partner p { font-size: 1.18rem; }
}
.eko-fr-hero__ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.eko-fr-hero__ctas .eko-sr-btn--lg {
    background: #E75A5A; color: #fff; border: 2px solid #E75A5A;
    padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem;
    text-decoration: none; display: inline-block;
}
.eko-fr-hero__ctas .eko-sr-btn--lg:hover { background: #d04545; border-color: #d04545; }
.eko-fr-hero__ctas .eko-sr-btn--outline {
    background: transparent; color: #E75A5A; border: 2px solid #E75A5A;
    padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem;
    text-decoration: none; display: inline-block;
}
.eko-fr-hero__ctas .eko-sr-btn--outline:hover { background: #E75A5A; color: #fff; }

/* Dots — replaced by .eko-fr-hero__ball images */
.eko-fr-dots { display: none !important; }

/* Hero banner image — szerokość kontenera (= menu) (Kasia 02.05.2026) */
.eko-fr-hero__banner {
    margin: 28px auto 32px;
    width: 100%;
    max-width: 100%;
}
.eko-fr-hero__banner img {
    width: 100%; height: auto; border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    display: block;
}

/* Hero stats — bez czerwonej kreski */
.eko-fr-hero__stats {
    display: flex; justify-content: center; gap: 32px; flex-wrap: wrap;
    padding: 24px 0; border-top: 0; border-bottom: none;
}
.eko-fr-stat { text-align: center; }
.eko-fr-stat strong { display: block; font-size: 1.6rem; font-family: var(--eko-font-display); color: var(--eko-black); }
.eko-fr-stat span { font-size: .85rem; color: var(--eko-gray); }

/* ——— Dla kogo — 4 color cards ——— */
.eko-fr-card--1 { border-color: #E75A5A !important; }
.eko-fr-card--2 { border-color: #FFBC27 !important; }
.eko-fr-card--3 { border-color: var(--eko-green-dark) !important; }
.eko-fr-card--4 { border-color: #69C08F !important; }
.eko-fr-card--1:hover { box-shadow: 0 4px 20px rgba(231,90,90,.12); }
.eko-fr-card--2:hover { box-shadow: 0 4px 20px rgba(255,188,39,.15); }
.eko-fr-card--3:hover { box-shadow: 0 4px 20px rgba(70,95,131,.12); }
.eko-fr-card--4:hover { box-shadow: 0 4px 20px rgba(105,192,143,.12); }

/* ——— Pakiet grid ——— */
.eko-fr-pakiet { text-align: center; }
.eko-fr-pakiet__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.eko-fr-pakiet__item { position: relative; }
.eko-fr-pakiet__num {
    font-family: var(--eko-font-display); font-size: 2rem; font-weight: 700;
    opacity: .85; line-height: 1; margin-bottom: 8px;
}
/* Card 04 — with thumbnail image */
.eko-fr-pakiet__img { margin-top: 10px; }
.eko-fr-pakiet__img img {
    width: 100%; height: auto; border-radius: 8px;
    cursor: pointer; transition: opacity .2s;
}
.eko-fr-pakiet__img img:hover { opacity: .85; }

/* Lightbox overlay */
.eko-fr-lightbox {
    display: none; position: fixed; inset: 0; z-index: 99999;
    background: rgba(0,0,0,.82); align-items: center; justify-content: center;
    cursor: zoom-out;
}
.eko-fr-lightbox.is-open { display: flex; }
.eko-fr-lightbox img {
    max-width: 90vw; max-height: 90vh; border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5); object-fit: contain;
}
.eko-fr-lightbox__close {
    position: absolute; top: 20px; right: 24px;
    background: none; border: none; color: #fff; font-size: 2.2rem;
    cursor: pointer; line-height: 1; opacity: .8; transition: opacity .2s;
}
.eko-fr-lightbox__close:hover { opacity: 1; }

/* ——— Banner between sections ——— */
.eko-fr-banner {
    margin: 48px 0;
    text-align: center;
}
.eko-fr-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    cursor: pointer;
    transition: opacity .2s;
}
.eko-fr-banner img:hover { opacity: .9; }

/* ——— Timeline / process ——— */
.eko-fr-process { text-align: center; }
.eko-fr-timeline { max-width: 580px; margin: 32px auto 0; position: relative; }
.eko-fr-timeline::before {
    content: ''; position: absolute; left: 23px; top: 0; bottom: 0;
    width: 2px; background: linear-gradient(to bottom, #E75A5A, #FFBC27, #465F83, #69C08F);
}
.eko-fr-timeline__step { display: flex; gap: 20px; margin-bottom: 32px; align-items: flex-start; position: relative; }
.eko-fr-timeline__step:last-child { margin-bottom: 0; }
.eko-fr-timeline__marker {
    width: 48px; height: 48px; min-width: 48px; border-radius: 50%;
    color: #fff; font-family: var(--eko-font-display);
    font-size: 1.2rem; font-weight: 700; display: flex; align-items: center;
    justify-content: center; z-index: 1;
}
/* 4 timeline colors */
.eko-fr-timeline__step:nth-child(1) .eko-fr-timeline__marker { background: #E75A5A; box-shadow: 0 2px 8px rgba(231,90,90,.3); }
.eko-fr-timeline__step:nth-child(2) .eko-fr-timeline__marker { background: #FFBC27; box-shadow: 0 2px 8px rgba(255,188,39,.3); }
.eko-fr-timeline__step:nth-child(3) .eko-fr-timeline__marker { background: var(--eko-green-dark); box-shadow: 0 2px 8px rgba(79,168,118,.35); }
.eko-fr-timeline__step:nth-child(4) .eko-fr-timeline__marker { background: #69C08F; box-shadow: 0 2px 8px rgba(105,192,143,.3); }

.eko-fr-timeline__content { text-align: left; padding-top: 8px; }
.eko-fr-timeline__content h3 { font-size: 1.05rem; margin: 0 0 4px; color: var(--eko-black); }
.eko-fr-timeline__content p { font-size: .9rem; color: var(--eko-gray); margin: 0; line-height: 1.5; }

/* ——— Team / ambasadorki (Kasia 26.04.2026: kwadraty bez kolorowych ramek) ——— */
.eko-fr-team { text-align: center; }
.eko-fr-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; }
.eko-fr-team__card { text-align: center; }
.eko-fr-team__link { text-decoration: none; color: inherit; display: block; transition: transform .2s; }
.eko-fr-team__link:hover { transform: translateY(-4px); }
.eko-fr-team__photo {
    width: 180px; height: 180px; border-radius: 14px; overflow: hidden;
    margin: 0 auto 12px; border: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    background: #F7F5F0;
}
.eko-fr-team__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.eko-fr-team__card h3 { font-size: 1rem; margin: 0 0 2px; color: var(--eko-black); }
.eko-fr-team__role { display: block; font-size: .8rem; color: var(--eko-green-dark); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.eko-fr-team__city { display: block; font-size: .85rem; color: var(--eko-gray); margin-top: 2px; }
.eko-fr-team__contact {
    display: flex; justify-content: center; gap: 10px; margin-top: 10px; flex-wrap: wrap;
}
.eko-fr-team__contact a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 8px;
    background: #F7F5F0; color: #1E6E8E;
    transition: background .15s, color .15s;
}
.eko-fr-team__contact a:hover { background: #1E6E8E; color: #fff; }
.eko-fr-team__contact svg { width: 16px; height: 16px; }

/* ——— Opinie ambasadorek (testimonial) — brand-aligned z homepage ——— */
.eko-fr-opinions {
    text-align: center;
    position: relative;
    padding: 48px 0;
}
.eko-fr-opinions h2 {
    margin-bottom: 8px;
    color: var(--eko-black);
}
.eko-fr-opinions h2::after {
    content: '';
    display: block;
    width: 64px; height: 4px;
    margin: 12px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--eko-green) 0%, var(--eko-yellow) 100%);
}

.eko-fr-opinions__featured {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
    margin-top: 40px;
    text-align: left;
}

.eko-fr-opinions__video {
    position: relative;
    padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 40px -12px rgba(79,168,118,.35), 0 6px 16px rgba(20,40,30,.08);
    background: #000;
    transform: rotate(-.4deg);
    transition: transform .3s ease;
}
.eko-fr-opinions__video:hover { transform: rotate(0); }
.eko-fr-opinions__video::before {
    content: '';
    position: absolute;
    top: -14px; right: -14px;
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--eko-yellow);
    opacity: .9;
    z-index: -1;
}
.eko-fr-opinions__video iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

.eko-fr-opinions__quote {
    position: relative;
    margin: 0;
    padding: 36px 36px 28px;
    background: linear-gradient(135deg, #F2FBF5 0%, #E8F6EE 100%);
    border-radius: 22px;
    box-shadow: 0 8px 24px -8px rgba(79,168,118,.18);
    overflow: hidden;
}
.eko-fr-opinions__quote::before {
    /* duży zielony znak cudzysłowu jako tło-akcent */
    content: '\201E';
    position: absolute;
    top: -40px; left: 12px;
    font-family: var(--eko-font-display, 'Space Grotesk', serif);
    font-size: 220px;
    line-height: 1;
    color: var(--eko-green);
    opacity: .12;
    pointer-events: none;
}
.eko-fr-opinions__mark { display: none; }
.eko-fr-opinions__quote blockquote {
    position: relative;
    margin: 0 0 18px;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    font-size: 1.18rem;
    line-height: 1.6;
    color: var(--eko-black);
    font-style: italic;
    quotes: none;
}
.eko-fr-opinions__quote blockquote p { margin: 0 0 10px; }
.eko-fr-opinions__quote blockquote p:last-child { margin: 0; }
.eko-fr-opinions__quote figcaption {
    position: relative;
    display: flex; flex-direction: column; gap: 2px;
    padding-top: 16px;
    border-top: 2px dotted rgba(79,168,118,.35);
}
.eko-fr-opinions__quote figcaption strong {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    font-size: 1.05rem;
    color: var(--eko-green-dark);
}
.eko-fr-opinions__quote figcaption span {
    font-size: .88rem; color: var(--eko-gray);
}

.eko-fr-opinions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-top: 40px;
    text-align: left;
}
.eko-fr-opinions__card {
    display: flex; flex-direction: column; gap: 18px;
    background: #fff;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 6px 20px -6px rgba(20,40,30,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.eko-fr-opinions__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px -10px rgba(79,168,118,.28);
}
.eko-fr-opinions__card .eko-fr-opinions__video { transform: none; }
.eko-fr-opinions__card .eko-fr-opinions__video::before { display: none; }
.eko-fr-opinions__card .eko-fr-opinions__quote {
    background: transparent;
    box-shadow: none;
    padding: 4px 8px 4px;
}
.eko-fr-opinions__card .eko-fr-opinions__quote::before {
    top: -28px; left: 0; font-size: 140px;
}
.eko-fr-opinions__card .eko-fr-opinions__quote blockquote { font-size: 1rem; }

@media (max-width: 900px) {
    .eko-fr-opinions__featured { grid-template-columns: 1fr; gap: 28px; }
    .eko-fr-opinions__video { transform: none; }
    .eko-fr-opinions__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .eko-fr-opinions { padding: 32px 0; }
    .eko-fr-opinions__quote { padding: 28px 22px 22px; }
    .eko-fr-opinions__quote::before { font-size: 160px; top: -28px; }
    .eko-fr-opinions__quote blockquote { font-size: 1.05rem; }
}

/* ——— Videos section ——— */
.eko-fr-videos { text-align: center; }
.eko-fr-videos__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 28px; }
.eko-fr-videos__embed {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.eko-fr-videos__embed iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

/* FAQ */
.eko-fr-faq { max-width: 700px; margin: 0 auto; }
.eko-fr-faq h2 { text-align: center; }
.eko-fr-faq__list { margin-top: 24px; }
.eko-fr-faq__item {
    border: 1px solid var(--eko-border); border-radius: 10px;
    margin-bottom: 10px; overflow: hidden; transition: border-color .2s;
}
.eko-fr-faq__item[open] { border-color: var(--eko-green); }
.eko-fr-faq__item summary {
    padding: 16px 20px; font-weight: 600; font-size: 1rem; cursor: pointer;
    list-style: none; display: flex; align-items: center; justify-content: space-between;
}
.eko-fr-faq__item summary::-webkit-details-marker { display: none; }
.eko-fr-faq__item summary::after { content: '+'; font-size: 1.4rem; color: var(--eko-green-dark); font-weight: 400; transition: transform .2s; }
.eko-fr-faq__item[open] summary::after { content: '−'; }
.eko-fr-faq__item p { padding: 0 20px 16px; margin: 0; font-size: .95rem; color: var(--eko-gray); line-height: 1.6; }

/* Form section */
.eko-fr-form-section { text-align: center; background: var(--eko-bg-light); border-radius: 16px; padding: 48px 32px; }
.eko-fr-form-section .eko-lead-form { max-width: 540px; margin: 24px auto 0; text-align: left; }

/* Mobile responsive */
@media (max-width: 768px) {
    .eko-fr-pakiet__grid { grid-template-columns: repeat(2, 1fr); }
    .eko-fr-team__grid { grid-template-columns: repeat(2, 1fr); }
    .eko-fr-videos__grid { grid-template-columns: 1fr; }
    .eko-fr-hero__stats { gap: 20px; }
}
@media (max-width: 480px) {
    .eko-fr-pakiet__grid { grid-template-columns: 1fr; }

    .eko-fr-team__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .eko-fr-hero__stats { gap: 16px; }
    .eko-fr-stat strong { font-size: 1.3rem; }
    .eko-fr-form-section { padding: 32px 16px; }
    .eko-fr-timeline::before { left: 19px; }
    .eko-fr-timeline__marker { width: 40px; height: 40px; min-width: 40px; font-size: 1rem; }
    .eko-fr-hero__title { font-size: clamp(1.6rem, 5vw, 2.2rem) !important; }
}

/* ═══════════════════════════════════════════
   FRANCZYZA — reuse .eko-sch-* + franchise-specific only
   (Kasia 02.05.2026 — refactor: hero/cards/buttons używają .eko-sch-*)
   ═══════════════════════════════════════════ */

.eko-landing--franchise {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
}

/* Logo nad tytułem w hero box */
.eko-landing--franchise .eko-fr-hero__logo-link { display: inline-block; margin: 0 0 18px; }
.eko-landing--franchise .eko-fr-hero__logo { display: block; max-width: 200px; height: auto; }

/* Hero h1 — niewielka guard przed Astra/page text-transform */
.eko-landing--franchise .eko-sch-hero__box h1 {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-family: 'Imprima', sans-serif !important;
}

/* Para CTA w hero (dwa pille obok siebie) */
.eko-landing--franchise .eko-fr-hero__ctas {
    display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
    margin: 18px 0 0;
}

/* HERO BANNER + STATS — pod hero box */
.eko-fr-herobanner { margin: 6px 0 28px; }
.eko-fr-herobanner__img { border-radius: 24px; overflow: hidden; }
.eko-fr-herobanner__img img {
    display: block; width: 100%; height: auto;
    border-radius: 24px;
    box-shadow: 0 14px 36px -14px rgba(20,40,30,.18);
}
.eko-fr-stats {
    display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
    margin: 22px 0 0;
}
.eko-fr-stat {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-width: 130px; padding: 14px 22px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid rgba(105,192,143,.45);
    box-shadow: 0 4px 14px -4px rgba(20,40,30,.12);
}
.eko-fr-stat strong { font-family: 'Imprima', sans-serif; font-size: 1.65rem; line-height: 1; color: #69C08F; font-weight: 400; }
.eko-fr-stat span { font-size: .9rem; color: #0f5f86; margin-top: 4px; }

/* AUDIENCE — sekcja ma już .eko-sch-benefits, tylko spacing */
.eko-fr-audience { margin-top: 56px; }

/* PAKIET — uses .eko-sch-card, dodatkowe colour modifiers (teal/coral) + numerek */
.eko-fr-pakiet { margin-top: 56px; }
.eko-fr-pakiet h2,
.eko-fr-process h2,
.eko-fr-team h2,
.eko-fr-videos h2,
.eko-fr-faq h2,
.eko-fr-form-section h2,
.eko-fr-opinions h2 {
    font-family: 'Imprima', sans-serif;
    font-size: clamp(2rem, 2.8vw, 2.6rem);
    color: #69C08F;
    font-weight: 400;
    text-align: center;
    margin: 0 0 12px;
}
.eko-landing--franchise .eko-landing__subtitle {
    color: #0f5f86; font-size: 1.1rem; max-width: 720px; margin: 0 auto 24px; text-align: center;
}
.eko-fr-pakiet__grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px;
}
.eko-fr-pakiet__item { text-align: left !important; }
.eko-fr-pakiet__item h3 { font-size: 1.35rem !important; margin: 6px 0 6px !important; }
.eko-fr-pakiet__num {
    font-family: 'Imprima', sans-serif;
    font-size: 2rem; font-weight: 400; line-height: 1;
    opacity: .85; margin: 0 0 4px;
}
.eko-fr-pakiet__item--teal { background: #156f95 !important; color: #fff !important; }
.eko-fr-pakiet__item--teal h3,
.eko-fr-pakiet__item--teal p,
.eko-fr-pakiet__item--teal .eko-fr-pakiet__num { color: #fff !important; }
.eko-fr-pakiet__item--coral { background: #E87F6A !important; color: #fff !important; }
.eko-fr-pakiet__item--coral h3,
.eko-fr-pakiet__item--coral p,
.eko-fr-pakiet__item--coral .eko-fr-pakiet__num { color: #fff !important; }

/* Banner instrumenty */
.eko-fr-banner { margin: 36px auto; max-width: 100%; }
.eko-fr-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    box-shadow: 0 14px 36px -14px rgba(20,40,30,.18);
}

/* PROCES timeline — markery w paletce szkolenia */
.eko-fr-process { margin-top: 56px; }
.eko-landing--franchise .eko-fr-timeline::before {
    background: linear-gradient(to bottom, #E75A5A, #FFBC27, #156f95, #69C08F) !important;
}
.eko-landing--franchise .eko-fr-timeline__step:nth-child(1) .eko-fr-timeline__marker { background: #E75A5A !important; }
.eko-landing--franchise .eko-fr-timeline__step:nth-child(2) .eko-fr-timeline__marker { background: #FFBC27 !important; color: #1a2e35 !important; }
.eko-landing--franchise .eko-fr-timeline__step:nth-child(3) .eko-fr-timeline__marker { background: #156f95 !important; }
.eko-landing--franchise .eko-fr-timeline__step:nth-child(4) .eko-fr-timeline__marker { background: #69C08F !important; }
.eko-landing--franchise .eko-fr-timeline__content h3 {
    font-family: 'Imprima', sans-serif; font-size: 1.35rem; font-weight: 400; color: #0f5f86;
}
.eko-landing--franchise .eko-fr-timeline__content p {
    font-size: 1.05rem; line-height: 1.45; color: #1a2e35;
}

/* OPINIE */
.eko-fr-opinions { padding: 48px 0 32px; margin-top: 16px; }
.eko-landing--franchise .eko-fr-opinions h2::after { display: none !important; }
.eko-landing--franchise .eko-fr-opinions__featured { gap: 36px; }
.eko-landing--franchise .eko-fr-opinions__video {
    border-radius: 24px;
    transform: rotate(-1deg);
    box-shadow: 0 18px 40px -14px rgba(21,111,149,.32), 0 6px 16px rgba(20,40,30,.08);
}
.eko-landing--franchise .eko-fr-opinions__video::before { background: #FFBC27; width: 72px; height: 72px; top: -18px; right: -18px; }
.eko-landing--franchise .eko-fr-opinions__video::after {
    content: ''; position: absolute; width: 48px; height: 48px;
    border-radius: 50%; background: #E75A5A;
    left: -16px; bottom: -16px; z-index: -1;
}
.eko-landing--franchise .eko-fr-opinions__quote {
    background: #fff;
    border-radius: 24px;
    padding: 32px 32px 26px;
    box-shadow: 0 8px 24px -8px rgba(21,111,149,.16);
    border-left: 6px solid #69C08F;
}
.eko-landing--franchise .eko-fr-opinions__quote::before { color: #69C08F; opacity: .14; font-size: 200px; }
.eko-landing--franchise .eko-fr-opinions__quote blockquote {
    font-family: 'Imprima', sans-serif; font-style: italic; font-size: 1.18rem; color: #1a2e35;
}
.eko-landing--franchise .eko-fr-opinions__quote figcaption strong {
    font-family: 'Imprima', sans-serif; font-weight: 400; color: #0f5f86; font-size: 1.1rem;
}
.eko-landing--franchise .eko-fr-opinions__quote figcaption span { color: #0f5f86; opacity: .8; }
.eko-landing--franchise .eko-fr-opinions__quote figcaption { border-top-color: rgba(21,111,149,.25); }

/* AMBASADORKI */
.eko-fr-team { margin-top: 56px; }
.eko-landing--franchise .eko-fr-team__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
}
.eko-landing--franchise .eko-fr-team__card {
    background: #fff !important;
    border: 1.5px solid rgba(21,111,149,.18) !important;
    border-radius: 22px !important;
    padding: 24px 18px 18px !important;
    text-align: center !important;
    box-shadow: 0 6px 18px -10px rgba(20,40,30,.18);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.eko-landing--franchise .eko-fr-team__card:hover {
    transform: translateY(-4px);
    border-color: rgba(105,192,143,.55) !important;
    box-shadow: 0 14px 28px -14px rgba(20,40,30,.22);
}
.eko-landing--franchise .eko-fr-team__link {
    display: block; text-decoration: none; color: inherit;
}
.eko-landing--franchise .eko-fr-team__photo {
    width: 140px !important; height: 140px !important;
    margin: 0 auto 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #f0f4f6;
    overflow: hidden;
}
.eko-landing--franchise .eko-fr-team__photo img {
    width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 0 !important;
}
/* Placeholder (brak realnego zdjęcia) — logo wpisane w kwadrat, mniejsze i wycentrowane */
.eko-landing--franchise .eko-fr-team__card--placeholder .eko-fr-team__photo {
    background: #ffffff;
    border: 1px solid #e2e8f0 !important;
}
.eko-landing--franchise .eko-fr-team__card--placeholder .eko-fr-team__photo img {
    object-fit: contain !important;
    object-position: center !important;
    padding: 12px;
    background: #ffffff;
    border-radius: 0 !important;
}
.eko-landing--franchise .eko-fr-team__card h3 {
    font-family: 'Imprima', sans-serif !important;
    font-weight: 400 !important; font-size: 1.2rem !important;
    color: #0f5f86 !important; margin: 0 0 4px !important;
}
.eko-landing--franchise .eko-fr-team__role {
    display: block; font-size: .85rem; letter-spacing: .04em;
    text-transform: uppercase; color: #156f95 !important;
    opacity: .8; margin-bottom: 8px;
}
.eko-landing--franchise .eko-fr-team__city {
    display: block; font-size: .92rem; color: #1a2e35; line-height: 1.4;
    margin-bottom: 12px;
}
.eko-landing--franchise .eko-fr-team__contact {
    display: flex; gap: 10px; justify-content: center;
    padding-top: 10px; border-top: 1px solid rgba(21,111,149,.12);
}
.eko-landing--franchise .eko-fr-team__contact a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 50%;
    background: rgba(21,111,149,.1) !important; color: #156f95 !important;
    transition: background .15s, color .15s;
}
.eko-landing--franchise .eko-fr-team__contact a svg { width: 16px; height: 16px; }
.eko-landing--franchise .eko-fr-team__contact a:hover {
    background: #156f95 !important; color: #fff !important;
}

/* VIDEOS */
.eko-fr-videos { margin-top: 56px; }
.eko-landing--franchise .eko-fr-videos__grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.eko-landing--franchise .eko-fr-videos__item {
    background: #fff;
    border: 1.5px solid rgba(21,111,149,.18);
    border-radius: 22px;
    padding: 18px 18px 20px;
    box-shadow: 0 6px 18px -10px rgba(20,40,30,.18);
}
.eko-landing--franchise .eko-fr-videos__embed {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 8px 22px -10px rgba(20,40,30,.2) !important;
    margin-top: 10px;
}
.eko-landing--franchise .eko-fr-videos__item h3 {
    font-family: 'Imprima', sans-serif; font-weight: 400; color: #0f5f86;
    font-size: 1.18rem; margin: 0 0 4px; text-align: center;
}

/* SOLO VIDEO (Patrycja, Kasia 02.05.2026) — szeroki, pojedynczy film jak w landingu Platformy */
.eko-landing--franchise .eko-fr-videos--solo { margin-top: 56px; }
.eko-landing--franchise .eko-fr-videos__grid--solo {
    grid-template-columns: 1fr !important;
    max-width: 960px;
    margin: 28px auto 0;
}
.eko-landing--franchise .eko-fr-videos__embed--placeholder {
    /* parent ma height:0 + padding-bottom:56.25% \u2014 wype\u0142niamy go absolutem */
}
.eko-landing--franchise .eko-fr-videos__embed--placeholder::before {
    content: attr(data-text);
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #f0f4f6 0%, #e2ecf1 100%);
    border: 2px dashed rgba(21,111,149,.3);
    border-radius: 16px;
    color: #0f5f86;
    font-family: 'Imprima', sans-serif;
    font-size: 1.05rem;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
}
.eko-landing--franchise .eko-fr-videos__embed--placeholder > span {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: #0f5f86;
    font-family: 'Imprima', sans-serif;
    font-size: 1.05rem;
    text-align: center;
    padding: 24px;
    box-sizing: border-box;
    z-index: 2;
    background: linear-gradient(135deg, #f0f4f6 0%, #e2ecf1 100%);
    border: 2px dashed rgba(21,111,149,.3);
    border-radius: 16px;
}

/* FAQ */
.eko-landing--franchise .eko-fr-faq__list {
    max-width: 760px; margin: 0 auto;
}
.eko-landing--franchise .eko-fr-faq__item {
    border: 1.5px solid rgba(21,111,149,.2);
    border-radius: 18px;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .15s, background .15s;
}
.eko-landing--franchise .eko-fr-faq__item[open] { border-color: #69C08F !important; background: #F7FBF8; }
.eko-landing--franchise .eko-fr-faq__item summary {
    font-family: 'Imprima', sans-serif; font-weight: 400; color: #0f5f86;
    font-size: 1.08rem; padding: 16px 22px; cursor: pointer;
    list-style: none; position: relative;
}
.eko-landing--franchise .eko-fr-faq__item summary::-webkit-details-marker { display: none; }
.eko-landing--franchise .eko-fr-faq__item summary::after {
    content: '+'; color: #69C08F !important; font-size: 1.6rem; line-height: 1;
    position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
    transition: transform .2s;
}
.eko-landing--franchise .eko-fr-faq__item[open] summary::after { content: '−'; }
.eko-landing--franchise .eko-fr-faq__item p {
    padding: 0 22px 18px; margin: 0; color: #1a2e35; line-height: 1.55;
    font-size: .98rem;
}

/* FORM */
.eko-landing--franchise .eko-fr-form-section {
    background: #F7FBF8 !important;
    border-radius: 28px !important;
    border: 1.5px solid rgba(21,111,149,.18);
    padding: 56px 32px !important;
    margin-top: 56px;
}
.eko-landing--franchise .eko-lead-form button[type="submit"],
.eko-landing--franchise .eko-fr-form-section button[type="submit"] {
    background: #E87F6A !important; color: #fff !important; border: none !important;
    border-radius: 50px !important; padding: 12px 34px !important;
    font-family: 'Imprima', sans-serif !important; font-weight: 700 !important; font-size: 1rem !important;
    cursor: pointer; transition: background .18s;
}
.eko-landing--franchise .eko-lead-form button[type="submit"]:hover,
.eko-landing--franchise .eko-fr-form-section button[type="submit"]:hover {
    background: #d46a55 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .eko-fr-pakiet__grid { grid-template-columns: 1fr !important; }
    .eko-landing--franchise .eko-fr-team__grid { grid-template-columns: repeat(2, 1fr) !important; }
    .eko-landing--franchise .eko-fr-videos__grid { grid-template-columns: 1fr !important; }
    .eko-landing--franchise .eko-fr-opinions__video::after { display: none; }
}
@media (max-width: 480px) {
    .eko-fr-stat { min-width: 110px; padding: 10px 14px; }
    .eko-landing--franchise .eko-fr-team__grid { grid-template-columns: 1fr !important; }
    .eko-landing--franchise .eko-fr-form-section { padding: 36px 18px !important; }
}

/* ═══════════════════════════════════════════ */


@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ═══ SR LANDING — buy CTA buttons ═══ */
.eko-sr-lp__buy {
    font-size: 18px !important;
    font-family: 'Imprima', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.eko-sr-lp__buy--monthly {
    background: #156f95 !important;
    color: #fff !important;
}

.eko-sr-lp__buy--business {
    background: #ff6d65 !important;
    color: #fff !important;
}

/* ═══ SR LANDING — catalog min-height to reduce layout jumps ═══ */
.eko-sr-lp__catalog-panel {
    min-height: 320px;
}

/* ═══ SR LANDING — circle decorations (hero) ═══ */
.eko-sr-lp__ball--hero-yellow {
    left: 60px;
    top: 20px;
}

.eko-sr-lp__ball--hero-red {
    left: 0px;
    top: 110px;
}

.eko-sr-lp__ball--hero-blue {
    left: 100px;
    top: 130px;
}

/* ═══ SR LANDING — mobile polish ═══ */
@media (max-width: 767px) {
    .eko-sr-lp__buy {
        min-height: 52px;
        font-size: 16px !important;
        border-radius: 28px;
    }

    .eko-sr-lp__plans {
        gap: 16px;
    }

    .eko-sr-lp__plan {
        padding: 20px 16px;
    }

    .eko-sr-lp__month-btn {
        min-height: 44px !important;
        padding: 10px 10px !important;
        font-size: 14px !important;
    }

    .eko-sr-lp__catalog {
        padding: 0;
    }

    .eko-sr-lp__catalog-items span {
        font-size: 13px;
        padding: 6px 10px;
        min-height: 36px;
    }

    .eko-sr-lp__hero-box {
        padding: 20px 16px;
    }
}

/* ═══ SR LANDING — video with circles in "inside" section ═══ */
.eko-sr-lp__inside-video-block {
    position: relative;
    width: min(620px, 100%);
    margin: 0 auto 28px;
}

.eko-sr-lp__inside-video-block .eko-sr-lp__video-single {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
}

.eko-sr-lp__vid-circle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.eko-sr-lp__vid-circle--left {
    width: 80px;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
}

.eko-sr-lp__vid-circle--rt {
    width: 64px;
    right: -28px;
    top: -24px;
}

.eko-sr-lp__vid-circle--rb {
    width: 70px;
    right: -18px;
    bottom: -26px;
}

@media (max-width: 767px) {
    .eko-sr-lp__vid-circle--left { width: 50px; left: -18px; }
    .eko-sr-lp__vid-circle--rt  { width: 44px; right: -14px; top: -16px; }
    .eko-sr-lp__vid-circle--rb  { width: 48px; right: -10px; bottom: -18px; }
}

/* ═══ SR LANDING — doc preview (scenariusze / nuty) ═══ */
.eko-sr-lp__doc-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.eko-sr-lp__doc-thumb {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.12);
    transition: box-shadow .25s ease;
}

.eko-sr-lp__doc-thumb img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .35s ease;
    transform-origin: center center;
}

.eko-sr-lp__doc-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.38);
    opacity: 0;
    transition: opacity .25s ease;
}

.eko-sr-lp__doc-overlay span {
    background: #fff;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 18px;
    border-radius: 20px;
    letter-spacing: .02em;
}

.eko-sr-lp__doc-preview:hover .eko-sr-lp__doc-thumb {
    box-shadow: 0 6px 24px rgba(0,0,0,.22);
}

.eko-sr-lp__doc-preview:hover .eko-sr-lp__doc-thumb img {
    transform: scale(1.06);
}

.eko-sr-lp__doc-preview:hover .eko-sr-lp__doc-overlay {
    opacity: 1;
}

.eko-sr-lp__doc-label {
    font-size: 13px;
    color: #4a5a62;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

.eko-sr-lp__doc-label strong {
    color: #1a2e35;
}

/* ═══ SR LANDING — doc lightbox ═══ */
.eko-sr-lp__lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.eko-sr-lp__lightbox[hidden] {
    display: none !important;
}
.eko-sr-lp__lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.72);
    cursor: pointer;
}
.eko-sr-lp__lightbox-inner {
    position: relative;
    z-index: 1;
    width: min(460px, 100%);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(0,0,0,.45);
    animation: ekoDlbIn .22s ease;
}
@keyframes ekoDlbIn {
    from { opacity: 0; transform: scale(.94); }
    to   { opacity: 1; transform: scale(1); }
}
.eko-sr-lp__lightbox-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(90vh - 56px);
    object-fit: contain;
    background: #f5f5f5;
}
.eko-sr-lp__lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: none;
    background: rgba(0,0,0,.52);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}
.eko-sr-lp__lightbox-close:hover {
    background: rgba(0,0,0,.82);
}
.eko-sr-lp__lightbox-footer {
    padding: 11px 16px;
    text-align: center;
    border-top: 1px solid #ececec;
    flex-shrink: 0;
}
.eko-sr-lp__lightbox-dl {
    font-size: 14px;
    font-weight: 600;
    color: #156f95;
    text-decoration: none;
}
.eko-sr-lp__lightbox-dl:hover { text-decoration: underline; }

/* ═══ SR LANDING — spacing below Piosenki / Zabawy pills ═══ */
.eko-sr-lp__media-zone .eko-sr-lp__outline-pill:first-child,
.eko-sr-lp__media-zone .eko-sr-lp__video-grid {
    margin-bottom: 28px;
}

/* ═══════════════════════════════════════════════════════════════════
   OLSCMS Courses & Lesson Player — adopcja brand stylistyki EkoMuzyka
   (Imprima font + brand green #69C08F / #4FA876)
   ═══════════════════════════════════════════════════════════════════ */
.olscms-course,
.olscms-player {
    font-family: "Imprima", "Inter", system-ui, sans-serif !important;
}

/* — Hero / header — */
.olscms-course__header {
    background: linear-gradient(135deg, #F0FAF3 0%, #FFFFFF 100%);
    border-color: #DCEEE2;
    border-radius: 22px;
}
.olscms-course__cover {
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(105, 192, 143, .18);
}
.olscms-course__title {
    font-family: "Imprima", "Inter", system-ui, sans-serif !important;
    color: #1F3A2A !important;
    letter-spacing: .005em;
}
.olscms-course__stat {
    border-color: #DCEEE2;
    border-radius: 999px;
    background: #fff;
}
.olscms-course__stat svg { color: #4FA876; }

/* — Progress — */
.olscms-course__progress-bar { background: #E8F4EC; }
.olscms-course__progress-fill {
    background: linear-gradient(90deg, #69C08F, #4FA876);
}

/* — Locked — */
.olscms-course__locked {
    background: #F8FAFC;
    border-color: #DCEEE2;
    border-radius: 22px;
}
.olscms-course__locked h3 {
    font-family: "Imprima", "Inter", sans-serif;
    color: #1F3A2A;
}

/* — Curriculum — */
.olscms-course__curriculum h2 {
    font-family: "Imprima", "Inter", sans-serif;
    color: #1F3A2A;
    border-bottom-color: #DCEEE2;
}
.olscms-module {
    border-color: #DCEEE2;
    border-radius: 16px;
}
.olscms-module:hover { border-color: #69C08F; }
.olscms-module__num {
    background: linear-gradient(135deg, #69C08F, #4FA876);
}
.olscms-module__title { color: #1F3A2A; }
.olscms-module__count {
    background: #F0FAF3;
    color: #4FA876;
}
.olscms-module__lessons { border-top-color: #DCEEE2; }

/* — Lessons — */
.olscms-lesson { color: #475569; }
.olscms-lesson:hover {
    background: #F0FAF3;
    color: #1F3A2A;
    border-left-color: #69C08F;
}
.olscms-lesson--done { background: #ECF7F0; }
.olscms-lesson--done .olscms-lesson__icon svg { color: #4FA876; }
.olscms-lesson:hover .olscms-lesson__icon { background: #DCEEE2; }
.olscms-lesson:hover .olscms-lesson__icon svg { color: #4FA876; }
.olscms-lesson__duration {
    background: #F0FAF3;
    color: #4FA876;
}

/* — CTA buttons — */
.olscms-course .olscms-btn--primary,
.olscms-player .olscms-btn--primary {
    background: #69C08F !important;
    border-color: #69C08F !important;
    color: #fff !important;
    border-radius: 999px;
    font-weight: 700;
    padding: 12px 24px;
    box-shadow: 0 6px 14px rgba(105, 192, 143, .25);
    transition: background .18s, transform .18s;
}
.olscms-course .olscms-btn--primary:hover,
.olscms-player .olscms-btn--primary:hover {
    background: #4FA876 !important;
    border-color: #4FA876 !important;
    transform: translateY(-1px);
}

/* — Lesson player — */
.olscms-player__back { color: #4FA876; }
.olscms-player__back:hover { color: #69C08F; }
.olscms-player__video {
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .15);
}
.olscms-player__content {
    border-color: #DCEEE2;
    border-radius: 18px;
}
.olscms-player__content h1 {
    font-family: "Imprima", "Inter", sans-serif;
    color: #1F3A2A;
}
.olscms-player__files {
    border-top-color: #DCEEE2;
}
.olscms-player__files h3 {
    font-family: "Imprima", "Inter", sans-serif;
    color: #1F3A2A;
}

/* ═══════════════════════════════════════════════════════════════════
   OLSCMS Lesson Player — odświeżona stylistyka brand (Imprima + green)
   ═══════════════════════════════════════════════════════════════════ */
.eko-lesson,
.eko-lesson * {
    font-family: "Imprima", "Inter", system-ui, sans-serif !important;
}
.eko-lesson {
    background: #FAFCFB;
}

/* Topbar */
.eko-lesson__topbar {
    background: rgba(255, 255, 255, .92);
    border-bottom-color: #DCEEE2;
    padding: 14px 24px;
}
.eko-lesson__back {
    background: #F0FAF3;
    color: #4FA876;
    border-radius: 999px;
    padding: 8px 16px 8px 12px;
}
.eko-lesson__back:hover {
    background: #69C08F;
    color: #fff;
}
.eko-lesson__back-text { font-weight: 600; max-width: 240px; }

/* Progress mini */
.eko-lesson__progress-num { color: #4FA876; font-weight: 700; }
.eko-lesson__progress-bar { background: #E8F4EC; height: 8px; }
.eko-lesson__progress-fill {
    background: linear-gradient(90deg, #69C08F, #4FA876) !important;
}

/* Main */
.eko-lesson__main { padding-top: 28px; }

/* Video */
.eko-lesson__video {
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .14);
}

/* Card */
.eko-lesson__card {
    border-color: #DCEEE2;
    border-radius: 22px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, .04);
}

/* Module badge */
.eko-lesson__module-badge {
    background: #F0FAF3;
    color: #4FA876;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 6px 16px;
}

/* Title */
.eko-lesson__title {
    color: #1F3A2A;
    font-weight: 700;
}

/* Body text links */
.eko-lesson__text a { color: #4FA876; }
.eko-lesson__text a:hover { color: #69C08F; }
.eko-lesson__text strong { color: #1F3A2A; }

/* Files */
.eko-lesson__files { border-top-color: #DCEEE2; }
.eko-lesson__files h3 { color: #1F3A2A; }
.eko-lesson__files h3 svg { color: #4FA876; }
.eko-lesson__file {
    background: #F0FAF3;
    border-color: transparent;
    color: #1F3A2A;
    border-radius: 14px;
    padding: 12px 16px;
}
.eko-lesson__file:hover {
    background: #fff;
    border-color: #69C08F;
    box-shadow: 0 6px 18px rgba(105, 192, 143, .18);
}
.eko-lesson__file-icon {
    background: linear-gradient(135deg, #69C08F, #4FA876);
    color: #fff;
    border-radius: 10px;
    width: 40px; height: 40px;
    font-weight: 800; font-size: 11px;
    letter-spacing: .04em;
}
.eko-lesson__file svg { color: #4FA876; opacity: 1; }

/* Bottom nav */
.eko-lesson__bottomnav {
    background: rgba(255, 255, 255, .96);
    border-top-color: #DCEEE2;
    box-shadow: 0 -6px 24px rgba(15, 23, 42, .06);
}
.eko-lesson__nav-btn {
    border-color: #DCEEE2;
    border-radius: 999px;
    color: #1F3A2A;
}
.eko-lesson__nav-btn:hover {
    background: #F0FAF3;
    border-color: #69C08F;
    color: #1F3A2A;
}
.eko-lesson__nav-btn:hover svg { color: #4FA876; }
.eko-lesson__nav-btn--finish {
    background: #F0FAF3;
    border-color: #69C08F;
    color: #1F3A2A;
}
.eko-lesson__nav-btn--finish svg { color: #4FA876; }

/* Complete */
.eko-lesson__complete {
    border: 2px solid #69C08F;
    color: #4FA876;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(105, 192, 143, .12);
}
.eko-lesson__complete:hover {
    background: #69C08F;
    color: #fff;
    border-color: #69C08F;
    box-shadow: 0 8px 20px rgba(105, 192, 143, .28);
}
.eko-lesson__complete--done,
.eko-lesson__complete--done:hover {
    background: #ECF7F0;
    border-color: #4FA876;
    color: #1F3A2A;
    box-shadow: none;
}

/* Hide legacy SR badge / nav (PHP już je usunął, ale dla pewności w cache'u) */
.eko-lesson__sr-badge,
.eko-lesson__sr-nav { display: none !important; }

/* ═══════════════════════════════════════════════════════════════════
   /moje-kursy/ — odświeżona stylistyka brand (Imprima + green)
   shortcode: [olscms_my_courses] → .ekmc
   ═══════════════════════════════════════════════════════════════════ */
.ekmc,
.ekmc * {
    font-family: "Imprima", "Inter", system-ui, sans-serif;
}
.ekmc { max-width: 1100px; padding: 8px 4px; }

/* Section titles — pillowe nagłówki w stylu hubu SR */
.ekmc__section-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    margin: 8px 0 24px;
    background: #F0FAF3;
    color: #4FA876;
    border-radius: 999px;
    border: 1.5px solid #DCEEE2;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-bottom: 1.5px solid #DCEEE2;
}
.ekmc__section-title--locked {
    background: #F8FAFC;
    color: #6B7280;
    border-color: #E5E7EB;
    margin-top: 40px;
}

/* Grid: trochę luźniejszy, większe karty */
.ekmc__grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
    margin-bottom: 16px;
}

/* Card */
.ekmc__card {
    background: #fff;
    border: 1.5px solid #DCEEE2;
    border-radius: 22px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ekmc__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(105, 192, 143, .18);
    border-color: #69C08F;
}
.ekmc__card--locked {
    opacity: 1;
    background: #FAFCFB;
    border-color: #E5E7EB;
}
.ekmc__card--locked:hover {
    border-color: #CBD5E1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
}

/* Cover */
.ekmc__cover {
    aspect-ratio: 16/9;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
}
.ekmc__cover img { transition: transform .5s ease; }
.ekmc__card:hover .ekmc__cover img { transform: scale(1.04); }

/* Progress bar — brand-green gradient */
.ekmc__progress-bar {
    height: 6px;
    background: rgba(255, 255, 255, .55);
    backdrop-filter: blur(2px);
}
.ekmc__progress-fill {
    background: linear-gradient(90deg, #69C08F, #4FA876);
    box-shadow: 0 0 12px rgba(105, 192, 143, .5);
}

/* Body */
.ekmc__body { padding: 22px 22px 20px; gap: 4px; }
.ekmc__title {
    font-size: 18px;
    font-weight: 700;
    color: #1F3A2A;
    margin: 0 0 10px;
    line-height: 1.3;
}

/* Meta — pillowe chipy */
.ekmc__meta {
    gap: 8px;
    margin-bottom: 14px;
    font-size: 13px;
}
.ekmc__meta span {
    background: #F0FAF3;
    color: #4FA876;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 600;
}
.ekmc__card--locked .ekmc__meta span {
    background: #F1F5F9;
    color: #64748B;
}

/* Status */
.ekmc__status {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 14px;
    width: fit-content;
}
.ekmc__status--active {
    background: #ECF7F0;
    color: #2D6E46;
    border: 1px solid #BBE3CB;
}
.ekmc__status--locked {
    background: #F1F5F9;
    color: #64748B;
    border: 1px solid #E2E8F0;
}

/* Price */
.ekmc__price {
    font-size: 14px;
    color: #1F3A2A;
    font-weight: 700;
    margin-bottom: 12px;
}
.ekmc__price .amount {
    color: #4FA876;
    font-size: 16px;
}

/* Buttons — pillowe brand CTA */
.ekmc-btn {
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    background: #F0FAF3;
    color: #4FA876;
    border: 1.5px solid #DCEEE2;
    transition: all .22s ease;
    letter-spacing: .02em;
}
.ekmc-btn:hover {
    background: #fff;
    border-color: #69C08F;
    color: #4FA876;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(105, 192, 143, .18);
}
.ekmc-btn--primary {
    background: linear-gradient(135deg, #69C08F, #4FA876);
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(105, 192, 143, .3);
}
.ekmc-btn--primary:hover {
    background: linear-gradient(135deg, #4FA876, #3B8E5A);
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(105, 192, 143, .42);
    transform: translateY(-2px);
}

/* Denied state */
.ekmc-denied {
    background: #F0FAF3;
    border: 1.5px solid #DCEEE2;
    border-radius: 22px;
    padding: 56px 28px;
    color: #1F3A2A;
}
.ekmc-denied p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 640px) {
    .ekmc__grid { grid-template-columns: 1fr; gap: 20px; }
    .ekmc__body { padding: 18px; }
    .ekmc__title { font-size: 17px; }
    .ekmc__section-title { font-size: 13px; padding: 8px 18px; }
}

/* ═══════════════════════════════════════════════════════════════════
   Sidebar — sekcja KURSY na zielono (zamiast teal)
   data-section="kursy" jest na .eknav__section
   ═══════════════════════════════════════════════════════════════════ */
.eknav__section[data-section="kursy"].eknav__section--open > .eknav__section-hdr,
.eknav__section[data-section="kursy"].eknav__section--open > .eknav__section-hdr .eknav__section-arrow {
    color: #4FA876 !important;
}

/* Course tabs (Wszystkie / W trakcie / Nowe / Ukończone) */
.eknav__ctab:hover {
    border-color: #69C08F;
    color: #4FA876;
}
.eknav__ctab--active {
    background: #69C08F;
    border-color: #69C08F;
    color: #fff;
}

/* Progress bar — green gradient */
.eknav__prog-fill {
    background: linear-gradient(90deg, #69C08F, #4FA876);
}

/* Back link inside course context */
.eknav__back-link:hover { color: #4FA876; }

/* Hover/active in course section links */
.eknav__section[data-section="kursy"] .eknav__link:hover {
    background: rgba(105, 192, 143, 0.10);
    color: #4FA876;
}
.eknav__section[data-section="kursy"] .eknav__link--active {
    background: rgba(105, 192, 143, 0.16);
    color: #4FA876;
}

/* ═══════════════════════════════════════════════════════════════════
   /moje-kursy/ — okładki kursów widoczne w całości (contain zamiast cover)
   ═══════════════════════════════════════════════════════════════════ */
.ekmc__cover {
    aspect-ratio: 16 / 10;
    background: #F0FAF3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ekmc__cover img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    object-position: center;
    padding: 6px;
}
.ekmc__card:hover .ekmc__cover img { transform: none; } /* bez zoomu — żeby nie wychodziło poza ramę */

/* ═══ Okładka kursu (single course page) — pełna widoczność ═══ */
.olscms-course__cover {
    background: #F0FAF3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: unset !important;
    max-height: none !important;
}
.olscms-course__cover img {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center;
    border-radius: 14px;
    display: block;
}

/* ═══════════════════════════════════════════════════════════════════
   Sidebar — białe tło, logo poziome, font Imprima, rozwijane tytuły
   ═══════════════════════════════════════════════════════════════════ */
.ekx-global,
.ekx-global * {
    font-family: "Imprima", "Inter", system-ui, sans-serif !important;
}

/* HEADER — biel z subtelnym zielonym akcentem */
.ekx-global .ekx__side-hdr {
    background: #ffffff !important;
    border-bottom: 1px solid #DCEEE2;
    padding: 14px 16px !important;
    gap: 10px;
    display: flex;
    align-items: center;
}
.ekx__side-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #F0FAF3;
    color: #4FA876;
    text-decoration: none;
    flex-shrink: 0;
    transition: background .2s ease, color .2s ease;
}
.ekx__side-home:hover {
    background: #69C08F;
    color: #fff;
}
.ekx__side-home-icon { color: currentColor; }

.ekx__side-brand {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    text-decoration: none;
}
.ekx__side-brand-logo {
    height: 38px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.ekx-global .ekx__close {
    color: #4FA876 !important;
}
.ekx-global .ekx__close:hover { color: #1F3A2A !important; }

/* Rozwijane tytuły materiałów pod aktywnym miesiącem */
.ekx__mo-items {
    display: flex;
    flex-direction: column;
    padding: 4px 8px 6px 28px;
    border-left: 2px solid #DCEEE2;
    margin: 0 0 4px 12px;
}
.ekx__mo-item {
    display: block;
    padding: 5px 10px;
    font-size: 12.5px;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1.3;
    transition: background .15s ease, color .15s ease;
}
.ekx__mo-item:hover {
    background: #F0FAF3;
    color: #4FA876;
    text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════════════
   Sidebar v2 — font +2px, większe odstępy kategorii, caret + rozwijane utwory
   ═══════════════════════════════════════════════════════════════════ */
.ekx-global { font-size: 15px; }
.ekx-global .ekx__cat-name,
.ekx-global .ekx__cat-link,
.ekx-global .ekx__mo-name,
.ekx-global .eknav__section-hdr,
.ekx-global .ekx__stale-link,
.ekx-global .ekx__stale-lbl {
    font-size: 15px !important;
}
.ekx-global .ekx__mo-item { font-size: 13.5px !important; }

/* Większe odstępy między Piosenki / Zabawy / Scenariusze / Webinary */
.ekx-global .ekx__tree--cats { gap: 14px; display: flex; flex-direction: column; }
.ekx-global .ekx__cat,
.ekx-global .ekx__cat-link { margin-bottom: 0; }
.ekx-global .ekx__cat-hdr {
    padding: 10px 10px;
    border-radius: 8px;
}
.ekx-global .ekx__cat-link {
    padding: 10px 10px;
    border-radius: 8px;
}
.ekx-global .ekx__cat-body { padding-top: 4px; padding-bottom: 4px; }
.ekx-global .ekx__cat + .ekx__cat,
.ekx-global .ekx__cat + .ekx__cat-link,
.ekx-global .ekx__cat-link + .ekx__cat,
.ekx-global .ekx__cat-link + .ekx__cat-link { margin-top: 4px; }

/* Wiersz miesiąca: link + caret */
.ekx-global .ekx__mo-row {
    display: flex;
    align-items: center;
    gap: 2px;
}
.ekx-global .ekx__mo-row .ekx__mo {
    flex: 1;
    min-width: 0;
}
.ekx__mo-caret {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    border-radius: 6px;
    padding: 0;
    transition: background .15s ease, color .15s ease, transform .2s ease;
}
.ekx__mo-caret:hover { background: #F0FAF3; color: #4FA876; }
.ekx__mo-caret-ico {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    transition: transform .2s ease;
}
.ekx__mo-row--open .ekx__mo-caret-ico { transform: rotate(180deg); }
.ekx__mo-row--open .ekx__mo-caret { color: #4FA876; }

/* Lista utworów pod miesiącem */
.ekx-global .ekx__mo-items {
    display: flex;
    flex-direction: column;
    padding: 4px 8px 8px 26px;
    border-left: 2px solid #DCEEE2;
    margin: 2px 0 6px 14px;
    gap: 1px;
}
.ekx-global .ekx__mo-item {
    display: block;
    padding: 5px 10px;
    color: #475569;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1.35;
    transition: background .15s ease, color .15s ease;
}
.ekx-global .ekx__mo-item:hover {
    background: #F0FAF3;
    color: #4FA876;
}

/* Logo: lekko większe */
.ekx__side-brand-logo { height: 40px; }

/* ── Sidebar v2.1: mniejsze odstępy ── */
.ekx-global .ekx__tree--cats { gap: 6px !important; }
.ekx-global .ekx__cat-hdr,
.ekx-global .ekx__cat-link { padding: 6px 8px !important; }
.ekx-global .ekx__cat-body { padding-top: 2px !important; padding-bottom: 2px !important; }
.ekx-global .ekx__cat + .ekx__cat,
.ekx-global .ekx__cat + .ekx__cat-link,
.ekx-global .ekx__cat-link + .ekx__cat,
.ekx-global .ekx__cat-link + .ekx__cat-link { margin-top: 0 !important; }

.ekx-global .ekx__mo,
.ekx-global .ekx__mo--flat { padding: 4px 8px !important; }
.ekx-global .ekx__mo-row { gap: 0; margin: 0; }
.ekx-global .ekx__mo-items {
    padding: 2px 6px 6px 22px !important;
    margin: 0 0 4px 12px !important;
    gap: 0 !important;
}
.ekx-global .ekx__mo-item { padding: 3px 8px !important; }

/* SR2026 — anchor scroll offset + highlight aktywnego materiału */
.sri-card[id^="mat-"] { scroll-margin-top: 96px; }
.sri-card[id^="mat-"]:target {
    box-shadow: 0 0 0 3px rgba(255,188,39,.6), 0 8px 24px rgba(17,95,125,.12);
    transition: box-shadow .3s ease;
}

/* ═══════════════════════════════════════════════════════════════
   SR LP — FINAL WIDTH NORMALIZATION (28.04.2026, Kasia review)
   Cel: outer LP zostaje 1240px, ale wszystkie sekcje treściowe
   wyrównujemy do jednego pasa "narrow" (960px). Sekcje typu
   siatka filmów i opinie zostają na 1240px (wide). Ten blok jest
   ostatni w pliku — celowo overridduje 3 wcześniejsze warstwy
   .eko-sr-lp z poprzednich iteracji (~568, ~7177, ~7485).
   ═══════════════════════════════════════════════════════════════ */
.eko-landing--platforma.eko-sr-lp {
    --sr-lp-narrow: 960px;
    --sr-lp-wide:   1240px;
}

/* Pas treściowy: 960px, wycentrowany */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-box,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem-box,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog-grid {
    max-width: var(--sr-lp-narrow);
    margin-left: auto;
    margin-right: auto;
}

/* Inside video — szerszy niż 620px, dociągnięty do narrow */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside-video-block {
    width: min(var(--sr-lp-narrow), 100%);
    margin-left: auto;
    margin-right: auto;
}

/* Plany: zwężone do ~700px (wg makiety CD-1), dwie karty po ~330px */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plans {
    grid-template-columns: repeat(2, minmax(0, 330px));
    justify-content: center;
    gap: 28px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* Plan firmowy: pełna szerokość dolnego rzędu, ale wycentrowany jako jedna karta */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan--business {
    grid-column: 1 / -1;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

/* Pricing balls — zamiast paska nad cennikami, dekoracja absolute po bokach
   (czerwona+żółta lewa, niebieska prawa — jak na makiecie SR CD-1) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing {
    position: relative;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-balls {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    max-width: none;
    pointer-events: none;
    z-index: 0;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-balls img {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
}
/* Czerwona — lewa-górna, większa */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-balls img:nth-of-type(1) {
    width: 110px;
    left: 6%;
    top: 110px;
}
/* Żółta — lewa-dolna, mniejsza, nasunięta na czerwoną */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-balls img:nth-of-type(2) {
    width: 78px;
    left: calc(6% + 70px);
    top: 190px;
}
/* Niebieska — prawa, średnia */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-balls img:nth-of-type(3) {
    width: 100px;
    right: 6%;
    top: 130px;
}

/* Catalog: kolumna miesięcy 160px (nie 180), reszta 1fr 1fr */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog-grid {
    grid-template-columns: 160px minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
}

/* Sekcje "wide" — siatka filmów zostaje na 1240, opinie wracają do 960 (Kasia 30.04) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid {
    max-width: var(--sr-lp-wide);
    margin-left: auto;
    margin-right: auto;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__reviews-more {
    max-width: var(--sr-lp-narrow);
    margin-left: auto;
    margin-right: auto;
}

/* Filmy 2x2 — większy gap, większe ramki */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* Subgrid 6 opinii — 2 wiersze x 3 kolumny, większe karty (Kasia 30.04.2026) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-card {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 170px;
    width: 100%;
    border-radius: 16px !important;
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    box-shadow: none !important;
    transition: transform 0.18s;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-card::before {
    content: none !important;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10) !important;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-play {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    opacity: 0.95;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
    pointer-events: none;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-play svg {
    width: 56px;
    height: 40px;
    display: block;
}

/* Karta zamienia się w odtwarzacz po kliknięciu (Kasia 30.04) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-card {
    border: none;
    padding: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-card.is-playing {
    background: #000;
    cursor: default;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__review-card.is-playing iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Reset moich poprzednich prób z cieniami/overflow — czyste tło sekcji */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__media-zone {
    isolation: auto;
    background: transparent;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two {
    overflow: visible;
    padding: 0;
    background: transparent;
    grid-template-columns: repeat(2, minmax(0, 260px));
    justify-content: center;
    max-width: 560px;
    gap: 18px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__reviews-more,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__reviews-grid {
    background: transparent;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing {
    overflow: visible;
}

/* Pojedyncza opinia (iframe) — szersza, do 960 */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-single--narrow {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__doc-preview {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__doc-label {
    font-size: 12px;
}

/* Mobile: znów 1 kolumna i pełna szerokość — nadpisuje powyższe */
@media (max-width: 767px) {
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plans,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog-grid,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid {
        grid-template-columns: 1fr;
    }
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__reviews-grid {
        grid-template-columns: 1fr 1fr !important;
    }
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan--business {
        max-width: 320px;
    }
    /* Mobile: kropki schowane — robią szum w wąskim widoku */
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-balls {
        display: none;
    }
}

/* ═══════════════════════════════════════════════════════════════
   SR LP — TYPO/SPACING UPSCALE (30.04.2026, Kasia)
   Zrównanie skali typograficznej z /szkolenia/. Tam clamp() z górnym
   pułapem ~3rem h1, 1.9rem hero-sub, 2.15rem h3, 1.2rem p, padding
   sekcji clamp 30-46px. SR LP miało sztywne 28/16/18px — wszystko
   wyglądało drobnie. Tutaj proporcjonalnie podbijamy.
   ═══════════════════════════════════════════════════════════════ */

/* Buttony / pille */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pill,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-pill {
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    padding: clamp(10px, 1.2vw, 14px) clamp(22px, 2.6vw, 34px);
    min-height: 48px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__month-btn {
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    padding: 8px 26px;
    min-height: 46px;
}

/* Hero box — typografia */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-box {
    padding: clamp(22px, 3vw, 32px) clamp(20px, 3.5vw, 40px);
    border-radius: 26px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-box h2 {
    font-size: clamp(1.7rem, 2.3vw, 2.3rem);
    line-height: 1.18;
    margin-bottom: 14px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-box p {
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.45;
    margin-bottom: 10px;
}

/* Problem-box */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem-box,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    line-height: 1.4;
    padding: clamp(14px, 2vw, 22px) clamp(18px, 2.5vw, 30px);
    border-radius: 26px;
}

/* Listy / bullety */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets {
    font-size: clamp(1.05rem, 1.35vw, 1.3rem);
    line-height: 1.55;
}

/* Cennik — karty planów */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan {
    padding: clamp(20px, 2.4vw, 28px) clamp(20px, 2.4vw, 28px);
    border-radius: 24px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan h4 {
    font-size: clamp(1.3rem, 1.7vw, 1.6rem);
    margin-bottom: 10px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan .eko-sr-lp__price {
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan ul {
    font-size: clamp(1rem, 1.25vw, 1.15rem);
    line-height: 1.5;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__buy {
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    padding: clamp(10px, 1.3vw, 14px) clamp(24px, 2.8vw, 36px);
}

/* Plany — szerokość trochę większa, by trzymać proporcję typo */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plans {
    grid-template-columns: repeat(2, minmax(0, 380px));
    max-width: 820px;
    gap: 32px;
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan--business {
    max-width: 380px;
}

/* Katalog */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog-grid h5 {
    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
}
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog-items span {
    font-size: clamp(0.98rem, 1.2vw, 1.1rem);
    line-height: 1.45;
}

/* Sekcje — większy oddech między blokami (jak w szkoleniach margin: 64px) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__media-zone,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog {
    margin-bottom: clamp(48px, 6vw, 88px);
}

/* Mobile dampening — żeby clamp() nie strzelał górą na komórkach */
@media (max-width: 600px) {
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-box h2 { font-size: 1.6rem; }
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-box p { font-size: 1.02rem; }
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem-box,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box { font-size: 1.05rem; }
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pill,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-pill { font-size: 1rem; min-height: 42px; }
}

/* SR LP — SCALE PASS 2 (30.04.2026) */
.eko-landing--platforma.eko-sr-lp {
    max-width: 1240px;
    padding: clamp(42px, 5vw, 64px) 24px clamp(62px, 6vw, 86px);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__media-zone,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog {
    max-width: var(--sr-lp-narrow);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__brand-title {
    font-size: clamp(3.2rem, 5.3vw, 5rem);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-image-wrap {
    width: min(520px, 100%);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__mid-title {
    font-size: clamp(1.8rem, 2.5vw, 2.45rem);
    line-height: 1.2;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__script {
    position: relative;
    display: inline-block;
    font-size: clamp(1.95rem, 2.7vw, 2.55rem);
    line-height: 1.14;
    margin-bottom: 18px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--inside-title {
    position: absolute;
    left: -74px;
    top: 50%;
    width: 54px;
    transform: translateY(-50%) rotate(-78deg);
    transform-origin: center;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__film-title {
    font-size: clamp(2rem, 3vw, 2.9rem);
    line-height: 1.12;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 142px;
    border-radius: 24px;
    padding: clamp(18px, 2.2vw, 26px) clamp(18px, 2.2vw, 28px);
    text-align: center;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-title {
    display: block;
    font-size: clamp(1.55rem, 2vw, 2.12rem);
    line-height: 1.12;
    font-weight: 400;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-desc {
    display: block;
    font-size: clamp(1.02rem, 1.3vw, 1.22rem);
    line-height: 1.33;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience--yellow {
    background: #ffbc27;
    color: #1a2e35;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience--green {
    background: #69c08f;
    color: #18372a;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat {
    min-height: 184px;
    padding: 24px 24px;
    border: 0;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat::before {
    content: '100+' !important;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: clamp(4.2rem, 6vw, 6.1rem);
    line-height: 1;
    font-weight: 700;
    opacity: 0.14;
    z-index: 0;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--coral::before { content: '40+' !important; }
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--blue::before { content: '22+' !important; }

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat h4 {
    font-size: clamp(1.5rem, 2.15vw, 2.15rem);
    line-height: 1.12;
    margin: 0 0 10px;
    font-weight: 400;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat h4 strong {
    font-weight: 400;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat p {
    font-size: clamp(1.02rem, 1.3vw, 1.22rem);
    line-height: 1.33;
    margin: 0;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stats-grid {
    gap: 18px;
    margin-top: 24px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--yellow {
    background: #ffbc27;
    color: #1a2e35;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--green {
    background: #69c08f;
    color: #13231a;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--coral {
    background: #e75a5a;
    color: #fff;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--blue {
    background: #2c4b7e;
    color: #fff;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--yellow p {
    color: #202f36;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--green p {
    color: #13231a;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--coral p,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--blue p {
    color: rgba(255, 255, 255, 0.97);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus {
    max-width: 560px;
    padding: 24px 24px 24px 92px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus p {
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

@media (max-width: 600px) {
    .eko-landing--platforma.eko-sr-lp {
        padding-top: 30px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__brand-title {
        font-size: clamp(2.2rem, 9.2vw, 3rem);
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero-image-wrap {
        width: min(430px, 100%);
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__mid-title {
        font-size: 1.55rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__script {
        font-size: 2rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--inside-title {
        left: -42px;
        width: 38px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__film-title {
        font-size: 1.75rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience {
        min-height: 122px;
        gap: 6px;
        padding: 16px 14px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-title {
        font-size: 1.28rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-desc {
        font-size: 0.96rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat {
        min-height: 156px;
        padding: 18px 16px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat h4 {
        font-size: 1.34rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat p {
        font-size: 0.96rem;
        line-height: 1.3;
    }
}

/* SR LP — spacing/scale tune (30.04.2026, Kasia feedback) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box {
    min-height: 96px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2vw, 26px);
    text-align: center;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box span {
    font-size: clamp(1.24rem, 1.7vw, 1.65rem);
    line-height: 1.2;
    white-space: nowrap;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__mid-title {
    margin-top: 20px;
    margin-bottom: 24px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience {
    min-height: 166px;
    padding: clamp(22px, 2.5vw, 32px) clamp(18px, 2.2vw, 28px);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-title {
    font-size: clamp(1.72rem, 2.35vw, 2.28rem);
    line-height: 1.1;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-desc {
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    line-height: 1.34;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem > .eko-sr-lp__pill--blue {
    font-size: clamp(1.22rem, 1.85vw, 1.62rem);
    padding: clamp(12px, 1.7vw, 18px) clamp(28px, 3.6vw, 50px);
    min-height: 58px;
    margin-top: 28px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__script {
    font-family: 'Patrick Hand', 'Noteworthy', cursive;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.15;
    margin-top: 22px;
    margin-bottom: 50px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside-video-block {
    margin-bottom: 50px;
}

@media (max-width: 980px) {
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box {
        flex-wrap: wrap;
        gap: 8px 18px;
        padding: 16px 18px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box span {
        white-space: normal;
        font-size: 1.14rem;
    }
}

@media (max-width: 600px) {
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__mid-title {
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience {
        min-height: 138px;
        padding: 18px 14px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-title {
        font-size: 1.36rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-desc {
        font-size: 0.98rem;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem > .eko-sr-lp__pill--blue {
        font-size: 1.08rem;
        min-height: 50px;
        padding: 10px 18px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__script {
        font-size: 29px;
        margin-top: 16px;
        margin-bottom: 18px;
    }
}

/* SR LP — final spacing/content tuning (30.04.2026) */
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__media-zone,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing,
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog {
    margin-bottom: clamp(64px, 8vw, 118px);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero {
    margin-bottom: clamp(30px, 4vw, 46px);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem {
    margin-bottom: clamp(64px, 8vw, 118px);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--yellow::before { content: '400+' !important; }
.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--green::before { content: '300+' !important; }

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus {
    width: min(var(--sr-lp-narrow), 100%);
    max-width: var(--sr-lp-narrow);
    padding: 28px 32px 28px 112px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__stat--green {
    justify-content: flex-start;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus p {
    font-size: clamp(1.22rem, 1.7vw, 1.55rem);
    line-height: 1.34;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets li {
    display: block;
    margin-bottom: 8px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__pill--green-light {
    margin-top: 50px;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__doc-overlay span {
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__doc-overlay span::before {
    content: '\1F50D';
    font-size: 24px;
    line-height: 1;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box {
    min-height: 96px;
    padding: 20px 28px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: clamp(14px, 2vw, 26px);
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box span {
    white-space: nowrap;
}

.eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--problem {
    width: 84px;
    top: -68px;
    right: -96px;
}

@media (max-width: 980px) {
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus {
        padding: 24px 22px 24px 28px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box {
        min-height: 148px;
        gap: 10px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--problem {
        width: 64px;
        top: -46px;
        right: -34px;
    }
}

@media (max-width: 600px) {
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__hero,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__media-zone,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing,
    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__catalog {
        margin-bottom: 54px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus {
        padding: 20px 18px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets {
        max-width: 100%;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem > .eko-sr-lp__pill--blue {
        margin-top: 22px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__script {
        margin-bottom: 34px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__inside-video-block {
        margin-bottom: 34px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pill--green-light {
        margin-top: 34px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__doc-overlay span {
        width: 46px;
        height: 46px;
    }

    .eko-landing--platforma.eko-sr-lp .eko-sr-lp__outline-box {
        min-height: 0;
        padding: 20px 16px;
    }
}


/* SR LP PREVIEW ONLY — /swiat-rytmiki/3004-1935 (page-id-18996) */
/* === 1. Kwiatek przy "Nie masz czasu..." — wysoko nad prawym gornym rogiem pilla === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--problem {
    top: -160px !important;
    bottom: auto !important;
    right: -30px !important;
    left: auto !important;
}

/* zapas po prawej + zwijanie linii zeby "energii ?" nie wychodzilo poza ramke */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem .eko-sr-lp__outline-box {
    padding-right: 56px;
    flex-wrap: wrap;
}
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__problem .eko-sr-lp__outline-box span {
    white-space: normal;
}

/* Hover zoom dla kafli scenariuszy / nut — czysty magnify w obrebie ramki */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-preview {
    cursor: zoom-in;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-thumb {
    overflow: hidden;
    border-radius: 12px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-thumb img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-preview:hover .eko-sr-lp__doc-thumb img,
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-preview:focus-visible .eko-sr-lp__doc-thumb img {
    transform: scale(1.25);
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-preview:hover .eko-sr-lp__doc-overlay,
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two .eko-sr-lp__doc-preview:focus-visible .eko-sr-lp__doc-overlay {
    opacity: 1;
}

/* === 2. Zielony box "Jestes mama / I chcesz / ..." — hierarchia typografii === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience--green .eko-sr-lp__audience-desc {
    line-height: 1.25;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__audience-preline {
    display: block;
    font-size: 0.78em;
    line-height: 1.2;
    margin-bottom: 6px;
    opacity: 0.92;
    font-weight: 500;
}

/* === 3. Bonus — szerokosc pasa stats (4 boxow) + wiekszy tekst === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 26px 26px 26px 96px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus p {
    font-size: clamp(1.55rem, 2.1vw, 2rem);
    line-height: 1.35;
}

/* === 4. Zolty pill nizej + lista wycentrowana, lewa os = lewa os pilla === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pill--yellow {
    display: block;
    box-sizing: border-box;
    width: min(620px, 92%);
    margin: 64px auto 22px;
    text-align: center;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets {
    box-sizing: border-box;
    width: min(620px, 92%);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    list-style: disc !important;
    list-style-position: outside !important;
    padding-left: 32px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets li {
    display: list-item !important;
    list-style: disc !important;
}

/* === 5. Lead-in "Nie kupuj w ciemno" nad pillem catalogu === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__media-zone > .eko-sr-lp__outline-pill:first-of-type {
    margin-top: 32px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__lead-in {
    display: block;
    text-align: center;
    margin: 64px auto 30px;
    color: #0f7398;
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(1.55rem, 2.3vw, 2.1rem);
}

/* === 6. Wieksza przerwa po scenariuszach i nutach przed sekcja opinii === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two {
    margin-bottom: clamp(72px, 8vw, 120px);
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-grid--two + .eko-sr-lp__outline-pill {
    margin-top: clamp(40px, 5vw, 72px);
}

/* === 7. Player Moniki — dominujacy +200% wzgl. stanu bazowego === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__video-single--narrow {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

/* === 8. Komunikat Stripe — usuniecie tylko wizualne === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing-note {
    display: none !important;
}

/* === 9. Plany — jedna linia, rowne wieksze karty, wieksze ceny === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pricing {
    max-width: 1280px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plans {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 1280px;
    width: 100%;
    gap: 28px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan,
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan--business {
    grid-column: auto;
    max-width: none;
    width: 100%;
    margin: 0;
    min-height: 560px;
    padding: 36px 30px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: clamp(1.55rem, 2.1vw, 2.05rem);
    line-height: 1.2;
    margin-bottom: 12px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__price {
    display: block;
    width: 100%;
    text-align: center;
    font-size: clamp(2.6rem, 3.4vw, 3.6rem);
    line-height: 1.05;
    margin-bottom: 8px;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan ul {
    font-size: clamp(1.02rem, 1.25vw, 1.18rem);
    line-height: 1.45;
}

.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan .eko-sr-lp__cta,
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan button[type="submit"] {
    margin-top: auto;
}

/* === 10. Aktywna zakladka miesiaca — zielone tlo + bialy tekst === */
.page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__month-btn.is-active {
    background: #69c08f !important;
    color: #fff !important;
    border-color: #69c08f !important;
}

/* === Mobile — adaptacje preview === */
@media (max-width: 980px) {
    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--problem {
        top: -130px !important;
        right: 0 !important;
    }

    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bonus {
        padding: 22px 22px 22px 76px;
    }

    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__pill--yellow,
    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__bullets {
        width: 92%;
    }

    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan,
    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plan--business {
        min-height: 0;
        padding: 28px 22px 24px;
    }
}

@media (max-width: 720px) {
    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__plans {
        grid-template-columns: 1fr !important;
        gap: 18px;
    }

    .page-id-18996 .eko-landing--platforma.eko-sr-lp .eko-sr-lp__listki--problem {
        top: -100px !important;
        right: 8px !important;
        max-width: 130px;
    }
}


/* =====================================================
   LANDING — Zajęcia / Dla dzieci [eko_zajecia]
   ===================================================== */
.eko-zajecia-page { max-width: 1080px; margin: 0 auto; padding: 0 16px; color: var(--eko-black, #1a1a1a); }
.eko-zajecia-page section { margin: 56px 0; }
.eko-zajecia-page h1 { font-family: var(--eko-font-display, 'Imprima', sans-serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); line-height: 1.25; color: var(--eko-green-dark, #1f5e3a); margin: 0 0 16px; }
.eko-zajecia-page h2 { font-family: var(--eko-font-display, 'Imprima', sans-serif); font-size: clamp(1.3rem, 2.6vw, 1.8rem); color: var(--eko-green-dark, #1f5e3a); margin: 0 0 18px; text-align: center; }
.eko-zajecia-page p { font-size: 1.02rem; line-height: 1.7; color: #2a2a2a; margin: 0 0 14px; }

/* HERO — text + image side-by-side */
.eko-zajecia-page__hero { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; margin-top: 32px !important; }
.eko-zajecia-page__hero-text .eko-sr-btn { margin-top: 12px; }
.eko-zajecia-page__cities { font-size: .98rem; color: #555; }
.eko-zajecia-page__hero-img { text-align: center; }
.eko-zajecia-page__hero-img img { max-width: 100%; height: auto; border-radius: 16px; }

/* Split sections (text + image) */
.eko-zajecia-page__split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; }
.eko-zajecia-page__split--reverse { grid-template-columns: 1fr 1.4fr; }
.eko-zajecia-page__split h2 { text-align: left; }
.eko-zajecia-page__split-img { text-align: center; }
.eko-zajecia-page__split-img img { max-width: 280px; width: 100%; height: auto; }

/* Oferta — 3 karty */
.eko-zajecia-page__offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.eko-zajecia-page__offer-card { display: block; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,.08); transition: transform .2s ease, box-shadow .2s ease; }
.eko-zajecia-page__offer-card:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.eko-zajecia-page__offer-card img { display: block; width: 100%; height: auto; }

/* Video + social (9:16 video w zielonej cienkiej ramce po lewej, social po prawej) */
.eko-zajecia-page__vs-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 36px; align-items: center; }
.eko-zajecia-page__vs-video { display: flex; justify-content: center; }
.eko-zajecia-page__vs-video video {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    background: #000;
    border: 2px solid var(--eko-green, #3b8e5a);
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.eko-zajecia-page__vs-social h3 { font-size: 1.2rem; margin: 0 0 14px; color: var(--eko-green-dark, #1f5e3a); }
.eko-zajecia-page__vs-social ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.eko-zajecia-page__vs-social a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: var(--eko-black, #1a1a1a);
    text-decoration: none;
    font-size: 1rem;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.eko-zajecia-page__vs-social a:hover { border-color: var(--eko-green, #3b8e5a); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(59,142,90,.15); }
.eko-zajecia-page__vs-social svg { color: var(--eko-green, #3b8e5a); flex-shrink: 0; }

/* Galeria zdjęć z zajęć */
.eko-zajecia-page__gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.eko-zajecia-page__gallery-grid figure { margin: 0; border-radius: 12px; overflow: hidden; }
.eko-zajecia-page__gallery-grid img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }

/* Final CTA */
.eko-zajecia-page__cta { text-align: center; background: linear-gradient(135deg, #3b8e5a, #1f5e3a); color: #fff; border-radius: 18px; padding: 40px 28px; }
.eko-zajecia-page__cta h2 { color: #fff; }
.eko-zajecia-page__cta p { color: rgba(255,255,255,.92); }
.eko-zajecia-page__cta a { color: #fff; text-decoration: underline; }
.eko-zajecia-page__cta .eko-sr-btn { background: var(--eko-yellow, #f8be43); color: #1a1a1a; margin-top: 8px; }

@media (max-width: 860px) {
    .eko-zajecia-page__hero,
    .eko-zajecia-page__split,
    .eko-zajecia-page__split--reverse,
    .eko-zajecia-page__vs-grid { grid-template-columns: 1fr; gap: 24px; }
    .eko-zajecia-page__split--reverse .eko-zajecia-page__split-img { order: -1; }
    .eko-zajecia-page__offer-grid { grid-template-columns: 1fr; }
    .eko-zajecia-page__gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .eko-zajecia-page h2 { text-align: center; }
}

/* =====================================================
   /zajecia/ — sekcja "Zaobserwuj nas" (cover) nad Ofertą
   ===================================================== */
.eko-zajecia-cover { max-width: 1080px; margin: 32px auto; padding: 0 16px; }
.eko-zajecia-cover__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.eko-zajecia-cover__img img { display: block; width: 100%; max-width: 480px; height: auto; margin: 0 auto; border-radius: 16px; }
.eko-zajecia-cover__social h3 { font-family: var(--eko-font-display, 'Imprima', sans-serif); font-size: 1.4rem; color: var(--eko-green-dark, #1f5e3a); margin: 0 0 14px; }
.eko-zajecia-cover__social ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.eko-zajecia-cover__social a { display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; color: var(--eko-black, #1a1a1a); text-decoration: none; font-size: 1rem; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.eko-zajecia-cover__social a:hover { border-color: var(--eko-green, #3b8e5a); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(59,142,90,.15); }
.eko-zajecia-cover__social svg { color: var(--eko-green, #3b8e5a); flex-shrink: 0; }
@media (max-width: 860px) {
    .eko-zajecia-cover__inner { grid-template-columns: 1fr; gap: 20px; }
    .eko-zajecia-cover__social h3 { text-align: center; }
}

/* ============================================================
 * POP-UP2 — exit-intent / scroll-deep "Zanim wyjdziesz... ZA DARMO"
 * Markup: inc/eko-popups.php  → eko_popup_exit_render()
 * ============================================================ */
.eko-popup-exit { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.eko-popup-exit[hidden] { display: none !important; }
.eko-popup-exit__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .55); animation: ekoPopupExitFade .25s ease-out both; }
.eko-popup-exit__card {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(15,23,42,.35), 0 8px 24px rgba(15,23,42,.18);
    padding: 36px 44px 40px;
    animation: ekoPopupExitPop .3s cubic-bezier(.2,.9,.3,1.2) both;
    font-family: var(--eko-font-body, 'Imprima', sans-serif);
    color: #1f3128;
}
@keyframes ekoPopupExitFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ekoPopupExitPop { from { opacity: 0; transform: translateY(20px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

.eko-popup-exit__close {
    position: absolute; top: 14px; right: 16px;
    width: 36px; height: 36px;
    border: 0; background: transparent;
    color: #94a3b8; font-size: 28px; line-height: 1;
    cursor: pointer; border-radius: 50%;
    transition: background .15s ease, color .15s ease;
}
.eko-popup-exit__close:hover { background: #f1f5f9; color: #1f3128; }
.eko-popup-exit__close:focus-visible { outline: 2px solid var(--eko-coral, #E06B60); outline-offset: 2px; }

.eko-popup-exit__logo { text-align: center; margin: 0 0 14px; }
.eko-popup-exit__logo img { max-height: 56px; width: auto; display: inline-block; }

.eko-popup-exit__title {
    text-align: center;
    font-family: var(--eko-font-display, 'Space Grotesk', 'Imprima', sans-serif);
    font-weight: 500;
    font-size: clamp(1.5rem, 2.2vw + 0.5rem, 2.2rem);
    line-height: 1.18;
    color: var(--eko-coral, #E06B60);
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}
.eko-popup-exit__title-em {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.eko-popup-exit__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
    align-items: center;
}

.eko-popup-exit__col--text { min-width: 0; }

.eko-popup-exit__sub {
    position: relative;
    border: 1.5px solid #F2B968;
    border-radius: 18px;
    padding: 18px 22px;
    margin: 0 0 22px;
    background: #fff;
}
.eko-popup-exit__sub p {
    margin: 0;
    text-align: center;
    color: #1f3128;
    font-size: 1.02rem;
    line-height: 1.55;
}
.eko-popup-exit__leaf {
    position: absolute;
    width: 44px; height: 44px;
    background-image: radial-gradient(circle at 30% 30%, #69C08F 0 6px, transparent 7px),
                      radial-gradient(circle at 70% 30%, #FFBC27 0 6px, transparent 7px),
                      radial-gradient(circle at 30% 70%, #E06B60 0 6px, transparent 7px),
                      radial-gradient(circle at 70% 70%, #1E6E8E 0 6px, transparent 7px);
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .9;
}
.eko-popup-exit__leaf--tl { top: -18px; left: -14px; transform: rotate(-20deg); }
.eko-popup-exit__leaf--br { bottom: -18px; right: -14px; transform: rotate(160deg); }
.eko-popup-exit__leaf--media { top: -10px; left: -16px; width: 50px; height: 50px; transform: rotate(-15deg); }

.eko-popup-exit__h3 {
    font-family: var(--eko-font-display, 'Space Grotesk', sans-serif);
    color: var(--eko-coral, #E06B60);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    margin: 18px 0 10px;
    text-transform: uppercase;
}

.eko-popup-exit__list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eko-popup-exit__list li {
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    line-height: 1.45;
    color: #1f3128;
}
.eko-popup-exit__list li::before {
    content: "";
    position: absolute;
    left: 2px; top: 4px;
    width: 18px; height: 18px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2369C08F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.eko-popup-exit__why {
    text-align: center;
    margin: 6px 0 22px;
    line-height: 1.5;
    font-size: 1rem;
}
.eko-popup-exit__why-strong {
    display: inline-block;
    color: var(--eko-coral, #E06B60);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
    letter-spacing: 0.04em;
}

.eko-popup-exit__cta-wrap { text-align: center; margin: 0; }
.eko-popup-exit__cta {
    display: inline-block;
    padding: 14px 28px;
    border: 1.5px solid var(--eko-coral, #E06B60);
    border-radius: 999px;
    background: #fff;
    color: var(--eko-coral, #E06B60);
    text-decoration: none;
    font-size: 1.02rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.eko-popup-exit__cta:hover,
.eko-popup-exit__cta:focus {
    background: var(--eko-coral, #E06B60);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(224,107,96,.28);
}
.eko-popup-exit__cta:focus-visible { outline: 2px solid var(--eko-coral, #E06B60); outline-offset: 3px; }

.eko-popup-exit__col--media {
    position: relative;
    padding: 0;
}
.eko-popup-exit__col--media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

html.eko-popup-exit-open, html.eko-popup-exit-open body { overflow: hidden; }

@media (max-width: 860px) {
    .eko-popup-exit { padding: 12px; }
    .eko-popup-exit__card { padding: 28px 22px 26px; border-radius: 22px; }
    .eko-popup-exit__grid { grid-template-columns: 1fr; gap: 22px; }
    .eko-popup-exit__col--media { order: -1; }
    .eko-popup-exit__title { margin-bottom: 18px; }
    .eko-popup-exit__leaf--tl { left: -8px; top: -14px; }
    .eko-popup-exit__leaf--br { right: -8px; bottom: -14px; }
}
