/*
 * Theme Name:  Sakowski Mediacje
 * Theme URI:   https://sakowski-mediacje.pl
 * Description: Motyw Sakowski & Regulska — Mediacje i Negocjacje, Bielsko-Biała
 * Version:     1.0.0
 * Requires at least: 6.4
 * Requires PHP: 8.1
 * Author:      Rafał Sakowski
 * Author URI:  https://sakowski-mediacje.pl
 * Text Domain: sakowski-mediacje
 */

/* =====================================================
 * SPIS TREŚCI
 *
 *  1. Tokeny CSS (:root)
 *  2. Reset i baza
 *  3. Dostępność (skip-link, sr-only, focus-visible)
 *  4. Typografia bazowa
 *  5. Utility (container, section, eyebrow, section-title)
 *  6. Animacje
 *  7. Przyciski (wszystkie warianty)
 *  8. Nawigacja (header, nav-links, lang-switch, hamburger)
 *  9. Cookie banner
 * 10. HERO — split (strona główna)
 * 11. HERO — single (podstrony)
 * 12. Trust strip
 * 13. Sekcja "Dla kogo" (cards)
 * 14. Sekcja "O nas" (team-grid, person-card)
 * 15. FAQ accordion
 * 16. Mediacje — filary (pillars)
 * 17. Mediacje — porównanie (compare-grid)
 * 18. Mediacje — rodzaje mediacji (types-grid)
 * 19. Mediacje — forma i przebieg (forma-grid, flow)
 * 20. Mediacje — cennik (price-card, cennik-notes)
 * 21. Negocjacje — hero i korzyści
 * 22. Negocjacje — sekcje (dlaczego, usługi, kiedy)
 * 23. Wiedza — artykuły (filtry, lista, karty)
 * 24. Wiedza — podcast hub
 * 25. Sekcja kontaktu + formularz
 * 26. CTA block (ciemny)
 * 27. Strona FAQ (pełna)
 * 28. Footer
 * 29. WPForms — nadpisania stylu
 * 30. Polylang — language switcher
 * 31. WordPress — Gutenberg, alignwide, misc
 * 32. Media queries (skonsolidowane)
 * ===================================================== */


/* =====================================================
 * 1. TOKENY CSS
 * ===================================================== */
:root {
  /* Tła neutralne (cream) */
  --cream:       #F3EDE1;
  --cream-deep:  #ECE3D2;
  --card:        #FBF8F1;
  --sand:        #E4D8C2;
  --line:        #DCCDB2;

  /* Zieleń leśna (forest) — tekst i akcja */
  --forest:      #2F4A3A;
  --forest-soft: #3E5C49;
  --forest-xsoft:#4A6455;

  /* Szałwia (sage) — akcent mediacji */
  --sage:        #6E9072;
  --sage-text:   #4A6D4E;
  --sage-light:  #97B196;
  --sage-pale:   #D6E5D0;
  --moss:        #B7C7AC;

  /* Glina / terakota (clay) — akcent negocjacji */
  --clay:        #B07C56;
  --clay-text:   #8A5E3A;
  --clay-light:  #D4A373;
  --clay-pale:   #EFE0CE;
  --brown-hero:  #3D2512;

  /* Muted */
  --muted:       #7C7665;
  --muted-text:  #625B4C;

  /* Na ciemnym tle */
  --on-dark-hi:  #F4EFE3;
  --on-dark:     #EDE7D8;
  --on-dark-soft:#B5BEA8;
  --on-dark-warm:#C4B49E;
  --on-dark-faint:#9EA896;

  /* Layout */
  --radius:      18px;
  --r-sm:        10px;
  --r-pill:      100px;
  --nav-h:       70px;
  --maxw:        1200px;
  --maxw-narrow: 860px;
  --pad-inline:  clamp(16px, 5vw, 40px);
  --section-y:   clamp(52px, 8vw, 96px);

  /* Cienie */
  --shadow:      0 1px 2px rgba(47,74,58,.04), 0 12px 32px -16px rgba(47,74,58,.16);
  --shadow-nav:  0 2px 24px rgba(47,74,58,.12);

  /* Typografia */
  --font-display:"Fraunces", Georgia, serif;
  --font-body:   "Hanken Grotesk", system-ui, sans-serif;

  /* Motion */
  --ease:        cubic-bezier(.2,.7,.2,1);
  --dur-hover:   200ms;
  --dur-panel:   320ms;
}


/* =====================================================
 * 2. RESET I BAZA
 * ===================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--forest);
  background: var(--cream);
}
img, svg, video {
  display: block;
  max-width: 100%;
}
a { color: inherit; }
button { font-family: var(--font-body); cursor: pointer; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
p, li { text-wrap: pretty; }
ul, ol { list-style: none; }


/* =====================================================
 * 3. DOSTĘPNOŚĆ
 * ===================================================== */
.skip-link {
  position: fixed;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  background: var(--forest);
  color: var(--cream);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--r-sm);
  text-decoration: none;
  font-size: .9rem;
  transition: top .2s;
}
.skip-link:focus { top: 1rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

*:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 3px;
  border-radius: 4px;
}


/* =====================================================
 * 4. TYPOGRAFIA BAZOWA
 * ===================================================== */

/* Nagłówki — Fraunces, zawsze wght 500, nigdy bold */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.015em;
}

/* Akcent w nagłówkach — kolor zamiast kursywy */
h1 em, h2 em, h3 em,
.section-title em {
  font-style: normal;
  color: var(--sage);
}

/* Na ciemnych tłach akcent jaśniejszy */
.dark-section h1 em,
.dark-section h2 em,
.dark-section .section-title em,
#kontakt .section-title em {
  color: var(--sage-light);
}

/* W panelach negocjacyjnych akcent clay */
.hero-panel.neg h2 em,
.neg-hero-wrap .section-title em {
  color: var(--clay-light);
}

/* Liczby / numeracja (Fraunces, sage) */
.num {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--sage-text);
}


/* =====================================================
 * 5. UTILITY
 * ===================================================== */
.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad-inline);
}

