/* ==========================================================================
   shop.css — style sklepu WooCommerce (Masterclass i przyszłe warianty)
   ========================================================================== */


/* === Masterclass — Hero / Intro === */

.mc-hero {
    background: #F4F4F1;
    color: #15140F;
    font-family: var(--font-main), 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 60px 0 30px;
}
.mc-hero *,
.mc-hero *::before,
.mc-hero *::after {
    box-sizing: border-box;
}

.mc-hero .container {
    max-width: 100%;
    width: 1240px;
}

.mc-hero__header {
    text-align: left;
}

.mc-hero__badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid #15140F;
    padding: 11px 20px;
    margin-bottom: 22px;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #15140F;
    font-weight: 600;
}

.mc-hero__title {
    margin: 0 0 44px;
    color: #15140F;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.07;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.mc-hero__title span {
    color: #9DAA96;
}

.mc-hero__body {
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
    align-items: flex-start;
}

.mc-hero__main {
    flex: 1 1 540px;
    min-width: 0;
}

.mc-hero__video {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #1c1f1a;
    box-shadow: 0 30px 70px -34px rgba(21, 20, 15, .5);
}
.mc-hero__video--playable {
    cursor: pointer;
}

.mc-hero__video-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mc-hero__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 128px;
    height: 104px;
    padding: 0;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, .9);
    color: #fff;
    font-family: inherit;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .25s;
}
.mc-hero__video-play:hover,
.mc-hero__video-play:focus-visible {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.mc-hero__video-frame {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.mc-hero__video.is-playing .mc-hero__video-thumb,
.mc-hero__video.is-playing .mc-hero__video-play {
    display: none;
}

.mc-hero__about-title {
    margin: 46px 0 22px;
    color: #15140F;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.mc-hero__about-txt {
    max-width: 100%;
    width: 660px;
    color: #211f18;
    font-size: 15.5px;
    line-height: 1.85;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: left;
}
.mc-hero__about-txt > *:first-child { margin-top: 0; }
.mc-hero__about-txt > *:last-child  { margin-bottom: 0; }
.mc-hero__about-txt p {
    margin: 0 0 18px;
}
.mc-hero__about-txt ul {
    list-style: none;
    margin: 6px 0 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.mc-hero__about-txt ul li {
    position: relative;
    padding-left: 19px;
    color: #2c2b24;
    font-weight: 400;
}
.mc-hero__about-txt ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BBC6B8;
}

/* --- Purchase card --- */

.mc-hero__purchase {
    flex: 0 1 360px;
    min-width: 280px;
}
.mc-hero__purchase-inner {
    position: sticky;
    top: 130px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 24px 60px -34px rgba(21, 20, 15, .45);
}

.mc-hero__purchase-img {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.mc-hero__purchase-slide {
    display: block;
    line-height: 0;
}
.mc-hero__purchase-img img,
.mc-hero__purchase-slide img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    height: auto;
}

/* Slick — slider galerii w karcie zakupu */
.mc-hero__purchase-slider {
    line-height: 0;
}
.mc-hero__purchase-slider .slick-list,
.mc-hero__purchase-slider .slick-track {
    line-height: 0;
}
.mc-hero__purchase-slider:not(.slick-initialized) .mc-hero__purchase-slide + .mc-hero__purchase-slide {
    display: none;    /* przed init slicka — pokazuj tylko pierwszy slajd */
}
.mc-hero__purchase-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 3;
    display: flex !important;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.mc-hero__purchase-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.mc-hero__purchase-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: background-color .2s;
}
.mc-hero__purchase-slider .slick-dots li button::before {
    content: none;
}
.mc-hero__purchase-slider .slick-dots li.slick-active button {
    background: #fff;
}
.mc-hero__purchase-ribbon {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    background: rgba(21, 20, 15, .8);
    color: #fff;
    font-size: 9.5px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.mc-hero__purchase-body {
    padding: 22px 8px 8px;
}

.mc-hero__purchase-price {
    color: #15140F;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}
.mc-hero__purchase-price ins {
    text-decoration: none;
}
.mc-hero__purchase-price del {
    display: inline-block;
    margin-right: 10px;
    color: #A7B3A2;
    font-size: 20px;
    font-weight: 500;
}
.mc-hero__purchase-price .woocommerce-Price-amount,
.mc-hero__purchase-price .woocommerce-Price-currencySymbol {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.mc-hero__purchase-cart {
    margin-top: 20px;
}
.mc-hero__purchase-cart form.cart {
    margin: 0;
    padding: 0;
}
.mc-hero__purchase-cart .quantity {
    display: none;
}
.mc-hero__purchase-cart .single_add_to_cart_button,
.mc-hero__purchase-cart button.single_add_to_cart_button.button,
.mc-hero__purchase-cart .single_add_to_cart_button.button.alt,
.woocommerce .mc-hero__purchase-cart .single_add_to_cart_button {
    display: flex !important;
    width: 100% !important;
    max-width: 100%;
    padding: 16px 18px !important;
    background: #fff !important;
    background-color: #fff !important;
    color: #15140F !important;
    border: 1.6px solid #15140F !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--font-main), 'Poppins', sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
    align-items: center;
    justify-content: center;
    gap: 11px;
    transition: background-color .25s, color .25s, border-color .25s !important;
}
.mc-hero__purchase-cart .single_add_to_cart_button:hover,
.mc-hero__purchase-cart .single_add_to_cart_button:focus-visible,
.woocommerce .mc-hero__purchase-cart .single_add_to_cart_button:hover,
.woocommerce .mc-hero__purchase-cart .single_add_to_cart_button:focus-visible {
    background: #15140F !important;
    background-color: #15140F !important;
    color: #fff !important;
    border-color: #15140F !important;
    box-shadow: none !important;
}
.mc-hero__purchase-cart .single_add_to_cart_button::before,
.woocommerce .mc-hero__purchase-cart .single_add_to_cart_button::before {
    content: "+";
    font-size: 17px;
    font-weight: 400;
    line-height: 0;
    display: inline-block;
}
.mc-hero__purchase-cart .stock,
.mc-hero__purchase-cart .woocommerce-variation-price,
.mc-hero__purchase-cart .woocommerce-variation-availability {
    margin: 12px 0 0;
    color: #6f6f66;
    font-size: 12px;
}

.mc-hero__purchase-scroll {
    margin-top: 11px;
    width: 100%;
    padding: 12px 18px;
    background: transparent;
    border: none;
    color: #15140F;
    text-decoration: none;
    font-family: inherit;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: opacity .2s;
}
.mc-hero__purchase-scroll:hover,
.mc-hero__purchase-scroll:focus-visible {
    opacity: .55;
    color: #15140F;
}
.mc-hero__purchase-scroll-plus {
    font-size: 16px;
    font-weight: 400;
    line-height: 0;
}

.mc-hero__purchase-divider {
    display: block;
    height: 1px;
    margin: 24px 0;
    background: #ECEAE3;
}

.mc-hero__meta {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #3a392f;
    font-size: 14px;
    line-height: 1.4;
}
.mc-hero__meta svg {
    flex-shrink: 0;
}
.mc-hero__meta strong {
    font-weight: 600;
    color: #15140F;
}
.mc-hero__meta-sep {
    margin: 0 4px;
    color: #A7B3A2;
}

.mc-hero__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.mc-hero__author-avatar {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    max-width: 100%;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #BBC6B8;
}
.mc-hero__author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
}
.mc-hero__author-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.mc-hero__author-name {
    color: #15140F;
    font-size: 14.5px;
    line-height: 1.3;
    font-weight: 600;
}
.mc-hero__author-role {
    color: #A7B3A2;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.mc-hero__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.mc-hero__feature {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #2c2b24;
    font-size: 14px;
    line-height: 1.4;
}
.mc-hero__feature svg {
    flex-shrink: 0;
}

/* --- Responsive --- */

@media (max-width: 991px) {
    .mc-hero {
        padding: 40px 0 20px;
    }
    .mc-hero__body {
        gap: 32px;
    }
    .mc-hero__purchase {
        flex: 1 1 100%;
    }
    .mc-hero__purchase-inner {
        position: static;
        top: auto;
    }
    .mc-hero__purchase-img img {
        aspect-ratio: 16 / 10;
    }
    .mc-hero__about-title {
        margin-top: 34px;
    }
}

@media (max-width: 575px) {
    .mc-hero .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .mc-hero__badge {
        padding: 9px 14px;
        letter-spacing: 3px;
    }
    .mc-hero__video-play {
        width: 96px;
        height: 78px;
        font-size: 18px;
        letter-spacing: 3px;
    }
}


/* === Masterclass — Program band === */

.mc-program {
    padding: 80px 0 96px;
    background: #BBC6B8;
    color: #15140F;
    font-family: var(--font-main), 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 120px;
}

.mc-program .container {
    max-width: 100%;
    width: 1240px;
}

.mc-program__header {
    text-align: center;
}

.mc-program__pluses {
    display: block;
    margin-bottom: 26px;
    color: #15140F;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 12px;
    font-weight: 600;
}

.mc-program__title {
    line-height: 0.9;
}

.mc-program__title-line {
    display: block;
    font-size: clamp(38px, 7.5vw, 98px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}
.mc-program__title-line--light {
    color: #fff;
}
.mc-program__title-line--dark {
    color: #15140F;
    margin-top: -0.06em;
}

.mc-program__intro {
    max-width: 100%;
    width: 560px;
    margin: 30px auto 0;
    color: #39432F;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

@media (max-width: 575px) {
    .mc-program {
        padding: 56px 0 68px;
    }
    .mc-program__pluses {
        margin-bottom: 18px;
        font-size: 16px;
        letter-spacing: 8px;
    }
    .mc-program__intro {
        margin-top: 22px;
        font-size: 14px;
    }
}


/* === Masterclass — Program na skróty (scroll strip) === */

.mc-shortcuts {
    position: relative;
    background: #fff;
    padding: 28px 34px;
    box-shadow: 0 18px 40px -30px rgba(21, 20, 15, .4);
    animation: mcModFade .35s ease both;
}

.mc-shortcuts__label {
    margin-bottom: 20px;
    color: #A7B3A2;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.mc-shortcuts__strip {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    padding: 2px 74px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mc-shortcuts__strip::-webkit-scrollbar {
    display: none;
}

.mc-shortcuts__item {
    flex-shrink: 0;
    padding: 3px 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #15140F;
    font-family: inherit;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    transition: color .2s;
}
.mc-shortcuts__item:hover,
.mc-shortcuts__item:focus-visible {
    color: #7E9476;
}
.mc-shortcuts__item-num {
    display: inline-block;
    margin-right: 8px;
    color: #A7B3A2;
    font-variant-numeric: tabular-nums;
}

.mc-shortcuts__dots {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}
.mc-shortcuts__dot {
    max-width: 100%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #15140F;
}
.mc-shortcuts__dot--outline {
    width: 3.5px;
    height: 3.5px;
    background: transparent;
    border: 1px solid #C0C7BB;
}

/* Gradient fades po bokach paska */
.mc-shortcuts__fade {
    position: absolute;
    top: 45px;
    bottom: 4px;
    max-width: 100%;
    width: 104px;
    z-index: 2;
    pointer-events: none;
}
.mc-shortcuts__fade--left {
    left: 34px;
    background: linear-gradient(90deg, #fff 42%, rgba(255, 255, 255, 0));
}
.mc-shortcuts__fade--right {
    right: 34px;
    background: linear-gradient(270deg, #fff 42%, rgba(255, 255, 255, 0));
}

/* Strzałki */
.mc-shortcuts__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    max-width: 100%;
    width: 46px;
    height: 46px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15140F;
    transition: background-color .25s;
}
.mc-shortcuts__arrow:hover,
.mc-shortcuts__arrow:focus-visible {
    background-color: rgba(21, 20, 15, .06);
}
.mc-shortcuts__arrow[hidden] {
    display: none;
}
.mc-shortcuts__arrow--prev {
    left: 34px;
    top: auto;
    bottom: 4px;
    transform: none;
    top: calc(50% + 12px);        /* offset — label wyżej */
    transform: translateY(-50%);
}
.mc-shortcuts__arrow--next {
    right: 34px;
    top: calc(50% + 12px);
    transform: translateY(-50%);
}
.mc-shortcuts__arrow-line {
    display: block;
    max-width: 100%;
    width: 16px;
    height: 3px;
    background: #15140F;
    border-radius: 1.5px;
}
.mc-shortcuts__arrow-plus {
    position: relative;
    display: block;
    max-width: 100%;
    width: 16px;
    height: 16px;
}
.mc-shortcuts__arrow-plus-h {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 3px;
    margin-top: -1.5px;
    background: #15140F;
    border-radius: 1.5px;
}
.mc-shortcuts__arrow-plus-v {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 16px;
    margin-left: -1.5px;
    background: #15140F;
    border-radius: 1.5px;
}

@media (max-width: 575px) {
    .mc-shortcuts {
        padding: 22px 20px;
    }
    .mc-shortcuts__strip {
        padding: 2px 56px;
    }
    .mc-shortcuts__fade,
    .mc-shortcuts__arrow--prev,
    .mc-shortcuts__arrow--next {
        left: 20px;
    }
    .mc-shortcuts__fade--right,
    .mc-shortcuts__arrow--next {
        left: auto;
        right: 20px;
    }
}


/* === Masterclass — Moduły (akordeon) === */

.mc-modules {
    position: relative;
    z-index: 5;
    margin-top: -56px;             /* wpełzanie na zielony pasek Sekcji 2 */
    padding: 0 0 48px;
    color: #15140F;
    font-family: var(--font-main), 'Poppins', sans-serif;
}

.mc-modules .container {
    max-width: 100%;
    width: 1240px;
}

.mc-modules__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* --- Karta modułu --- */

.mc-module {
    background: #fff;
    border: 1px solid #E7E5DD;
    box-shadow: 0 14px 34px -26px rgba(21, 20, 15, .35);
    scroll-margin-top: 16px;
    animation: mcModFade .35s ease both;
}
@keyframes mcModFade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: none; }
}

.mc-module__header {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 22px 28px;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
    transition: background-color .25s;
}
.mc-module__header:hover,
.mc-module__header:focus-visible {
    background-color: #FAFAF7;
}

.mc-module__num-ghost {
    position: absolute;
    right: 104px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    font-size: clamp(72px, 9vw, 118px);
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: -4px;
    color: rgba(21, 20, 15, .05);
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    user-select: none;
}

.mc-module__num {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    max-width: 100%;
    width: 58px;
    height: 58px;
    background: #B8C6B7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-variant-numeric: tabular-nums;
}

.mc-module__meta {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mc-module__tag {
    color: #A7B3A2;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.mc-module__name {
    color: #15140F;
    font-size: clamp(18px, 1.9vw, 23px);
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.mc-module__desc {
    max-width: 100%;
    width: 640px;
    color: #8a8a80;
    font-size: 13.5px;
    line-height: 1.5;
    font-weight: 400;
}

/* Toggle +/- */
.mc-module__toggle {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mc-module__toggle-line {
    position: absolute;
    background: #15140F;
    border-radius: 1.5px;
    transition: transform .2s ease, opacity .2s ease;
}
.mc-module__toggle-line--h {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    margin: -1.5px 0 0 -8px;
}
.mc-module__toggle-line--v {
    left: 50%;
    top: 50%;
    width: 3px;
    height: 16px;
    margin: -8px 0 0 -1.5px;
}
.mc-module[data-open="true"] .mc-module__toggle-line--v {
    transform: scaleY(0);
    opacity: 0;
}

/* --- Body --- */

.mc-module__body {
    padding: 34px 30px 44px;
    border-top: 1px solid #EFEDE6;
}
.mc-module[data-open="true"] .mc-module__body {
    display: block;
}
.mc-module__body[hidden] {
    display: none;
}

/* Filmy */
.mc-module__films {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-start;
    max-width: 100%;
    width: 760px;
    margin-bottom: 34px;
}
.mc-module__film-wrap {
    position: relative;
    flex: 1 1 420px;
    min-width: 0;
}
.mc-module__films:not(.mc-module__films--playlist) .mc-module__film-wrap {
    max-width: 100%;
    width: 600px;
    flex-basis: 600px;
}
.mc-module__film-label {
    position: absolute;
    left: 16px;
    top: 14px;
    z-index: 3;
    color: rgba(255, 255, 255, .82);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    pointer-events: none;
}
.mc-module__film-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #3b4137, #2b2f28);
    cursor: pointer;
}
.mc-module__film-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    object-fit: contain;
}
.mc-module__film-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}
.mc-module__film-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 128px;
    height: 104px;
    padding: 0;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, .9);
    color: #fff;
    font-family: inherit;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .25s;
}
.mc-module__film-play:hover,
.mc-module__film-play:focus-visible {
    background-color: rgba(255, 255, 255, .12);
    color: #fff;
}
.mc-module__film-frame.is-playing .mc-module__film-thumb,
.mc-module__film-frame.is-playing .mc-module__film-play,
.mc-module__film-frame.is-playing .mc-module__film-label {
    display: none;
}

/* Playlist */
.mc-module__playlist-wrap {
    flex: 0 0 188px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mc-module__playlist-title {
    margin-bottom: 4px;
    color: #A7B3A2;
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 700;
}
.mc-module__playlist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.mc-module__playlist-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 7px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: inherit;
    transition: background-color .2s;
}
.mc-module__playlist-item:hover,
.mc-module__playlist-item:focus-visible {
    background-color: #F4F4F1;
}
.mc-module__playlist-thumb {
    position: relative;
    flex-shrink: 0;
    max-width: 100%;
    width: 70px;
    height: 40px;
    background: linear-gradient(135deg, #3b4137, #2b2f28) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}
.mc-module__playlist-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .92);
}
.mc-module__playlist-item.is-active .mc-module__playlist-thumb {
    box-shadow: inset 0 0 0 2px #15140F;
}
.mc-module__playlist-label {
    color: #15140F;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Intro / lead */
.mc-module__intro {
    max-width: 100%;
    width: 720px;
    color: #211f18;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
}
.mc-module__intro > *:first-child { margin-top: 0; }
.mc-module__intro > *:last-child  { margin-bottom: 0; }
.mc-module__intro p {
    margin: 0 0 12px;
}
.mc-module__intro--quote {
    position: relative;
    padding-top: 26px;
    max-width: 100%;
    width: 760px;
    font-size: clamp(19px, 2.2vw, 25px);
    line-height: 1.45;
    letter-spacing: -0.3px;
    color: #23221c;
    font-weight: 400;
}
.mc-module__intro--quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #BBC6B8;
}

/* --- Responsive --- */

@media (max-width: 767px) {
    .mc-module__header {
        gap: 16px;
        padding: 18px 20px;
    }
    .mc-module__num-ghost {
        right: 68px;
        font-size: 76px;
    }
    .mc-module__num {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
    .mc-module__body {
        padding: 24px 20px 32px;
    }
    .mc-module__films {
        gap: 14px;
    }
    .mc-module__playlist-wrap {
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    .mc-modules {
        margin-top: -32px;
        padding-bottom: 32px;
    }
    .mc-module__desc {
        display: none;                 /* na najmniejszych schowaj długi opis w headerze */
    }
    .mc-module__num-ghost {
        display: none;
    }
}


/* === Modules — bogata zawartość (4b) === */

/* Wspólny mały uppercase label z linią po prawej */
.mc-module__section-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 34px 0 20px;
}
.mc-module__section-title-txt {
    color: #15140F;
    font-size: 11.5px;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.mc-module__section-title-txt--muted {
    color: #A7B3A2;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 11px;
}
.mc-module__section-line {
    flex: 1;
    height: 1px;
    background: #ECEAE3;
}

/* Layout dwuszpaltowy: main + rail */
.mc-module__cols {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 26px;
    align-items: flex-start;
}
.mc-module__cols--no-rail {
    display: block;
}
.mc-module__cols-main {
    flex: 3 1 440px;
    min-width: 0;
}
.mc-module__cols-rail {
    flex: 2 1 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* --- Mój zestaw (duże dyski) --- */

.mc-module__tools {
    margin-bottom: 34px;
}
.mc-module__tools:last-child {
    margin-bottom: 0;
}
.mc-module__tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 30px 20px;
}
.mc-module__tool {
    text-align: center;
}
.mc-module__tool-disc {
    max-width: 100%;
    width: 150px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #EDF1E9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15%;
    margin: 0 auto 16px;
    overflow: hidden;
}
.mc-module__tool-disc img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.mc-module__tool-placeholder {
    color: #9BAE93;
    font-size: 9px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.mc-module__tool-name {
    margin-bottom: 5px;
    color: #15140F;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}
.mc-module__tool-desc {
    color: #8c8c83;
    font-size: 12px;
    line-height: 1.45;
}
.mc-module__tools-note {
    margin: 32px 0 0;
    color: #6f6f66;
    font-size: 13.5px;
    line-height: 1.6;
}
.mc-module__tools-note-label {
    display: block;
    margin-bottom: 6px;
    color: #15140F;
    font-size: 10.5px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
}

/* --- Sekcje kroków (numbered / bulleted) --- */

.mc-module__sections-intro {
    max-width: 100%;
    width: 720px;
    margin: -14px 0 28px;
    color: #3a392f;
    font-size: 15.5px;
    line-height: 1.75;
    letter-spacing: 0.2px;
}
.mc-module__section {
    margin-top: 22px;
}
.mc-module__section-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 30px 0 20px;
}
.mc-module__section-dot {
    flex-shrink: 0;
    max-width: 100%;
    width: 7px;
    height: 7px;
    background: #BBC6B8;
}
.mc-module__section-h {
    margin: 0;
    color: #15140F;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.mc-module__section-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    align-items: flex-start;
}
.mc-module__section-items {
    flex: 1 1 320px;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.mc-module__section-item {
    display: flex;
    gap: 18px;
    padding-bottom: 20px;
}
.mc-module__section-item:last-child {
    padding-bottom: 0;
}
.mc-module__section-item-nr {
    flex-shrink: 0;
    min-width: 24px;
    padding-top: 1px;
    color: #A7B3A2;
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.mc-module__section-item-bullet {
    flex-shrink: 0;
    max-width: 100%;
    width: 7px;
    height: 7px;
    margin-top: 8px;
    border: 1px solid #BBC6B8;
    border-radius: 50%;
}
.mc-module__section-item-content {
    flex: 1;
    min-width: 0;
}
.mc-module__section-item-txt {
    margin: 0;
    color: #26251f;
    font-size: 15.5px;
    line-height: 1.62;
}
.mc-module__section-subs {
    list-style: none;
    margin: 13px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.mc-module__section-subs li {
    display: flex;
    gap: 11px;
    color: #74746b;
    font-size: 14px;
    line-height: 1.55;
}
.mc-module__section-sub-dash {
    flex-shrink: 0;
    max-width: 100%;
    width: 14px;
    height: 1px;
    margin-top: 11px;
    background: #C9CFC4;
}
.mc-module__section-fig {
    flex: 0 0 230px;
    max-width: 230px;
    margin: 0;
}
.mc-module__section-fig-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ECEAE4;
    border: 1px solid #ECEAE3;
}
.mc-module__section-fig-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mc-module__section-fig-caption {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 11px;
    color: #15140F;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.mc-module__section-fig-dash {
    max-width: 100%;
    width: 16px;
    height: 1px;
    background: #BBC6B8;
}

/* --- Narzędzia tego etapu (małe dyski pod contentem) --- */

.mc-module__side-tools {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid #ECEAE3;
}
.mc-module__side-tools-header {
    margin-bottom: 24px;
}
.mc-module__side-tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.mc-module__side-tool {
    max-width: 100%;
    width: 118px;
    text-align: center;
}
.mc-module__side-tool-disc {
    max-width: 100%;
    width: 96px;
    height: 96px;
    margin: 0 auto 12px;
    padding: 13px;
    border-radius: 50%;
    background: #EDF1E9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.mc-module__side-tool-disc img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.mc-module__side-tool-label {
    color: #74746b;
    font-size: 12px;
    line-height: 1.35;
}

/* --- Galeria zdjęć --- */

.mc-module__photos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 34px;
}
.mc-module__photo {
    margin: 0;
}
.mc-module__photo-frame {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ECEAE4;
}
.mc-module__photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mc-module__photo-caption {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: #15140F;
    font-size: 10.5px;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}
.mc-module__photo-dash {
    flex-shrink: 0;
    max-width: 100%;
    width: 16px;
    height: 1px;
    background: #BBC6B8;
}

/* --- Rails: Tipy + Na co uważać --- */

.mc-module__rail-block {
    padding: 30px 28px;
}
.mc-module__rail-block--tips {
    background: #EDF1E9;
}
.mc-module__rail-block--flags {
    background: #F5EFEA;
}
.mc-module__rail-bar {
    display: block;
    max-width: 100%;
    width: 34px;
    height: 3px;
    margin-bottom: 18px;
}
.mc-module__rail-bar--tips {
    background: #BBC6B8;
}
.mc-module__rail-bar--flags {
    background: #C2795F;
}
.mc-module__rail-title {
    margin-bottom: 20px;
    color: #15140F;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.mc-module__rail-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.mc-module__rail-item {
    display: flex;
    gap: 13px;
    font-size: 14px;
    line-height: 1.55;
}
.mc-module__rail-block--tips .mc-module__rail-item {
    color: #33332b;
}
.mc-module__rail-block--flags .mc-module__rail-item {
    color: #4a473f;
}
.mc-module__rail-dot {
    flex-shrink: 0;
    max-width: 100%;
    width: 6px;
    height: 6px;
    margin-top: 7px;
    border-radius: 50%;
}
.mc-module__rail-dot--tips {
    background: #7E9476;
}
.mc-module__rail-dot--flags {
    background: #C2795F;
}
.mc-module__rails-wide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 36px;
    align-items: start;
}

/* --- Responsive --- */

@media (max-width: 767px) {
    .mc-module__cols {
        gap: 24px;
    }
    .mc-module__cols-rail {
        flex-basis: 100%;
    }
    .mc-module__section-fig {
        flex-basis: 100%;
        max-width: 100%;
    }
    .mc-module__section-fig-img {
        aspect-ratio: 16 / 10;
    }
    .mc-module__tools-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 24px 12px;
    }
    .mc-module__side-tools-grid {
        gap: 16px;
    }
    .mc-module__rail-block {
        padding: 22px 20px;
    }
}


/* === Masterclass — Pozostałe szkolenia (cross-sell) === */

.mc-related {
    padding: 18px 0 120px;
    color: #15140F;
    font-family: var(--font-main), 'Poppins', sans-serif;
}

.mc-related .container {
    max-width: 100%;
    width: 1240px;
}

.mc-related__header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 46px;
}
.mc-related__heading {
    margin: 0;
    color: #15140F;
    font-size: clamp(30px, 4.6vw, 56px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.6px;
}
.mc-related__heading span {
    color: #9DAA96;
}
.mc-related__intro {
    max-width: 100%;
    width: 340px;
    margin: 0;
    color: #6f6f66;
    font-size: 14.5px;
    line-height: 1.7;
    font-weight: 400;
}

.mc-related__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mc-related__card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E7E5DD;
    box-shadow: 0 24px 60px -38px rgba(21, 20, 15, .45);
    transition: box-shadow .35s, transform .35s, border-color .35s;
}
.mc-related__card:hover {
    box-shadow: 0 40px 80px -36px rgba(21, 20, 15, .5);
    transform: translateY(-4px);
    border-color: #15140F;
}

.mc-related__card-media {
    position: relative;
    display: block;
    flex: 1 1 360px;
    min-width: 300px;
    min-height: 380px;
    align-self: stretch;
    overflow: hidden;
    background: #ECEAE4;
    text-decoration: none;
}
.mc-related__card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}
.mc-related__card:hover .mc-related__card-media img {
    transform: scale(1.05);
}
.mc-related__card-ribbon {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 7px 13px;
    background: rgba(21, 20, 15, .85);
    color: #fff;
    font-size: 9.5px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.mc-related__card-body {
    flex: 1 1 400px;
    min-width: 320px;
    padding: 48px 48px 42px;
    display: flex;
    flex-direction: column;
}

.mc-related__card-tag {
    margin-bottom: 14px;
    color: #A7B3A2;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

.mc-related__card-title {
    margin: 0 0 20px;
    color: #15140F;
    font-size: clamp(23px, 2.5vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.mc-related__card-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s;
}
.mc-related__card-title a:hover {
    color: #7E9476;
}
.mc-related__card-title span {
    color: #9DAA96;
}

.mc-related__card-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
    color: #15140F;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.6px;
}
.mc-related__card-price ins {
    text-decoration: none;
}
.mc-related__card-price del {
    color: #A7B3A2;
    font-size: 22px;
    font-weight: 500;
}
.mc-related__card-price .woocommerce-Price-amount,
.mc-related__card-price .woocommerce-Price-currencySymbol {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.mc-related__card-divider {
    display: block;
    height: 1px;
    background: #ECEAE3;
    margin-bottom: 22px;
}

.mc-related__card-meta {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: #3a392f;
    font-size: 14px;
    line-height: 1.4;
}
.mc-related__card-meta svg {
    flex-shrink: 0;
}
.mc-related__card-meta strong {
    color: #15140F;
    font-weight: 600;
}
.mc-related__card-meta-sep {
    margin: 0 4px;
    color: #A7B3A2;
}

.mc-related__card-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.mc-related__card-avatar {
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    max-width: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #BBC6B8;
}
.mc-related__card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
}
.mc-related__card-author-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.mc-related__card-author-name {
    color: #15140F;
    font-size: 14.5px;
    line-height: 1.3;
    font-weight: 600;
}
.mc-related__card-author-role {
    color: #A7B3A2;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.mc-related__card-cta {
    align-self: flex-start;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 16px 30px;
    background: #fff;
    color: #15140F;
    border: 1.6px solid #15140F;
    text-decoration: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .25s, color .25s;
}
.mc-related__card-cta:hover,
.mc-related__card-cta:focus-visible {
    background-color: #15140F;
    color: #fff;
}
.mc-related__card-cta-plus {
    font-size: 17px;
    font-weight: 400;
    line-height: 0;
}

@media (max-width: 767px) {
    .mc-related {
        padding: 12px 0 60px;
    }
    .mc-related__header {
        margin-bottom: 28px;
    }
    .mc-related__card-body {
        padding: 28px 24px 32px;
    }
    .mc-related__card-media {
        min-height: 260px;
        flex-basis: 100%;
    }
    .mc-related__card-price {
        font-size: 26px;
    }
}
