/* =====================================================
   SYNTARO — warstwa komponentów (kp-)
   Port wizualu ze wzorca (sternicy-www-final/assets/css/style.css).
   Klasy prefiksowane kp-, kolory wyłącznie przez var(--syn-*)/var(--ad-*).
   Ładowana PO custom.css → nadpisuje legacy tam, gdzie nazwy się pokrywają.
   Reset/body/typografia: theme.json + custom.css (tu tylko komponenty).
   ===================================================== */

:root {
    /* Tokeny pomocnicze specyficzne dla warstwy SYNTARO */
    --syn-track:    #efe9d6;   /* tory progress / result-bar */
    --syn-cta-weak: #e0a400;   /* pasek „najsłabszy obszar" w quizie */
    --syn-dark-mid: #2a2a32;
}

/* ---------- KLOCKI BAZOWE (§6.4) ---------- */
.kp-container { max-width: var(--ad-container); margin: 0 auto; padding: 0 24px; }
.kp-container--narrow { max-width: 820px; }
.kp-container--prose { max-width: 740px; }

.kp-section { padding: 84px 0; }
.kp-section--dark { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); }
.kp-section--cream { background: var(--syn-section-cream-bg); }
.kp-section--surface { background: var(--syn-section-surface-bg); }

.kp-grid { display: grid; gap: 20px; }
.kp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.kp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.kp-grid--4 { grid-template-columns: repeat(4, 1fr); }
.kp-grid--auto { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

.kp-box { background: var(--syn-white); border-radius: var(--ad-radius-lg); padding: 30px; }
.kp-box--dark { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); }
.kp-box--cream { background: var(--syn-section-cream-bg); }
.kp-box--bordered { border: 1px solid var(--syn-border); }
.kp-box--featured { border: 2px solid var(--syn-cta); box-shadow: 0 8px 28px rgba(255,205,2,.18); }

.kp-eyebrow { display: inline-block; padding: 6px 14px; background: var(--syn-section-cream-bg); color: var(--syn-eyebrow); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; border-radius: 6px; margin-bottom: 14px; }
.kp-section-title { font-family: var(--syn-font-display); letter-spacing: -.02em; font-size: clamp(1.7rem, 3.4vw, 2.4rem); line-height: 1.2; margin-bottom: 12px; color: var(--syn-heading); }
.kp-section-sub { font-size: 1.02rem; color: var(--syn-text-mid); max-width: 620px; margin-bottom: 42px; }
.kp-section--dark .kp-eyebrow { background: var(--syn-cta); color: var(--syn-section-dark-bg); }
.kp-section--dark .kp-section-title { color: var(--syn-heading-on-dark); }
.kp-section--dark .kp-section-sub { color: rgba(255,255,255,.55); }

.kp-display { font-family: var(--syn-font-display); letter-spacing: -.02em; }

/* listy z ikonami */
.kp-check-list { list-style: none; }
.kp-check-list li { padding: 8px 0 8px 28px; position: relative; }
.kp-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--syn-accent); font-weight: 800; }
.kp-x-list { list-style: none; }
.kp-x-list li { padding: 8px 0 8px 28px; position: relative; }
.kp-x-list li::before { content: '✕'; position: absolute; left: 0; color: var(--syn-cta); font-weight: 800; }

/* ---------- PRZYCISKI ---------- */
.kp-btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px; border-radius: var(--ad-radius-md); font-weight: 700; font-size: 1rem; transition: all .2s; border: none; cursor: pointer; text-decoration: none; line-height: 1.2; }
.kp-btn--primary { background: var(--syn-btn-bg); color: var(--syn-btn-text); }
.kp-btn--primary:hover { background: var(--syn-btn-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,205,2,.3); }
.kp-btn--outline { background: transparent; color: var(--syn-text); border: 2px solid var(--syn-border); }
.kp-btn--outline:hover { border-color: var(--syn-cta); }
.kp-btn--ghost { background: transparent; color: var(--syn-accent); padding-left: 8px; padding-right: 8px; }
.kp-btn--ghost:hover { color: var(--syn-accent-hover); }
.kp-section--dark .kp-btn--outline { color: var(--syn-section-dark-text); border-color: rgba(255,255,255,.25); }
.kp-btn--lg { padding: 18px 38px; font-size: 1.05rem; }

/* ---------- HEADER ---------- */
.kp-site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,249,230,.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid transparent; transition: all .25s; }
.kp-site-header.is-scrolled { background: rgba(255,255,255,.96); border-bottom-color: var(--syn-border); box-shadow: 0 2px 12px rgba(20,20,24,.05); }
.kp-site-header__inner { max-width: var(--ad-container); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 76px; transition: height .25s; }
.kp-site-header.is-scrolled .kp-site-header__inner { height: 62px; }

/* logo + sygnet */
.kp-logo { display: flex; align-items: center; gap: 11px; }
.kp-logo__mark { width: 40px; height: 40px; flex-shrink: 0; }
.kp-logo__word { font-family: var(--ad-font); font-weight: 900; font-size: 1.28rem; letter-spacing: .06em; color: var(--syn-section-dark-bg); line-height: 1; }
.kp-logo__word .u { position: relative; display: inline-block; z-index: 1; }
.kp-logo__word .u::after { content: ''; position: absolute; left: -1px; right: -1px; bottom: 1px; height: 7px; background: var(--syn-cta); z-index: -1; border-radius: 2px; }
.kp-footer .kp-logo__word { color: var(--syn-section-cream-bg); }
.kp-footer .kp-logo__word .u { color: var(--syn-section-dark-bg); }

