/**
 * Strona główna: skóra „structured editorial”.
 * Działa tylko przy html.pc-ledger.pc-nb (index). Inne strony zostają przy palecie ledger.
 * Tokeny z css/variables.css, komponenty z css/pc-system.css.
 */

html.pc-ledger.pc-nb {
  --c-primary: #143252;
  --c-primary-h: #0e2840;
  --c-primary-l: #f2ede1;
  --c-accent: #3f4512;
  --c-secondary: #3a342c;
  --c-success: #1e4a32;
  --c-warning: #6b4a10;
  --c-danger: #8c2a22;
  --c-bg: #f2ede1;
  --c-surface: #f7f3ea;
  --c-surface2: #e6decc;
  --c-border: #0a0a08;
  --c-text: #161410;
  --c-text-m: #3a342c;
  --c-chartreuse: #c8c15e;
  --c-coral: #e39b78;
  --c-lavender: #c4adc9;
  --c-mint: #9ecab4;
  --font-sans: "Source Sans 3", "Segoe UI", sans-serif;
  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --r-sm: 2px;
  --r-md: 4px;
  --r-lg: 4px;
  --sh-md: 6px 6px 0 #0a0a08;
}

html.pc-ledger.pc-nb.pc-light #site-header.pc-header-shell {
  border-bottom: 3px solid var(--c-border) !important;
}

html.pc-ledger.pc-nb #site-header a[href="/"],
html.pc-ledger.pc-nb #site-footer a[href="/"] {
  font-family: var(--font-sans);
}

html.pc-ledger.pc-nb .section-title,
html.pc-ledger.pc-nb .pc-services__title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

/* Hero */
html.pc-ledger.pc-nb .pc-hero-tick {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  color: var(--c-text);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

html.pc-ledger.pc-nb .pc-hero-tick .pc-node {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 2px var(--c-bg), 0 0 0 3px var(--c-border);
}

html.pc-ledger.pc-nb #hero.pc-hero-viewport .pc-hero-line {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(3.1rem, 8vw, 6.6rem) !important;
  line-height: 0.88 !important;
  letter-spacing: 0.01em;
  text-transform: uppercase !important;
}

html.pc-ledger.pc-nb #hero-line1 {
  text-transform: uppercase !important;
}

html.pc-ledger.pc-nb #hero .gradient-text {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

html.pc-ledger.pc-nb #hero.pc-hero-viewport .pc-hero-headline,
html.pc-ledger.pc-nb #hero.pc-hero-viewport.pc-hero--service .pc-hero-headline {
  min-height: clamp(12rem, 32vw, 24.5rem) !important;
}

html.pc-ledger.pc-nb.pc-light #hero #hero-cta-primary,
html.pc-ledger.pc-nb.pc-light #hero #hero-cta-secondary {
  overflow: visible !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: 4px 4px 0 var(--c-border) !important;
  text-decoration: none !important;
  padding: 0.72rem 1.05rem !important;
}

html.pc-ledger.pc-nb.pc-light #hero #hero-cta-primary,
html.pc-ledger.pc-nb.pc-light #hero #hero-cta-primary:hover {
  background: var(--c-primary) !important;
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
}

html.pc-ledger.pc-nb.pc-light #hero #hero-cta-secondary,
html.pc-ledger.pc-nb.pc-light #hero #hero-cta-secondary:hover {
  background: var(--c-surface) !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

/* Przyciski w nowej skórze */
html.pc-ledger.pc-nb .pc-btn,
html.pc-ledger.pc-nb .btn-primary,
html.pc-ledger.pc-nb .order-pkg,
html.pc-ledger.pc-nb .pc-ledger-cta {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-primary) !important;
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
  box-shadow: 4px 4px 0 var(--c-border) !important;
}

