/* ===== Design tokens ===== */
:root {
    --color-bg: #fffae5;
    --color-bg-soft: #ebeccc;
    --color-green: #839476;
    --color-green-dark: #6b7b60;
    --color-green-alt: #849575;
    --color-green-muted: rgba(131, 148, 118, 0.7);
    --color-orange: #dca278;
    --color-yellow: #ffe79a;
    --color-cream: #fffae5;

    --radius-lg: 40px;
    --radius-pill: 100px;

    --max-width: 1680px;
    --page-padding: 120px;
    /* Ten sam poziomy offset co .pillars (50px), nie jak nagłówek (--page-padding) */
    --content-inline: 50px;

    --font-main: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-footer: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* ===== Reset ===== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: clip;
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    font-family: var(--font-main);
    background-color: var(--color-bg);
    color: var(--color-green-dark);
    line-height: 1.4;
    overflow-x: clip;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    background: none;
    border: 0;
    font-family: inherit;
    cursor: pointer;
    padding: 0;
}

p {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.03em;
}

main {
    position: relative;
    z-index: 2;
}

/* ===== Background decorations ===== */
.bg-decorations {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.deco {
    position: absolute;
    user-select: none;
    transition: rotate 0.15s linear;
    will-change: rotate;
}

/* Inline'owane dekoracyjne SVG (przez resources.Get) — pozwala CSS-em
   nadpisywać stroke-width per breakpoint. */
.deco > svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

/* Sections that host local decorations */
.hero,
.education,
.education__video,
.workshops__inner {
    position: relative;
}

.hero > :not(.bg-decorations),
.education > :not(.bg-decorations),
.education__video > :not(.bg-decorations),
.workshops__inner > :not(.bg-decorations) {
    position: relative;
    z-index: 1;
}

.deco--top-right {
    top: 7.5%;
    right: 2%;
    width: 18%;
    opacity: .9;
}


.deco--left {
    top: 23%;
    left: -10%;
    width: 20%;
    opacity: 0.85;
}

.deco--rainbow-top {
    top: 0.4%;
    left: 46%;
    transform: translateX(-50%);
    width: 10%;
    opacity: 0.6;
}

.deco--left-stars {
    top: -25%;
    left: -20%;
    width: 40%;
    opacity: 0.75;
}

.hero__image .deco--top-left {
    top: -35%;
    left: -7%;
    width: min(22%, 300px);
    opacity: 0.85;
    pointer-events: none;
    z-index: 2;
}

/* Wystaje poza zdjęcie (wrapper .hero__image ma overflow: visible; klip tylko na .hero__image-crop) */
.hero__image .deco--right-plants {
    top: auto;
    bottom: -45%;
    right: -14%;
    width: min(34%, 440px);
    opacity: 0.85;
    pointer-events: none;
    z-index: 2;
}

.deco--bottom-right {
    top: 82%;
    right: -9%;
    width: 35%;
    opacity: 0.85;
}

.block {
    display: block;
}

.h-10rem {
    height: 10rem;
}

.center-x {
    left: 50%;
    transform: translateX(-50%);
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.rotate-5deg {
    transform: rotate(-5deg);
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pb-5 {
    padding-bottom: 5px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.relative {
    position: relative;
}

/* Specyficzność 0,2,0 musi pobić selektor `.education > :not(.bg-decorations)` powyżej. */
.education > .education__deco-balls {
    --video-half: 551px;       /* połowa width .education__video (1102 / 2) */
    position: absolute;
    /* Prawa krawędź balls przylega do lewej krawędzi wideo (z drobnym gap'em,
       żeby SVG ze swoim overflow-visible nie nakładał się na wideo). Lewa
       część może wystawać poza viewport — body ma overflow-x: clip. */
    right: calc(50% + var(--video-half) + 50px);
    left: auto;
    width: 360px;
    /* Pionowo: dolna krawędź balls przy dolnej krawędzi sekcji (= dolna krawędź wideo). */
    bottom: -60px;
    top: auto;
    transform: none;
    z-index: 4;
    pointer-events: none;
}

/* Mobile: balls SVG siedzi między wideo a „Kluczowe filary", z lewej strony
   z lekkim zwisem poza viewport (body ma overflow-x: clip). */
@media (max-width: 960px) {
    .education > .education__deco-balls {
        position: static;
        width: clamp(200px, 54%, 290px);
        margin: 16px 0 0 -80%;
        right: auto;
        left: auto;
        bottom: auto;
        top: auto;
        transform: none;
    }

    .education__deco-balls svg path {
        stroke-width: 4;
    }
}

.workshops > .bg-decorations .deco--bottom-right,
.workshops__inner .deco--bottom-right {
    top: auto;
    bottom: 4%;
    right: -10%;
    width: min(560px, 48%);
}

/* ===== Header ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--color-bg);
    border-bottom: 1px solid var(--color-green);
    transition: background-color 0.2s ease;
}

.site-header.is-menu-open {
    background-color: var(--color-green);
    border-bottom-color: var(--color-cream);
}

.site-header__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px var(--page-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.site-header__logo {
    display: inline-flex;
    align-items: center;
}

.site-header__logo-img {
    height: auto;
}

.site-header__logo-img--dark {
    width: 210px;
    display: block;
}

.site-header__logo-img--light {
    display: none;
    width: 100px;
}

.site-header.is-menu-open .site-header__logo-img--dark {
    display: none;
}

.site-header.is-menu-open .site-header__logo-img--light {
    display: block;
}

.site-header__nav {
    display: flex;
    align-items: center;
    gap: 48px;
}

/* Hamburger / mobile menu toggle */
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

.menu-toggle__icon {
    position: absolute;
    width: auto;
    transition: opacity 0.15s ease;
}

.menu-toggle__icon--open {
    width: 36px;
    height: auto;
    opacity: 1;
}

.menu-toggle__icon--close {
    width: 26px;
    height: auto;
    opacity: 0;
}

.site-header.is-menu-open .menu-toggle__icon--open {
    opacity: 0;
}

.site-header.is-menu-open .menu-toggle__icon--close {
    opacity: 1;
}

/* Mobile menu overlay */
.mobile-menu {
    position: fixed;
    top: 73px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-green);
    padding: 40px 20px 48px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 90;
    overflow-y: auto;
}

body.is-menu-open {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

/* Body fixed przesunięty ujemnym top'em unieruchamia stronę, ale przesuwa też
   sticky header. Przy otwartym menu kotwiczymy header fixed do viewportu. */
body.is-menu-open .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body.is-menu-open .mobile-menu {
    transform: translateX(0);
}

.mobile-menu__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    gap: 60px;
}

.mobile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-menu__link {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-cream);
    display: block;
    padding: 4px 0;
}

.mobile-menu__socials {
    display: flex;
    gap: 20px;
    margin-top: auto;
}

.social-icons__link--mobile {
    width: 44px;
    height: 44px;
    border-color: var(--color-cream);
}

.social-icons__link--mobile img {
    filter: none;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-list__link {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: var(--color-green-alt);
    padding: 2px 0;
    line-height: 1.25;
    transition: color 0.2s ease;
}

.nav-list__link:hover,
.nav-list__link:focus-visible {
    color: var(--color-green-dark);
}

/* Aktywna pozycja menu — podkreślenie 1px. */
.nav-list__link.is-active {
    color: var(--color-green-dark);
    border-bottom: 1px solid currentColor;
}

.mobile-menu__link.is-active {
    border-bottom: 1px solid currentColor;
    align-self: flex-start;
}

/* Social icons */
.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icons__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--color-green);
    border-radius: var(--radius-pill);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.social-icons__link:hover {
    background-color: var(--color-green);
}

.social-icons__link:hover img {
    filter: brightness(0) invert(1);
}

.social-icons__link--light {
    border-color: var(--color-cream);
}

.social-icons__link--light:hover {
    background-color: var(--color-cream);
}

.social-icons__link--light:hover img {
    filter: none;
}

.social-icons__link img {
    width: auto;
    height: 17px;
    transition: filter 0.2s ease;
}

/* ===== Hero section ===== */
.hero {
    padding: 51px var(--content-inline) 90px;
    text-align: center;
    position: relative;
}

.hero__title {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(36px, 4vw, 64px);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green-alt);
    max-width: 850px;
    margin: 0 auto 60px;
}

.hero__image {
    max-width: var(--max-width);
    margin: 0 auto;
    height: 690px;
    position: relative;
    overflow: visible;
}

.hero__image-crop {
    height: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.hero__image-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Intro ===== */
.intro {
    padding: 50px var(--content-inline) 110px;
    text-align: center;
    position: relative;
}

.intro__text {
    max-width: 830px;
    margin: 0 auto;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--color-green);
}

.intro__text--muted {
    color: var(--color-green-muted);
}

/* ===== Education (Edukacja dla Życia) ===== */
.education {
    --video-max-w: 1102px;
    /* Wysokość wideo = szerokość × (618/1102); overlap = ⅓ tej wysokości */
    --video-overlap: calc(min(100%, var(--video-max-w)) * 618 / 1102 / 3);
    /* Środek pionowy pasa: padding dolny education + padding górny pillars (bez wysokości tytułu — mniejszy „dziurawy” odstęp) */
    --edu-pad-bottom: 50px;
    --pillars-pad-top: 140px;
    --edu-balls-offset: calc(
        (var(--edu-pad-bottom) + var(--pillars-pad-top)) / 2 - var(--edu-pad-bottom)
    );
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 50px var(--content-inline);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -150px;
}

/* Nad panelem i wideo; overflow visible — globalne .bg-decorations { overflow: hidden } obcinało deco--left-stars */
.education > .bg-decorations {
    z-index: 3;
    overflow: visible;
}

.education__panel {
    width: 100%;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-bg-soft);
    border-radius: var(--radius-lg);
    padding: 90px 120px var(--video-overlap);
    position: relative;
}

