:root {
  --cs-bg: #000000;
  --cs-bg-soft: var(--cs-bg);
  --cs-surface: var(--cs-bg);
  --cs-surface-2: var(--cs-bg);
  --cs-paper: #f4efe2;
  --cs-paper-2: #fffaf0;
  --cs-ink: #11180f;
  --cs-muted: #a0a0a0;
  --cs-muted-dark: #5e685a;
  --cs-text: #F1F1F1;
  --cs-line: rgba(241, 241, 241, 0.14);
  --cs-line-strong: rgba(241, 241, 241, 0.18);
  --cs-line-dark: rgba(17, 24, 15, 0.14);
  --cs-accent: #b7ff6a;
  --cs-accent-2: #b7ff6a;
  --cs-green: #668f3a;
  --cs-overlay: rgba(241, 241, 241, 0.04);
  --cs-overlay-medium: rgba(241, 241, 241, 0.06);
  --cs-overlay-strong: rgba(241, 241, 241, 0.10);
  --cs-radius: 18px;
  --cs-radius-lg: 26px;
  --cs-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  --cs-shadow-strong: 0 28px 78px rgba(0, 0, 0, 0.48);
}

.entry-content .has-text-align-left,
.editor-styles-wrapper .has-text-align-left,
.editor-styles-wrapper .has-text-align-left > *,
.editor-styles-wrapper .has-text-align-left :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  text-align: left !important;
}

.entry-content .has-text-align-center,
.editor-styles-wrapper .has-text-align-center,
.editor-styles-wrapper .has-text-align-center > *,
.editor-styles-wrapper .has-text-align-center :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  text-align: center !important;
}

.entry-content .has-text-align-right,
.editor-styles-wrapper .has-text-align-right,
.editor-styles-wrapper .has-text-align-right > *,
.editor-styles-wrapper .has-text-align-right :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  text-align: right !important;
}

.entry-content .has-text-align-justify,
.editor-styles-wrapper .has-text-align-justify,
.editor-styles-wrapper .has-text-align-justify > *,
.editor-styles-wrapper .has-text-align-justify :where(p, h1, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, figcaption) {
  hyphens: auto;
  text-align: justify !important;
  text-justify: inter-word;
}

.cs-audience-formalne {
  --cs-bg: #000000;
  --cs-bg-soft: #000000;
  --cs-surface: #000000;
  --cs-surface-2: #000000;
  --cs-accent: #b7ff6a;
  --cs-accent-2: #b7ff6a;
  --cs-line-strong: rgba(183, 255, 106, 0.28);
}

* {
  box-sizing: border-box;
}

.cs-site-header {
  border-bottom: 1px solid var(--cs-line);
  background: var(--cs-bg);
  color: var(--cs-text);
}

.cs-site-footer {
  border-top: 1px solid var(--cs-line);
  background: var(--cs-surface);
  color: var(--cs-text);
}

.cs-classes-wrap h1,
.cs-classes-wrap h2,
.cs-classes-wrap h3,
.cs-classes-wrap h4,
.cs-classes-wrap h5,
.cs-classes-wrap h6 {
  color: var(--cs-text);
}

.cs-template-main {
  margin-top: 0;
}

.cs-page-title-wrap {
  padding: clamp(32px, 6vw, 72px) var(--wp--preset--spacing--50) clamp(20px, 4vw, 42px);
}

.cs-page-title-wrap .wp-block-post-title {
  margin: 0 auto;
  max-width: 980px;
  color: var(--cs-text);
}

.cs-section,
.cs-home-section,
.cs-block-section,
.cs-welcome-classic {
  box-sizing: border-box;
  padding: clamp(44px, 6vw, 76px) var(--wp--preset--spacing--50);
}

.entry-content > .alignfull.cs-section,
.entry-content > .alignfull.cs-home-section,
.entry-content > .alignfull.cs-block-section,
.entry-content > .alignfull.cs-welcome-classic {
  width: auto;
}

.wp-block-post-content > .alignfull.cs-section + .alignfull.cs-section,
.wp-block-post-content > .alignfull.cs-section + .alignfull.cs-home-section,
.wp-block-post-content > .alignfull.cs-section + .alignfull.cs-block-section,
.wp-block-post-content > .alignfull.cs-section + .alignfull.cs-welcome-classic,
.wp-block-post-content > .alignfull.cs-home-section + .alignfull.cs-section,
.wp-block-post-content > .alignfull.cs-home-section + .alignfull.cs-home-section,
.wp-block-post-content > .alignfull.cs-home-section + .alignfull.cs-block-section,
.wp-block-post-content > .alignfull.cs-home-section + .alignfull.cs-welcome-classic,
.wp-block-post-content > .alignfull.cs-block-section + .alignfull.cs-section,
.wp-block-post-content > .alignfull.cs-block-section + .alignfull.cs-home-section,
.wp-block-post-content > .alignfull.cs-block-section + .alignfull.cs-block-section,
.wp-block-post-content > .alignfull.cs-block-section + .alignfull.cs-welcome-classic,
.wp-block-post-content > .alignfull.cs-welcome-classic + .alignfull.cs-section,
.wp-block-post-content > .alignfull.cs-welcome-classic + .alignfull.cs-home-section,
.wp-block-post-content > .alignfull.cs-welcome-classic + .alignfull.cs-block-section,
.wp-block-post-content > .alignfull.cs-welcome-classic + .alignfull.cs-welcome-classic {
  margin-block-start: 0;
}