html.pc-ledger.pc-nb .pc-btn--line {
  background: var(--c-surface) !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

html.pc-ledger.pc-nb .pc-ledger-card--lead .order-pkg,
html.pc-ledger.pc-nb .pc-ledger-card--lead .pc-ledger-cta,
html.pc-ledger.pc-nb .pc-ledger-card--lead .order-pkg:hover,
html.pc-ledger.pc-nb .pc-ledger-card--lead .pc-ledger-cta:hover {
  background: var(--c-primary) !important;
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
  border: 3px solid var(--c-border) !important;
}

/* Nagłówki sekcji */
html.pc-ledger.pc-nb .pc-section-header {
  margin-bottom: 1rem;
}

html.pc-ledger.pc-nb .pc-section-header h2 {
  text-align: left;
}

html.pc-ledger.pc-nb .pc-process-sub,
html.pc-ledger.pc-nb .pricing-section-sub,
html.pc-ledger.pc-nb .pc-services__sub,
html.pc-ledger.pc-nb .pc-ts-sub {
  max-width: 40rem;
  margin: 0 0 1.5rem;
  color: var(--c-text-m);
  text-align: left;
}

@media (max-width: 640px) {
  html.pc-ledger.pc-nb .pc-section-header {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  html.pc-ledger.pc-nb .pc-section-header__meta {
    text-align: left;
    margin-bottom: 0;
  }
}

/* Trzy filary */
html.pc-ledger.pc-nb .pc-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  margin-top: 0.25rem;
}

html.pc-ledger.pc-nb .pc-pillar.pc-box {
  padding: 2.7rem 1.2rem 1.25rem;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm);
  box-shadow: var(--sh-md);
}

html.pc-ledger.pc-nb .pc-pillar h3,
html.pc-ledger.pc-nb .pc-box h3 {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--c-text);
  text-align: left;
}

html.pc-ledger.pc-nb .pc-pillar__price {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  font-family: var(--font-mono);
  font-size: 0.95rem;
  font-weight: 600;
}

html.pc-ledger.pc-nb .pc-box p:not(.pc-tag),
html.pc-ledger.pc-nb .pc-box li,
html.pc-ledger.pc-nb .pc-box summary {
  color: var(--c-text);
}

html.pc-ledger.pc-nb .pc-pillar__link {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--c-text);
}

@media (min-width: 768px) {
  html.pc-ledger.pc-nb .pc-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Proces */
html.pc-ledger.pc-nb #process-bg-video {
  display: none !important;
}

html.pc-ledger.pc-nb .pc-flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

html.pc-ledger.pc-nb .pc-step__day {
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.pc-ledger.pc-nb .pc-step h3 {
  margin-bottom: 0.4rem;
}

html.pc-ledger.pc-nb .pc-flow .pc-connector {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  width: auto;
  min-height: 2.4rem;
  margin: 0 0 0 1.15rem;
  flex: 0 0 auto;
}

html.pc-ledger.pc-nb .pc-flow .pc-connector__line {
  border-top: 0;
  border-left: 2px dashed var(--c-border);
  width: 0;
  height: 1.25rem;
  margin-left: 6px;
  flex: 0 0 auto;
}

html.pc-ledger.pc-nb .pc-flow .pc-connector .pc-node {
  margin-left: 0;
}

@media (min-width: 1100px) {
  html.pc-ledger.pc-nb .pc-flow {
    flex-direction: row;
    align-items: stretch;
  }

  html.pc-ledger.pc-nb .pc-flow .pc-step {
    flex: 1 1 0;
    min-width: 0;
  }

  html.pc-ledger.pc-nb .pc-flow .pc-step h3 {
    font-size: clamp(1.25rem, 1.5vw, 1.7rem);
    overflow-wrap: anywhere;
  }

  html.pc-ledger.pc-nb .pc-flow .pc-connector {
    flex-direction: row;
    align-items: center;
    align-self: center;
    margin: 0;
    min-width: 0;
    width: auto;
    min-height: 0;
    flex: 0 0 2.75rem;
  }

  html.pc-ledger.pc-nb .pc-flow .pc-connector__line {
    border-left: 0;
    border-top: 2px dashed var(--c-border);
    width: auto;
    height: 0;
    margin-left: 0;
    flex: 1 1 auto;
  }

  html.pc-ledger.pc-nb .pc-flow .pc-connector .pc-node {
    margin-left: 0.35rem;
  }
}

/* Cennik */
html.pc-ledger.pc-nb .pc-ledger-grid {
  gap: 1.35rem;
  padding-bottom: 0.35rem;
}

html.pc-ledger.pc-nb.pc-light #section-pricing .pricing-card.pc-ledger-card {
  overflow: visible;
  border: 3px solid var(--c-border) !important;
  box-shadow: var(--sh-md) !important;
  background-color: var(--c-surface) !important;
  color: var(--c-text) !important;
}