.education__rainbow {
    position: absolute;
    right: 2.5%;
    top: 8%;
    width: 12%;
    opacity: 0.75;
    transform: rotate(-2deg);
    pointer-events: none;
}

/* Poniżej 1250px nie ma już miejsca obok nagłówka — wieża klocków
   przechodzi do osobnego bloku pod tekstem. */
@media (max-width: 1250px) {
    .education__panel {
        text-align: center;
    }

    .education__rainbow {
        position: static;
        display: block;
        width: 80px;
        margin: 32px auto 0;
        transform: rotate(-2deg);
    }

    /* deco--top-right: +20% szerokości i przesunięcie w prawo
       (może wystawać poza viewport — body ma overflow-x: clip). */
    .deco--top-right {
        width: clamp(220px, 21.6%, 360px);
        right: -6%;
    }
}

/* Pogrubienie obrysów dekoracji przy mniejszym viewport kompensuje zmniejszoną
   skalę renderu. Płynna interpolacja: 2px @ 1600vw → 6px / 8px @ 960vw. */
.deco--top-right path,
.deco--top-left path,
.deco--right-plants path,
.deco--bottom-right path {
    stroke-width: clamp(2px, calc(12px - 0.625vw), 6px);
}

.deco-blocks path {
    stroke-width: clamp(2px, calc(17px - 0.9375vw), 8px);
}

/* deco--bottom-right opuszczone o 100px niżej. */
@media (max-width: 1300px) {
    .workshops > .bg-decorations .deco--bottom-right,
    .workshops__inner .deco--bottom-right {
        bottom: calc(4% - 30px);
    }
}

/* Małe ekrany (Figma 393px): deco--top-right większa, opuszczona bliżej zdjęcia
   i wysunięta częściowo poza viewport (body ma overflow-x: clip). */
@media (max-width: 700px) {
    .deco--top-right {
        translate: none;
        top: calc(40% - 10px);
        right: -29%;
        width: clamp(240px, 63%, 280px);
    }

    /* Podnosimy .bg-decorations hero ponad .hero__image (z-index: 1),
       aby kamerki nie były przykryte przez zdjęcie. */
    .hero > .bg-decorations {
        z-index: 2;
    }
}

/* Scroll-driven block stacking: blocks fall from above one after another.
   Build order matches gravity — bottom block lands first, top block last.
   Each block has --delay and a --drop-distance; position + opacity derive
   from the section's --progress (0 = off-screen, 1 = all stacked). */
.deco-blocks {
    --progress: 0;
}

.deco-blocks svg {
    width: 90%;
    height: auto;
    overflow: visible;
}

.deco-blocks path {
    transform: translateY(calc(var(--drop, -400px) * (1 - clamp(0, (var(--progress) - var(--delay, 0)) * var(--speed, 3), 1))));
    opacity: clamp(0, (var(--progress) - var(--delay, 0)) * var(--speed, 3), 1);
    transform-box: fill-box;
    transform-origin: center;
    transition: none;
}

/* Stack from bottom up (block1 = bottom, block16 = top). Delays stagger the drop. */
.deco-blocks #block1  { --delay: 0.00; --drop: -520px; }
.deco-blocks #block2  { --delay: 0.12; --drop: -440px; }
.deco-blocks #block3  { --delay: 0.24; --drop: -360px; }
.deco-blocks #block4  { --delay: 0.36; --drop: -280px; }
.deco-blocks #block5  { --delay: 0.48; --drop: -200px; }
.deco-blocks #block16 { --delay: 0.60; --drop: -120px; }

/* Balls roll along the trough as the element tilts (-15° → left, +15° → right).
   SVG viewBox = 512 wide. Natural ball centers: 190, 265, 343, 434.
   Diameter ≈ 67. Targets: pile-left at 190/256/322/388, pile-right at 236/302/368/434. */
.deco-balls {
    --tilt-left: 0;
    --tilt-right: 0;
}

.deco-balls svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.deco-balls [id^="ball"] {
    transform-box: view-box;
    transform-origin: center;
    transition: translate 0.25s cubic-bezier(.2, .8, .3, 1);
}