.is-layout-flow > .alignfull.cs-section + .alignfull.cs-section,
.is-layout-flow > .alignfull.cs-section + .alignfull.cs-home-section,
.is-layout-flow > .alignfull.cs-section + .alignfull.cs-block-section,
.is-layout-flow > .alignfull.cs-section + .alignfull.cs-welcome-classic,
.is-layout-flow > .alignfull.cs-home-section + .alignfull.cs-section,
.is-layout-flow > .alignfull.cs-home-section + .alignfull.cs-home-section,
.is-layout-flow > .alignfull.cs-home-section + .alignfull.cs-block-section,
.is-layout-flow > .alignfull.cs-home-section + .alignfull.cs-welcome-classic,
.is-layout-flow > .alignfull.cs-block-section + .alignfull.cs-section,
.is-layout-flow > .alignfull.cs-block-section + .alignfull.cs-home-section,
.is-layout-flow > .alignfull.cs-block-section + .alignfull.cs-block-section,
.is-layout-flow > .alignfull.cs-block-section + .alignfull.cs-welcome-classic,
.is-layout-flow > .alignfull.cs-welcome-classic + .alignfull.cs-section,
.is-layout-flow > .alignfull.cs-welcome-classic + .alignfull.cs-home-section,
.is-layout-flow > .alignfull.cs-welcome-classic + .alignfull.cs-block-section,
.is-layout-flow > .alignfull.cs-welcome-classic + .alignfull.cs-welcome-classic {
  margin-block-start: 0 !important;
}

.cs-inner,
.cs-home-inner,
.cs-block-inner {
  max-width: 1180px;
  margin-inline: auto;
}

.cs-inner--narrow,
.cs-block-inner--narrow {
  max-width: 820px;
}

.cs-home-section--paper,
.cs-block-section--paper {
  background: transparent;
  color: var(--cs-text);
}

.cs-home-section--paper .wp-block-heading,
.cs-block-section--paper .wp-block-heading {
  color: var(--cs-text);
}

.wp-block-post-content:has(> .alignfull.cs-block-hero),
.wp-block-post-content:has(> .alignfull.cs-block-section--dark),
.wp-block-post-content:has(> .alignfull.cs-home-section--dark),
.wp-block-post-content:has(> .alignfull.cs-welcome-classic) {
  background: #000000;
}

.cs-home-section--dark,
.cs-block-section--dark,
.cs-block-hero {
  background: transparent;
  color: var(--cs-text);
}

.cs-audience-formalne .cs-home-section--dark,
.cs-audience-formalne .cs-block-section--dark,
.cs-audience-formalne .cs-block-hero,
.cs-audience-formalne .cs-welcome-classic {
  background: transparent;
}

.cs-block-hero {
  display: grid;
  align-items: center;
}

.cs-block-hero .cs-block-inner {
  text-align: center;
}

.cs-home-heading,
.cs-block-heading {
  margin-top: 0;
  text-align: center;
}

.cs-home-lead,
.cs-block-lead {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  line-height: 1.6;
}

.cs-block-kicker {
  margin: 0 0 14px;
  color: var(--cs-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.cs-block-title {
  max-width: 820px;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(2.05rem, 5vw, 4.2rem);
  line-height: 1;
  text-align: center;
}

.cs-block-hero-image {
  max-width: min(520px, 100%);
  margin: clamp(20px, 4vw, 34px) auto 0;
}

.cs-block-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: contain;
}

.cs-home-section .cs-home-heading,
.cs-block-section .cs-block-heading,
.cs-home-section--dark .cs-home-heading,
.cs-home-section--dark .wp-block-heading,
.cs-block-section--dark .cs-block-title,
.cs-block-section--dark .cs-block-heading,
.cs-block-section--dark .wp-block-heading {
  color: var(--cs-text);
}

.cs-block-actions {
  margin-top: 28px;
}

.cs-block-badge,
.cs-block-pill {
  display: inline-block;
  margin: 0;
  padding: 8px 13px;
  border: 1px solid var(--cs-line-strong);
  border-radius: 999px;
  background: var(--cs-bg);
  color: inherit;
  font-size: 0.92rem;
  font-weight: 750;
}

.cs-block-badge {
  margin-top: 24px;
  color: var(--cs-accent);
}

.cs-block-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.cs-block-card-grid,
.cs-path-grid,
.cs-media-grid,
.cs-support-grid,
.cs-data-grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.cs-block-card-grid,
.cs-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cs-chff-pyramid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px;
  max-width: 800px;
  margin-inline: auto;
}