html.pc-ledger.pc-nb.pc-light #section-pricing .pricing-card.pc-ledger-card--lead {
  background-color: var(--c-surface) !important;
  border-color: var(--c-border) !important;
  color: var(--c-text) !important;
  box-shadow: var(--sh-md) !important;
}

html.pc-ledger.pc-nb.pc-light #section-pricing .pricing-card.pc-box--chartreuse {
  background-color: var(--c-chartreuse) !important;
}

html.pc-ledger.pc-nb.pc-light #pricing .pc-ledger-card--lead h3,
html.pc-ledger.pc-nb.pc-light #pricing .pc-ledger-card--lead .pc-ledger-card__price,
html.pc-ledger.pc-nb.pc-light #pricing .pc-ledger-card--lead .pc-ledger-card__del,
html.pc-ledger.pc-nb.pc-light #pricing .pc-ledger-card--lead summary,
html.pc-ledger.pc-nb.pc-light #section-pricing .pc-ledger-card--lead h3 {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  background: transparent !important;
}

html.pc-ledger.pc-nb .pc-ledger-card__flag.pc-tag {
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
  background: var(--c-border) !important;
}

/* Opinie */
html.pc-ledger.pc-nb .pc-ts-shell .pc-promo-pack-banner__glow,
html.pc-ledger.pc-nb .pc-ts-shell .pc-promo-pack-banner__shine {
  display: none !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-shell,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-card,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-body,
html.pc-ledger.pc-nb #section-testimonials .pc-promo-pack-banner__inner {
  overflow: visible !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-card {
  height: auto !important;
  min-height: 0 !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-body {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-author-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.65rem !important;
  margin-top: auto !important;
  padding-top: 1rem !important;
  min-height: 0 !important;
  overflow: visible !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-author-row .min-w-0 {
  min-width: 0;
  width: 100%;
  max-width: 28rem;
  text-align: center;
  overflow: visible !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-avatar {
  display: block !important;
  opacity: 1 !important;
  border: 3px solid var(--c-border) !important;
  box-shadow: 3px 3px 0 var(--c-border) !important;
}

html.pc-ledger.pc-nb .pc-ts-card.pc-box {
  background: var(--c-surface);
  color: var(--c-text);
  border: 3px solid var(--c-border);
  border-radius: var(--r-sm);
  box-shadow: var(--sh-md);
}

html.pc-ledger.pc-nb .pc-ts-author,
html.pc-ledger.pc-nb .pc-ts-author.pc-tag,
html.pc-ledger.pc-nb .pc-ts-author.text-white,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-author,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-author.pc-tag,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-author.text-white,
html.pc-ledger.pc-nb.pc-light #section-testimonials .pc-ts-author,
html.pc-ledger.pc-nb.pc-light #section-testimonials .pc-ts-author.text-white {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 5 !important;
  margin: 0.35rem auto 0 !important;
  padding: 0.5rem 1rem !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 2.4rem !important;
  font-family: var(--font-sans) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  color: #161410 !important;
  -webkit-text-fill-color: #161410 !important;
  background: #c8c15e !important;
  border: 3px solid #0a0a08 !important;
  border-radius: 2px !important;
  box-shadow: 4px 4px 0 #0a0a08 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.pc-ledger.pc-nb .pc-ts-role,
html.pc-ledger.pc-nb .pc-ts-role.pc-tag,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-role,
html.pc-ledger.pc-nb #section-testimonials .pc-ts-role.pc-tag {
  display: block !important;
  position: static !important;
  margin: 0.4rem auto 0 !important;
  padding: 0 !important;
  max-width: 28rem !important;
  color: var(--c-text-m) !important;
  -webkit-text-fill-color: var(--c-text-m) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--font-sans) !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  max-width: 100% !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-mint) !important;
  color: #161410 !important;
  -webkit-text-fill-color: #161410 !important;
  box-shadow: 3px 3px 0 var(--c-border) !important;
  opacity: 1 !important;
  overflow: visible !important;
  white-space: normal !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  padding: 0.35rem 0.7rem 0.35rem 0.4rem !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-pill > span:not(.pc-ts-pill__ico) {
  color: #161410 !important;
  -webkit-text-fill-color: #161410 !important;
  white-space: normal !important;
  overflow: visible !important;
}

html.pc-ledger.pc-nb #section-testimonials .pc-ts-pill__ico {
  background: var(--c-surface) !important;
  color: var(--c-text) !important;
  border: 2px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  flex-shrink: 0 !important;
}

html.pc-ledger.pc-nb .pc-ts-quote {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

/* Cennik — ceny w tej samej wysokości (flaga tylko na części kart) */
html.pc-ledger.pc-nb #section-pricing .pc-ledger-grid,
html.pc-ledger.pc-nb #pricing .pc-ledger-grid {
  align-items: stretch !important;
}

html.pc-ledger.pc-nb #section-pricing .pricing-card,
html.pc-ledger.pc-nb #pricing .pricing-card,
html.pc-ledger.pc-nb #section-pricing .pricing-card.pc-box,
html.pc-ledger.pc-nb #pricing .pricing-card.pc-box {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 100%;
  padding-top: 2.85rem !important;
}