/* nawigacja */
.kp-nav { display: flex; gap: 26px; align-items: center; }
.kp-nav a { font-size: .9rem; font-weight: 500; color: var(--syn-text-mid); }
.kp-nav a:hover, .kp-nav a.is-active { color: var(--syn-nav-text); }
.kp-nav__phone { font-weight: 700; color: var(--syn-nav-text) !important; white-space: nowrap; }
.kp-nav__cta { padding: 10px 20px; background: var(--syn-nav-cta-bg); color: var(--syn-btn-text) !important; border-radius: 8px; font-weight: 700; }
.kp-nav__cta:hover { background: var(--syn-cta-hover); }
.kp-nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 42px; height: 42px; position: relative; z-index: 102; }
.kp-nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--syn-section-dark-bg); margin: 5px auto; transition: all .25s; border-radius: 2px; }

/* ---------- HERO (split) ---------- */
.kp-hero { padding: 150px 0 64px; background: var(--syn-section-cream-bg); }
.kp-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; align-items: center; }
.kp-hero__eyebrow { font-size: .84rem; font-weight: 700; color: var(--syn-accent); letter-spacing: .03em; margin-bottom: 14px; }
.kp-hero h1, .kp-hero__title { font-family: var(--syn-font-display); letter-spacing: -.02em; font-size: clamp(2.1rem, 4.4vw, 3.05rem); line-height: 1.16; margin-bottom: 18px; color: var(--syn-hero-heading); }
.kp-hero h1 .mark, .kp-hero__title .mark { font-style: normal; position: relative; z-index: 1; }
.kp-hero h1 .mark::after, .kp-hero__title .mark::after { content: ''; position: absolute; bottom: 3px; left: -4px; right: -4px; height: 13px; background: var(--syn-cta); opacity: .45; z-index: -1; border-radius: 2px; }
.kp-hero__value { font-size: 1.1rem; line-height: 1.7; font-weight: 500; margin-bottom: 12px; }
.kp-hero__proof { font-size: .93rem; color: var(--syn-text-mid); line-height: 1.65; margin-bottom: 30px; }
.kp-hero__proof strong { color: var(--syn-text); }
.kp-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.kp-hero__img { position: relative; }
.kp-hero__img img { border-radius: var(--ad-radius-lg); box-shadow: var(--ad-shadow-lg); aspect-ratio: 4/3; object-fit: cover; }
.kp-hero__badge { position: absolute; bottom: -16px; left: 22px; background: var(--syn-cta); color: var(--syn-btn-text); padding: 12px 20px; border-radius: var(--ad-radius-md); font-weight: 700; font-size: .88rem; box-shadow: var(--ad-shadow-md); }

/* ---------- TRUST BAR ---------- */
.kp-trust { padding: 34px 0; border-bottom: 1px solid var(--syn-border); }
.kp-trust__inner { display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; }
.kp-trust__item { font-size: .88rem; color: var(--syn-text-mid); display: flex; align-items: center; gap: 8px; }
.kp-trust__item strong { color: var(--syn-text); }
.kp-trust__dot { width: 8px; height: 8px; border-radius: 2px; background: var(--syn-cta); flex-shrink: 0; }

/* ---------- PROBLEMY (ciemna) ---------- */
.kp-problems__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; margin-bottom: 36px; }
.kp-problem-card { display: flex; gap: 14px; padding: 24px; background: var(--syn-dark-card-bg); border: 1px solid rgba(255,255,255,.06); border-radius: var(--ad-radius-md); transition: border-color .2s; }
.kp-problem-card:hover { border-color: var(--syn-cta); }
.kp-problem-card__num { flex-shrink: 0; width: 36px; height: 36px; background: var(--syn-cta); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; color: var(--syn-btn-text); }
.kp-problem-card h3 { font-size: .98rem; font-weight: 700; color: var(--syn-heading-on-dark); margin-bottom: 5px; }
.kp-problem-card p { font-size: .89rem; color: rgba(255,255,255,.55); line-height: 1.55; }
.kp-problems__cta { text-align: center; font-size: .95rem; color: rgba(255,255,255,.7); }
.kp-problems__cta a { color: var(--syn-cta); font-weight: 700; border-bottom: 1px solid var(--syn-cta); }

/* ---------- TRANSFORMACJA ---------- */
.kp-transform__grid { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: stretch; }
.kp-transform__col { padding: 30px; border-radius: var(--ad-radius-lg); }
.kp-transform__col h3 { font-size: 1.05rem; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; font-family: var(--ad-font); }
.kp-transform__col--before { background: var(--syn-section-surface-bg); border: 1px solid var(--syn-border); }
.kp-transform__col--after { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); }
.kp-transform__item { padding: 13px 0; border-top: 1px solid var(--syn-border); font-size: .94rem; line-height: 1.5; }
.kp-transform__col--after .kp-transform__item { border-color: rgba(255,255,255,.1); }
.kp-transform__dot { width: 10px; height: 10px; border-radius: 50%; }
.kp-transform__dot--before { background: var(--syn-border); }
.kp-transform__dot--after { background: var(--syn-cta); }
.kp-transform__arrow { display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: var(--syn-accent); font-weight: 800; }