.deco-balls #ball1 { translate: calc(var(--tilt-right) *  46px) 0; }
.deco-balls #ball2 { translate: calc(var(--tilt-left) *  -9px + var(--tilt-right) *  37px) 0; }
.deco-balls #ball3 { translate: calc(var(--tilt-left) * -21px + var(--tilt-right) *  25px) 0; }
.deco-balls #ball4 { translate: calc(var(--tilt-left) * -46px) 0; }

.education__title {
    font-family: var(--font-main);
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
    max-width: 830px;
    margin: 0 auto 48px;
    display: block;
}

.education__title--medium {
    font-weight: 500;
    display: block;
}

.education__title--regular {
    font-weight: 400;
    display: block;
}

.education__lead {
    max-width: 830px;
    margin: 0 auto 48px;
    font-size: 24px;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
}

.education__video {
    position: relative;
    width: min(100%, var(--video-max-w));
    margin-top: calc(-1 * var(--video-overlap));
    aspect-ratio: 1102 / 618;
    height: auto;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

.education__video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.education__video > .education__video-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(131, 148, 118, 0.3);
}

.education__video > .education__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: rgba(131, 148, 118, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
}

.education__play:hover,
.education__play:focus-visible {
    transform: translate(-50%, -50%) scale(1.08);
    background-color: rgba(131, 148, 118, 0.85);
}

.education__play img {
    /* SVG renderuje się natywnie z wierzchołkiem w górę — obracamy o 90°
       żeby uzyskać klasyczny play (►). */
    height: 30px;
    width: auto;
    margin-left: 2px; /* optyczne wycentrowanie po rotacji */
}

/* ===== Video modal (overlay z YouTube iframe) ===== */
.video-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 5vw;
    background-color: rgba(107, 123, 96, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
}

.video-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.video-modal__wrap {
    position: relative;
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    transform: scale(0.92);
    transition: transform 0.32s cubic-bezier(.2, .8, .3, 1);
}

.video-modal.is-open .video-modal__wrap {
    transform: scale(1);
}

.video-modal__iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal__close {
    position: absolute;
    top: -56px;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--color-cream);
    color: var(--color-green-dark);
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.video-modal__close:hover,
.video-modal__close:focus-visible {
    transform: scale(1.08);
}

@media (max-width: 700px) {
    .video-modal__close {
        top: auto;
        bottom: -56px;
        right: 50%;
        transform: translateX(50%);
    }

    .video-modal__close:hover,
    .video-modal__close:focus-visible {
        transform: translateX(50%) scale(1.08);
    }
}

/* ===== Pillars (Kluczowe filary) ===== */
.pillars {
    padding: 140px var(--content-inline) 110px;
    position: relative;
}

.pillars__title {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: center;
    color: var(--color-green);
    margin-bottom: 60px;
}

.pillars__grid {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pillar {
    height: 556px;
    border-radius: var(--radius-lg);
    padding: 56px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
    transition: transform 0.3s ease;
}

.pillar:hover {
    transform: translateY(-6px);
}

.pillar--orange {
    background-color: var(--color-orange);
    color: var(--color-cream);
}

.pillar--yellow {
    background-color: var(--color-yellow);
    color: var(--color-green-dark);
}

.pillar--green {
    background-color: var(--color-green);
    color: var(--color-cream);
}

.pillar__icon {
    height: 146px;
    width: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar__icon img,
.pillar__icon svg {
    max-height: 100%;
    width: auto;
}

.pillar__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.pillar__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.03em;
    max-width: 460px;
    margin: 0 auto;
}

/* ===== Workshops (Warsztaty) ===== */
.workshops {
    padding: 0 var(--content-inline) 140px;
    position: relative;
}

.workshops > .bg-decorations,
.workshops__inner > .bg-decorations {
    overflow: visible;
}

.workshops__inner {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    background-color: var(--color-bg-soft);
    border-radius: var(--radius-lg);
    padding: 40px 48px 40px 40px;
    display: grid;
    grid-template-columns: 868px 1fr;
    gap: 40px;
    align-items: center;
}

.workshops__image {
    width: 100%;
    aspect-ratio: 868 / 556;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.workshops__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshops__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.workshops__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
}

.workshops__text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
}

.workshops__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-green-dark);
    align-self: flex-start;
    transition: gap 0.2s ease;
}

.workshops__cta span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    border-bottom: 1px solid currentColor;
    padding: 2px 0;
    line-height: 1.25;
}

.workshops__cta:hover {
    gap: 14px;
}

.workshops__cta img {
    transform: rotate(-90deg);
    width: 15px;
}

/* ===== Footer ===== */
.site-footer {
    background-color: var(--color-green);
    color: var(--color-cream);
    padding: 64px var(--page-padding) 48px;
    margin-top: 150px;
    position: relative;
}

.site-footer__inner {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.site-footer__logo img {
    width: 163px;
    height: auto;
}

.site-footer__content {
    border-top: 1px solid var(--color-cream);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 56px;
}

.site-footer__columns {
    display: flex;
    gap: 56px;
    flex-wrap: wrap;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 515px;
}

.footer-col__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--color-cream);
}

.footer-col__address {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--color-cream);
    margin-top: -32px;
}

.footer-col__contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.footer-col__contact a {
    color: inherit;
    transition: opacity 0.2s ease;
}

.footer-col__contact a:hover {
    opacity: 0.8;
}

.site-footer__socials {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-shrink: 0;
}

.site-footer__legal {
    display: flex;
    align-items: center;
}

.footer-link {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-cream);
    border-bottom: 2px solid var(--color-cream);
    padding: 4px 0;
    line-height: 1.25;
    transition: opacity 0.2s ease;
}

.footer-link:hover {
    opacity: 0.8;
}

.site-footer__copy {
    font-size: 20px;
    letter-spacing: -0.02em;
    color: var(--color-cream);
}

.site-footer__signature {
    display: flex;
    justify-content: flex-end;
}

.site-footer__signature img {
    width: 91px;
    height: auto;
}

/* ===== Responsive ===== */

/* Desktop ≤ 1440px */
@media (max-width: 1440px) {
    :root {
        --page-padding: 80px;
    }

    .hero__title,
    .pillars__title {
        font-size: 56px;
    }

    .education__title {
        font-size: 52px;
    }

    .hero__image {
        height: 600px;
    }
}

/* Hero title width: 1380px → 960px */
@media (max-width: 1380px) and (min-width: 961px) {
    .hero__title {
        max-width: 50%;
    }
}