html.pc-ledger.pc-nb #section-pricing .pc-ledger-card__flag,
html.pc-ledger.pc-nb #pricing .pc-ledger-card__flag {
  position: absolute !important;
  top: 0.7rem !important;
  right: 0.7rem !important;
  margin: 0 !important;
  z-index: 2;
}

html.pc-ledger.pc-nb #section-pricing .pc-ledger-card__body,
html.pc-ledger.pc-nb #pricing .pc-ledger-card__body,
html.pc-ledger.pc-nb #section-pricing .pricing-pkg-inner {
  display: grid !important;
  grid-template-rows: 3.1em auto 1.5em 1fr auto;
  align-content: stretch;
  flex: 1 1 auto !important;
  gap: 0.55rem;
  min-height: 0;
}

html.pc-ledger.pc-nb #section-pricing .pc-ledger-card__name,
html.pc-ledger.pc-nb #pricing .pc-ledger-card__name {
  min-height: 0;
  margin: 0 !important;
  display: flex;
  align-items: flex-end;
  align-self: end;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  line-height: 1.05 !important;
}

html.pc-ledger.pc-nb #section-pricing .pc-ledger-card__price,
html.pc-ledger.pc-nb #pricing .pc-ledger-card__price {
  min-height: 2.55rem;
  display: flex;
  align-items: flex-end;
  align-self: end;
  margin: 0 !important;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem) !important;
  line-height: 1 !important;
}

html.pc-ledger.pc-nb #section-pricing .pc-ledger-card__del,
html.pc-ledger.pc-nb #pricing .pc-ledger-card__del {
  min-height: 1.35em;
  margin: 0 !important;
  align-self: start;
}

html.pc-ledger.pc-nb #section-pricing .pc-ledger-card__more,
html.pc-ledger.pc-nb #pricing .pc-ledger-card__more {
  align-self: stretch;
  min-height: 0;
}

html.pc-ledger.pc-nb #section-pricing .order-pkg,
html.pc-ledger.pc-nb #section-pricing .pc-ledger-cta,
html.pc-ledger.pc-nb #pricing .order-pkg,
html.pc-ledger.pc-nb #pricing .pc-ledger-cta {
  margin-top: 0 !important;
  width: 100% !important;
  align-self: stretch;
}

/* Problem / AI visibility — „Er din bedrift usynlig…” */
html.pc-ledger.pc-nb #section-problem .pc-ai-visibility-card,
html.pc-ledger.pc-nb .pc-ai-visibility-card {
  position: relative;
  background: var(--c-coral) !important;
  background-image: none !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--sh-md) !important;
  overflow: hidden;
  color: var(--c-text) !important;
}

html.pc-ledger.pc-nb .pc-ai-visibility-card__glow,
html.pc-ledger.pc-nb .pc-ai-visibility-card__grid {
  display: none !important;
}

html.pc-ledger.pc-nb .pc-ai-visibility-card__eyebrow {
  font-family: var(--font-mono) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

html.pc-ledger.pc-nb .pc-ai-visibility-card__headline,
html.pc-ledger.pc-nb .pc-ai-visibility-card__line,
html.pc-ledger.pc-nb .pc-ai-visibility-card__line--strong,
html.pc-ledger.pc-nb .pc-ai-visibility-card__line--muted,
html.pc-ledger.pc-nb .pc-ai-visibility-card__sub,
html.pc-ledger.pc-nb .pc-ai-visibility-card__sub strong {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  text-shadow: none !important;
}

html.pc-ledger.pc-nb .pc-ai-visibility-card__headline {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  line-height: 0.95 !important;
}

html.pc-ledger.pc-nb .pc-ai-visibility-card__cta,
html.pc-ledger.pc-nb #section-problem .pc-ai-visibility-card a.btn-primary,
html.pc-ledger.pc-nb #section-problem .pc-ai-visibility-card a[class*="btn"] {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-primary) !important;
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
  box-shadow: 4px 4px 0 var(--c-border) !important;
}