/* ---------- METODA STER ---------- */
.kp-metoda { background: var(--syn-section-surface-bg); }
.kp-metoda__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-bottom: 38px; }
.kp-metoda__steps::before { content: ''; position: absolute; top: 33px; left: 9%; right: 9%; height: 3px; background: var(--syn-cta); opacity: .4; }
.kp-metoda__step { padding: 0 18px; text-align: left; position: relative; }
.kp-metoda__letter { width: 66px; height: 66px; background: var(--syn-cta); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.7rem; color: var(--syn-btn-text); margin-bottom: 18px; position: relative; z-index: 1; box-shadow: 0 6px 16px rgba(255,205,2,.35); font-family: var(--ad-font); }
.kp-metoda__step h3 { font-size: 1.08rem; font-weight: 800; margin-bottom: 8px; font-family: var(--ad-font); }
.kp-metoda__step p { font-size: .9rem; color: var(--syn-text-mid); line-height: 1.6; margin-bottom: 10px; }
.kp-metoda__deliv { font-size: .82rem; font-weight: 600; color: var(--syn-accent); display: flex; gap: 7px; align-items: flex-start; line-height: 1.45; }
.kp-metoda__deliv::before { content: '→'; flex-shrink: 0; }
.kp-metoda__cta { text-align: center; font-size: .97rem; }
.kp-metoda__cta a { color: var(--syn-accent); font-weight: 700; border-bottom: 2px solid var(--syn-cta); }

/* ---------- USŁUGI ---------- */
.kp-services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 20px; }
.kp-service-card { background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 30px; transition: all .2s; display: flex; flex-direction: column; position: relative; }
.kp-service-card:hover { box-shadow: var(--ad-shadow-md); transform: translateY(-3px); }
.kp-service-card--featured { border: 2px solid var(--syn-cta); box-shadow: 0 8px 28px rgba(255,205,2,.18); }
.kp-service-card__badge { position: absolute; top: -13px; left: 26px; background: var(--syn-cta); color: var(--syn-btn-text); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 6px; }
.kp-service-card__num { font-size: .8rem; font-weight: 800; color: var(--syn-accent); margin-bottom: 10px; letter-spacing: .08em; }
.kp-service-card h3, .kp-service-card__title { font-size: 1.12rem; font-weight: 800; margin-bottom: 10px; font-family: var(--ad-font); line-height: 1.35; }
.kp-service-card p, .kp-service-card__text { font-size: .92rem; color: var(--syn-text-mid); line-height: 1.6; flex: 1; }
.kp-service-card__meta { font-size: .82rem; color: var(--syn-text-mid); margin: 14px 0 12px; padding-top: 14px; border-top: 1px solid var(--syn-border); }
.kp-service-card__meta strong { color: var(--syn-text); }
.kp-service-card__link { font-size: .9rem; font-weight: 700; color: var(--syn-accent); }
.kp-service-card__link:hover { color: var(--syn-accent-hover); }

/* ---------- DLACZEGO MY ---------- */
.kp-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.kp-why__item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--syn-border); }
.kp-why__item:last-child { border-bottom: none; }
.kp-why__check { flex-shrink: 0; width: 30px; height: 30px; background: var(--syn-cta); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 900; color: var(--syn-btn-text); font-size: .95rem; }
.kp-why__item h3 { font-size: 1rem; font-weight: 800; margin-bottom: 4px; font-family: var(--ad-font); }
.kp-why__item p { font-size: .91rem; color: var(--syn-text-mid); line-height: 1.55; }
.kp-why__img { position: relative; }
.kp-why__img img { border-radius: var(--ad-radius-lg); box-shadow: var(--ad-shadow-lg); aspect-ratio: 4/3.4; object-fit: cover; }
.kp-why__link { display: inline-block; margin-top: 22px; font-weight: 700; color: var(--syn-accent); border-bottom: 2px solid var(--syn-cta); font-size: .95rem; }

/* ---------- CASE STUDIES (karty) ---------- */
.kp-cases__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 36px; }
.kp-case-card { background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 28px; display: flex; flex-direction: column; transition: all .2s; }
.kp-case-card:hover { box-shadow: var(--ad-shadow-md); transform: translateY(-3px); }
.kp-case-card__tag { font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--syn-accent); margin-bottom: 12px; }
.kp-case-card h3 { font-size: 1.08rem; font-weight: 800; line-height: 1.4; margin-bottom: 10px; font-family: var(--ad-font); }
.kp-case-card__deck { font-size: .92rem; line-height: 1.55; color: var(--syn-text-mid); flex: 1; }
.kp-case-card__deck strong { color: var(--syn-text); }
.kp-case-card__link { margin-top: 16px; font-size: .9rem; font-weight: 700; color: var(--syn-accent); }
.kp-cases__more { text-align: center; }
.kp-case-card--soon { opacity: .65; }
.kp-case-card--soon .kp-case-card__link { color: var(--syn-text-mid); cursor: default; }

/* ---------- FAQ ---------- */
.kp-faq__list { max-width: 780px; margin: 0 auto; }
.kp-faq-item { border: 1px solid var(--syn-border); border-radius: var(--ad-radius-md); margin-bottom: 12px; background: var(--syn-white); overflow: hidden; }
.kp-faq-item__q { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; gap: 16px; width: 100%; text-align: left; background: none; border: none; font: inherit; }
.kp-faq-item__q h3 { font-size: 1rem; font-weight: 700; font-family: var(--ad-font); }
.kp-faq-item__toggle { font-size: 1.3rem; font-weight: 400; color: var(--syn-accent); transition: transform .25s; flex-shrink: 0; }
.kp-faq-item__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.kp-faq-item__a p { padding: 0 24px 22px; font-size: .94rem; color: var(--syn-text-mid); line-height: 1.65; }
.kp-faq-item.is-open .kp-faq-item__toggle { transform: rotate(45deg); }
.kp-faq-item.is-open .kp-faq-item__a { max-height: 400px; }