.section {
  padding: var(--section-y) 0;
}

.section-alt {
  background: var(--cream-deep);
}

/* Eyebrow / kicker */
.eyebrow {
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1.5px;
  display: inline-block;
  flex-shrink: 0;
}
.eyebrow.green  { color: var(--sage-text); }
.eyebrow.green::before { background: var(--sage); }
.eyebrow.warm   { color: var(--clay-text); }
.eyebrow.warm::before  { background: var(--clay); }
.eyebrow.light  { color: var(--sage-light); }
.eyebrow.light::before { background: var(--sage-light); }

/* Section title + sub */
.section-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -.015em;
}
.section-sub {
  color: var(--forest-soft);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  max-width: 54ch;
  margin-top: 14px;
  line-height: 1.6;
}

/* Rozdzielacz / divider */
.divider {
  width: 1px;
  height: 20px;
  background: rgba(151,177,150,.25);
  flex-shrink: 0;
}


/* =====================================================
 * 6. ANIMACJE
 * ===================================================== */
@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

.anim {
  opacity: 0;
  animation: rise .7s var(--ease) forwards;
  animation-play-state: paused;
}
.anim.in-view {
  animation-play-state: running;
}

@media (prefers-reduced-motion: reduce) {
  .anim {
    animation: none;
    opacity: 1;
    transform: none;
  }
}


/* =====================================================
 * 7. PRZYCISKI
 * ===================================================== */

/* Primary — ciemne tło */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--forest);
  color: var(--cream);
  text-decoration: none;
  border: none;
  padding: 13px 28px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .95rem;
  transition: background var(--dur-hover), transform var(--dur-hover);
}
.btn-primary:hover { background: var(--forest-soft); transform: translateY(-1px); }

/* Outline */
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--forest);
  text-decoration: none;
  border: 1.5px solid var(--sand);
  padding: 12px 26px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .95rem;
  transition: border-color var(--dur-hover), background var(--dur-hover);
}
.btn-outline:hover { border-color: var(--forest); background: rgba(47,74,58,.04); }

/* Sage — linki CTA drugoplanowe */
.btn-sage {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--sage);
  color: #F5F0E8;
  text-decoration: none;
  border: none;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .88rem;
  transition: background var(--dur-hover), transform var(--dur-hover);
}
.btn-sage:hover { background: var(--forest); transform: translateY(-1px); }

/* Clay — negocjacje CTA */
.btn-clay {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--clay-text);
  color: var(--cream);
  text-decoration: none;
  border: none;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .88rem;
  transition: background var(--dur-hover), transform var(--dur-hover);
}
.btn-clay:hover { background: var(--clay); transform: translateY(-1px); }

/* Light — na ciemnym tle */
.btn-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(237,231,216,.14);
  color: var(--on-dark-hi);
  border: 1px solid rgba(237,231,216,.24);
  padding: 12px 24px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
  transition: background var(--dur-hover), transform var(--dur-hover);
}
.btn-light:hover { background: rgba(237,231,216,.24); transform: translateY(-1px); }

/* Warm — na ciemnym brązowym tle */
.btn-warm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--clay-text);
  color: var(--on-dark-hi);
  border: none;
  padding: 12px 24px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
  transition: background var(--dur-hover), transform var(--dur-hover);
}
.btn-warm:hover { background: var(--clay); transform: translateY(-1px); }

/* Text button — link z strzałką */
.btn-text {
  color: var(--sage-text);
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-text svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 2;
  transition: transform var(--dur-hover);
}
.btn-text:hover svg { transform: translateX(3px); }

/* Nav CTA button */
.btn-nav {
  background: var(--sage);
  color: #F5F0E8;
  border: none;
  padding: 9px 20px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
  transition: background var(--dur-hover), transform var(--dur-hover);
  white-space: nowrap;
}
.btn-nav:hover { background: var(--forest); transform: translateY(-1px); }

/* Submit button — formularz */
.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--forest);
  color: var(--cream);
  border: none;
  width: 100%;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: background var(--dur-hover), transform var(--dur-hover);
}
.btn-submit:hover { background: var(--forest-soft); transform: translateY(-1px); }

/* Ikona SVG wewnątrz przycisków */
.btn-primary svg, .btn-outline svg, .btn-light svg,
.btn-warm svg, .btn-sage svg, .btn-clay svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 2;
  flex-shrink: 0;
}


/* =====================================================
 * 8. NAWIGACJA
 * ===================================================== */
#site-header {
  position: sticky;
  top: 0;
  z-index: 800;
  height: var(--nav-h);
  background: rgba(243,237,225,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
#site-header.scrolled {
  border-color: var(--line);
  box-shadow: var(--shadow-nav);
}

#site-header nav {
  max-width: var(--maxw);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 var(--pad-inline);
  gap: clamp(16px, 2.5vw, 36px);
}

/* Logo / wordmark */
.site-logo {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.18rem;
  letter-spacing: -.02em;
  text-decoration: none;
  color: var(--forest);
  flex-shrink: 0;
  line-height: 1.15;
}
.site-logo span {
  display: block;
  font-size: .68rem;
  font-family: var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-text);
  font-weight: 600;
  margin-top: 1px;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 26px);
  list-style: none;
  flex: 1;
}
.nav-links a {
  font-size: .92rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--forest-soft);
  padding: 6px 2px;
  position: relative;
  white-space: nowrap;
  transition: color var(--dur-hover);
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--sage);
  transition: width .25s var(--ease);
}
.nav-links a:hover { color: var(--forest); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.current-menu-item,
.nav-links a[aria-current="page"] {
  color: var(--forest);
  font-weight: 600;
}
.nav-links a.current-menu-item::after,
.nav-links a[aria-current="page"]::after { width: 100%; }

.nav-end {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Language switcher — Polylang output */
.lang-switch,
.pll-parent-menu-item ul {
  display: flex;
  background: var(--cream-deep);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  overflow: hidden;
  font-size: .82rem;
  font-weight: 600;
  list-style: none;
}
.lang-switch a,
.pll-parent-menu-item ul a {
  display: block;
  padding: 5px 11px;
  color: var(--muted);
  text-decoration: none;
  transition: background var(--dur-hover), color var(--dur-hover);
}
.lang-switch a:hover,
.pll-parent-menu-item ul a:hover {
  background: rgba(47,74,58,.06);
  color: var(--forest);
}
.lang-switch .current-lang a,
.pll-parent-menu-item ul .current-lang a {
  background: var(--forest);
  color: var(--cream);
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--forest);
  border-radius: 2px;
  transition: transform .28s var(--ease), opacity .2s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
#mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-h); left: 0; right: 0; bottom: 0;
  z-index: 700;
  background: var(--card);
  padding: 24px var(--pad-inline);
  flex-direction: column;
  gap: 4px;
  overflow-y: auto;
}
#mobile-nav.open { display: flex; }
#mobile-nav a {
  display: block;
  padding: 13px 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--forest);
  border-bottom: 1px solid var(--line);
}
#mobile-nav a:last-of-type { border-bottom: none; }
#mobile-nav .btn-nav {
  margin-top: 18px;
  text-align: center;
  display: block;
}


