
:root {
  --green: #0f4a2d;
  --green-dark: #0b2f20;
  --green-deep: #071d16;
  --graphite: #101514;
  --graphite-2: #18211e;
  --steel: #b8bbb8;
  --steel-2: #d7dad5;
  --paper: #f5f6f2;
  --white: #ffffff;
  --ink: #1f2522;
  --muted: #65716c;
  --line: #d7ddd7;
  --shadow: 0 24px 60px rgba(9, 22, 17, .16);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; padding: 10px 14px; background: var(--green); color: white; z-index: 999; }
.skip-link:focus { left: 8px; }
.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; }
.topbar { background: var(--green-dark); color: rgba(255,255,255,.92); font-size: 14px; }
.topbar__inner { min-height: 38px; display:flex; align-items:center; justify-content:space-between; gap: 14px; }
.topbar a { text-decoration: none; font-weight: 700; }
.sep { opacity: .4; margin: 0 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header__inner { min-height: 82px; display:flex; align-items:center; justify-content:space-between; gap: 24px; }
.brand img { display:block; width: 250px; min-width: 190px; }
.site-nav { display:flex; align-items:center; justify-content:flex-end; gap: 2px; flex-wrap: wrap; }
.site-nav a { text-decoration:none; padding: 9px 10px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--graphite); }
.site-nav a:hover, .site-nav a.is-active { background: var(--green); color: white; }
.nav-toggle { display:none; border:0; background:var(--green); border-radius:12px; width:46px; height:42px; padding:10px; }
.nav-toggle span:not(.sr-only) { display:block; height:2px; background:white; margin:5px 0; }
.hero { position: relative; isolation: isolate; color: white; background: var(--graphite); overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; z-index:-2; background:
  linear-gradient(110deg, rgba(255,255,255,.08) 0 2px, transparent 2px 28px),
  linear-gradient(72deg, transparent 0 38%, rgba(255,255,255,.08) 39%, transparent 41%),
  radial-gradient(circle at 15% 75%, rgba(15,74,45,.78), transparent 30%),
  linear-gradient(90deg, var(--green-deep), var(--graphite) 55%, #0b0f0e);
  opacity: 1;
}
.hero::after { content:""; position:absolute; left:-8%; right:-8%; bottom:0; height: 140px; z-index:-1; background: linear-gradient(0deg, rgba(255,255,255,.14), rgba(255,255,255,0)); transform: skewY(-4deg); transform-origin: right bottom; }
.hero__grid { min-height: 560px; display:grid; grid-template-columns: 1.05fr .95fr; align-items:center; gap: 58px; padding: 74px 0; }
.eyebrow, .section-kicker { margin:0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: 12px; color: var(--green); }
.hero .eyebrow { color: var(--steel-2); }
h1, h2, h3 { line-height: 1.12; margin: 0 0 18px; color: var(--graphite); }
.hero h1 { color:white; font-size: clamp(40px, 5vw, 74px); letter-spacing: -0.04em; max-width: 850px; }
.lead { font-size: clamp(18px, 2vw, 23px); max-width: 760px; color: rgba(255,255,255,.84); margin: 0 0 30px; }
.hero__actions { display:flex; gap: 14px; flex-wrap:wrap; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height: 48px; padding: 12px 18px; border-radius: 999px; text-decoration:none; font-weight: 800; border:1px solid transparent; transition:.2s ease; }
.button--primary { background: var(--green); color: white; box-shadow: 0 12px 28px rgba(15,74,45,.25); }
.button--primary:hover { background: #126037; transform: translateY(-1px); }
.button--ghost { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.button--ghost:hover { background: rgba(255,255,255,.16); }
.button--light { background:white; color: var(--green-dark); }
.poster-bars { display:flex; flex-direction:column; gap: 24px; align-items:stretch; }
.poster-bars span { display:block; width: min(100%, 560px); padding: 18px 24px; background: rgba(209,211,209,.88); color:#232323; font-size: clamp(27px, 3vw, 46px); line-height: 1; font-weight: 900; box-shadow: 18px 18px 0 rgba(0,0,0,.13); }
.poster-bars span:nth-child(1) { margin-left: 0; }
.poster-bars span:nth-child(2) { margin-left: 10%; }
.poster-bars span:nth-child(3) { margin-left: 22%; }
.poster-bars span:nth-child(4) { margin-left: 35%; }
.section { padding: 84px 0; }
.section--tight { padding: 28px 0; background: white; border-bottom:1px solid var(--line); }
.section--steel { background: #e2e5e0; }
.section--dark { background: var(--graphite); color: rgba(255,255,255,.82); }
.section--dark h2 { color: white; }
.section--dark .section-kicker { color: var(--steel); }
.two-col { display:grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items:start; }
.two-col h2, .section h2 { font-size: clamp(30px, 3vw, 48px); letter-spacing: -0.035em; }
.prose { max-width: 920px; }
.prose p { font-size: 18px; }
.prose h2 { margin-top: 44px; font-size: clamp(26px, 2.4vw, 38px); }
.rail-panel, .contact-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.rail-panel h3 { font-size: 26px; }
.check-list, .topic-list { grid-template-columns: 1fr; gap: 12px; }
.check-list li, .topic-list li { position:relative; padding-left: 30px; }
.check-list li::before, .topic-list li::before { content:""; position:absolute; left:0; top:.55em; width: 11px; height: 11px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(15,74,45,.12); }
.topic-list { grid-template-columns: 1fr; gap: 12px; }
.topic-list li { padding: 18px 18px 18px 44px; background:white; border:1px solid var(--line); border-radius: 16px; }
.topic-list li::before { left: 18px; top: 25px; }
.service-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.service-card { display:block; min-height: 220px; padding: 26px; border-radius: var(--radius); background: white; border:1px solid rgba(15,74,45,.14); text-decoration:none; box-shadow: 0 12px 35px rgba(9,22,17,.08); transition:.2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: var(--shadow); }
.service-card__kicker { display:inline-block; margin-bottom: 20px; font-size: 12px; text-transform:uppercase; letter-spacing:.14em; font-weight:900; color: var(--green); }
.service-card h3 { font-size: 25px; }
.service-card p { margin:0; color: var(--muted); }
.split-card { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.split-card > div { background:white; border:1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.text-link { display:inline-flex; margin-top: 10px; color: var(--green); font-weight:900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.tag-cloud { display:flex; flex-wrap:wrap; gap: 10px; }
.tag-cloud span { display:inline-flex; align-items:center; min-height: 34px; padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(15,74,45,.18); background: rgba(15,74,45,.06); color: var(--green-dark); font-size: 14px; font-weight: 800; }
.faq-list { display:grid; gap: 12px; margin-top: 24px; }
details { background:white; border:1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
summary { cursor:pointer; font-weight: 900; color: var(--graphite); }
details p { margin-bottom:0; color: var(--muted); }
.contact-grid { display:grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items:start; }
.contact-card--accent { background: linear-gradient(135deg, white 0%, #e8eee9 100%); }
.site-footer { background: var(--green-deep); color: rgba(255,255,255,.78); padding: 64px 0 24px; }
.footer__grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 38px; }
.footer__logo { width: 240px; display:block; margin-bottom: 18px; filter: brightness(2.1) saturate(.6); }
.site-footer h2 { color:white; font-size: 20px; margin-bottom: 14px; }
.site-footer a { color:white; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 36px; padding-top: 20px; font-size: 13px; color: rgba(255,255,255,.78); text-align: center; display: flex; justify-content: center; align-items: center; }
@media (max-width: 1000px) {
  .hero__grid, .two-col, .split-card, .contact-grid, .footer__grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .poster-bars span:nth-child(n) { margin-left: 0; }
  .hero__grid { min-height: auto; }
}
@media (max-width: 760px) {
  .topbar__inner { flex-direction:column; align-items:flex-start; padding: 9px 0; }
  .header__inner { min-height: 72px; }
  .brand img { width: 210px; }
  .nav-toggle { display:block; }
  .site-nav { display:none; position:absolute; left:20px; right:20px; top:76px; padding: 14px; background:white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.is-open { display:grid; grid-template-columns: 1fr; }
  .site-nav a { border-radius: 12px; }
  .hero__grid { padding: 46px 0; gap: 32px; }
  .poster-bars { gap: 14px; }
  .poster-bars span { font-size: 25px; padding: 14px 16px; }
  .section { padding: 56px 0; }
  .service-grid, .topic-list { grid-template-columns: 1fr; gap: 12px; }
  .container { width: min(100% - 28px, var(--container)); }
}


/* Aktualizacja: szkolenia jako jedna, czytelna lista zamiast układu dwukolumnowego */
.topic-list { grid-template-columns: 1fr !important; gap: 12px; }
.topic-list li { min-height: auto; padding: 16px 18px 16px 44px; }
.topic-list li::before { left: 18px; top: 24px; }

/* Subtelne hashtagi przeniesione nad stopkę */
.section--hashtags { padding: 34px 0; background: #eef1ed; border-top: 1px solid var(--line); }
.hashtags-title { margin: 0 0 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.tag-cloud--hashtags span { min-height: 28px; padding: 5px 10px; font-size: 12px; font-weight: 700; color: rgba(11,47,32,.70); background: rgba(15,74,45,.045); border-color: rgba(15,74,45,.11); }

/* Hero bez przycisków CTA - zachowany odstęp i czystszy układ */
.hero__copy .lead { margin-bottom: 0; }

/* Korekta list i pasków hero - 2026-05-22
   Usuwa podwójne wypunktowanie, karty z listy szkoleń oraz zabezpiecza paski przed rozjechaniem. */
.check-list,
.topic-list {
  list-style: none !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}
.check-list li,
.topic-list li {
  position: relative !important;
  list-style: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 0 0 30px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.check-list li::marker,
.topic-list li::marker {
  content: "" !important;
  font-size: 0 !important;
}
.check-list li::before,
.topic-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .62em !important;
  width: 11px !important;
  height: 11px !important;
  background: var(--green) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 5px rgba(15,74,45,.12) !important;
}
.prose ul.check-list,
.prose ul.topic-list {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.poster-bars {
  width: 100%;
  max-width: 650px;
  justify-self: end;
  overflow: hidden;
  padding: 4px 0 16px 0;
}
.poster-bars span {
  width: auto !important;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  font-size: clamp(25px, 2.6vw, 42px);
}
.poster-bars span:nth-child(1) { margin-left: 0 !important; }
.poster-bars span:nth-child(2) { margin-left: 7% !important; }
.poster-bars span:nth-child(3) { margin-left: 14% !important; }
.poster-bars span:nth-child(4) { margin-left: 21% !important; }
.poster-bars span:nth-child(5) { margin-left: 7% !important; }
@media (max-width: 1000px) {
  .poster-bars {
    max-width: 100%;
    justify-self: stretch;
    overflow: visible;
  }
  .poster-bars span:nth-child(n) { margin-left: 0 !important; }
}

/* =========================================================
   Poprawka 2026-05-22: wypunktowania bez domyślnych kropek
   + pełniejsza responsywność dla desktop / tablet / smartfon.
   ========================================================= */

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(var(--container), calc(100% - 40px));
}

/* Listy konwertowane są na div[role=list], więc przeglądarka nie generuje
   czarnych markerów <ul>/<li>. Poniższe style utrzymują zielony znacznik. */
.check-list,
.topic-list,
.prose .check-list,
.prose .topic-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  list-style: none !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
  margin-inline-start: 0 !important;
}

.check-list > .check-item,
.topic-list > .check-item,
ul.check-list > li,
ol.check-list > li,
ul.topic-list > li,
ol.topic-list > li {
  display: block !important;
  position: relative !important;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 0 0 32px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

.check-list > .check-item::before,
.topic-list > .check-item::before,
ul.check-list > li::before,
ol.check-list > li::before,
ul.topic-list > li::before,
ol.topic-list > li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .62em !important;
  width: 11px !important;
  height: 11px !important;
  background: var(--green) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 6px rgba(15,74,45,.12) !important;
}

.check-list > .check-item::marker,
.topic-list > .check-item::marker,
ul.check-list > li::marker,
ol.check-list > li::marker,
ul.topic-list > li::marker,
ol.topic-list > li::marker {
  content: none !important;
  display: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

/* Zabezpieczenie przed rozjeżdżaniem szarych pasków w hero. */
.hero__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
}
.hero__copy,
.poster-bars {
  min-width: 0;
}
.poster-bars {
  width: 100%;
  max-width: 660px;
  justify-self: end;
  overflow: visible;
  gap: clamp(14px, 2vw, 24px);
}
.poster-bars span {
  box-sizing: border-box !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto;
  line-height: 1.05 !important;
  font-size: clamp(24px, 2.35vw, 40px) !important;
}
.poster-bars span:nth-child(1) { margin-left: 0 !important; width: 100% !important; }
.poster-bars span:nth-child(2) { margin-left: 7% !important; width: 93% !important; }
.poster-bars span:nth-child(3) { margin-left: 14% !important; width: 86% !important; }
.poster-bars span:nth-child(4) { margin-left: 21% !important; width: 79% !important; }
.poster-bars span:nth-child(5) { margin-left: 7% !important; width: 93% !important; }

/* Desktop średni / tablet poziomy: przejście do menu rozwijanego, żeby nawigacja
   nie nachodziła na logo i nie łamała układu. */
@media (max-width: 1180px) {
  .header__inner {
    min-height: 74px;
  }
  .brand img {
    width: 220px;
    min-width: 180px;
  }
  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 24px;
    right: 24px;
    top: calc(100% + 8px);
    padding: 14px;
    background: rgba(255,255,255,.98);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    z-index: 80;
  }
  .site-nav.is-open {
    display: grid;
  }
  .site-nav a {
    display: block;
    border-radius: 12px;
    padding: 11px 13px;
  }
  .hero__grid,
  .two-col,
  .split-card,
  .contact-grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }
  .poster-bars {
    justify-self: stretch;
    max-width: 100%;
  }
  .poster-bars span:nth-child(n) {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .hero__grid {
    min-height: auto;
    gap: 36px;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet pionowy i większe smartfony */
@media (max-width: 820px) {
  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 9px 0;
    gap: 4px;
  }
  .container {
    width: min(100% - 32px, var(--container));
  }
  .hero__grid {
    padding: 48px 0;
  }
  .hero h1 {
    font-size: clamp(38px, 10vw, 60px);
  }
  .lead {
    font-size: 19px;
  }
  .section {
    padding: 58px 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .rail-panel,
  .contact-card,
  .split-card > div {
    padding: 24px;
  }
}

/* Smartfon */
@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--container));
  }
  .topbar {
    font-size: 13px;
  }
  .topbar .sep {
    display: none;
  }
  .topbar__inner span:last-child {
    display: grid;
    gap: 2px;
  }
  .header__inner {
    min-height: 68px;
    gap: 12px;
  }
  .brand img {
    width: 185px;
    min-width: 0;
  }
  .site-nav {
    left: 12px;
    right: 12px;
    top: calc(100% + 6px);
    grid-template-columns: 1fr;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }
  .hero__grid {
    padding: 38px 0 42px;
    gap: 26px;
  }
  .hero h1 {
    font-size: clamp(34px, 12vw, 48px);
    letter-spacing: -0.045em;
  }
  .lead {
    font-size: 17px;
    line-height: 1.55;
  }
  .poster-bars {
    gap: 10px;
  }
  .poster-bars span {
    padding: 12px 14px !important;
    font-size: clamp(22px, 8vw, 32px) !important;
    box-shadow: 10px 10px 0 rgba(0,0,0,.12) !important;
  }
  .section {
    padding: 44px 0;
  }
  .section--hashtags {
    padding: 28px 0;
  }
  .prose p,
  .check-list,
  .topic-list {
    font-size: 16px;
  }
  .check-list > .check-item,
  .topic-list > .check-item,
  ul.check-list > li,
  ol.check-list > li,
  ul.topic-list > li,
  ol.topic-list > li {
    padding-left: 28px !important;
  }
  .check-list > .check-item::before,
  .topic-list > .check-item::before,
  ul.check-list > li::before,
  ol.check-list > li::before,
  ul.topic-list > li::before,
  ol.topic-list > li::before {
    width: 10px !important;
    height: 10px !important;
    box-shadow: 0 0 0 5px rgba(15,74,45,.12) !important;
  }
  .footer__logo {
    width: 210px;
  }
}



/* Aktualizacja 2026-05-22: usunięcie górnej belki kontaktowej i stabilna belka nawigacji. */
.topbar { display: none !important; }
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  box-shadow: 0 10px 28px rgba(9,22,17,.08);
}
@media (min-width: 1025px) {
  .site-header {
    position: sticky !important;
    top: 0 !important;
  }
}
.footer__bottom p {
  margin: 0 0 6px;
}
.footer__bottom p:last-child {
  margin-bottom: 0;
}

.footer__bottom p { margin: 0; width: 100%; text-align: center; }