/* ---------- LEAD MAGNET (ciemna) ---------- */
.kp-magnet .kp-container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.kp-magnet h2 { font-family: var(--syn-font-display); font-size: clamp(1.5rem, 2.8vw, 2rem); color: var(--syn-heading-on-dark); margin-bottom: 12px; line-height: 1.3; }
.kp-magnet__lead { color: rgba(255,255,255,.6); font-size: .97rem; margin-bottom: 18px; }
.kp-magnet__items li { padding: 8px 0 8px 28px; position: relative; color: rgba(255,255,255,.78); font-size: .93rem; }
.kp-magnet__items li::before { content: '✓'; position: absolute; left: 0; color: var(--syn-cta); font-weight: 800; }
.kp-magnet__form { display: flex; gap: 10px; flex-wrap: wrap; }
.kp-magnet__form input { flex: 1; min-width: 200px; padding: 15px 18px; border-radius: var(--ad-radius-md); border: 1px solid rgba(255,255,255,.15); background: var(--syn-dark-card-bg); color: var(--syn-section-dark-text); font-size: .95rem; font-family: inherit; }
.kp-magnet__form input::placeholder { color: rgba(255,255,255,.35); }
.kp-magnet__form button { padding: 15px 26px; background: var(--syn-cta); color: var(--syn-btn-text); border: none; border-radius: var(--ad-radius-md); font-weight: 800; font-size: .95rem; cursor: pointer; transition: background .2s; }
.kp-magnet__form button:hover { background: var(--syn-cta-hover); }
.kp-magnet__note { font-size: .78rem; color: rgba(255,255,255,.35); margin-top: 10px; }
.kp-magnet__formtitle { font-weight: 700; margin-bottom: 14px; font-size: .96rem; color: var(--syn-section-dark-text); }

/* ---------- CTA KOŃCOWE ---------- */
.kp-cta-final { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); text-align: center; padding: 90px 0; border-top: 1px solid rgba(255,255,255,.07); }
.kp-cta-final h2 { font-family: var(--syn-font-display); font-size: clamp(1.7rem, 3.2vw, 2.4rem); color: var(--syn-heading-on-dark); margin-bottom: 14px; }
.kp-cta-final p { color: rgba(255,255,255,.6); max-width: 560px; margin: 0 auto 32px; font-size: 1.02rem; }
.kp-cta-final__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; align-items: center; }
.kp-cta-final__phone { font-size: 1.15rem; font-weight: 800; color: var(--syn-section-dark-text); display: inline-flex; align-items: center; gap: 9px; }
.kp-cta-final__phone:hover { color: var(--syn-cta); }

/* ---------- FOOTER ---------- */
.kp-footer { background: var(--syn-footer-bg); color: var(--syn-footer-text); padding: 64px 0 32px; border-top: 1px solid rgba(255,255,255,.08); }
.kp-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 46px; }
.kp-footer h4, .kp-footer__col-title { color: var(--syn-footer-link); font-size: .85rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--ad-font); }
.kp-footer a { font-size: .9rem; color: var(--syn-footer-text); display: inline-block; padding: 4px 0; }
.kp-footer a:hover { color: var(--syn-cta); }
.kp-footer__about { font-size: .9rem; line-height: 1.65; margin-top: 14px; }
.kp-footer__nav { list-style: none; }
.kp-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: rgba(255,255,255,.35); }

/* ---------- STRONY WEWNĘTRZNE: page-hero + breadcrumb ---------- */
.kp-page-hero { padding: 150px 0 56px; background: var(--syn-section-cream-bg); }
.kp-page-hero h1, .kp-page-hero__title { font-family: var(--syn-font-display); letter-spacing: -.02em; font-size: clamp(1.9rem, 3.8vw, 2.7rem); line-height: 1.2; margin-bottom: 16px; max-width: 760px; color: var(--syn-hero-heading); }
.kp-page-hero p { font-size: 1.05rem; color: var(--syn-text-mid); max-width: 640px; line-height: 1.7; }
.kp-breadcrumb { font-size: .82rem; color: var(--syn-text-mid); margin-bottom: 18px; }
.kp-breadcrumb a { color: var(--syn-accent); font-weight: 600; }

/* ---------- KONTAKT ---------- */
.kp-contact__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 60px; }
.kp-contact-card { background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 32px; text-align: center; }
.kp-contact-card--featured { border: 2px solid var(--syn-cta); box-shadow: 0 8px 28px rgba(255,205,2,.15); }
.kp-contact-card__icon { width: 54px; height: 54px; background: var(--syn-section-cream-bg); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 1.4rem; }
.kp-contact-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; font-family: var(--ad-font); }
.kp-contact-card p { font-size: .9rem; color: var(--syn-text-mid); line-height: 1.55; margin-bottom: 18px; }
.kp-contact-card__big { font-size: 1.25rem; font-weight: 800; color: var(--syn-text); display: block; margin-bottom: 6px; }
.kp-contact-card__big:hover { color: var(--syn-accent); }

.kp-contact-form { max-width: 640px; margin: 0 auto; background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 40px; }
.kp-contact-form h2 { font-family: var(--syn-font-display); font-size: 1.4rem; margin-bottom: 8px; }
.kp-contact-form > p { font-size: .93rem; color: var(--syn-text-mid); margin-bottom: 26px; }