/* =====================================================
 * 9. COOKIE BANNER
 * ===================================================== */
#cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9000;
  background: var(--forest);
  color: var(--on-dark);
  padding: 18px var(--pad-inline);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  box-shadow: 0 -4px 24px rgba(47,74,58,.18);
}
#cookie-banner.hidden { display: none; }
#cookie-banner p {
  flex: 1;
  min-width: 220px;
  font-size: .88rem;
  color: var(--on-dark-soft);
  line-height: 1.5;
}
#cookie-banner a { color: var(--sage-light); text-underline-offset: 3px; }

.ck-btn {
  padding: 9px 20px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .88rem;
  border: none;
  cursor: pointer;
  transition: background var(--dur-hover);
}
.ck-yes { background: var(--sage); color: #F5F0E8; }
.ck-yes:hover { background: var(--sage-light); }
.ck-no {
  background: transparent;
  color: var(--on-dark-soft);
  border: 1px solid rgba(205,212,192,.35);
}
.ck-no:hover { border-color: var(--moss); color: var(--moss); }


/* =====================================================
 * 10. HERO — SPLIT (strona główna)
 * ===================================================== */
#hero { padding: var(--section-y) 0 clamp(40px,6vw,72px); }

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: clamp(32px,4.5vw,56px);
  display: flex;
  flex-direction: column;
}
.hero-panel.med { background: var(--forest); color: var(--on-dark); }
.hero-panel.neg { background: var(--brown-hero); color: var(--on-dark); }

.hero-panel .ey {
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: clamp(16px,3vw,28px);
}
.hero-panel.med .ey { color: var(--sage-light); }
.hero-panel.neg .ey { color: var(--clay); }

.hero-panel h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.7rem,3.6vw,2.6rem);
  line-height: 1.06;
  letter-spacing: -.015em;
  color: var(--on-dark-hi);
}
.hero-panel.med h2 em { color: var(--sage-light); }
.hero-panel.neg h2 em { color: var(--clay-light); }

.hero-panel p {
  margin-top: 14px;
  font-size: clamp(.92rem,1.4vw,1.04rem);
  line-height: 1.6;
  max-width: 38ch;
  color: var(--on-dark-soft);
}

.hero-panel .cta {
  margin-top: auto;
  padding-top: clamp(24px,3.5vw,36px);
}

/* Trust badges pod hero (jeśli użyte) */
.trust-badges {
  margin-top: clamp(28px,4vw,44px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 9px 16px;
  font-size: .85rem;
  font-weight: 500;
  color: var(--forest-soft);
}
.trust-badge svg {
  width: 16px; height: 16px;
  stroke: var(--sage); fill: none; stroke-width: 2;
  flex-shrink: 0;
}


/* =====================================================
 * 11. HERO — SINGLE (podstrony mediacje, negocjacje)
 * ===================================================== */
.page-hero {
  padding: clamp(48px,7vw,88px) 0 clamp(32px,5vw,60px);
}
.page-hero.hero-med { background: var(--forest); color: var(--on-dark); }
.page-hero.hero-neg { background: var(--brown-hero); color: var(--on-dark); }

.page-hero .eyebrow.light::before { background: var(--sage-light); }

.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem,5vw,3.2rem);
  line-height: 1.06;
  letter-spacing: -.018em;
  color: var(--on-dark-hi);
  max-width: 18ch;
}
.page-hero.hero-neg h1 em { color: var(--clay-light); }
.page-hero.hero-med h1 em { color: var(--sage-light); }

.hero-lead {
  font-size: clamp(1rem,1.8vw,1.15rem);
  line-height: 1.65;
  color: var(--on-dark-soft);
  max-width: 52ch;
  margin-top: 18px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px,3.5vw,36px);
}

/* Negocjacje hero — benefits grid */
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: clamp(28px,4vw,40px);
}
.benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(237,231,216,.12);
  border-radius: var(--radius);
  padding: 16px;
}
.benefit-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(110,144,114,.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-neg .benefit-icon { background: rgba(176,124,86,.18); }
.benefit-icon svg {
  width: 18px; height: 18px;
  stroke: var(--sage-light); fill: none; stroke-width: 1.8;
}
.hero-neg .benefit-icon svg { stroke: var(--clay-light); }
.benefit h4 {
  font-family: var(--font-body);
  font-size: .88rem;
  font-weight: 600;
  color: var(--on-dark-hi);
  margin-bottom: 3px;
}
.benefit p {
  font-size: .82rem;
  color: var(--on-dark-soft);
  line-height: 1.45;
}


/* =====================================================
 * 12. TRUST STRIP
 * ===================================================== */
#trust-strip {
  background: var(--forest);
  padding: clamp(14px,2vw,18px) 0;
  border-bottom: 1px solid rgba(151,177,150,.15);
}
.trust-strip-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad-inline);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px,2vw,28px);
}
.trust-loc {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--on-dark-soft);
}
.trust-loc svg {
  width: 15px; height: 15px;
  stroke: var(--sage-light); fill: none; stroke-width: 2;
  flex-shrink: 0;
}
.trust-div {
  width: 1px;
  height: 16px;
  background: rgba(151,177,150,.25);
}