@media (max-width: 1200px) {
    :root {
        --page-padding: 48px;
        --content-inline: var(--page-padding);
    }

    .hero {
        padding-top: 110px;
        padding-bottom: 60px;
    }

    .hero__title {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .hero__image {
        height: 480px;
    }

    .intro {
        padding: 100px var(--content-inline) 80px;
    }

    .intro__text {
        font-size: 22px;
    }

    .education {
        --pillars-pad-top: 100px;
    }

    .education__panel {
        padding: 60px 48px var(--video-overlap);
    }

    .education__title {
        font-size: 44px;
    }

    .education__lead,
    .pillar__text,
    .workshops__text {
        font-size: 20px;
    }

    .pillars {
        padding: 100px var(--content-inline) 80px;
    }

    .pillars__title {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .pillar {
        height: auto;
        min-height: 480px;
        padding: 40px 20px;
    }

    .workshops__inner {
        padding: 32px;
    }
}

/* Warsztaty: 2 równe kolumny gdy zabraknie miejsca na sztywne 868px obrazu. */
@media (max-width: 1480px) {
    .workshops__inner {
        grid-template-columns: 1fr 1fr;
    }
}

/* Tablet / Mobile ≤ 960px — show hamburger, hide desktop nav */
@media (max-width: 960px) {
    :root {
        --page-padding: 20px;
    }

    .site-header__inner {
        padding: 20px var(--page-padding);
    }

    .site-header__logo-img--dark {
        width: 100px;
    }

    .site-header__nav--desktop {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    /* Figma 393px: deco--top-left większa i wyżej (wchodzi w tytuł). */
    .hero__image .deco--top-left {
        top: -33%;
        left: -40%;
        width: 60%;
    }

    /* Hero */
    .hero {
        padding: 50px var(--content-inline) 0;
    }

    .hero__title {
        font-size: 36px;
        max-width: 320px;
        margin-bottom: 32px;
    }

    .hero__image {
        height: auto;
        aspect-ratio: 353 / 240;
    }

    .hero__image-crop {
        border-radius: 20px;
    }

    /* Intro */
    .intro {
        padding: 46px var(--content-inline) 70px;
    }

    .intro__text {
        font-size: 20px;
        max-width: 360px;
        letter-spacing: -0.02em;
    }

    /* Education card */
    .education {
        padding: 0 var(--content-inline);
        margin: 0;
        --edu-pad-bottom: 0;
        --pillars-pad-top: 80px;
    }

    .education__panel {
        padding: 40px 24px var(--video-overlap);
        border-radius: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .education__rainbow {
        position: static;
        display: block;
        width: 48px;
        order: -1;
        margin: 0 auto 32px;
        transform: rotate(-2deg);
    }

    .education__title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .education__lead {
        font-size: 20px;
        margin-bottom: 40px;
        letter-spacing: -0.02em;
    }

    .education__video {
        max-width: 303px;
        margin-left: auto;
        margin-right: auto;
        aspect-ratio: 303 / 170;
        border-radius: 20px;
    }

    .education__video > .education__video-overlay {
        background-color: rgba(131, 148, 118, 0.2);
    }

    .education__video > .education__play {
        width: auto;
        height: auto;
        background-color: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border-radius: 0;
        padding: 0;
    }

    .education__play img {
        width: 41px;
        height: 36px;
    }

    /* Pillars */
    .pillars {
        padding: 40px var(--content-inline) 60px;
    }

    .pillars__title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .pillars__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 420px;
    }

    .pillar {
        height: auto;
        min-height: 420px;
        padding: 32px 20px;
        gap: 24px;
        border-radius: 20px;
    }

    .pillar__icon {
        height: 80px;
    }

    .pillar__icon img,
    .pillar__icon svg {
        max-height: 80px;
    }

    /* Grubszy stroke w ikonach filarów na mobile dla lepszej czytelności. */
    .pillar__icon svg path {
        stroke-width: 3.5;
    }

    .pillar__title {
        font-size: 28px;
        letter-spacing: -0.03em;
    }

    .pillar__text {
        font-size: 20px;
        letter-spacing: -0.02em;
    }

    /* Workshops */
    .workshops {
        padding: 120px var(--content-inline) 80px;
    }

    /* Deco ponad kontenerem (kontener ma z-index: 1 z reguły generycznej). */
    .workshops > .bg-decorations {
        z-index: 2;
    }

    .workshops__inner {
        grid-template-columns: 1fr;
        padding: 32px 18px 40px;
        border-radius: 40px;
        gap: 24px;
        max-width: 420px;
    }

    .workshops__image {
        width: 100%;
        aspect-ratio: 314 / 278;
        border-radius: 20px;
        /* Wystaje 50% swojej wysokości ponad kontener (%-owy margin-top
           odnosi się do szerokości kontenera: 50% × 278/314 ≈ 44.3%). */
        margin-top: -44.3%;
    }

    .workshops__content {
        gap: 24px;
    }

    .workshops__title {
        font-size: 28px;
        letter-spacing: -0.03em;
    }

    .workshops__text {
        font-size: 20px;
        letter-spacing: -0.02em;
    }

    .workshops__cta {
        white-space: nowrap;
    }

    /* SVG z klockami „ląduje" na obrazku — 2× większe od pierwotnej wersji. */
    .workshops > .bg-decorations .deco--bottom-right,
    .workshops__inner .deco--bottom-right {
        top: 160px;
        bottom: auto;
        right: -50%;
        width: clamp(320px, 90%, 400px);
    }

    /* Footer */
    .site-footer {
        padding: 24px 20px 48px;
        margin-top: 20px;
    }

    .site-footer__inner {
        gap: 40px;
    }

    .site-footer__content {
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }

    .site-footer__columns {
        flex-direction: column;
        gap: 40px;
        flex: 1 1 0;
        min-width: 0;
    }

    .site-footer__socials {
        flex-direction: row;
        gap: 12px;
        flex-shrink: 0;
    }

    .footer-col {
        max-width: none;
        min-width: 0;
    }

    .footer-col__address {
        overflow-wrap: anywhere;
    }

    .footer-col__title,
    .footer-col__address,
    .footer-col__contact,
    .site-footer__copy,
    .footer-link {
        font-size: 18px;
        letter-spacing: -0.02em;
    }

    /* Decorations — less obtrusive on mobile */
    .deco--top-right,
    .deco--bottom-right {
        opacity: 0.6;
    }

    .hero__image .deco--right-plants {
        display: none;
    }

    /* deco--left-stars na wysokości klocków nad „Edukacja dla Życia":
       20% mniejsze, grubszy stroke, obrócone o 20° w lewo. */
    .deco--left-stars {
        top: -40px;
        left: -55%;
        width: 72%;
        opacity: 0.75;
        transform: rotate(-25deg);
    }

    .deco--left-stars path {
        stroke-width: 5;
    }

    .deco--rainbow-top {
        display: none;
    }
}

/* Very small phones */
@media (max-width: 400px) {
    .hero__title {
        font-size: 32px;
    }

    .education__title {
        font-size: 32px;
    }

    .pillars__title {
        font-size: 32px;
    }
}

/* ============================================
   STRONA ŻŁOBEK
   ============================================ */

.subpage-hero__title {
    font-size: clamp(32px, 3.6vw, 48px);
}

/* Hero Żłobka — aspect-ratio 1680:493 (zamiast sztywnego 690px). */
.subpage-hero .hero__image {
    height: auto;
    aspect-ratio: 1680 / 493;
}

.subpage-intro {
    padding: 0px var(--content-inline) 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    --intro-progress: 0;
}

.subpage-intro__text {
    max-width: 830px;
    margin: 0 auto;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--color-green);
    position: relative;
    z-index: 2;
}

.subpage-intro__text p + p {
    margin-top: 0.9em;
}

.subpage-intro__puzzle {
    position: relative;
    z-index: 2;
    display: block;
    width: clamp(165px, 16.5vw, 240px);
    margin: 0 auto 48px;
    pointer-events: none;
}

.subpage-intro__puzzle svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Zewnętrzna ramka pozostaje obrysem; figury wewnątrz progresywnie
   zapełniają się zielenią razem z postępem scrolla. */
.subpage-intro__puzzle path + path {
    fill: #839476;
    fill-opacity: var(--intro-progress, 0);
    transition: fill-opacity 0.2s linear;
}

.subpage-intro__deco {
    position: absolute;
    pointer-events: none;
    opacity: 0.85;
    z-index: 1;
}

/* Kółko po lewej: startuje 50% wyżej i 50% mniejsze, w trakcie scrolla
   morphuje do docelowego rozmiaru/pozycji.
   Width skaluje się liniowo: 540px @ 1600vw → 216px @ 960vw (60% mniejszy). */
.subpage-intro__deco--left {
    left: -12%;
    bottom: -35%;
    width: clamp(216px, calc(50.625vw - 270px), 540px);
    transform-origin: center;
    translate: 0 calc((1 - var(--intro-progress, 0)) * -50%);
    scale: calc(0.5 + var(--intro-progress, 0) * 0.5);
    transition: translate 0.2s linear, scale 0.2s linear;
}

/* Kwadrat po prawej: obraca się 0° → 90° w prawo w trakcie scrolla;
   bazowo przesunięty 20% swojej wysokości w dół.
   Width skaluje się liniowo: 380px @ 1600vw → 152px @ 960vw (60% mniejszy). */
.subpage-intro__deco--right {
    right: -8%;
    bottom: -28%;
    width: clamp(152px, calc(35.625vw - 190px), 380px);
    transform-origin: center;
    translate: 0 20%;
    rotate: calc(var(--intro-progress, 0) * 90deg);
    transition: rotate 0.2s linear;
}

@media (max-width: 960px) {
    .subpage-intro {
        padding: 40px var(--content-inline) 20px;
    }

    /* Oba elementy wyśrodkowane pionowo dokładnie na granicy intro→features
       (bottom: 0 + translate 50% wysokości własnej w dół).
       W mobile rezygnujemy ze scale/rotate/morph — tylko statyczna pozycja. */
    .subpage-intro__deco--left {
        left: -30%;
        bottom: -13%;
        width: min(60%, 180px);
        translate: 0 50%;
        scale: 1;
    }

    .subpage-intro__deco--right {
        right: -22%;
        bottom: -10%;
        width: min(48%, 160px);
        translate: 0 50%;
    }

    .subpage-intro__puzzle {
        width: 165px;
        margin-bottom: 32px;
    }
}

/* ===== Co nas wyróżnia (żółte tło) ===== */
.subpage-features {
    background-color: var(--color-yellow);
    padding: 120px var(--content-inline);
    margin-top: 80px;
}

.subpage-features__inner {
    max-width: var(--max-width);
    margin: 0 auto;
}

.subpage-features__title {
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green);
    text-align: center;
    margin-bottom: 80px;
}

.subpage-features__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 35px;
    min-width: 0;
}