@media (min-width: 901px) {
  .cs-chff-pyramid > *:nth-child(1) { grid-column: 2; }
  .cs-chff-pyramid > *:nth-child(2) { grid-column: 1; }
  .cs-chff-pyramid > *:nth-child(3) { grid-column: 3; }
  .cs-chff-pyramid > *:nth-child(4) { grid-column: 1; }
  .cs-chff-pyramid > *:nth-child(5) { grid-column: 3; }
}

.cs-chff-pyramid > * {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--cs-line-dark, rgba(17, 24, 15, 0.14));
  border-radius: var(--cs-radius, 18px);
  background: var(--cs-paper-2, #fffaf0);
  text-align: center;
}

.cs-block-card-grid > .cs-block-card {
  margin-block-start: 0;
}

.cs-media-grid,
.cs-support-grid,
.cs-data-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cs-block-card,
.cs-media-card,
.cs-support-card,
.cs-data-card {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius);
  background: var(--cs-bg);
  color: var(--cs-text);
  text-align: center;
  box-shadow: var(--cs-shadow);
}

.cs-block-card .wp-block-heading,
.cs-block-card h3,
.cs-media-card .wp-block-heading,
.cs-media-card h3,
.cs-support-card .wp-block-heading,
.cs-support-card h3,
.cs-data-card .wp-block-heading,
.cs-data-card h3 {
  color: var(--cs-text);
}

.cs-block-card p,
.cs-media-card p,
.cs-support-card p,
.cs-data-card p {
  color: var(--cs-muted);
}

.cs-block-section--paper .cs-block-card .wp-block-heading,
.cs-block-section--paper .cs-block-card h3 {
  color: var(--cs-text);
}

.cs-home-section--dark .cs-media-card,
.cs-home-section--dark .cs-support-card,
.cs-home-section--dark .cs-data-card,
.cs-block-section--dark .cs-block-card {
  border-color: var(--cs-line-strong);
  background: var(--cs-bg);
  color: var(--cs-text);
}

.cs-home-section--dark .cs-media-card h3,
.cs-home-section--dark .cs-media-card .wp-block-heading,
.cs-home-section--dark .cs-support-card h3,
.cs-home-section--dark .cs-support-card .wp-block-heading,
.cs-home-section--dark .cs-data-card h3,
.cs-home-section--dark .cs-data-card .wp-block-heading {
  color: var(--cs-text);
}

.cs-home-section--dark .cs-media-card p,
.cs-home-section--dark .cs-support-card p,
.cs-home-section--dark .cs-data-card p,
.cs-home-section--dark .cs-media-card li,
.cs-home-section--dark .cs-support-card li,
.cs-home-section--dark .cs-data-card li {
  color: var(--cs-muted);
}

.cs-media-card ul,
.cs-media-card ol,
.cs-support-card ul,
.cs-support-card ol,
.cs-data-card ul,
.cs-data-card ol,
.cs-block-card ul,
.cs-block-card ol {
  max-width: 34rem;
  margin-inline: auto;
  padding-left: 1.35rem !important;
  text-align: left !important;
}

.cs-home-section--dark .cs-media-card strong,
.cs-home-section--dark .cs-support-card strong,
.cs-home-section--dark .cs-data-card strong {
  color: var(--cs-text);
}

.cs-block-section--dark .cs-block-card h3,
.cs-block-section--dark .cs-block-card .wp-block-heading {
  color: var(--cs-text);
}

.cs-block-section--dark .cs-block-card p {
  color: var(--cs-muted);
}

.cs-block-section--dark .cs-block-card li {
  color: var(--cs-muted);
}

.cs-block-section--dark .cs-block-card strong {
  color: var(--cs-text);
}

.org-title,
.ck-hero__title,
.cs-officer__name,
.cs-sales__title,
.cs-sales__h2,
.statute-card .statute-paragraph,
.statute-card h3 {
  color: var(--cs-text);
}

.statute-card .statute-chapter {
  color: var(--cs-accent);
}

.entry-content > div:not([class]) h1,
.entry-content > div:not([class]) h2,
.entry-content > div:not([class]) h3,
.entry-content > section:not([class]) h1,
.entry-content > section:not([class]) h2,
.entry-content > section:not([class]) h3 {
  color: var(--cs-text);
}