/* =====================================================
 * 13. SEKCJA "DLA KOGO"
 * ===================================================== */
.dlakogo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px,3vw,28px);
  margin-top: clamp(32px,5vw,48px);
}

.dlakogo-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px,3.5vw,36px);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.dlakogo-card.dlakogo-med { border-top: 3px solid var(--sage); }
.dlakogo-card.dlakogo-neg { border-top: 3px solid var(--clay); }

.dlakogo-hd {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.dlakogo-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.dlakogo-icon.med { background: rgba(110,144,114,.12); }
.dlakogo-icon.med svg { stroke: var(--sage); }
.dlakogo-icon.neg { background: rgba(176,124,86,.1); }
.dlakogo-icon.neg svg { stroke: var(--clay); }
.dlakogo-icon svg { width: 22px; height: 22px; fill: none; stroke-width: 1.5; }

.dlakogo-lbl {
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}
.dlakogo-lbl.med { color: var(--sage-text); }
.dlakogo-lbl.neg { color: var(--clay-text); }

.dlakogo-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 1.2;
  color: var(--forest);
}

.dlakogo-desc {
  font-size: .93rem;
  color: var(--forest-soft);
  line-height: 1.6;
  margin-bottom: 18px;
}

.dlakogo-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 22px;
  flex: 1;
}
.dlakogo-list li {
  font-size: .9rem;
  color: var(--forest-soft);
  padding-left: 20px;
  position: relative;
  line-height: 1.45;
}
.dlakogo-list li::before {
  content: "";
  position: absolute;
  left: 0; top: .42em;
  width: 6px; height: 6px;
  border-radius: 50%;
}
.dlakogo-card.dlakogo-med .dlakogo-list li::before { background: var(--sage); }
.dlakogo-card.dlakogo-neg .dlakogo-list li::before { background: var(--clay); }

.dlakogo-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
  margin-top: auto;
  transition: background var(--dur-hover), transform var(--dur-hover);
  width: fit-content;
}
.dlakogo-cta:hover { transform: translateY(-1px); }
.dlakogo-cta.med { background: var(--sage); color: var(--on-dark-hi); }
.dlakogo-cta.med:hover { background: var(--forest); }
.dlakogo-cta.neg { background: var(--clay-text); color: var(--cream); }
.dlakogo-cta.neg:hover { background: var(--clay); }

.dlakogo-note {
  margin-top: clamp(20px,3vw,28px);
  background: rgba(47,74,58,.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(16px,2.5vw,22px);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.dlakogo-note svg {
  flex-shrink: 0;
  margin-top: 2px;
  stroke: var(--sage-text);
  fill: none;
  width: 18px; height: 18px;
}
.dlakogo-note p { font-size: .88rem; color: var(--forest-soft); line-height: 1.6; }
.dlakogo-note b { color: var(--forest); }


/* =====================================================
 * 14. SEKCJA "O NAS"
 * ===================================================== */
#o-nas { background: var(--cream-deep); border-top: 1px solid var(--sand); }

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px,3vw,28px);
  margin-top: clamp(32px,5vw,48px);
}

.person-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px,4vw,40px);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.portrait {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: var(--cream-deep);
  border: 2px solid var(--line);
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.initials {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--forest-soft);
  line-height: 1;
}

.person-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.person-card .role {
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--sage-text);
  margin-bottom: 14px;
}
.person-card p {
  font-size: .9rem;
  color: var(--forest-soft);
  line-height: 1.65;
}


/* =====================================================
 * 15. FAQ ACCORDION
 * ===================================================== */
.faq-list {
  margin-top: clamp(32px,5vw,48px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: border-color .3s;
}
.faq-item.open { border-color: var(--sage); }

.fq-btn {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  padding: clamp(16px,2.5vw,20px) clamp(18px,2.8vw,24px);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(.95rem,1.6vw,1.08rem);
  letter-spacing: -.01em;
  color: var(--forest);
  line-height: 1.3;
}
.fq-num {
  font-size: .74rem;
  font-weight: 700;
  color: var(--moss);
  width: 1.8em;
  flex-shrink: 0;
}
.fq-txt { flex: 1; }

.fq-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--cream-deep);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s, border-color .3s, transform .35s var(--ease);
}
.fq-toggle svg {
  width: 13px; height: 13px;
  stroke: var(--forest-soft); fill: none; stroke-width: 2;
}
.faq-item.open .fq-toggle {
  background: var(--sage);
  border-color: var(--sage);
  transform: rotate(135deg);
}
.faq-item.open .fq-toggle svg { stroke: var(--on-dark-hi); }

.fq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .36s var(--ease);
}
.faq-item.open .fq-body { grid-template-rows: 1fr; }
.fq-inner { overflow: hidden; }
.fq-answer {
  padding: 0
    clamp(18px,2.8vw,24px)
    clamp(16px,2.5vw,20px)
    calc(clamp(18px,2.8vw,24px) + 1.8em + 16px);
  font-size: .93rem;
  color: var(--forest-soft);
  line-height: 1.65;
  max-width: 62ch;
}
.fq-answer b { color: var(--forest); font-weight: 600; }
.fq-answer a { color: var(--sage-text); font-weight: 600; text-underline-offset: 3px; }
.fq-cta {
  display: inline-block;
  margin-top: 10px;
  font-size: .84rem;
  font-weight: 600;
  color: var(--sage-text);
  text-decoration: none;
}
.fq-cta:hover { color: var(--forest); }


/* =====================================================
 * 16. MEDIACJE — FILARY (pillars)
 * ===================================================== */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px,2.5vw,22px);
  margin-top: clamp(32px,5vw,48px);
}

.pillar {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px,3vw,32px);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.pillar::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--sage);
}

.pillar-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(110,144,114,.12);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.pillar-icon svg {
  width: 22px; height: 22px;
  stroke: var(--sage); fill: none; stroke-width: 1.6;
}
.pillar h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.22rem;
  margin-bottom: 8px;
}
.pillar p { font-size: .93rem; color: var(--forest-soft); line-height: 1.6; }