/* ---------- FORMULARZE (wspólne .kp-form-*) ---------- */
.kp-form-field { margin-bottom: 18px; }
.kp-form-field label { display: block; font-size: .86rem; font-weight: 700; margin-bottom: 7px; }
.kp-form-field input, .kp-form-field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--syn-border); border-radius: var(--ad-radius-md); font-size: .95rem; font-family: inherit; background: var(--syn-section-surface-bg); }
.kp-form-field input:focus, .kp-form-field textarea:focus { outline: 2px solid var(--syn-cta); border-color: transparent; }
.kp-form-field textarea { min-height: 110px; resize: vertical; }
.kp-form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .8rem; color: var(--syn-text-mid); margin: 20px 0; line-height: 1.5; }
.kp-form-consent input { margin-top: 3px; flex-shrink: 0; accent-color: var(--syn-cta); }

.kp-expect { max-width: 780px; margin: 0 auto; }
.kp-expect__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.kp-expect__item { padding: 24px; background: var(--syn-section-surface-bg); border-radius: var(--ad-radius-lg); border: 1px solid var(--syn-border); }
.kp-expect__item .kp-num { width: 32px; height: 32px; background: var(--syn-cta); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; margin-bottom: 14px; font-family: var(--ad-font); }
.kp-expect__item p { font-size: .9rem; color: var(--syn-text-mid); line-height: 1.6; }
.kp-expect__item p strong { color: var(--syn-text); }

/* ---------- PROSE ---------- */
.kp-prose { max-width: 760px; margin: 0 auto; }
.kp-prose h2 { font-size: 1.35rem; margin: 38px 0 14px; font-family: var(--ad-font); font-weight: 800; }
.kp-prose p, .kp-prose li { font-size: .96rem; color: var(--syn-text-mid); line-height: 1.75; margin-bottom: 14px; }
.kp-prose ul { list-style: disc; padding-left: 22px; }
.kp-prose strong { color: var(--syn-text); }

/* ---------- CENNIK ---------- */
.kp-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.kp-price-card { background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 34px 28px; display: flex; flex-direction: column; position: relative; }
.kp-price-card--featured { border: 2px solid var(--syn-cta); box-shadow: 0 10px 32px rgba(255,205,2,.2); transform: scale(1.02); }
.kp-price-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--syn-cta); color: var(--syn-btn-text); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 5px 14px; border-radius: 6px; white-space: nowrap; }
.kp-price-card h3 { font-size: 1.12rem; font-weight: 800; font-family: var(--ad-font); margin-bottom: 4px; }
.kp-price-card__time { font-size: .84rem; color: var(--syn-text-mid); margin-bottom: 16px; }
.kp-price-card__price { font-size: 1.7rem; font-weight: 900; font-family: var(--ad-font); margin-bottom: 2px; }
.kp-price-card__price span { font-size: .85rem; font-weight: 600; color: var(--syn-text-mid); }
.kp-price-card__pricenote { font-size: .78rem; color: var(--syn-text-mid); margin-bottom: 20px; }
.kp-price-card ul { flex: 1; margin-bottom: 22px; list-style: none; }
.kp-price-card li { padding: 8px 0 8px 26px; position: relative; font-size: .89rem; color: var(--syn-text-mid); line-height: 1.5; border-bottom: 1px dashed var(--syn-border); }
.kp-price-card li:last-child { border-bottom: none; }
.kp-price-card li::before { content: '✓'; position: absolute; left: 0; color: var(--syn-accent); font-weight: 800; }
.kp-price-card .kp-btn { justify-content: center; }

/* ---------- PROCES (kroki pionowe) ---------- */
.kp-steps { max-width: 780px; margin: 0 auto; }
.kp-step { display: flex; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--syn-border); }
.kp-step:last-child { border-bottom: none; }
.kp-step__num { flex-shrink: 0; width: 46px; height: 46px; background: var(--syn-cta); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.05rem; font-family: var(--ad-font); color: var(--syn-btn-text); }
.kp-step h3 { font-size: 1.05rem; font-weight: 800; font-family: var(--ad-font); margin-bottom: 6px; }
.kp-step p { font-size: .93rem; color: var(--syn-text-mid); line-height: 1.65; }
.kp-step__deliv { display: inline-block; margin-top: 10px; font-size: .82rem; font-weight: 700; color: var(--syn-accent); background: var(--syn-section-cream-bg); padding: 6px 12px; border-radius: 6px; }

/* ---------- FIT (dla kogo / nie dla kogo) ---------- */
.kp-fit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.kp-fit__col { padding: 30px; border-radius: var(--ad-radius-lg); }
.kp-fit__col--yes { background: var(--syn-section-surface-bg); border: 1px solid var(--syn-border); }
.kp-fit__col--no { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); }
.kp-fit__col h3 { font-size: 1.02rem; font-weight: 800; font-family: var(--ad-font); margin-bottom: 16px; }
.kp-fit__col--no h3 { color: var(--syn-heading-on-dark); }
.kp-fit__col ul { list-style: none; }
.kp-fit__col li { padding: 9px 0 9px 28px; position: relative; font-size: .92rem; line-height: 1.55; }
.kp-fit__col--yes li { color: var(--syn-text-mid); }
.kp-fit__col--yes li::before { content: '✓'; position: absolute; left: 0; color: var(--syn-accent); font-weight: 800; }
.kp-fit__col--no li { color: rgba(255,255,255,.65); }
.kp-fit__col--no li::before { content: '✕'; position: absolute; left: 0; color: var(--syn-cta); font-weight: 800; }