html.pc-ledger.pc-nb #section-problem .problem-stat-card,
html.pc-ledger.pc-nb.pc-light #section-problem .problem-stat-card {
  background: var(--c-surface) !important;
  background-image: none !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--sh-md) !important;
  backdrop-filter: none !important;
  color: var(--c-text) !important;
}

html.pc-ledger.pc-nb #section-problem .problem-stat-card:nth-child(3n + 1) {
  background: var(--c-chartreuse) !important;
}

html.pc-ledger.pc-nb #section-problem .problem-stat-card:nth-child(3n + 2) {
  background: var(--c-mint) !important;
}

html.pc-ledger.pc-nb #section-problem .problem-stat-card:nth-child(3n + 3) {
  background: var(--c-lavender) !important;
}

html.pc-ledger.pc-nb #section-problem .problem-stat-card h3,
html.pc-ledger.pc-nb #section-problem .problem-stat-card .text-white,
html.pc-ledger.pc-nb #section-problem .problem-stat-card p,
html.pc-ledger.pc-nb #section-problem .problem-stat-val,
html.pc-ledger.pc-nb #section-problem .section-title,
html.pc-ledger.pc-nb #section-problem .gradient-text {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  background: none !important;
  text-shadow: none !important;
}

html.pc-ledger.pc-nb #section-problem h2,
html.pc-ledger.pc-nb #section-problem .pc-home-section-badge {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

html.pc-ledger.pc-nb #section-problem h2 {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

/* Top / trendy 2026 — karty to <a class="block … rounded-2xl"> */
html.pc-ledger.pc-nb #section-top-services,
html.pc-ledger.pc-nb.pc-light #section-top-services {
  background: transparent !important;
  border: 0 !important;
}

html.pc-ledger.pc-nb #section-top-services .grid > a,
html.pc-ledger.pc-nb #section-top-services a.block.rounded-2xl,
html.pc-ledger.pc-nb.pc-light #section-top-services a.rounded-2xl,
html.pc-ledger.pc-nb #section-top-services .top-service-card,
html.pc-ledger.pc-nb #section-top-services .pc-promo-item,
html.pc-ledger.pc-nb #section-top-services article,
html.pc-ledger.pc-nb #section-top-services .glass-card {
  background: var(--c-surface) !important;
  background-image: none !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--sh-md) !important;
  color: var(--c-text) !important;
  transform: none !important;
}

html.pc-ledger.pc-nb #section-top-services .grid > a:nth-child(4n + 1),
html.pc-ledger.pc-nb.pc-light #section-top-services a.rounded-2xl:nth-child(4n + 1) {
  background: var(--c-chartreuse) !important;
}

html.pc-ledger.pc-nb #section-top-services .grid > a:nth-child(4n + 2),
html.pc-ledger.pc-nb.pc-light #section-top-services a.rounded-2xl:nth-child(4n + 2) {
  background: var(--c-mint) !important;
}

html.pc-ledger.pc-nb #section-top-services .grid > a:nth-child(4n + 3),
html.pc-ledger.pc-nb.pc-light #section-top-services a.rounded-2xl:nth-child(4n + 3) {
  background: var(--c-lavender) !important;
}

html.pc-ledger.pc-nb #section-top-services .grid > a:nth-child(4n + 4),
html.pc-ledger.pc-nb.pc-light #section-top-services a.rounded-2xl:nth-child(4n + 4) {
  background: var(--c-coral) !important;
}

html.pc-ledger.pc-nb #section-top-services .grid > a .rounded-xl,
html.pc-ledger.pc-nb #section-top-services a .border-primary-500\/20,
html.pc-ledger.pc-nb #section-top-services a .bg-primary-500\/10 {
  background: var(--c-border) !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  color: var(--c-primary-l) !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
}

