/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 07:38:42 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@400;600;700&display=swap');

/* ---- SEKCJE ---------------------------------------------- */
.nj-section         { padding-top: 30px; padding-bottom: 0; }
.nj-section--hero   { padding-top: 10px; }
.nj-section--toc    { padding-top: 28px; }
.nj-section--s2     { padding-top: 36px; }
.nj-section--s3b,
.nj-section--s4b,
.nj-section--s9b    { padding-top: 28px; }
.nj-section--s5b    { padding-top: 24px; }
.nj-section--cta    { padding-top: 48px; padding-bottom: 64px; }

.nj-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ---- NAGŁÓWKI -------------------------------------------- */
.nj-h1, .nj-h2, .nj-h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
}
.nj-h1 { font-size: 44px; font-weight: 900; line-height: 1.15; margin-bottom: 20px; }
.nj-h2 { font-size: 32px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 2px solid rgba(201,168,76,0.25); }
.nj-h3 { font-size: 22px !important; margin-bottom: 14px; }

/* ---- TEKST ----------------------------------------------- */
.nj-label {
  font-size: 12px !important; font-weight: 700; text-transform: uppercase;
  letter-spacing: 3px; color: #C9A84C; margin-bottom: 12px;
}
.nj-lead  { font-size: 17px; color: #555555; line-height: 1.8; margin-bottom: 14px; max-width: 800px; }
.nj-p     { font-size: 16px !important; color: #444444; line-height: 1.8; margin-bottom: 16px; }
.nj-meta  { font-size: 13px !important; color: #999999; border-top: 1px solid rgba(0,0,0,0.08); padding-top: 14px; }
.nj-strong { color: #111111; }
.nj-note   { font-size: 13px; color: #999999; }
.nj-link   { color: #C9A84C; text-decoration: underline; font-weight: 600; }

/* ---- SPIS TREŚCI ----------------------------------------- */
.nj-toc {
  background: #f9f7f3; border-left: 3px solid #C9A84C;
  border-radius: 6px; padding: 22px 28px;
}
.nj-toc__label {
  font-size: 12px !important; font-weight: 700; text-transform: uppercase;
  letter-spacing: 2px; color: #C9A84C; margin-bottom: 14px;
}
.nj-toc__list { margin: 0; padding-left: 20px; color: #444444; font-size: 15px; line-height: 2.2; }

/* ---- LISTY ----------------------------------------------- */
.nj-arrow-list, .nj-check-list, .nj-numbered-list,
.nj-uparrow-list, .nj-danger-list {
  list-style: none; padding: 0; margin: 0 0 24px;
}

.nj-arrow-list li, .nj-check-list li {
  display: flex; gap: 12px; padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  font-size: 15px; color: #444444; line-height: 1.6;
}
.nj-arrow-list__last, .nj-check-list__last { border-bottom: none !important; }
.nj-arrow, .nj-check { color: #C9A84C; flex-shrink: 0; margin-top: 2px; }

.nj-numbered-list li {
  display: flex; align-items: flex-start; gap: 14px; padding: 13px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  font-size: 15px; color: #444444; line-height: 1.6;
}
.nj-numbered-list__last { border-bottom: none !important; }
.nj-num {
  min-width: 26px; width: 26px; height: 26px; flex-shrink: 0; margin-top: 1px;
  background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3);
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  color: #C9A84C; font-weight: 700; font-size: 11px;
}

.nj-uparrow-list li, .nj-danger-list li {
  display: flex; gap: 10px; padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  font-size: 15px; color: #444444; line-height: 1.5;
}
.nj-danger-list li { border-bottom-color: rgba(244,67,54,0.1); }
.nj-danger-list li:last-child, .nj-uparrow-list li:last-child { border-bottom: none; }
.nj-uparrow { color: #C9A84C; flex-shrink: 0; }
.nj-cross   { color: #f44336; flex-shrink: 0; }

/* ---- KROKI ----------------------------------------------- */
.nj-steps { margin-bottom: 24px; }
.nj-step {
  display: flex; gap: 16px; padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.nj-step--last { border-bottom: none; }
.nj-step__num {
  min-width: 34px; width: 34px; height: 34px; flex-shrink: 0; margin-top: 1px;
  background: #C9A84C; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 13px;
}
.nj-step__title { font-size: 15px !important; font-weight: 700; color: #111111; margin: 0 !important; }
.nj-step__desc  { font-size: 14px !important; color: #555555; margin: 0 !important; line-height: 1.6; }

/* ---- BOXY ------------------------------------------------ */
.nj-box {
  background: #f9f7f3; border-left: 3px solid #C9A84C;
  border-radius: 6px; padding: 18px 22px; margin-bottom: 16px; display: flex; gap: 14px;
}
.nj-box--inline { display: flex; gap: 14px; align-items: flex-start; }
.nj-box--list   { display: block; padding: 20px 24px; }
.nj-box--danger { background: #fff5f5; border-left-color: #f44336; display: block; padding: 20px 24px; margin-bottom: 24px; }
.nj-box__icon   { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.nj-box__text   { font-size: 15px !important; color: #444444; line-height: 1.7; margin: 0 !important; }
.nj-box__text--italic { font-style: italic; color: #555555; line-height: 1.75; }
.nj-box__source  { font-size: 13px; color: #888; margin: 8px 0 0; line-height: 1.5; }
.nj-box__attr   { font-style: normal; font-size: 13px; color: #999999; }

/* ---- TABELE ---------------------------------------------- */
.nj-table-wrap { overflow-x: auto; margin-bottom: 14px; }
.nj-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.nj-table thead tr { background: #f9f7f3; border-bottom: 2px solid rgba(201,168,76,0.3); }

.nj-table th { padding: 12px 14px; font-weight: 700; }
.nj-table__th--left  { text-align: left;   color: #111111; }
.nj-table__th--center,
.nj-table__th--gray  { text-align: center; color: #888888; }
.nj-table__th--gold  { text-align: center; color: #C9A84C; }

.nj-table td { padding: 11px 14px; color: #444444; border-bottom: 1px solid rgba(0,0,0,0.07); }
.nj-table__td--center { text-align: center; }
.nj-table__td--right  { text-align: right; }
.nj-table__td--strong { color: #111111; font-weight: 600; }
.nj-table__td--bold   { font-weight: 600; }
.nj-table__td--gold   { color: #C9A84C !important; font-weight: 700; }
.nj-table__td--muted  { color: #888888 !important; }
.nj-table__td--green  { color: #4CAF50; font-weight: 600; }
.nj-table__td--orange { color: #FF9800; font-weight: 600; }
.nj-table__td--red    { color: #f44336; font-weight: 600; }
.nj-table__td--note   { color: #888888 !important; font-size: 13px; }

.nj-table__row--alt    { background: #fafafa; }
.nj-table__row--result { background: #f9f7f3; border-top: 2px solid rgba(201,168,76,0.3); }
.nj-table__td--result-label { padding: 13px 14px; color: #111111; font-weight: 700; }
.nj-table__td--result-value { padding: 13px 14px; text-align: right; color: #C9A84C; font-weight: 700; font-size: 18px; }

/* ---- OBRAZKI --------------------------------------------- */
.nj-img-full { display: block; width: 100%; height: auto; }

/* ---- MITY ------------------------------------------------ */
.nj-myth { margin-bottom: 16px; border: 1px solid rgba(201,168,76,0.2); border-radius: 8px; overflow: hidden; }
.nj-myth--last { margin-bottom: 8px; }
.nj-myth__header {
  padding: 16px 22px; background: #f9f7f3;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  display: flex; align-items: center; gap: 10px;
}
.nj-myth__tag   { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #888888; flex-shrink: 0; }
.nj-myth__title { font-size: 16px !important; font-weight: 700; color: #111111; margin: 0 !important; }
.nj-myth__body  { padding: 18px 22px; }
.nj-myth__text  { font-size: 15px !important; color: #444444; line-height: 1.75; margin: 0; }

/* ---- SCENARIUSZE ----------------------------------------- */
.nj-scenarios { display: flex; flex-direction: column; gap: 14px; margin-bottom: 8px; }
.nj-scenario  { padding: 20px 24px; border: 1px solid rgba(201,168,76,0.2); border-radius: 8px; }
.nj-scenario--2 { border-color: rgba(201,168,76,0.4); background: #fffdf7; }
.nj-scenario--3 { border: 2px solid #C9A84C; background: #fffdf7; }
.nj-scenario__label { font-size: 13px !important; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #C9A84C; margin-bottom: 6px; }
.nj-scenario__text  { font-size: 15px !important; color: #444444; line-height: 1.7; margin: 0 !important; }

/* ---- FAQ ------------------------------------------------- */
.nj-faq { margin-bottom: 12px; border: 1px solid rgba(201,168,76,0.2); border-radius: 8px; overflow: hidden; }
.nj-faq__q {
  padding: 16px 22px; background: #f9f7f3;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  font-size: 15px; font-weight: 700; color: #111111; margin: 0;
}
.nj-faq__a { padding: 16px 22px; font-size: 15px; color: #444444; line-height: 1.75; margin: 0; }

/* ---- CTA ------------------------------------------------- */
.nj-cta {
  background: #f9f7f3; border: 1px solid rgba(201,168,76,0.25);
  border-top: 3px solid #C9A84C; border-radius: 8px;
  padding: 40px; text-align: center;
}
.nj-cta__label  { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #C9A84C; margin-bottom: 12px; }
.nj-cta__title  { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: #111111; line-height: 1.2; margin-bottom: 14px; }
.nj-cta__text   { font-size: 16px; color: #555555; line-height: 1.75; margin: 0 auto 28px; max-width: 500px; }
.nj-cta__btn    { display: inline-block; background: #C9A84C; color: #0e0e0e; font-size: 16px; font-weight: 700; padding: 16px 44px; border-radius: 4px; text-decoration: none; letter-spacing: 0.3px; margin-bottom: 14px; }
.nj-cta__email  { font-size: 14px; color: #999999; margin: 0; }
.nj-cta__email-link { color: #C9A84C; text-decoration: none; }

/* ---- RESPONSYWNOŚĆ --------------------------------------- */
@media (max-width: 640px) {
  .nj-h1 { font-size: 30px; }
  .nj-h2 { font-size: 24px; }
  .nj-h3 { font-size: 19px; }
  .nj-cta { padding: 28px 20px; }
  .nj-cta__title { font-size: 24px; }
  .nj-container { padding: 0 14px; }
}


Żadnych nowych klas nie trzeba — wystarczy kilka reguł targetujących istniejące klasy WordPressa. Wrzuć to na końcu swojego CSS w Customize → Dodatkowy CSS:
css/* ---- PANEL BOCZNY: Ostatnie wpisy ----------------------- */
.wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-block-latest-posts__list li {
  border-bottom: 1px solid rgba(201,168,76,0.15);
}

.wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}

.wp-block-latest-posts__post-title {
  display: block;
  padding: 12px 0 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
  border-left: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}

.wp-block-latest-posts__post-title:hover {
  color: #C9A84C;
  border-left-color: #C9A84C;
}










.nj-wycena-split {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 20px 0 64px;
}

/* LEWA KOLUMNA – formularz */
.nj-wycena-split__form {
  flex: 0 0 480px;
  max-width: 480px;
  position: sticky;
  top: 100px; /* offset od góry viewportu przy scrollu – dostosuj do wysokości nagłówka */
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-color: rgba(201,168,76,0.3) transparent;
}
.nj-wycena-split__form::-webkit-scrollbar { width: 4px; }
.nj-wycena-split__form::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.3); border-radius: 2px; }

/* PRAWA KOLUMNA – treść */
.nj-wycena-split__content {
  flex: 1;
  min-width: 0;
}



/* H2 w prawej kolumnie – trochę mniejszy niż pełnoekranowy */
.nj-wycena-split__content .nj-h2 {
  font-size: 26px;
}
.nj-wycena-split__content .nj-h3 {
  font-size: 18px;
}

/* Responsywność – poniżej 900px jedna kolumna */
@media (max-width: 900px) {
  .nj-wycena-split {
    flex-direction: column;
    gap: 0;
    padding: 32px 0 48px;
  }
  .nj-wycena-split__form {
    flex: unset;
    max-width: 100%;
    width: 100%;
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  .nj-wycena-split__content {
    width: 100%;
    padding-top: 48px;
    border-top: 1px solid rgba(201,168,76,0.15);
  }
}