/* =====================================================
 * 17. MEDIACJE — PORÓWNANIE
 * ===================================================== */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px,2.5vw,22px);
  margin-top: clamp(32px,5vw,48px);
}

.compare-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px,3vw,32px);
  box-shadow: var(--shadow);
}
.compare-card.featured {
  border-color: var(--sage);
  border-width: 2px;
  background: rgba(110,144,114,.04);
}
.compare-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.compare-card ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.compare-card li {
  font-size: .93rem;
  color: var(--forest-soft);
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.compare-card li::before {
  content: "";
  position: absolute;
  left: 0; top: .35em;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage);
}
.compare-card.featured li::before { background: var(--sage-light); }


/* =====================================================
 * 18. MEDIACJE — RODZAJE
 * ===================================================== */
.types-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px,2.5vw,22px);
  margin-top: clamp(32px,5vw,48px);
}

.type-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px,3vw,30px);
  box-shadow: var(--shadow);
}
.type-card.featured { border-color: var(--sage); border-width: 2px; }

.type-badge {
  display: inline-block;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 14px;
}
.type-card.featured .type-badge { background: var(--sage); color: var(--on-dark-hi); }
.type-card:not(.featured) .type-badge {
  background: var(--cream-deep);
  color: var(--muted-text);
  border: 1px solid var(--line);
}
.type-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.type-card p { font-size: .9rem; color: var(--forest-soft); line-height: 1.55; }
.type-when {
  margin-top: 12px;
  font-size: .84rem;
  color: var(--muted-text);
  padding-left: 16px;
  border-left: 2px solid var(--line);
}


/* =====================================================
 * 19. MEDIACJE — FORMA I PRZEBIEG
 * ===================================================== */
.forma-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(8px,1.4vw,14px);
  margin-top: clamp(32px,5vw,48px);
}

.forma-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(14px,1.8vw,22px);
  text-align: center;
  box-shadow: var(--shadow);
}
.forma-card .fi {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(110,144,114,.12);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.forma-card .fi svg {
  width: 18px; height: 18px;
  stroke: var(--sage); fill: none; stroke-width: 1.6;
}
.forma-card h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: .96rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.forma-card p { font-size: .8rem; color: var(--forest-soft); line-height: 1.45; }

/* Flow — kroki procesu */
.flow { margin-top: clamp(32px,5vw,48px); }

.step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: clamp(14px,3vw,28px);
  padding-bottom: clamp(22px,3.5vw,36px);
}
.marker {
  position: relative;
  display: flex;
  justify-content: center;
}
.node {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--card);
  border: 1.5px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--forest);
  z-index: 2;
  box-shadow: var(--shadow);
}
.step.active .node {
  background: var(--forest);
  color: var(--cream);
  border-color: var(--forest);
}
.marker::after {
  content: "";
  position: absolute;
  top: 48px; bottom: -10px;
  left: 50%;
  width: 1.5px;
  background: var(--line);
  transform: translateX(-50%);
}
.step:last-of-type .marker::after { display: none; }

.step-body { padding-top: 4px; }
.step-body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.08rem,2vw,1.3rem);
  margin-bottom: 6px;
}
.step-body p { color: var(--forest-soft); font-size: .95rem; max-width: 54ch; }


/* =====================================================
 * 20. MEDIACJE — CENNIK
 * ===================================================== */
.cennik-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px,2vw,20px);
  margin-top: clamp(32px,5vw,48px);
}

.price-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px,3vw,28px);
  box-shadow: var(--shadow);
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-card.featured { border-color: var(--sage); border-width: 2px; }

.price-badge {
  position: absolute;
  top: -11px; left: 22px;
  background: var(--sage);
  color: var(--on-dark-hi);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--r-pill);
}

.price-card .kind {
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--sage-text);
}
.price-card .scope {
  font-size: .82rem;
  color: var(--muted-text);
  margin-bottom: 16px;
  flex: 1;
  line-height: 1.5;
}

.price-big {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 2rem;
  color: var(--forest);
}
.price-unit {
  font-size: .84rem;
  color: var(--forest-soft);
  margin-top: 4px;
}

.price-range {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.pr {
  flex: 1;
  text-align: center;
  background: var(--cream-deep);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 8px 4px;
}
.pr small {
  display: block;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--muted-text);
  margin-bottom: 2px;
}
.pr b { font-size: .92rem; color: var(--forest); }

.price-eg {
  margin-top: 14px;
  font-size: .82rem;
  color: var(--forest-soft);
  background: rgba(110,144,114,.1);
  border-radius: 10px;
  padding: 10px 12px;
}
.price-eg b { color: var(--forest); font-weight: 600; }

/* Rozwijalny opis kosztów */
.cost-expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--clay-text);
  background: rgba(176,124,86,.1);
  border: 1px solid rgba(176,124,86,.25);
  border-radius: var(--r-pill);
  padding: 6px 14px;
  cursor: pointer;
  transition: background var(--dur-hover);
}
.cost-expand-btn:hover { background: rgba(176,124,86,.18); }
.cost-expand-btn svg {
  width: 13px; height: 13px;
  stroke: var(--clay-text); fill: none; stroke-width: 2.5;
  transition: transform .3s var(--ease);
}
.cost-expand-btn.open svg { transform: rotate(180deg); }

.cost-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .38s var(--ease);
}
.cost-detail.open { grid-template-rows: 1fr; }
.cost-detail-inner { overflow: hidden; }
.cost-detail ul {
  margin-top: 14px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.cost-detail li {
  font-size: .83rem;
  color: var(--forest-soft);
  padding-left: 16px;
  position: relative;
  line-height: 1.45;
}
.cost-detail li::before {
  content: "";
  position: absolute;
  left: 0; top: .42em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--clay);
}