@media (prefers-reduced-motion: no-preference) {
    @supports (animation-timeline: view()) {
        .feature-card,
        .method-row {
            animation: feature-fade-up linear both;
            animation-timeline: view();
            animation-range: entry 10% cover 25%;
        }

        @keyframes feature-fade-up {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }
    }
}

.feature-card__image {
    aspect-ratio: 830 / 516;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.3);
}

.feature-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-card__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 690px;
    color: var(--color-green);
    margin-bottom: 80px;
}

.feature-card__num {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.feature-card__text {
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.feature-card__text strong {
    font-weight: 700;
    display: block;
}

.subpage-features--przedszkole {
    background-color: var(--color-orange);
}

.subpage-features--przedszkole .subpage-features__title,
.subpage-features--przedszkole .feature-card__body {
    color: var(--color-cream);
}

.subpage-features--szkola {
    background-color: #839476;
}

.subpage-features--szkola .subpage-features__title,
.subpage-features--szkola .feature-card__body {
    color: #FFFAE5;
}

.subpage-features--szkola .feature-card__num {
    color: #FFE79A;
}

.subpage-features__book-cell {
    position: relative;
}

.subpage-features__book {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;
    line-height: 0;
    pointer-events: none;
}

.subpage-features__book svg {
    display: block;
    height: 100%;
    width: auto;
    overflow: visible;
}

/* Intro — wariant szkoła: kółko + kwadrat w kolorze #FFE79A */
.subpage-intro--szkola .subpage-intro__deco svg path {
    stroke: #FFE79A;
}

/* ===== Pasek "Nasza metoda" ===== */
.subpage-pill {
    padding: 40px var(--content-inline) 166px;
}

.subpage-pill__panel {
    max-width: var(--max-width);
    margin: 0 auto;
    background-color: #FFE79A;
    border-radius: 40px;
    padding: 40px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.subpage-pill__text {
    flex: 1;
    max-width: 970px;
    margin: 0 auto;
    color: #839476;
    font-size: clamp(22px, 2.3vw, 36px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: center;
}

.subpage-pill__shape {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(13.17deg);
}

.subpage-pill__shape svg {
    display: block;
    width: auto;
    height: auto;
}

.subpage-pill__shape--left svg {
    width: 113px;
    height: 96px;
}

.subpage-pill__shape--right svg {
    width: 115px;
    height: 110px;
}

@media (max-width: 960px) {
    .subpage-pill {
        padding: 30px var(--content-inline) 100px;
    }

    .subpage-pill__panel {
        padding: 28px 24px;
        gap: 16px;
        border-radius: 28px;
    }

    .subpage-pill__shape--left svg {
        width: 64px;
        height: 54px;
    }

    .subpage-pill__shape--right svg {
        width: 64px;
        height: 62px;
    }
}

@media (max-width: 640px) {
    .subpage-pill__panel {
        flex-direction: column;
        gap: 24px;
    }

    .subpage-pill__shape--left svg {
        width: 72px;
        height: 61px;
    }

    .subpage-pill__shape--right svg {
        width: 72px;
        height: 69px;
    }
}

.subpage-pill + .subpage-team {
    padding-top: 0;
}

/* ===== Dowiedz się więcej (naprzemiennie obraz/tekst) ===== */
.subpage-method {
    padding: 160px var(--content-inline) 120px;
}

.subpage-method__title {
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green);
    text-align: center;
    max-width: 830px;
    margin: 0 auto 80px;
}

.subpage-method__list {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.method-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    align-items: center;
}

.method-row--image-right {
    direction: rtl;
}

.method-row--image-right > * {
    direction: ltr;
}

.method-row__image {
    aspect-ratio: 830 / 516;
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.method-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.method-row__body {
    max-width: 690px;
    color: var(--color-green);
}

.method-row__title {
    font-size: clamp(28px, 2.4vw, 36px);
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.method-row__text {
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.03em;
}

/* ===== Kadra ===== */
.subpage-team {
    padding: 80px var(--content-inline) 120px;
}

.subpage-team__title {
    font-size: clamp(40px, 4.5vw, 64px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green);
    text-align: center;
    margin-bottom: 60px;
}

/* Team swiper — Swiper.js carousel. */
.team-swiper-wrap {
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
}

.team-swiper {
    /* `!important` — Swiper defaultowo ustawia `overflow: hidden` na `.swiper`.
       My chcemy, żeby kolejne slajdy wypływały w prawo aż do krawędzi viewportu
       (body ma overflow-x: clip, więc są tam ucinane). */
    overflow: visible !important;
}

.team-swiper .swiper-slide {
    height: auto;
}


.team-swiper__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.team-swiper__nav {
    display: flex;
    gap: 23px;
}

.team-swiper__btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid var(--color-green-dark);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.team-swiper__btn:hover {
    background-color: var(--color-green-dark);
}

.team-swiper__btn:hover img {
    filter: brightness(0) invert(1);
}

.team-swiper__btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.team-swiper__btn img {
    width: 15px;
    height: auto;
    transition: filter 0.2s ease;
}

.team-swiper__btn--prev img {
    transform: rotate(90deg);
}

.team-swiper__btn--next img {
    transform: rotate(-90deg);
}

/* Paginacja (kropki) — widoczna tylko na mobile.
   `!important` przebija domyślne `position: absolute` ze swiper-bundle.css. */
.team-swiper__pagination {
    display: none;
    position: static !important;
    width: auto !important;
    text-align: center;
}

.team-swiper__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-green-dark);
    opacity: 0.35;
    margin: 0 6px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.team-swiper__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 640px) {
    .team-swiper__nav {
        display: none;
    }

    .team-swiper__pagination {
        display: block;
    }
}

.team-card {
    position: relative;
    min-height: 657px;
    cursor: pointer;
}

.team-card__face {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: opacity 0.3s ease;
}

.team-card__face--front {
    position: relative;
}

.team-card__face--back {
    position: absolute;
    inset: 0;
    padding: 40px 20px 28px;
    gap: 20px;
    background-color: var(--color-yellow);
    border-radius: var(--radius-lg);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.team-card.is-expanded .team-card__face--front {
    opacity: 0;
    pointer-events: none;
}

.team-card.is-expanded .team-card__face--back {
    opacity: 1;
    pointer-events: auto;
}

/* Tekst na tyle karty — wartości zgodne z projektem (Tailwind mapping). */
.team-card__name--back {
    font-size: 30px;    /* text-3xl */
    font-weight: 500;   /* font-medium */
    line-height: 40px;  /* leading-10 */
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
}

.team-card__back-heading {
    font-size: 24px;    /* text-2xl */
    font-weight: 700;   /* font-bold */
    line-height: 32px;  /* leading-8 */
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
}

.team-card__bio {
    font-size: 20px;    /* text-xl */
    font-weight: 400;
    line-height: 32px;  /* leading-8 */
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
    flex: 1 1 auto;
}


.team-card__image {
    aspect-ratio: 405 / 480;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-color: var(--color-yellow);
}

.team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Placeholder gdy osoba nie ma zdjęcia — SVG 301×345 w kontenerze 405×480.
   Wartości w %: 301/405 = 74.3%, 345/480 = 71.9%, 108/480 = 22.5% offsetu od góry. */
.team-card__image--placeholder {
    background-color: var(--color-yellow);
}

.team-card__image img.team-card__placeholder-img {
    width: 74.3%;
    height: 71.9%;
    margin: 22.5% auto 0;
    object-fit: contain;
    display: block;
}

.team-card__name {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
}

.team-card__role {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
}

.team-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-green-dark);
    transition: gap 0.2s ease;
    align-self: flex-start;
}

.team-card__cta span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    border-bottom: 1px solid currentColor;
    padding: 2px 0;
}

.team-card__cta img {
    transform: rotate(90deg);
    width: 13px;
    height: auto;
}

.team-card__cta:hover {
    gap: 14px;
}

/* ===== Rekrutacja ===== */
.subpage-recruit {
    padding: 80px var(--content-inline);
}

.subpage-recruit__panel {
    --stroke-0: #FFE79A;          /* żółty obrys dla dekoracji SVG */
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    background-color: var(--color-orange);
    border-radius: var(--radius-lg);
    padding: 90px 120px;
    color: var(--color-cream);
    text-align: center;
    /* brak overflow: hidden — dekoracje wystają poza zaokrąglone krawędzie */
}

/* Dekoracje — reuse z strony głównej (obracają się ze scrollem; balls turla się). */
.subpage-recruit__deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.subpage-recruit__deco--left {
    left: -8%;
    top: 50%;
    translate: 0 -50%;
    width: clamp(260px, 24%, 460px);
    opacity: 0.9;
}

.subpage-recruit__deco--right {
    right: -8%;
    top: 50%;
    translate: 0 -50%;
    width: clamp(260px, 24%, 460px);
    opacity: 0.9;
}

/* Content siedzi nad dekoracjami */
.subpage-recruit__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.subpage-recruit__title {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-cream);
    max-width: 830px;
}