.cs-block-section--dark .cs-block-card .wp-block-media-text {
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.cs-block-section--dark .cs-block-card .wp-block-media-text__content {
  padding: 0;
}

.cs-block-section--dark .cs-block-card .wp-block-media-text__media img {
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius);
  background: rgba(241, 241, 241, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.cs-block-section--dark .cs-block-card .wp-block-columns {
  gap: clamp(18px, 3vw, 28px);
}

.cs-block-section--dark .cs-block-card .wp-block-column {
  min-width: 0;
}

.cs-block-section--dark .cs-block-card ul,
.cs-block-section--dark .cs-block-card ol {
  padding-left: 1.2rem;
  text-align: left;
}

.cs-block-section--dark .cs-block-card .wp-block-buttons {
  justify-content: center;
}

.cs-announcements-list {
  display: grid;
  gap: clamp(28px, 5vw, 46px);
}

.cs-announcement-card {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  background: var(--cs-bg);
  color: var(--cs-text);
  box-shadow: var(--cs-shadow);
}

.cs-announcement-card > *:first-child {
  margin-top: 0;
}

.cs-announcement-head {
  gap: clamp(18px, 4vw, 34px);
  align-items: center;
  margin-bottom: clamp(22px, 4vw, 34px);
}

.cs-announcement-head .wp-block-media-text__content {
  padding: 0;
}

.cs-announcement-image img {
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius);
  background: rgba(241, 241, 241, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.cs-announcement-title {
  margin-bottom: 0.6rem;
  color: var(--cs-text);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.cs-announcement-meta {
  margin: 0;
  color: var(--cs-accent);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.cs-announcement-lead {
  max-width: 860px;
  margin: 0 auto clamp(22px, 4vw, 34px);
  color: var(--cs-muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
  text-align: center;
}

.wp-block-columns.cs-announcement-topic-grid,
.wp-block-columns.cs-announcement-info-grid {
  gap: 18px;
  align-items: stretch !important;
  margin-top: 22px;
  margin-bottom: 22px;
}

.wp-block-columns.cs-announcement-topic-grid > .wp-block-column,
.wp-block-columns.cs-announcement-info-grid > .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: stretch !important;
  height: auto;
}

.cs-announcement-topic,
.cs-announcement-info {
  padding: clamp(16px, 3vw, 22px);
  border: 1px solid rgba(241, 241, 241, 0.12);
  border-radius: var(--cs-radius);
  background: rgba(241, 241, 241, 0.055);
}

.cs-announcement-topic .wp-block-heading,
.cs-announcement-info .wp-block-heading {
  margin-top: 0;
  color: var(--cs-text);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.cs-announcement-topic p,
.cs-announcement-topic li,
.cs-announcement-info p {
  color: var(--cs-muted);
}

.cs-announcement-topic ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.cs-announcement-note {
  margin-top: 24px;
  padding: clamp(16px, 3vw, 22px);
  border-left: 4px solid var(--cs-accent);
  border-radius: var(--cs-radius);
  background: var(--cs-bg);
}

.cs-announcement-actions {
  margin-top: clamp(24px, 4vw, 34px);
}

#kawka-mapa {
  background: transparent;
  color: var(--cs-text);
}

#kawka-mapa .cs-block-heading {
  color: var(--cs-text);
}

#kawka-mapa .cs-block-lead {
  color: var(--cs-muted);
}

.cs-kawka-map {
  position: relative;
  max-width: min(640px, 100%);
  margin: clamp(22px, 4vw, 34px) auto 0;
  padding: 0;
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  background: var(--cs-bg);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.cs-kawka-map img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-inline: auto;
}

.cs-kawka-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: clamp(15px, 2vw, 24px);
  height: clamp(15px, 2vw, 24px);
  padding: 0;
  border: 2px solid #fff2f2;
  border-radius: 999px;
  background: #d01818;
  box-shadow: 0 0 0 calc((var(--count, 1) * 1px) + 4px) rgba(208, 24, 24, 0.2), 0 8px 18px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.cs-kawka-dot:hover,
.cs-kawka-dot:focus-visible {
  background: #ff3030;
  outline: 3px solid rgba(215, 191, 122, 0.55);
  outline-offset: 3px;
  transform: translate(-50%, -50%) scale(1.18);
}

.cs-kawka-tooltip {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(241, 241, 241, 0.18);
  border-radius: 999px;
  background: var(--cs-bg);
  color: var(--cs-text);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  padding: 6px 9px;
  pointer-events: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -135%);
  transition: opacity 0.12s ease;
  white-space: nowrap;
}

.cs-kawka-tooltip.is-visible {
  opacity: 1;
}

.cs-block-section--dark .cs-block-card .cs-block-card-index {
  color: var(--cs-accent);
}

.cs-block-section--dark .cs-block-card:has(.cs-sales__addBtn) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cs-block-section--dark .cs-block-card:has(.cs-sales__addBtn) .cs-sales__addBtn {
  margin-top: auto;
}

.cs-block-card h3,
.cs-media-card h3,
.cs-support-card h3,
.cs-data-card h3 {
  margin-top: 0;
}

.cs-officer-stack {
  display: grid;
  gap: 18px;
  margin-top: 32px;
  max-width: 760px;
  margin-inline: auto;
}

.cs-officer-card {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  background: var(--cs-bg);
  color: var(--cs-text);
  box-shadow: var(--cs-shadow);
}

.cs-officer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 184px;
  gap: clamp(18px, 4vw, 34px);
  align-items: start;
}

.cs-officer-role {
  margin: 0 0 8px;
  color: var(--cs-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.cs-officer-name {
  margin-top: 0;
  margin-bottom: 12px;
}

.cs-officer-desc {
  margin: 0;
  color: var(--cs-muted);
  line-height: 1.7;
}

.cs-officer-photo {
  width: 184px;
  max-width: 100%;
  margin: 0;
  border: 3px solid var(--cs-paper-2);
  border-radius: 18px;
  outline: 4px solid #050805;
  box-shadow: 0 0 0 7px var(--cs-paper-2), 0 14px 26px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.cs-officer-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.cs-block-card-index {
  margin: 0 0 12px;
  color: var(--cs-accent);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.cs-block-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.cs-block-inner--document {
  max-width: 940px;
  background: #080808;
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: var(--cs-shadow-strong);
}

.cs-block-separator {
  margin: 32px 0;
  border-color: rgba(241, 241, 241, 0.16);
}

.cs-block-document-chapter {
  margin-top: 34px;
  color: var(--cs-accent);
  text-align: center;
}

.cs-block-document-paragraph {
  margin-top: 24px;
  text-align: center;
}

.cs-welcome-classic {
  background: transparent;
  color: var(--cs-text);
}

.cs-welcome-wrap {
  max-width: 980px;
  margin: 0 auto;
  background: var(--cs-bg);
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--cs-shadow);
}

.cs-welcome-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-bottom: 1px solid var(--cs-line);
  padding-bottom: 24px;
  text-align: center;
}

.cs-welcome-logo img {
  display: block;
  max-width: min(230px, 42vw);
  height: auto;
}

.cs-welcome-title {
  margin: 0;
  color: var(--cs-text);
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.cs-welcome-lead {
  max-width: 620px;
  margin: 16px auto 0;
  color: var(--cs-text);
}

.cs-accordion {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.cs-person {
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  background: var(--cs-bg);
  overflow: hidden;
}

.cs-person summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--cs-accent);
  font-weight: 800;
}

.cs-person > :not(summary):not(.cs-options) {
  padding: 0 20px 20px;
}

.cs-options {
  display: grid;
  gap: 14px;
  padding: 0 20px 20px;
}

.cs-option {
  padding: 18px;
  border-radius: 14px;
  background: rgba(241, 241, 241, 0.06);
}

.cs-mail,
.cs-home-section--dark a {
  color: var(--cs-accent-2);
}

.cs-btn .wp-block-button__link {
  border: 1px solid var(--cs-accent-2);
  border-radius: 999px;
  background: var(--cs-bg);
  color: var(--cs-accent-2);
  font-weight: 800;
}

.cs-path-card {
  text-align: center;
}

.cs-path-name {
  margin: 0 0 16px;
  font-weight: 800;
}

.cs-path-text {
  margin: 0;
  line-height: 1.45;
}

.cs-trail-mark-img {
  width: 180px;
  max-width: 100%;
  margin: 0 auto 20px;
  line-height: 0;
}

.cs-trail-mark-img img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.cs-law-list {
  max-width: 880px;
  margin-inline: auto;
  line-height: 1.7;
}

.cs-law-list li + li {
  margin-top: 0.55rem;
}

.cs-quote-section {
  background: #000;
  color: var(--cs-text);
  text-align: center;
}

.cs-quote-text {
  max-width: 920px;
  margin-inline: auto;
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(1.7rem, 4vw, 3.1rem);
  line-height: 1.2;
}

.cs-org-directory {
  display: grid;
  gap: 18px;
}

.cs-org-toolbar,
.cs-org-form-card,
.cs-org-row {
  border: 1px solid var(--cs-line-strong);
  background: var(--cs-bg);
  color: var(--cs-text);
  box-shadow: var(--cs-shadow);
}

.cs-org-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: end;
  border-radius: var(--cs-radius-lg);
  padding: clamp(18px, 3vw, 24px);
}

.cs-org-search-wrap,
.cs-org-form label {
  display: grid;
  gap: 7px;
}

.cs-org-search-wrap span,
.cs-org-form label span,
.cs-org-count span,
.cs-org-muted {
  color: var(--cs-muted);
}

.cs-org-search,
.cs-org-form input,
.cs-org-form select,
.cs-org-form textarea {
  width: 100%;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: rgba(241, 241, 241, 0.06);
  color: var(--cs-text);
  padding: 12px 14px;
}

.cs-org-search::placeholder,
.cs-org-form input::placeholder,
.cs-org-form textarea::placeholder {
  color: rgba(241, 241, 241, 0.42);
}

.cs-org-count {
  min-width: 132px;
  border: 1px solid var(--cs-line-strong);
  border-radius: 16px;
  background: var(--cs-bg);
  padding: 10px 14px;
  text-align: right;
}

.cs-org-count strong {
  display: block;
  color: var(--cs-accent);
  font-size: 2rem;
  line-height: 1;
}

.cs-org-button {
  border: 1px solid var(--cs-line-strong);
  border-radius: 999px;
  background: var(--cs-bg);
  color: var(--cs-text);
  cursor: pointer;
  font-weight: 800;
  padding: 12px 16px;
}

.cs-org-button--primary {
  background: var(--cs-accent);
  color: var(--cs-text);
}

.cs-org-list {
  display: grid;
  gap: 10px;
}

.cs-org-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-radius: 18px;
  padding: 14px;
}

.cs-org-logo {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid var(--cs-line);
  border-radius: 16px;
  background: rgba(241, 241, 241, 0.06);
  overflow: hidden;
}

.cs-org-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cs-org-logo span {
  color: var(--cs-accent);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cs-org-row h3 {
  margin: 0;
  color: var(--cs-text);
  font-size: 1rem;
}

.cs-org-row a {
  color: var(--cs-accent-2);
  font-weight: 800;
  text-decoration: none;
}

.cs-org-form-card {
  display: grid;
  gap: 18px;
  border-radius: var(--cs-radius-lg);
  padding: clamp(20px, 4vw, 30px);
}

.cs-org-form-title {
  margin: 0;
  color: var(--cs-text);
}

.cs-org-muted {
  margin-bottom: 0;
  line-height: 1.7;
}

.cs-org-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cs-form-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: start;
  margin-top: clamp(24px, 4vw, 38px);
}

.cs-form-info,
.cs-form-card {
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  background: var(--cs-bg);
  color: var(--cs-text);
  box-shadow: var(--cs-shadow);
  padding: clamp(20px, 4vw, 30px);
}

.cs-form-info > *:first-child,
.cs-form-card > *:first-child {
  margin-top: 0;
}

.cs-form-info h3,
.cs-form-card h3 {
  color: var(--cs-text);
}

.cs-form-info li,
.cs-form-note {
  color: var(--cs-muted);
}

.cs-form-note {
  line-height: 1.65;
}

.cs-form-card {
  --cs-form-line: rgba(241, 241, 241, 0.14);
  --cs-form-line-soft: rgba(241, 241, 241, 0.12);
  --cs-form-panel: rgba(241, 241, 241, 0.045);
}

.cs-form-card .wpcf7-form {
  counter-reset: cs-form-step;
  display: grid;
  gap: 0;
}

.cs-form-card .wpcf7-form p {
  margin: 0;
}

.cs-form-card .wpcf7-form > h3 {
  margin: 0 0 12px;
  color: var(--cs-text);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  line-height: 1.12;
}

.cs-form-card .wpcf7-form > h3 + p {
  margin: 0 0 28px;
  color: rgba(241, 241, 241, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.cs-form-card .wpcf7-form > hr {
  width: 100%;
  height: 1px;
  margin: 30px 0 0;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--cs-form-line), transparent);
}

.cs-form-card .wpcf7-form > h4 {
  counter-increment: cs-form-step;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 28px 0 18px;
  color: var(--cs-text);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.cs-form-card .wpcf7-form > h4::before {
  content: counter(cs-form-step, decimal-leading-zero);
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--cs-form-line);
  border-radius: 999px;
  background: var(--cs-bg);
  color: var(--cs-accent);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cs-form-card .wpcf7-form > p:has(> label),
.cs-form-card .wpcf7-form > p:has(> strong) {
  margin-top: 18px;
  margin-bottom: 8px;
}

.cs-form-card .wpcf7-form > p:has(.wpcf7-form-control-wrap) {
  margin-bottom: 16px;
}

.cs-form-card .wpcf7-form label {
  color: var(--cs-text);
  font-size: 0.94rem;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.cs-form-card .wpcf7-form strong {
  color: var(--cs-text);
  font-size: 0.94rem;
  font-weight: 850;
}

.cs-form-card .wpcf7-form em {
  display: block;
  margin: 8px 0 18px;
  border-left: 3px solid var(--cs-form-line);
  border-radius: 12px;
  background: var(--cs-form-panel);
  color: rgba(241, 241, 241, 0.76);
  line-height: 1.65;
  padding: 13px 15px;
}

.cs-form-card .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.cs-form-card .wpcf7 select,
.cs-form-card .wpcf7 textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(241, 241, 241, 0.16);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.075);
  color: var(--cs-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-size: 0.98rem;
  padding: 12px 14px;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.cs-form-card .wpcf7 select {
  color-scheme: dark;
}

.cs-form-card .wpcf7 select option {
  background: var(--cs-bg);
  color: var(--cs-text);
}

.cs-form-card .wpcf7 select option:checked {
  background: var(--cs-bg);
  color: var(--cs-text);
}

.cs-form-card .wpcf7 input:focus,
.cs-form-card .wpcf7 select:focus,
.cs-form-card .wpcf7 textarea:focus {
  border-color: rgba(183, 255, 106, 0.72);
  background: rgba(255, 250, 240, 0.105);
  box-shadow: 0 0 0 3px rgba(183, 255, 106, 0.13);
  outline: none;
}

.cs-form-card .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.cs-form-card .wpcf7-list-item {
  margin-left: 0;
}

.cs-form-card .wpcf7-checkbox,
.cs-form-card .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cs-form-card .wpcf7-checkbox .wpcf7-list-item,
.cs-form-card .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.cs-form-card .wpcf7-checkbox label,
.cs-form-card .wpcf7-radio label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  height: 100%;
  border: 1px solid var(--cs-form-line-soft);
  border-radius: 14px;
  background: var(--cs-form-panel);
  color: rgba(241, 241, 241, 0.9);
  cursor: pointer;
  padding: 12px 13px;
}

.cs-form-card .wpcf7-checkbox input,
.cs-form-card .wpcf7-radio input {
  margin-top: 3px;
  accent-color: #b7ff6a;
}

.cs-form-card .wpcf7-acceptance {
  display: block;
}

.cs-form-card .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0 0 12px;
}

.cs-form-card .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--cs-form-line-soft);
  border-radius: 16px;
  background: var(--cs-bg);
  color: rgba(241, 241, 241, 0.88);
  line-height: 1.55;
  padding: 15px 16px;
}