/* Notatki cennika */
.cennik-notes {
  margin-top: clamp(24px,3.5vw,32px);
  background: var(--forest);
  color: var(--on-dark);
  border-radius: var(--radius);
  padding: clamp(22px,3vw,30px);
}
.cennik-notes ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.cennik-notes li {
  font-size: .88rem;
  color: var(--on-dark-faint);
  padding-left: 22px;
  position: relative;
  line-height: 1.5;
}
.cennik-notes li::before {
  content: "";
  position: absolute;
  left: 0; top: .3em;
  width: 12px; height: 12px;
  border-radius: 3px;
  background: rgba(151,177,150,.2);
  border: 1px solid var(--sage-light);
}
.cennik-notes li b { color: var(--on-dark-hi); font-weight: 600; }

.cennik-intro,
.cennik-info {
  margin-top: 14px;
  font-size: .9rem;
  color: var(--forest-soft);
  line-height: 1.75;
  max-width: 68ch;
}
.wps-note {
  margin-top: 10px;
  font-size: .78rem;
  color: var(--muted-text);
}


/* =====================================================
 * 21–22. NEGOCJACJE — SEKCJE
 * ===================================================== */

/* Dlaczego */
.nego-scope {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.nego-scope-label {
  font-size: .78rem;
  font-weight: 600;
  color: var(--muted-text);
  text-transform: uppercase;
  letter-spacing: .08em;
  flex-shrink: 0;
}
.nego-scope-tags {
  background: var(--clay-pale);
  color: var(--clay-text);
  font-size: .8rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: var(--r-pill);
}

/* Karty dlaczego/usługi */
.reason-grid,
.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px,2.5vw,22px);
  margin-top: clamp(32px,5vw,48px);
}
.reason-card,
.svc-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px,3vw,30px);
  box-shadow: var(--shadow);
}
.reason-card h3,
.svc-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.12rem;
  margin-bottom: 10px;
}
.reason-card p,
.svc-card p {
  font-size: .93rem;
  color: var(--forest-soft);
  line-height: 1.6;
}
.svc-for {
  margin-top: 12px;
  font-size: .82rem;
  color: var(--muted-text);
  padding-left: 16px;
  border-left: 2px solid var(--clay-pale);
  line-height: 1.5;
}

/* Kiedy warto */
.kiedy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px,2.5vw,22px);
  margin-top: clamp(32px,5vw,48px);
}
.kiedy-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px,3vw,30px);
  box-shadow: var(--shadow);
}
.kiedy-card .ki {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(176,124,86,.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.kiedy-card .ki svg {
  width: 22px; height: 22px;
  stroke: var(--clay); fill: none; stroke-width: 1.6;
}
.kiedy-card h4 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.kiedy-card p { font-size: .88rem; color: var(--forest-soft); line-height: 1.55; }


/* =====================================================
 * 23. WIEDZA — ARTYKUŁY
 * ===================================================== */
#wiedza { background: var(--cream); }

/* Filtry */
.art-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(24px,4vw,36px) 0;
  align-items: center;
}
.art-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  font-size: .82rem;
  font-weight: 600;
  color: var(--forest-soft);
  cursor: pointer;
  transition: background var(--dur-hover), border-color var(--dur-hover), color var(--dur-hover);
}
.art-filter-btn svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none; stroke-width: 1.8;
  flex-shrink: 0;
}
.art-filter-btn:hover,
.art-filter-btn[aria-pressed="true"] {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--cream);
}
.art-filter-btn[data-filter="podcast"]:is([aria-pressed="true"]) {
  background: var(--forest);
}

/* Lista artykułów */
.articles-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.art-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(16px,2.5vw,22px) clamp(18px,2.8vw,24px);
  text-decoration: none;
  color: var(--forest);
  box-shadow: var(--shadow);
  transition: border-color .25s, box-shadow .25s, transform .2s;
}
.art-item:hover {
  border-color: var(--sage);
  box-shadow: var(--shadow), 0 0 0 1px var(--sage);
  transform: translateY(-1px);
}
.art-item[data-hidden] { display: none; }

.art-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  flex-shrink: 0;
  white-space: nowrap;
}
.art-cat svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none; stroke-width: 1.8;
}
.art-cat.med { background: var(--sage-pale); color: var(--sage-text); }
.art-cat.neg { background: var(--clay-pale); color: var(--clay-text); }
.art-cat.bud { background: #FFF0DC; color: #7A5020; }
.art-cat.rodz { background: #FFF0E8; color: #8A4030; }
.art-cat.gosp { background: var(--cream-deep); color: var(--forest-soft); }
.art-cat.pod  { background: var(--forest); color: var(--sage-light); }

.art-body h3 {
  font-family: var(--font-display);
  font-size: clamp(.95rem,1.5vw,1.08rem);
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.3;
}
.art-body p { font-size: .85rem; color: var(--muted-text); line-height: 1.45; }

.art-arrow {
  color: var(--moss);
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: color .2s, transform .2s;
}
.art-item:hover .art-arrow { color: var(--sage); transform: translateX(3px); }

/* Stan pusty */
.art-empty {
  display: none;
  text-align: center;
  padding: 48px 20px;
  color: var(--muted-text);
  font-size: .95rem;
}
.art-empty.show { display: block; }


/* =====================================================
 * 24. WIEDZA — PODCAST HUB
 * ===================================================== */
#podcast-hub {
  background: var(--forest);
  color: var(--on-dark);
  padding: var(--section-y) 0;
}
#podcast-hub .eyebrow.light { color: var(--sage-light); }
#podcast-hub .section-title { color: var(--on-dark-hi); }
#podcast-hub .section-title em { color: var(--sage-light); }

.pod-sub {
  color: var(--on-dark-soft);
  font-size: clamp(.95rem,1.5vw,1.08rem);
  max-width: 50ch;
  margin-top: 12px;
  line-height: 1.65;
}

.pod-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(24px,3.5vw,36px);
}