.subpage-recruit__lead {
    max-width: 900px;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.03em;
    color: var(--color-cream);
}

.subpage-recruit__lead p + p {
    margin-top: 1.4em;
}

.subpage-recruit__contact {
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-cream);
}

/* Biały panel z formularzem */
.recruit-form {
    background-color: var(--color-cream);
    border-radius: 20px;
    padding: 40px;
    width: min(100%, 826px);
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
    color: var(--color-green-dark);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.recruit-form__heading {
    font-size: clamp(28px, 2.4vw, 36px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green-dark);
    text-align: center;
    margin: 0;
}

.recruit-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.recruit-form__field {
    display: flex;
    flex-direction: column;
    gap: 11px;
    min-width: 0;
}

.recruit-form__field--full {
    grid-column: 1 / -1;
}

.recruit-form__field > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
}

/* Pill inputy — bordered, przezroczyste tło */
.recruit-form__field input,
.recruit-form__field select {
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
    background-color: transparent;
    border: 1px solid var(--color-green-dark);
    border-radius: 1000px;
    height: 50px;
    padding: 0 24px;
    outline: none;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.recruit-form__field input::placeholder {
    color: #878787;
}

/* iOS Safari wymusza natywne kontrolki / min-width na date — resetujemy. */
.recruit-form__field input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
}

.recruit-form__field input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

.recruit-form__field input:focus,
.recruit-form__field select:focus {
    box-shadow: 0 0 0 3px rgba(107, 123, 96, 0.18);
}

.recruit-form__field--select select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'><path d='M1 1l6 6 6-6' stroke='%236B7B60' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 24px center;
    padding-right: 56px;
}

/* Stopka formularza */
.recruit-form__footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.recruit-form__note {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
}

.recruit-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
    max-width: 480px;
}

.recruit-form__consent input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex-shrink: 0;
    accent-color: var(--color-green-dark);
}

.recruit-form__submit {
    padding: 12px 16px;
    background-color: var(--color-green-dark);
    color: var(--color-cream);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    border-radius: 100px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    min-width: 148px;
    border: 1px solid var(--color-green-dark);
}