.cs-form-card .wpcf7-submit {
  min-height: 48px;
  margin-top: 10px;
  border: 2px solid var(--cs-accent);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: 0.04em;
  padding: 13px 22px;
  text-transform: uppercase;
  transition: background 0.2s;
}

.cs-form-card .wpcf7-submit:hover,
.cs-form-card .wpcf7-submit:focus-visible {
  background: var(--cs-accent);
  color: var(--cs-bg);
}

.cs-form-card .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 14px;
  color: var(--cs-text);
  padding: 12px 14px;
}

.cs-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cs-form-fields label {
  display: grid;
  gap: 7px;
  color: var(--cs-muted);
  font-weight: 750;
}

.cs-form-fields input:not([type="checkbox"]),
.cs-form-fields textarea {
  width: 100%;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: rgba(241, 241, 241, 0.06);
  color: var(--cs-text);
  padding: 12px 14px;
}

.cs-form-fields textarea {
  min-height: 130px;
  resize: vertical;
}

.cs-form-wide,
.cs-form-actions {
  grid-column: 1 / -1;
}

.cs-form-check {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: rgba(241, 241, 241, 0.04);
  padding: 12px;
}

.cs-form-submit {
  border: 1px solid var(--cs-line-strong);
  border-radius: 999px;
  background: var(--cs-accent);
  color: var(--cs-text);
  cursor: pointer;
  font-weight: 900;
  padding: 12px 18px;
  text-transform: uppercase;
}