/* ---------- HUB USŁUG: moduły ---------- */
.kp-module { padding: 56px 0; border-bottom: 1px solid var(--syn-border); scroll-margin-top: 90px; }
.kp-module:last-of-type { border-bottom: none; }
.kp-module__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.kp-module__num { font-size: .8rem; font-weight: 800; color: var(--syn-accent); letter-spacing: .08em; margin-bottom: 8px; }
.kp-module h2 { font-size: 1.5rem; margin-bottom: 14px; }
.kp-module__lead { font-size: .97rem; color: var(--syn-text-mid); line-height: 1.7; margin-bottom: 18px; }
.kp-module h3 { font-size: .92rem; font-weight: 800; font-family: var(--ad-font); margin-bottom: 10px; text-transform: uppercase; letter-spacing: .04em; }
.kp-module ul { margin-bottom: 20px; list-style: none; }
.kp-module li { padding: 7px 0 7px 26px; position: relative; font-size: .91rem; color: var(--syn-text-mid); line-height: 1.55; }
.kp-module li::before { content: '→'; position: absolute; left: 0; color: var(--syn-accent); font-weight: 800; }
.kp-module__meta { font-size: .86rem; background: var(--syn-section-cream-bg); border-left: 4px solid var(--syn-cta); padding: 14px 18px; border-radius: 0 8px 8px 0; margin-bottom: 20px; line-height: 1.6; }

/* ---------- STATS BAND ---------- */
.kp-stats { background: var(--syn-section-dark-bg); padding: 54px 0; }
.kp-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.kp-stats__item strong { display: block; font-size: 2rem; font-weight: 900; color: var(--syn-cta); font-family: var(--ad-font); line-height: 1.15; margin-bottom: 6px; }
.kp-stats__item span { font-size: .85rem; color: rgba(255,255,255,.6); line-height: 1.45; display: block; }

/* ---------- ZESPÓŁ ---------- */
.kp-team__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.kp-team-card { background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); overflow: hidden; }
.kp-team-card img { aspect-ratio: 1/1.05; object-fit: cover; width: 100%; filter: grayscale(15%); }
.kp-team-card__body { padding: 22px; }
.kp-team-card h3 { font-size: 1.02rem; font-weight: 800; font-family: var(--ad-font); }
.kp-team-card__role { font-size: .8rem; font-weight: 700; color: var(--syn-accent); margin: 4px 0 10px; }
.kp-team-card p { font-size: .86rem; color: var(--syn-text-mid); line-height: 1.55; }

/* ---------- WARTOŚCI ROBOCZE ---------- */
.kp-values__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kp-value-card { background: var(--syn-dark-card-bg); border: 1px solid rgba(255,255,255,.07); border-radius: var(--ad-radius-lg); padding: 28px; }
.kp-value-card h3 { font-size: 1rem; font-weight: 800; font-family: var(--ad-font); color: var(--syn-cta); margin-bottom: 8px; }
.kp-value-card p { font-size: .9rem; color: rgba(255,255,255,.6); line-height: 1.6; }

/* ---------- CASE STUDY: artykuł ---------- */
.kp-case-hero { padding: 150px 0 48px; background: var(--syn-section-cream-bg); }
.kp-case-hero__tag { display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--syn-btn-text); background: var(--syn-cta); padding: 6px 13px; border-radius: 6px; margin-bottom: 18px; }
.kp-case-hero h1 { font-family: var(--syn-font-display); letter-spacing: -.02em; font-size: clamp(1.8rem, 3.6vw, 2.5rem); line-height: 1.25; max-width: 820px; margin-bottom: 18px; }
.kp-case-hero__deck { font-size: 1.12rem; font-weight: 600; line-height: 1.6; max-width: 720px; color: var(--syn-text); }
.kp-case-hero__deck strong { background: linear-gradient(transparent 58%, rgba(255,205,2,.55) 58%); }
.kp-case-meta { display: flex; gap: 28px; flex-wrap: wrap; padding: 20px 0; border-top: 1px solid var(--syn-border); margin-top: 26px; font-size: .84rem; color: var(--syn-text-mid); }
.kp-case-meta strong { color: var(--syn-text); display: block; font-size: .92rem; }
.kp-case-body { max-width: 720px; margin: 0 auto; }
.kp-case-body h2 { font-size: 1.4rem; margin: 42px 0 16px; font-family: var(--ad-font); font-weight: 800; padding-left: 16px; border-left: 5px solid var(--syn-cta); }
.kp-case-body p { font-size: 1rem; color: var(--syn-text); line-height: 1.8; margin-bottom: 18px; }
.kp-case-body ul { list-style: none; margin-bottom: 18px; }
.kp-case-body li { padding: 6px 0 6px 26px; position: relative; font-size: .97rem; line-height: 1.7; color: var(--syn-text); }
.kp-case-body li::before { content: '→'; position: absolute; left: 0; color: var(--syn-accent); font-weight: 800; }
.kp-case-result { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); border-radius: var(--ad-radius-lg); padding: 32px; margin: 30px 0; }
.kp-case-result h3 { color: var(--syn-cta); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; font-family: var(--ad-font); }
.kp-case-result li { color: rgba(255,255,255,.85); }
.kp-case-result li::before { color: var(--syn-cta); }
.kp-case-result li strong { color: var(--syn-heading-on-dark); }
.kp-case-byline { display: flex; gap: 16px; align-items: center; background: var(--syn-section-surface-bg); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 22px; margin: 40px 0; }
.kp-case-byline img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.kp-case-byline strong { display: block; font-size: .95rem; }
.kp-case-byline span { font-size: .82rem; color: var(--syn-text-mid); }
.kp-case-note { font-size: .82rem; color: var(--syn-text-mid); background: var(--syn-section-cream-bg); border-left: 4px solid var(--syn-cta); padding: 14px 18px; border-radius: 0 8px 8px 0; margin-bottom: 30px; line-height: 1.6; }
.kp-case-nav { display: flex; justify-content: space-between; gap: 16px; max-width: 720px; margin: 40px auto 0; flex-wrap: wrap; }