.recruit-form__submit:hover {
    background-color: var(--color-green);
    transform: translateY(-1px);
}

/* ===== Rekrutacja — wariant Szkoła ===== */
.subpage-recruit--szkola .subpage-recruit__panel {
    background-color: #DCA278;
}

.subpage-recruit--szkola .subpage-recruit__inner {
    gap: 40px;
}

.subpage-recruit--szkola .subpage-recruit__lead {
    max-width: 898px;
}

.subpage-recruit__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    width: min(100%, 826px);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.recruit-step {
    display: flex;
    gap: 38px;
    padding-top: 40px;
    border-top: 1px solid var(--color-cream);
    color: var(--color-cream);
    text-align: left;
    align-items: flex-start;
}

.recruit-step__label {
    flex-shrink: 0;
    width: 123px;
    font-size: clamp(24px, 2.4vw, 36px);
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -0.03em;
}

.recruit-step__body {
    flex: 1;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.03em;
}

.recruit-step__body p {
    margin: 0;
}

.recruit-step__body ul {
    margin: 0;
    padding-left: 36px;
    list-style: disc;
}

.recruit-step__body ul li + li {
    margin-top: 0.3em;
}

/* Formularz w wariancie szkoła — margines górny zamiast gap w inner */
.subpage-recruit--szkola .recruit-form {
    margin-top: 72px;
}

@media (max-width: 960px) {
    .recruit-step {
        flex-direction: column;
        gap: 12px;
        padding-top: 24px;
    }

    .recruit-step__label {
        width: auto;
    }

    .subpage-recruit--szkola .recruit-form {
        margin-top: 40px;
    }
}

/* ===== Responsywność Żłobek ===== */
@media (max-width: 1200px) {
    .subpage-features {
        padding: 80px var(--content-inline);
    }

    .subpage-method {
        padding: 100px var(--content-inline) 80px;
    }

    .method-row {
        gap: 60px;
    }

}

@media (max-width: 960px) {
    .subpage-hero .hero__image {
        aspect-ratio: 350 / 185;
    }

    .subpage-features {
        padding: 60px 20px;
        margin-top: 60px;
    }

    .subpage-features__title,
    .subpage-method__title,
    .subpage-team__title {
        margin-bottom: 40px;
        font-size: 36px;
    }

    .subpage-features__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .feature-card__body {
        margin-bottom: 0;
    }

    .feature-card__text {
        font-size: clamp(17px, 5.2vw, 22px);
    }

    .subpage-team {
        padding-bottom: 0;
    }

    .subpage-method {
        padding: 60px 20px;
    }

    .method-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .method-row--image-right {
        direction: ltr;
    }

    .subpage-recruit {
        padding: 60px 20px;
    }

    .subpage-recruit__deco {
        display: none;
    }

    .subpage-recruit__panel {
        padding: 48px 20px;
    }

    .recruit-form {
        padding: 24px;
        gap: 28px;
    }

    .recruit-form__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ===== Prosta strona tekstowa (warsztaty, polityka prywatności po uzupełnieniu) ===== */
.page-content {
    padding: clamp(60px, 7vw, 120px) var(--content-inline) clamp(80px, 10vw, 160px);
    background-color: var(--color-bg);
}

.page-content__inner {
    max-width: 900px;
    margin: 0 auto;
    color: var(--color-green);
}

.page-content__title {
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0 0 32px;
}

.page-content__intro {
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.5;
    color: var(--color-green-dark);
    margin-bottom: 40px;
}

.page-content__body {
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.65;
}

.page-content__body h2 {
    font-size: clamp(24px, 2.6vw, 36px);
    font-weight: 500;
    margin: 48px 0 16px;
    letter-spacing: -0.02em;
}

.page-content__body h3 {
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 600;
    margin: 32px 0 12px;
}

.page-content__body p {
    margin: 0 0 1em;
}

.page-content__body ul,
.page-content__body ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}

.page-content__body li {
    margin-bottom: 0.35em;
}

.page-content__body a {
    color: var(--color-orange);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-content__body a:hover {
    text-decoration-thickness: 2px;
}

.page-content--thanks {
    text-align: center;
    padding-top: clamp(100px, 12vw, 180px);
    padding-bottom: clamp(100px, 12vw, 180px);
}

.thanks-back {
    display: inline-block;
    margin-top: 24px;
    color: var(--color-orange);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
}

/* ===== Strona w przebudowie (Edukacja domowa) ===== */
.wip {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 9vw, 151px) var(--content-inline) clamp(120px, 12vw, 200px);
    background-color: var(--color-bg);
}

.wip__inner {
    position: relative;
    max-width: var(--max-width);
    margin: 0 auto;
    min-height: clamp(420px, 56vw, 820px);
}

.wip__title {
    position: relative;
    text-align: center;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--color-green-alt);
    margin: 0 auto;
    max-width: 850px;
    z-index: 2;
}

.wip__deco {
    position: absolute;
    border: 2px solid var(--color-green);
    pointer-events: none;
    z-index: 1;
    top: 50%;
}

.wip__deco--circle {
    width: clamp(300px, 32vw, 560px);
    aspect-ratio: 560 / 533;
    border-radius: 50%;
    left: clamp(-180px, -7vw, -80px);
    transform: translateY(-35%);
}

.wip__deco--square {
    width: clamp(280px, 30vw, 520px);
    aspect-ratio: 1 / 1;
    border-radius: clamp(50px, 5vw, 90px);
    right: clamp(-200px, -9vw, -120px);
    transform: translateY(-35%) rotate(45deg);
}

.wip__blocks {
    position: absolute;
    left: 50%;
    top: clamp(60px, 8vw, 140px);
    width: clamp(130px, 12vw, 189px);
    aspect-ratio: 189 / 595;
    transform: translateX(-50%) rotate(-2.33deg);
    z-index: 1;
}

.wip__blocks svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 960px) {
    .wip__inner {
        min-height: 560px;
    }

    .wip__deco--circle {
        left: clamp(-260px, -35vw, -140px);
    }

    .wip__deco--square {
        right: clamp(-260px, -35vw, -140px);
    }
}

@media (max-width: 640px) {
    .wip__deco--circle,
    .wip__deco--square {
        display: none;
    }

    .wip__inner {
        min-height: 420px;
    }
}

/* ===== Warsztaty (editorial, mniej blokowy layout) ===== */
.warsztaty-hero {
    padding: clamp(40px, 6vw, 90px) var(--content-inline) 20px;
    text-align: center;
    position: relative;
}

.warsztaty-hero__inner {
    max-width: 900px;
    margin: 0 auto;
}

.warsztaty-hero__eyebrow {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-green-dark);
    margin: 0 0 24px;
    font-weight: 600;
}

.warsztaty-hero__title {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--color-green-alt);
    margin: 0 0 28px;
}

.warsztaty-hero__lead {
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.5;
    color: var(--color-green);
    max-width: 720px;
    margin: 0 auto 28px;
}

.warsztaty-subjects {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.warsztaty-subjects li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 8px 16px;
    border: 1px solid var(--color-green);
    border-radius: 1000px;
    color: var(--color-green-dark);
    background-color: rgba(255, 255, 255, 0.3);
}