html.pc-ledger.pc-nb #section-top-services h2,
html.pc-ledger.pc-nb #section-top-services h3,
html.pc-ledger.pc-nb #section-top-services .pc-top-services-title,
html.pc-ledger.pc-nb #section-top-services .gradient-text,
html.pc-ledger.pc-nb #section-top-services .text-white,
html.pc-ledger.pc-nb.pc-light #section-top-services .text-white {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  background: none !important;
  text-transform: uppercase;
}

html.pc-ledger.pc-nb #section-top-services p,
html.pc-ledger.pc-nb #section-top-services li,
html.pc-ledger.pc-nb #section-top-services .text-dark-400,
html.pc-ledger.pc-nb.pc-light #section-top-services .text-dark-400 {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

html.pc-ledger.pc-nb #section-top-services .top-services-badge,
html.pc-ledger.pc-nb.pc-light #section-top-services .top-services-badge {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-lavender) !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  box-shadow: 3px 3px 0 var(--c-border) !important;
}

html.pc-ledger.pc-nb #section-top-services .pc-promo-item__cta,
html.pc-ledger.pc-nb #section-top-services a.btn-primary,
html.pc-ledger.pc-nb #section-top-services .btn-primary {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-primary) !important;
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
  box-shadow: 4px 4px 0 var(--c-border) !important;
}

/* AI Chat demo */
html.pc-ledger.pc-nb #section-ai-demo,
html.pc-ledger.pc-nb .section-ai-demo-wrap {
  color: var(--c-text);
}

html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner,
html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner--feature,
html.pc-ledger.pc-nb .section-ai-demo-wrap .pc-promo-pack-banner {
  background: var(--c-lavender) !important;
  background-image: none !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--sh-md) !important;
  overflow: visible !important;
}

html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner__glow,
html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner__shine {
  display: none !important;
}

html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner__badge {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-chartreuse) !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 3px 3px 0 var(--c-border) !important;
}

html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner__title,
html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner__title .gradient-text,
html.pc-ledger.pc-nb #section-ai-demo .ai-demo-title,
html.pc-ledger.pc-nb #section-ai-demo .ai-demo-title .gradient-text {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  background: none !important;
}

html.pc-ledger.pc-nb #section-ai-demo .pc-promo-pack-banner__subtitle,
html.pc-ledger.pc-nb #section-ai-demo .ai-demo-sub {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
}

html.pc-ledger.pc-nb #section-ai-demo .ai-demo-card,
html.pc-ledger.pc-nb #section-ai-demo .glass-card {
  background: var(--c-surface) !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: 4px 4px 0 var(--c-border) !important;
  color: var(--c-text) !important;
  backdrop-filter: none !important;
}

html.pc-ledger.pc-nb #section-ai-demo .aidemo-chat-head,
html.pc-ledger.pc-nb #section-ai-demo #ai-chat-log,
html.pc-ledger.pc-nb #section-ai-demo .aidemo-benefits,
html.pc-ledger.pc-nb #section-ai-demo .aidemo-benefits li,
html.pc-ledger.pc-nb #section-ai-demo .text-white,
html.pc-ledger.pc-nb #section-ai-demo .text-dark-200,
html.pc-ledger.pc-nb #section-ai-demo .text-dark-300,
html.pc-ledger.pc-nb #section-ai-demo .text-dark-500,
html.pc-ledger.pc-nb.pc-light #section-ai-demo .text-white {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  border-color: var(--c-border) !important;
}

html.pc-ledger.pc-nb #section-ai-demo #ai-input {
  background: var(--c-bg) !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
}

html.pc-ledger.pc-nb #section-ai-demo #ai-quick-btns button {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-mint) !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  box-shadow: 3px 3px 0 var(--c-border) !important;
}

html.pc-ledger.pc-nb #section-ai-demo #aidemo-cta,
html.pc-ledger.pc-nb #section-ai-demo .btn-primary {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  background: var(--c-primary) !important;
  color: var(--c-primary-l) !important;
  -webkit-text-fill-color: var(--c-primary-l) !important;
  box-shadow: 4px 4px 0 var(--c-border) !important;
}

/* Expertise — „Fra UI til AI…” kolorowe kafelki jak services */
html.pc-ledger.pc-nb .pc-expertise-section::before,
html.pc-ledger.pc-nb .pc-expertise-section__video-wrap {
  display: none !important;
}