/* ---------- FILTR case studies ---------- */
.kp-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.kp-filter button { padding: 9px 18px; border-radius: 99px; border: 1px solid var(--syn-border); background: var(--syn-white); font-size: .85rem; font-weight: 600; cursor: pointer; font-family: inherit; color: var(--syn-text-mid); transition: all .2s; }
.kp-filter button:hover { border-color: var(--syn-cta); }
.kp-filter button.is-active { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); border-color: var(--syn-section-dark-bg); }

/* ---------- QUIZ / DIAGNOZA ---------- */
.kp-quiz-page { min-height: 100vh; background: var(--syn-section-cream-bg); padding: 40px 0 80px; }
.kp-quiz-header { display: flex; justify-content: space-between; align-items: center; max-width: 760px; margin: 0 auto 30px; padding: 0 24px; }
.kp-quiz-header .kp-logo__word { font-size: 1.1rem; }
.kp-quiz-header__exit { font-size: .84rem; color: var(--syn-text-mid); font-weight: 600; }
.kp-quiz-header__exit:hover { color: var(--syn-text); }
.kp-quiz { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.kp-quiz-card { background: var(--syn-white); border: 1px solid var(--syn-border); border-radius: var(--ad-radius-lg); padding: 44px; box-shadow: var(--ad-shadow-md); }
.kp-quiz-progress { height: 8px; background: var(--syn-track); border-radius: 99px; margin-bottom: 34px; overflow: hidden; }
.kp-quiz-progress__bar { height: 100%; background: var(--syn-cta); border-radius: 99px; transition: width .35s; width: 0; }
.kp-quiz-area { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--syn-accent); margin-bottom: 8px; }
.kp-quiz-card h2 { font-size: 1.35rem; margin-bottom: 6px; font-family: var(--ad-font); font-weight: 800; }
.kp-quiz-card__sub { font-size: .9rem; color: var(--syn-text-mid); margin-bottom: 28px; }
.kp-quiz-intro__list { list-style: none; margin: 0 0 22px; padding: 0; }
.kp-quiz-intro__list li { position: relative; padding: 10px 0 10px 30px; font-size: .93rem; color: var(--syn-text); line-height: 1.55; border-bottom: 1px solid var(--syn-border); }
.kp-quiz-intro__list li:last-child { border-bottom: none; }
.kp-quiz-intro__list li::before { content: '✓'; position: absolute; left: 0; top: 10px; color: var(--syn-accent); font-weight: 800; }
.kp-quiz-intro__proof { font-size: .86rem; color: var(--syn-text-mid); line-height: 1.6; background: var(--syn-section-cream-bg); border-left: 4px solid var(--syn-cta); padding: 14px 18px; border-radius: 0 10px 10px 0; margin-bottom: 4px; }
.kp-quiz-intro__time { font-size: .8rem; color: var(--syn-text-mid); font-weight: 600; }
.kp-quiz-q { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--syn-border); }
.kp-quiz-q:last-of-type { border-bottom: none; margin-bottom: 10px; }
.kp-quiz-q__text { font-size: .99rem; font-weight: 600; margin-bottom: 14px; line-height: 1.5; }
.kp-quiz-scale { display: flex; gap: 8px; }
.kp-quiz-scale label { flex: 1; text-align: center; cursor: pointer; }
.kp-quiz-scale input { position: absolute; opacity: 0; }
.kp-quiz-scale span { display: block; padding: 12px 4px; border: 1.5px solid var(--syn-border); border-radius: 10px; font-weight: 800; font-size: .95rem; transition: all .15s; background: var(--syn-section-surface-bg); font-family: var(--ad-font); }
.kp-quiz-scale label:hover span { border-color: var(--syn-cta); }
.kp-quiz-scale input:checked + span { background: var(--syn-cta); border-color: var(--syn-cta); color: var(--syn-btn-text); }
.kp-quiz-scale input:focus-visible + span { outline: 2px solid var(--syn-accent); outline-offset: 2px; }
.kp-quiz-scale__hint { display: flex; justify-content: space-between; font-size: .72rem; color: var(--syn-text-mid); margin-top: 7px; }
.kp-quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; gap: 14px; }
.kp-quiz-nav__back { background: none; border: none; font-size: .9rem; font-weight: 600; color: var(--syn-text-mid); cursor: pointer; font-family: inherit; padding: 10px; }
.kp-quiz-nav__back:hover { color: var(--syn-text); }
.kp-quiz-error { display: none; color: var(--syn-error); font-size: .86rem; font-weight: 600; margin-top: 14px; }
.kp-quiz-error.is-visible { display: block; }

/* quiz — wynik */
.kp-result-score { text-align: center; margin: 10px 0 28px; }
.kp-result-score__num { font-size: 4rem; font-weight: 900; font-family: var(--ad-font); line-height: 1; }
.kp-result-score__label { font-size: .85rem; color: var(--syn-text-mid); margin-top: 4px; }
.kp-result-verdict { background: var(--syn-section-cream-bg); border-left: 5px solid var(--syn-cta); padding: 18px 22px; border-radius: 0 10px 10px 0; margin-bottom: 28px; }
.kp-result-verdict h3 { font-size: 1.05rem; font-weight: 800; font-family: var(--ad-font); margin-bottom: 6px; }
.kp-result-verdict p { font-size: .92rem; color: var(--syn-text-mid); line-height: 1.6; }
.kp-result-bars { margin-bottom: 8px; }
.kp-result-bar { margin-bottom: 16px; }
.kp-result-bar__head { display: flex; justify-content: space-between; font-size: .86rem; font-weight: 600; margin-bottom: 6px; }
.kp-result-bar__head span:last-child { font-weight: 800; font-family: var(--ad-font); }
.kp-result-bar__track { height: 10px; background: var(--syn-track); border-radius: 99px; overflow: hidden; }
.kp-result-bar__fill { height: 100%; background: var(--syn-cta); border-radius: 99px; transition: width .6s; }
.kp-result-bar--weak .kp-result-bar__fill { background: var(--syn-cta-weak); }
.kp-result-gate { background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); border-radius: var(--ad-radius-lg); padding: 32px; margin-top: 30px; }
.kp-result-gate h3 { color: var(--syn-heading-on-dark); font-size: 1.15rem; margin-bottom: 8px; font-family: var(--ad-font); font-weight: 800; }
.kp-result-gate p { color: rgba(255,255,255,.6); font-size: .9rem; margin-bottom: 18px; line-height: 1.6; }