.warsztaty-hero__cta {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 1000px;
    background-color: var(--color-green-dark);
    color: var(--color-cream);
    font-weight: 600;
    font-size: 16px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.warsztaty-hero__cta:hover {
    background-color: var(--color-green);
    transform: translateY(-1px);
}

.warsztaty-meta {
    padding: 40px var(--content-inline);
}

.warsztaty-meta__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 36px;
    border-radius: 28px;
    background-color: var(--color-bg-soft);
}

.warsztaty-meta__item {
    margin: 0;
}

.warsztaty-meta__item dt {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-green-dark);
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.75;
}

.warsztaty-meta__item dd {
    margin: 0;
    font-size: clamp(16px, 1.4vw, 19px);
    color: var(--color-green-dark);
    line-height: 1.4;
    font-weight: 500;
}

.warsztaty-meta__note {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.75;
}

@media (max-width: 860px) {
    .warsztaty-meta__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px;
    }
}

.warsztaty-list,
.warsztaty-benefits,
.warsztaty-pricing,
.warsztaty-practical {
    padding: clamp(50px, 7vw, 100px) var(--content-inline);
}

.warsztaty-list__inner,
.warsztaty-benefits__inner,
.warsztaty-pricing__inner,
.warsztaty-practical__inner,
.warsztaty-signup__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.warsztaty-list__title,
.warsztaty-benefits__title,
.warsztaty-pricing__title,
.warsztaty-practical__title,
.warsztaty-signup__title {
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--color-green-alt);
    margin: 0 0 32px;
    line-height: 1.15;
}

.warsztaty-list__items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.warsztaty-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 24px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(131, 148, 118, 0.25);
}

.warsztaty-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.warsztaty-item__num {
    font-size: clamp(40px, 4vw, 56px);
    font-weight: 500;
    color: var(--color-orange);
    line-height: 1;
    letter-spacing: -0.04em;
}

.warsztaty-item__body {
    max-width: 720px;
}

.warsztaty-item__title {
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 600;
    color: var(--color-green-dark);
    margin: 0 0 6px;
    letter-spacing: -0.02em;
}

.warsztaty-item__grade {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-green);
    font-weight: 600;
    margin: 0 0 12px;
}

.warsztaty-item__text {
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.6;
    color: var(--color-green-dark);
    margin: 0;
}

@media (max-width: 640px) {
    .warsztaty-item {
        grid-template-columns: 60px 1fr;
        gap: 16px;
    }
}

.warsztaty-benefits__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.warsztaty-benefits__list li {
    position: relative;
    padding: 20px 22px 20px 56px;
    border-radius: 20px;
    background-color: var(--color-bg-soft);
    color: var(--color-green-dark);
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.5;
}

.warsztaty-benefits__list li::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 26px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--color-orange);
}

.warsztaty-pricing__note {
    font-size: 15px;
    color: var(--color-green);
    margin: -16px 0 32px;
}

.warsztaty-pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.warsztaty-pricing__tier {
    padding: 28px 32px;
    border-radius: 24px;
    border: 1px solid rgba(131, 148, 118, 0.25);
    background-color: var(--color-cream);
}

.warsztaty-pricing__tier-title {
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 600;
    color: var(--color-green-alt);
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.warsztaty-pricing__tier-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.warsztaty-pricing__tier-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-top: 1px solid rgba(131, 148, 118, 0.2);
    font-size: 15px;
    line-height: 1.4;
}

.warsztaty-pricing__tier-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.warsztaty-pricing__name {
    color: var(--color-green-dark);
}

.warsztaty-pricing__price {
    font-weight: 700;
    color: var(--color-green-alt);
    white-space: nowrap;
}

.warsztaty-practical__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.warsztaty-practical__list li {
    position: relative;
    padding-left: 28px;
    font-size: clamp(15px, 1.3vw, 17px);
    line-height: 1.55;
    color: var(--color-green-dark);
}

.warsztaty-practical__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 2px;
    background-color: var(--color-orange);
}

.warsztaty-signup {
    padding: clamp(50px, 7vw, 100px) var(--content-inline) clamp(80px, 10vw, 140px);
    background-color: var(--color-bg-soft);
}

.warsztaty-signup__inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(0, 1.5fr);
    gap: 48px;
    align-items: start;
}

.warsztaty-signup__lead {
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.55;
    color: var(--color-green-dark);
    margin: 0 0 28px;
}

.warsztaty-signup__phones {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.warsztaty-signup__phones li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.warsztaty-signup__phone-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-green);
    font-weight: 600;
}

.warsztaty-signup__phone-value {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 600;
    color: var(--color-green-alt);
    letter-spacing: -0.02em;
}

.warsztaty-signup__phone-value:hover {
    color: var(--color-orange);
}

.warsztaty-signup__bank {
    margin: 0;
    padding: 18px 20px;
    border-radius: 16px;
    background-color: var(--color-cream);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.warsztaty-signup__bank-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-green);
    font-weight: 600;
}

.warsztaty-signup__bank-value {
    font-size: clamp(14px, 1.2vw, 17px);
    color: var(--color-green-dark);
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    letter-spacing: 0.02em;
}

@media (max-width: 960px) {
    .warsztaty-signup__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Fieldsets, checkboxes, radios, textareas w formularzu warsztatowym */
.recruit-form__choice {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recruit-form__choice legend {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--color-green-dark);
    padding: 0;
}

.recruit-form__hint {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 4px;
}

.recruit-form__choice-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.recruit-form__choice-list--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.recruit-form__check,
.recruit-form__radio {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid var(--color-green-dark);
    border-radius: 14px;
    background-color: transparent;
    color: var(--color-green-dark);
    font-size: 15px;
    line-height: 1.35;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.recruit-form__radio {
    padding: 10px 18px;
    border-radius: 1000px;
}

.recruit-form__check em,
.recruit-form__radio em {
    font-style: normal;
    opacity: 0.75;
}

.recruit-form__check input[type="checkbox"],
.recruit-form__radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex-shrink: 0;
    accent-color: var(--color-green-dark);
}

.recruit-form__check:hover,
.recruit-form__radio:hover {
    background-color: rgba(107, 123, 96, 0.08);
}

.recruit-form__check:has(input:checked),
.recruit-form__radio:has(input:checked) {
    background-color: rgba(107, 123, 96, 0.12);
    border-color: var(--color-green);
}

.recruit-form__field--area textarea {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: var(--color-green-dark);
    background-color: transparent;
    border: 1px solid var(--color-green-dark);
    border-radius: 20px;
    padding: 14px 20px;
    outline: none;
    transition: box-shadow 0.2s ease;
    width: 100%;
    resize: vertical;
    min-height: 110px;
}

.recruit-form__field--area textarea::placeholder {
    color: #878787;
}

.recruit-form__field--area textarea:focus {
    box-shadow: 0 0 0 3px rgba(107, 123, 96, 0.18);
}

@media (max-width: 640px) {
    .warsztaty-pricing__tier {
        padding: 22px 20px;
    }
}