html.pc-ledger.pc-nb #section-expertise-root .pc-expertise-section,
html.pc-ledger.pc-nb .pc-expertise-section {
  background: transparent !important;
}

html.pc-ledger.pc-nb .pc-expertise-grid {
  gap: 1.35rem !important;
}

html.pc-ledger.pc-nb .pc-expertise-card,
html.pc-ledger.pc-nb a.pc-expertise-card {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--sh-md) !important;
  background: var(--c-surface) !important;
  overflow: hidden;
  min-height: 220px !important;
  transform: none !important;
}

html.pc-ledger.pc-nb .pc-expertise-card:nth-child(5n + 1) { background: var(--c-chartreuse) !important; }
html.pc-ledger.pc-nb .pc-expertise-card:nth-child(5n + 2) { background: var(--c-coral) !important; }
html.pc-ledger.pc-nb .pc-expertise-card:nth-child(5n + 3) { background: var(--c-lavender) !important; }
html.pc-ledger.pc-nb .pc-expertise-card:nth-child(5n + 4) { background: var(--c-mint) !important; }
html.pc-ledger.pc-nb .pc-expertise-card:nth-child(5n + 5) { background: var(--c-surface) !important; }

html.pc-ledger.pc-nb .pc-expertise-card__media {
  opacity: 0.18 !important;
  filter: grayscale(0.2) contrast(1.05);
}

html.pc-ledger.pc-nb .pc-expertise-card:hover .pc-expertise-card__media {
  opacity: 0.28 !important;
  transform: none !important;
}

html.pc-ledger.pc-nb .pc-expertise-card__shade {
  background: linear-gradient(180deg, transparent 15%, rgba(242, 237, 225, 0.72) 100%) !important;
}

html.pc-ledger.pc-nb .pc-expertise-card__icon {
  background: var(--c-border) !important;
  color: var(--c-primary-l) !important;
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15) !important;
}

html.pc-ledger.pc-nb .pc-expertise-card h3,
html.pc-ledger.pc-nb .pc-expertise-card__title,
html.pc-ledger.pc-nb .pc-expertise-card p,
html.pc-ledger.pc-nb .pc-expertise-card__text,
html.pc-ledger.pc-nb .pc-expertise-card__desc {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  text-shadow: none !important;
}

html.pc-ledger.pc-nb .pc-expertise-card h3,
html.pc-ledger.pc-nb .pc-expertise-card__title {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  line-height: 0.95 !important;
}

html.pc-ledger.pc-nb #section-expertise-root h2,
html.pc-ledger.pc-nb .pc-expertise-section h2,
html.pc-ledger.pc-nb .pc-expertise-section .gradient-text {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  background: none !important;
}

html.pc-ledger.pc-nb #section-expertise-root p,
html.pc-ledger.pc-nb .pc-expertise-section .section-subtitle {
  color: var(--c-text-m) !important;
  -webkit-text-fill-color: var(--c-text-m) !important;
}

/* Services overview — dopięcie jak filary */
html.pc-ledger.pc-nb #section-services-overview .sov-card,
html.pc-ledger.pc-nb #section-services-overview .glass-card {
  border: 3px solid var(--c-border) !important;
  border-radius: var(--r-sm) !important;
  box-shadow: var(--sh-md) !important;
  background-image: none !important;
}

html.pc-ledger.pc-nb #section-services-overview .sov-card:nth-child(4n + 1) { background: var(--c-chartreuse) !important; }
html.pc-ledger.pc-nb #section-services-overview .sov-card:nth-child(4n + 2) { background: var(--c-mint) !important; }
html.pc-ledger.pc-nb #section-services-overview .sov-card:nth-child(4n + 3) { background: var(--c-lavender) !important; }
html.pc-ledger.pc-nb #section-services-overview .sov-card:nth-child(4n + 4) { background: var(--c-coral) !important; }

html.pc-ledger.pc-nb #section-services-overview h2,
html.pc-ledger.pc-nb #section-services-overview h3,
html.pc-ledger.pc-nb #section-services-overview .gradient-text,
html.pc-ledger.pc-nb #section-services-overview p,
html.pc-ledger.pc-nb #section-services-overview li {
  color: var(--c-text) !important;
  -webkit-text-fill-color: var(--c-text) !important;
  background: none !important;
}

/* Popup ofertowy: pełny skin w css/pc-system.css (html.pc-ledger.pc-nb). */