.pod-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(237,231,216,.18);
  color: var(--on-dark);
  background: rgba(255,255,255,.07);
  transition: background var(--dur-hover), border-color var(--dur-hover);
}
.pod-btn:hover { background: rgba(255,255,255,.13); border-color: rgba(237,231,216,.35); }
.pod-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.pod-btn.spotify svg { fill: #1DB954; }
.pod-btn.apple svg { fill: var(--sage-light); }
.pod-btn.rss { border-color: rgba(237,231,216,.12); }

/* Odcinki podcastu w liście artykułów */
.podcast-episodes {
  margin-top: clamp(28px,4vw,40px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.episode-item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(237,231,216,.12);
  border-radius: var(--radius);
  padding: clamp(14px,2vw,20px) clamp(16px,2.5vw,22px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: var(--on-dark);
  transition: background var(--dur-hover);
}
.episode-item:hover { background: rgba(255,255,255,.1); }
.ep-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--moss);
  width: 2.2em;
  text-align: center;
  flex-shrink: 0;
}
.ep-body h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--on-dark-hi);
  margin-bottom: 3px;
}
.ep-body p { font-size: .82rem; color: var(--on-dark-soft); }
.ep-play {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(110,144,114,.2);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ep-play svg {
  width: 16px; height: 16px;
  stroke: var(--sage-light); fill: none; stroke-width: 2;
}


/* =====================================================
 * 25. SEKCJA KONTAKTU + FORMULARZ
 * ===================================================== */
#kontakt {
  background: var(--forest);
  color: var(--on-dark);
  padding: var(--section-y) 0;
}
#kontakt .section-title { color: var(--on-dark-hi); }
#kontakt .section-sub { color: var(--on-dark-soft); }

.kontakt-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(28px,5vw,60px);
  margin-top: clamp(32px,5vw,48px);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ci-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ci-icon {
  width: 40px; height: 40px;
  border-radius: 11px;
  background: rgba(110,144,114,.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ci-icon svg {
  width: 18px; height: 18px;
  stroke: var(--sage-light); fill: none; stroke-width: 1.8;
}
.ci-item h5 {
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  color: var(--on-dark-soft);
  margin-bottom: 4px;
  font-family: var(--font-body);
}
.ci-item a {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--on-dark-hi);
  text-decoration: none;
  transition: color var(--dur-hover);
}
.ci-item a:hover { color: var(--sage-light); }
.ci-item p { font-size: .9rem; color: var(--on-dark-soft); line-height: 1.55; }

/* Formularz kontaktowy */
.contact-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px,3.5vw,36px);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--forest-soft);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: .93rem;
  color: var(--forest);
  transition: border-color .2s, box-shadow .2s;
  height: 44px;
}
.form-group textarea {
  height: 110px;
  resize: vertical;
  margin-bottom: 14px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(110,144,114,.15);
}

.consent-group {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.consent-group input[type="checkbox"] {
  width: 18px; height: 18px;
  flex-shrink: 0;
  accent-color: var(--sage);
  margin-top: 2px;
}
.consent-group label {
  font-size: .78rem;
  color: var(--muted-text);
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.consent-group a { color: var(--sage-text); }


/* =====================================================
 * 26. CTA BLOCK (ciemny)
 * ===================================================== */
.cta-block {
  margin-top: clamp(28px,4vw,40px);
  background: var(--forest);
  color: var(--on-dark);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(28px,4vw,44px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-block::after {
  content: "";
  position: absolute;
  left: 50%; top: -70px;
  width: 240px; height: 240px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,177,150,.18), transparent 70%);
  pointer-events: none;
}
.cta-block h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.3rem,2.6vw,1.7rem);
  color: var(--on-dark-hi);
  margin-bottom: 8px;
  position: relative;
}
.cta-block p {
  color: var(--on-dark-soft);
  max-width: 46ch;
  margin: 0 auto 20px;
  font-size: .95rem;
  position: relative;
}


/* =====================================================
 * 27. STRONA FAQ (pełna)
 * ===================================================== */
.faq-hero {
  padding: clamp(40px,6vw,72px) 0 clamp(28px,4vw,44px);
  background: var(--cream-deep);
  border-bottom: 1px solid var(--line);
}
.faq-hero h1 {
  font-size: clamp(1.8rem,4vw,2.6rem);
}

.faq-section {
  padding: clamp(32px,5vw,52px) 0;
}
.faq-section + .faq-section {
  border-top: 1px solid var(--line);
}
.faq-section-label {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sage-text);
  margin-bottom: clamp(16px,3vw,24px);
}


/* =====================================================
 * 28. FOOTER
 * ===================================================== */
footer {
  background: var(--forest);
  border-top: 1px solid rgba(237,231,216,.1);
  padding: clamp(36px,5vw,56px) 0 clamp(18px,2.5vw,28px);
  color: var(--on-dark-faint);
}

.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad-inline);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: clamp(24px,4vw,48px);
  padding-bottom: clamp(24px,3.5vw,36px);
  border-bottom: 1px solid rgba(237,231,216,.1);
  margin-bottom: clamp(18px,2.5vw,26px);
}

.f-wordmark {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: -.02em;
  text-decoration: none;
  color: var(--on-dark-hi);
  line-height: 1.15;
  display: block;
  margin-bottom: 14px;
}
.f-wordmark span {
  display: block;
  font-size: .66rem;
  font-family: var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sage-light);
  font-weight: 600;
  margin-top: 2px;
}

.f-tagline {
  font-size: .87rem;
  color: var(--on-dark-faint);
  line-height: 1.55;
  margin-bottom: 16px;
  max-width: 26ch;
}

.f-contact a {
  display: block;
  font-size: .9rem;
  color: var(--on-dark-soft);
  text-decoration: none;
  margin-bottom: 5px;
  transition: color var(--dur-hover);
}
.f-contact a:hover { color: var(--on-dark-hi); }

.f-social {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.f-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(237,231,216,.12);
  transition: background var(--dur-hover);
}
.f-social a:hover { background: rgba(255,255,255,.12); }