.cs-form-submit:disabled {
  cursor: progress;
  opacity: 0.65;
}

.cs-form-status {
  margin: 12px 0 0;
  border-radius: 14px;
  font-weight: 800;
  padding: 12px 14px;
}

.cs-form-status:empty {
  display: none;
}

.cs-form-status[data-status="success"] {
  border: 1px solid rgba(183, 255, 106, 0.32);
  background: rgba(183, 255, 106, 0.1);
  color: var(--cs-accent);
}

.cs-form-status[data-status="error"] {
  border: 1px solid rgba(255, 120, 120, 0.34);
  background: rgba(255, 120, 120, 0.08);
  color: #ffd4d4;
}

.cs-form-status[data-status="pending"] {
  border: 1px solid rgba(215, 191, 122, 0.34);
  background: rgba(215, 191, 122, 0.08);
  color: var(--cs-accent-2);
}

.cs-form-honeypot {
  position: absolute;
  left: -9999px;
}

.cs-org-wide,
.cs-org-actions {
  grid-column: 1 / -1;
}

.cs-org-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.cs-org-toast {
  margin: 0;
  color: var(--cs-accent-2);
  font-weight: 750;
}

.cs-org-hp {
  position: absolute;
  left: -9999px;
}

.cs-block-card .cs-sales__addBtn,
.cs-sales__btn {
  width: 100%;
  border: 1px solid var(--cs-line-strong);
  border-radius: 999px;
  background: var(--cs-accent);
  color: var(--cs-text);
  cursor: pointer;
  font-weight: 900;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.cs-block-card .cs-sales__addBtn:hover,
.cs-sales__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34);
}