/* ---------- SQUEEZE (checklista) ---------- */
.kp-squeeze { min-height: 100vh; background: var(--syn-section-dark-bg); color: var(--syn-section-dark-text); display: flex; align-items: center; padding: 60px 0; }
.kp-squeeze__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.kp-squeeze h1 { font-family: var(--syn-font-display); letter-spacing: -.02em; font-size: clamp(1.8rem, 3.6vw, 2.5rem); color: var(--syn-heading-on-dark); line-height: 1.25; margin-bottom: 18px; }
.kp-squeeze__lead { color: rgba(255,255,255,.65); font-size: 1.05rem; line-height: 1.7; margin-bottom: 24px; }
.kp-squeeze__box { background: var(--syn-dark-card-bg); border: 1px solid rgba(255,255,255,.1); border-radius: var(--ad-radius-lg); padding: 36px; }
.kp-squeeze__box h2 { font-size: 1.15rem; color: var(--syn-heading-on-dark); margin-bottom: 18px; font-family: var(--ad-font); font-weight: 800; }
.kp-squeeze .kp-form-field label { color: rgba(255,255,255,.8); }
.kp-squeeze .kp-form-field input { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.15); color: var(--syn-section-dark-text); }
.kp-squeeze .kp-form-consent { color: rgba(255,255,255,.45); }
.kp-squeeze .kp-form-consent a { color: rgba(255,255,255,.7); }
.kp-squeeze__back { display: inline-block; margin-top: 22px; font-size: .86rem; color: rgba(255,255,255,.45); }
.kp-squeeze__back:hover { color: var(--syn-cta); }

/* ---------- RESPONSYWNOŚĆ ---------- */
@media (max-width: 980px) {
    .kp-hero__grid, .kp-why__grid, .kp-magnet .kp-container { grid-template-columns: 1fr; gap: 36px; }
    .kp-hero { padding: 130px 0 56px; }
    .kp-metoda__steps { grid-template-columns: 1fr 1fr; gap: 36px 0; }
    .kp-metoda__steps::before { display: none; }
    .kp-transform__grid { grid-template-columns: 1fr; }
    .kp-transform__arrow { transform: rotate(90deg); padding: 8px 0; }
    .kp-footer__grid { grid-template-columns: 1fr 1fr; }
    .kp-contact__grid, .kp-expect__list { grid-template-columns: 1fr; }
    .kp-pricing__grid, .kp-team__grid { grid-template-columns: 1fr 1fr; }
    .kp-price-card--featured { transform: none; }
    .kp-fit__grid, .kp-module__grid, .kp-values__grid, .kp-squeeze__grid { grid-template-columns: 1fr; }
    .kp-stats__grid { grid-template-columns: 1fr 1fr; gap: 34px 16px; }
    .kp-grid--3, .kp-grid--4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
    /* backdrop-filter/ filter na przodku tworzy containing block dla position:fixed
     * potomków (MDN) — przez to overlay .kp-nav pozycjonował się względem nagłówka
     * (76px), nie viewportu. Na mobile wyłączamy filtr, by fixed liczył się od okna. */
    .kp-site-header { -webkit-backdrop-filter: none; backdrop-filter: none; }
    /* Pełnoekranowy overlay: jawna wysokość 100dvh (nie inset:0 — bottom liczyłby się
     * od dołu nagłówka), twardy fallback tła, przewijanie gdy pozycji nie mieści ekran. */
    .kp-nav { position: fixed; top: 0; left: 0; right: 0; height: 100vh; height: 100dvh; background: var(--syn-section-dark-bg, #00224e); flex-direction: column; justify-content: center; align-items: center; gap: 26px; padding: 88px 24px 48px; overflow-y: auto; transform: translateX(100%); transition: transform .3s ease; z-index: 101; }
    .kp-nav.is-open { transform: translateX(0); }
    .kp-nav a { color: rgba(255,255,255,.88); font-size: 1.15rem; }
    .kp-nav__phone { color: var(--syn-section-dark-text) !important; }
    .kp-nav__cta { margin-top: 4px; }
    .kp-nav-toggle { display: block; }
    .kp-nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
    .kp-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
    .kp-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}
@media (max-width: 620px) {
    .kp-pricing__grid, .kp-team__grid, .kp-grid--2, .kp-grid--3, .kp-grid--4 { grid-template-columns: 1fr; }
    .kp-quiz-card { padding: 30px 22px; }
    .kp-quiz-scale { gap: 5px; }
    .kp-quiz-scale span { padding: 11px 2px; font-size: .85rem; }
    .kp-contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .kp-metoda__steps { grid-template-columns: 1fr; }
    .kp-section { padding: 64px 0; }
}