.footer-col h5 {
  font-family: var(--font-body);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  color: var(--on-dark-hi);
  margin-bottom: 12px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col a {
  font-size: .87rem;
  color: var(--on-dark-faint);
  text-decoration: none;
  transition: color var(--dur-hover);
}
.footer-col a:hover { color: var(--on-dark-hi); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: .78rem;
  color: var(--on-dark-faint);
}
.footer-bottom a {
  color: var(--on-dark-faint);
  text-decoration: none;
  margin-left: 14px;
}
.footer-bottom a:hover { color: var(--on-dark-hi); }


/* =====================================================
 * 29. WPFORMS — nadpisania stylu
 * ===================================================== */
.wpforms-container .wpforms-form {
  background: var(--card);
  border-radius: var(--radius);
  padding: clamp(24px,3.5vw,36px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.wpforms-field-label {
  font-size: .8rem !important;
  font-weight: 600 !important;
  color: var(--forest-soft) !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  margin-bottom: 6px !important;
}

.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
  background: var(--cream) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-sm) !important;
  font-family: var(--font-body) !important;
  font-size: .93rem !important;
  color: var(--forest) !important;
  height: 44px !important;
  padding: 10px 14px !important;
  transition: border-color .2s, box-shadow .2s !important;
}
.wpforms-field textarea {
  height: 110px !important;
  resize: vertical !important;
}
.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
  border-color: var(--sage) !important;
  box-shadow: 0 0 0 3px rgba(110,144,114,.15) !important;
  outline: none !important;
}

.wpforms-submit-container .wpforms-submit {
  background: var(--forest) !important;
  color: var(--cream) !important;
  border: none !important;
  border-radius: var(--r-pill) !important;
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  font-size: .95rem !important;
  padding: 14px 28px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background var(--dur-hover) !important;
}
.wpforms-submit-container .wpforms-submit:hover {
  background: var(--forest-soft) !important;
}

.wpforms-error-container,
.wpforms-field .wpforms-error {
  color: #A32D2D !important;
  font-size: .8rem !important;
}
.wpforms-confirmation-container-full {
  background: var(--sage-pale);
  border: 1px solid var(--sage);
  border-radius: var(--r-sm);
  padding: 16px 20px;
  color: var(--sage-text);
  font-weight: 500;
}


/* =====================================================
 * 30. POLYLANG — language switcher
 * ===================================================== */

/* Ukrycie flag Polylang jeśli aktywne */
.pll-parent-menu-item .pll-icon { display: none; }

/* Polylang widget w stopce */
.widget_polylang ul {
  display: flex;
  gap: 8px;
  list-style: none;
  flex-wrap: wrap;
}
.widget_polylang a {
  font-size: .82rem;
  font-weight: 600;
  color: var(--on-dark-faint);
  text-decoration: none;
  transition: color var(--dur-hover);
}
.widget_polylang a:hover { color: var(--on-dark-hi); }
.widget_polylang .current-lang a { color: var(--sage-light); }


/* =====================================================
 * 31. WORDPRESS — GUTENBERG I MISC
 * ===================================================== */
.wp-block-image { margin-bottom: 1.5rem; }
.wp-block-image img { border-radius: var(--r-sm); }
.alignwide { max-width: var(--maxw); margin-inline: auto; }

/* Wpisy / single article */
.entry-content {
  max-width: 68ch;
  margin: 0 auto;
  padding: clamp(32px,5vw,56px) var(--pad-inline);
}
.entry-content h2 {
  font-size: clamp(1.3rem,2.5vw,1.7rem);
  margin: 2rem 0 .8rem;
}
.entry-content h3 {
  font-size: clamp(1.05rem,1.8vw,1.25rem);
  margin: 1.5rem 0 .6rem;
}
.entry-content p { margin-bottom: 1rem; color: var(--forest-soft); }
.entry-content ul, .entry-content ol {
  margin: .8rem 0 1rem 1.2rem;
  color: var(--forest-soft);
}
.entry-content ul li { list-style: disc; margin-bottom: .4rem; }
.entry-content ol li { list-style: decimal; margin-bottom: .4rem; }
.entry-content a { color: var(--sage-text); text-underline-offset: 3px; }
.entry-content b, .entry-content strong { color: var(--forest); font-weight: 600; }
.entry-content blockquote {
  border-left: 3px solid var(--sage);
  padding-left: 20px;
  margin: 1.5rem 0;
  color: var(--forest-soft);
}

/* Breadcrumbs (Rank Math) */
.rank-math-breadcrumb {
  font-size: .8rem;
  color: var(--muted-text);
  padding: 12px 0;
}
.rank-math-breadcrumb a { color: var(--sage-text); text-decoration: none; }
.rank-math-breadcrumb a:hover { color: var(--forest); }


/* =====================================================
 * 32. MEDIA QUERIES (skonsolidowane)
 * ===================================================== */

@media (max-width: 1060px) {
  .pillars-grid { grid-template-columns: 1fr 1fr; }
  .kiedy-grid   { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1000px) {
  .forma-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 860px) {
  /* Nav — ukryj linki, pokaż hamburger */
  .nav-links,
  .nav-end .btn-nav { display: none; }
  .hamburger { display: flex; }
  .nav-end { gap: 8px; }

  /* Cennik */
  .cennik-grid { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .cennik-notes ul { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .kontakt-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  /* Hero split — stos */
  .hero-split { grid-template-columns: 1fr; }
  .hero-panel.neg { border-top: 1px solid rgba(61,37,18,.4); }

  /* Dla kogo */
  .dlakogo-grid { grid-template-columns: 1fr; }

  /* O nas */
  .team-grid { grid-template-columns: 1fr; }

  /* Mediacje */
  .compare-grid { grid-template-columns: 1fr; }
  .types-grid   { grid-template-columns: 1fr; }
  .reason-grid  { grid-template-columns: 1fr; }
  .svc-grid     { grid-template-columns: 1fr; }
  .kiedy-grid   { grid-template-columns: 1fr; }

  /* Hero benefits */
  .hero-benefits { grid-template-columns: 1fr; }

  /* Form row */
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  /* Footer */
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .forma-grid { grid-template-columns: 1fr 1fr; }
  .art-item { grid-template-columns: 1fr auto; }
  .art-cat { display: none; }
}

@media (max-width: 380px) {
  .forma-grid { grid-template-columns: 1fr; }
}