.cs-sales__btn:disabled {
  cursor: progress;
  opacity: 0.66;
}

.cs-sales__btn--ghost {
  background: rgba(241, 241, 241, 0.08);
  color: var(--cs-text);
}

.cs-wdd-shop {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: start;
  margin-top: 28px;
}

#wataha-start {
  padding-bottom: clamp(24px, 4vw, 42px);
}

#wataha-dlaczego {
  padding-top: clamp(28px, 4vw, 48px);
}

.cs-sales__cart,
.cs-sales__formBox,
.cs-trainer-card,
.cs-table-wrap {
  border: 1px solid var(--cs-line-strong);
  border-radius: var(--cs-radius-lg);
  background: var(--cs-bg);
  color: var(--cs-text);
  box-shadow: var(--cs-shadow);
}

.cs-sales__cart {
  position: sticky;
  top: 18px;
  padding: clamp(18px, 3vw, 26px);
}

.cs-sales__cartTitle,
.cs-sales__formBox h3 {
  margin-top: 0;
  color: var(--cs-text);
}

.cs-sales__cartLead,
.cs-sales__cartEmpty,
.cs-sales__cartItemMeta,
.cs-sales__fine {
  color: var(--cs-muted);
  line-height: 1.65;
}

.cs-sales__cartList {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.cs-sales__cartItem {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  border: 1px solid var(--cs-line);
  border-radius: 16px;
  background: rgba(241, 241, 241, 0.06);
  padding: 12px;
}

.cs-sales__cartItemTitle {
  margin: 0 0 4px;
  color: var(--cs-accent);
  font-weight: 900;
}

.cs-sales__removeBtn {
  border: 1px solid rgba(255, 120, 120, 0.34);
  border-radius: 999px;
  background: rgba(255, 120, 120, 0.08);
  color: #ffd4d4;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
}

.cs-sales__cartSummary {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  border-top: 1px solid var(--cs-line);
  padding-top: 16px;
}

.cs-sales__cartRow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.cs-sales__cartRow strong {
  color: var(--cs-accent-2);
}

.cs-sales__formBox {
  padding: clamp(18px, 3vw, 28px);
}

.cs-sales__orderMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.cs-sales__orderBadge {
  border: 1px solid var(--cs-line-strong);
  border-radius: 999px;
  background: var(--cs-bg);
  color: var(--cs-accent);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 8px 12px;
}

.cs-sales__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cs-sales__input,
.cs-sales__textarea {
  width: 100%;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: rgba(241, 241, 241, 0.06);
  color: var(--cs-text);
  padding: 12px 14px;
}

.cs-sales__input::placeholder,
.cs-sales__textarea::placeholder {
  color: rgba(241, 241, 241, 0.44);
}

.cs-sales__textarea,
.cs-sales__checkWrap,
.cs-sales__submit,
.cs-sales__status {
  grid-column: 1 / -1;
}

.cs-sales__textarea {
  min-height: 180px;
  resize: vertical;
}

.cs-sales__checkWrap {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.cs-sales__check {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: rgba(241, 241, 241, 0.04);
  color: var(--cs-muted);
  padding: 12px;
}

.cs-sales__submit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cs-sales__status {
  margin-top: 4px;
  border-radius: 14px;
  font-weight: 800;
  padding: 12px 14px;
}

.cs-sales__status:empty {
  display: none;
}

.cs-sales__status.is-ok {
  border: 1px solid var(--cs-line-strong);
  background: var(--cs-bg);
  color: var(--cs-accent);
}

.cs-sales__status.is-error {
  border: 1px solid rgba(255, 120, 120, 0.34);
  background: rgba(255, 120, 120, 0.08);
  color: #ffd4d4;
}

.cs-sales__honeypot {
  position: absolute;
  left: -9999px;
}

.cs-sales__toast {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 30;
  max-width: min(360px, calc(100vw - 32px));
  border: 1px solid var(--cs-line-strong);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cs-accent), var(--cs-accent-2));
  color: var(--cs-text);
  cursor: pointer;
  font-weight: 900;
  opacity: 0;
  padding: 13px 18px;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.cs-sales__toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cs-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.cs-price-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.cs-price-table th,
.cs-price-table td {
  border-bottom: 1px solid var(--cs-line);
  padding: 12px 14px;
  text-align: left;
}

.cs-price-table th {
  color: var(--cs-accent);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-trainer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.cs-trainer-card {
  padding: clamp(18px, 2.5vw, 24px);
}

.cs-trainer-card h3 {
  margin-top: 0;
  color: var(--cs-text);
}

.cs-trainer-role {
  color: var(--cs-accent);
  font-weight: 900;
}

.cs-sales__fine {
  margin-top: 18px;
  text-align: center;
}

@media (max-width: 900px) {
  .cs-block-two-col,
  .cs-block-card-grid,
  .cs-path-grid,
  .cs-media-grid,
  .cs-support-grid,
  .cs-data-grid {
    grid-template-columns: 1fr;
  }

  .cs-welcome-head {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .cs-welcome-head > .wp-block-group {
    width: 100%;
  }

  .cs-officer-layout {
    grid-template-columns: 1fr;
  }

  .cs-org-toolbar,
  .cs-org-form,
  .cs-org-row {
    grid-template-columns: 1fr;
  }

  .cs-kawka-legend {
    grid-template-columns: 1fr;
  }

  .cs-org-count {
    text-align: left;
  }

  .cs-wdd-shop,
  .cs-sales__form,
  .cs-sales__submit,
  .cs-form-layout,
  .cs-form-fields,
  .cs-trainer-grid {
    grid-template-columns: 1fr;
  }

  .cs-sales__cart {
    position: static;
  }

  .cs-form-card .wpcf7-checkbox,
  .cs-form-card .wpcf7-radio {
    grid-template-columns: 1fr;
  }
}
