#sp-logo, #sp-logo:before {background-color: white!important;}
.fa-mobile-alt, .fa-phone-alt, .fa-envelope {
      color: white!important;
  }
#sp-top-bar a:hover {color: black!important;}
.sppb-media-body {height:250px;}
.sppb-feature-box-title a:hover {color: red!important;}
.sp-page-title {padding:50px 0;}
.sp-page-title-heading {color:#FFFFFF!important;}
#sp-top-bar {background: #1b91dd!important;}

a#myBtn {
	float:right;
	text-decoration:none;
}
#wprowadzenie {
	color:#cccccc;
}

/* Reset stylów list */
ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* Lista główna */
.sppb-addon-text-block ul li,
.article-details > div:not([class]) ul li,
.article-container > div:not([class]) ul li {
  position: relative;
  padding-left: 1.6em;
  display: block;
  margin-bottom: 1em;
}

.sppb-addon-text-block ul > li::before,
.article-details > div:not([class]) ul > li::before,
.article-container > div:not([class]) ul > li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1b91dd;
  font-size: 1em;
  position: absolute;
  left: 0;
  width: 1.2em;
  text-align: center;
}

/* Zagnieżdżone listy */
.sppb-addon-text-block ul ul,
.article-details > div:not([class]) ul ul,
.article-container > div:not([class]) ul ul {
  position: relative;
  padding-left: 1.6em;
  margin-left: 1.5em;
}

.sppb-addon-text-block ul ul li::before,
.article-details > div:not([class]) ul ul li::before,
.article-container > div:not([class]) ul ul li::before {
  content: "•";
  font-family: inherit;
  color: #555;
  font-size: 1em;
  margin-right: 0.5em;
  display: inline-block;
  width: 1.2em;
}


#section-id-1645892276874 .sppb-media-body {height:220px;}
#column-id-1645892277074 {height:150px;}

.logo-image {
	/*width: 240px;*/
}


/* kolumny blog */

body.view-article.layout-ut_binv\:ublog .container {
 /* display: flex; */
  gap: 20px;
  flex-wrap: wrap;
}

body.view-article.layout-ut_binv\:ublog #sp-left {
  flex: 0 0 300px;
}

body.view-article.layout-ut_binv\:ublog #sp-right {
  flex: 0 0 400px;
}

body.view-article.layout-ut_binv\:ublog #sp-component {
  flex: 1 1 auto;
  min-width: 300px;
}

/*linki wewnetrzne blog*/

.linternal {
  background: #f9fbff;              /* delikatne jasne tło */
  border-left: 3px solid #1b91dd;   /* niebieski akcent jak na stronie */
  padding: 12px 16px;
  margin: 24px 0;
  font-size: 0.95rem;
}

.linternal a {
  font-weight: 600;
  text-decoration: none;
}

.linternal a:hover {
  text-decoration: underline;
   color: #1b91dd;
}


/* Linki artykułów blog*/
.article-details > div:not([class]) p a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #1b91dd;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.article-details > div:not([class]) p a:hover,
.article-details > div:not([class]) p a:focus-visible {
  color: #1b91dd;
}

/*żródła w blog*/
.sources-section {
  margin-top: 3rem;
  background: #f6f9fc;
  padding: 1.5rem;
  border-left: 4px solid #1b91dd;
  border-radius: 8px;
}

.sources-section h3 {
  color: #1b91dd;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.sources-section ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  color: #333;
}

.sources-section a {
  color: #1b91dd;
  text-decoration: underline;
}
/*autor blog*/
.ca-info-bottom {
background: #f6f9fc;
}
.ca-info-top {
background: #f6f9fc;
  }

/*opis skrócony oferty*/
.oferta-hero-wrapper {
  position: relative;
  margin-top: 2rem;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* Półprzezroczysta karta z checklistą */
.oferta-checklist-card {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92); /* przezroczystość */
  padding: 2rem;
  border-radius: 12px;
  max-width: 700px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #1b91dd;
  z-index: 2;
  backdrop-filter: blur(4px); /* opcjonalny blur za tekstem */
}

.oferta-checklist-card h3 {
  font-size: 1.5rem;
  color: #1b91dd;
  margin-bottom: 1rem;
  text-align: center;
}

.oferta-checklist-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.5rem 0;
}

.oferta-checklist-card ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.6rem;
  color: #333;
  font-size: 1rem;
}

.oferta-checklist-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #1b91dd;
}

/* CTA button */
.cta-button {
  display: inline-block;
  background-color: #1b91dd;
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1577ba;
}

/* Mobilna wersja */
@media (max-width: 768px) {
  .oferta-checklist-card {
    position: static;
    transform: none;
    margin-top: 1rem;
    border-left: 0;
    border-top: 4px solid #1b91dd;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }
}
/*podstawa prawna w ofercie*/
.podstawa-prawna {
  background: #f6f9fc;
  border-left: 4px solid #1b91dd;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.podstawa-prawna h4 {
  color: #1b91dd;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.podstawa-prawna ul {
  padding-left: 1rem;
  margin: 0;
}

.podstawa-prawna li {
  margin-bottom: 0.6rem;
  line-height: 1.5;
  color: #333;
}

.podstawa-prawna a {
  color: #1b91dd;
  text-decoration: none;
}

.podstawa-prawna a:hover {
  text-decoration: underline;
}
.podstawa-prawna a.btn.ff-btn-cta{
  color: var(--bs-btn-color) !important;
  text-decoration: none !important;
}

.podstawa-prawna a.btn.ff-btn-cta:hover,
.podstawa-prawna a.btn.ff-btn-cta:focus{
  color: var(--bs-btn-hover-color) !important;
  text-decoration: none !important;
}
/*loga oferta*/
.logo-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1b91dd;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.logo-bar {
  background-color: #f8fafd;
  padding: 1.2rem 1rem;
  overflow-x: auto;
  white-space: nowrap;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.logo-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.logo-bar img {
  max-height: 40px;
  max-width: 120px;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%) brightness(90%);
  transition: filter 0.3s ease;
}

.logo-bar img:hover {
  filter: grayscale(0%) brightness(100%);
}
/*zdjęcie góra oferty*/
.sppb-image-holder {
 border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  }

  /* Blok CTA pod artykuły – FireFlow */
.ff-cta {
  background: #f7f7f7;
  border-left: 4px solid #c21820; /* kolor akcentu – możesz podmienić na swój */
  border-radius: 4px;
  padding: 24px 24px;
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.ff-cta__content {
  flex: 1 1 260px;
}

.ff-cta__content h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 600;
}

.ff-cta__content p {
  margin: 0;
}

.ff-cta__actions {
  flex: 0 0 auto;
}

/* przycisk w stylu Helix/Bootstrap*/
.ff-cta__btn {
  white-space: nowrap;
}

/* Mobile – żeby ładnie się łamało pod tekstem */
@media (max-width: 767.98px) {
  .ff-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .ff-cta__btn {
    width: 100%;
    text-align: center;
  }
}
/* klasa dla bloku cta w srodku tekstu */
.ff-cta--inline {
  margin: 24px 0;
  padding: 18px 18px;
}

/************************************
 * TREŚĆ ARTYKUŁU
 ************************************/

.article-details  {
    font-size: 15px;
    line-height: 1.8;
    color: #4b4f56;
}

/* Akapity */
.article-details  p {
    margin: 0 0 18px;
}

/* Listy */
.article-details ul,
.article-details ol {
    margin: 0 0 1em 1.3em;
    padding: 0;
}

.article-details li {
    margin-bottom: 0.3em;
}

/* Nagłówki w treści */
.article-details h2 {
    font-size: 22px;
    margin: 32px 0 18px; 
    color: #022442;
}

.article-details h3 {
    font-size: 18px;
    margin: 28px 0 16px;  
    color: #022442;
}

.article-details h4 {
    font-size: 16px;
    margin: 24px 0 14px; 
    color: #022442;
}
/* Obrazki w treści */
.article-details img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 18px auto;
}
/************************************
 * TABELKI W TREŚCI
 ************************************/

#sp-component .article-details table {
     width: 100%;
    border-collapse: separate!important;
    border-spacing: 0;
    margin: 14px 0 18px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e0e4ec!important;
    overflow: hidden;
  }

#sp-component .article-details table th,
#sp-component .article-details table td {
    padding: 10px 12px;
    border: 1px solid #e0e4ec;
    vertical-align: top;
}

#sp-component .article-details table th {
    background: #f5f7fb;
    font-weight: 600;
    color: #022442;
    font-size: 13px;
}

#sp-component .article-details table tr:nth-child(even) td {
    background: #fafbff;
}


/* =========================================================
   FireFlow – sekcje usług (spójne z motywem Bootstrapa/Helix)
   ========================================================= */

/* Sekcje */
.ff-section{
  padding: clamp(28px, 4vw, 64px) 0;
margin-top:80px;
}
.ff-section--alt{
  background: rgba(var(--bs-primary-rgb, 220,53,69), .035);
}
.ff-section__head{
  max-width: 920px;
  margin: 0 auto 18px;
}
.ff-eyebrow{
  display:inline-flex;
  gap:.5rem;
  align-items:center;
  font-size:.85rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color: var(--bs-secondary-color, #6c757d);
}
.ff-divider{
  height:1px;
  background: var(--bs-border-color, rgba(0,0,0,.12));
  margin: 16px 0 0;
}

/* Karty */
.ff-card{
  border: 1px solid var(--bs-border-color, rgba(0,0,0,.12));
  border-radius: var(--bs-border-radius-lg, 16px);
  background: var(--bs-body-bg, #fff);
  padding: 18px;
  box-shadow: 0 .35rem 1rem rgba(0,0,0,.05);
}
.ff-card--hover{
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ff-card--hover:hover{
  transform: translateY(-2px);
  box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.08);
  border-color: rgba(var(--bs-primary-rgb, 220,53,69), .22);
}

.ff-kpi{
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.ff-muted{ color: var(--bs-secondary-color, #6c757d); }

/* =========================================================
   Szybkie informacje (4 kafelki) – NAJAKTUALNIEJSZA WERSJA
   spójna z ff-card, z lewym akcentem jak ff-cta
   ========================================================= */
.ff-quick__item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 16px 16px; /* trochę lżej niż ff-card (18px) */
  box-shadow: 0 .2rem .75rem rgba(0,0,0,.04); /* mniej cienia */
}

.ff-quick__icon{
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--bs-primary, #dc3545);
  font-weight: 900;
  line-height: 1;
  opacity: .95;
}

/* małe label, ale bez „krzyczenia” */
.ff-quick__label{
  font-size: .85rem;
  font-weight: 700;
  color: var(--bs-body-color, #111);
  margin: 0 0 2px;
}

/* treść normalna, czytelna */
.ff-quick__value{
  font-size: .95rem;
  line-height: 1.35;
  color: var(--bs-secondary-color, #6c757d);
  margin: 0;
}
.ff-quick > [class*="col-"]{
  display: flex;              /* kolumna staje się flex */
}

.ff-quick__item{
  width: 100%;
  height: 100%;               /* kafelek wypełnia wysokość kolumny */
  display: flex;
  align-items: flex-start;
}

.ff-quick__text{
  flex: 1 1 auto;             /* tekst zajmuje resztę miejsca */
}
/* =========================================================
   Checklisty / listy punktowane
   ========================================================= */
.ff-checklist{
  list-style:none;
  padding-left:0;
  margin:0;
  display:grid;
  gap:10px;
}
.ff-checklist li{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.ff-checklist li::before{
  content:"✓";
  color: var(--bs-primary, #dc3545);
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2px;
}
@media (min-width: 992px){
  .ff-checklist--2col{ grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   Chip’y
   ========================================================= */
.ff-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.ff-chip{
  border: 1px solid var(--bs-border-color, rgba(0,0,0,.12));
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bs-body-bg, #fff);
  font-size:.95rem;
}

/* =========================================================
   CTA (panel z akcentem)
   ========================================================= */
.ff-cta{
  border: 1px solid var(--bs-border-color, rgba(0,0,0,.12));
  border-left: 4px solid var(--bs-primary, #dc3545);
  border-radius: var(--bs-border-radius-lg, 16px);
  background: rgba(var(--bs-primary-rgb, 220,53,69), .05);
  padding: clamp(18px, 2.6vw, 28px);
}

/* =========================================================
   Siatka logotypów
   ========================================================= */
.ff-logo-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px;
  align-items:center;
}
.ff-logo-grid img{
  max-height: 44px;
  width:auto;
  filter: grayscale(1);
  opacity: .85;
  transition: opacity .2s ease, filter .2s ease;
}
.ff-logo-grid img:hover{
  filter:none;
  opacity:1;
}

/* =========================================================
   Realizacje – karta ze zdjęciem
   ========================================================= */
/* Uwaga: najlepiej łącz na elemencie klasy: ff-card ff-card--hover ff-real */
.ff-real{
  overflow: hidden; /* żeby obraz nie wychodził poza radius */
  padding: 0;       /* zdjęcie od krawędzi */
}
.ff-real__media{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* możesz zmienić na 4/3 */
  background: rgba(0,0,0,.03);
}
.ff-real__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ff-real__body{
  padding: 16px 18px 18px;
}
.ff-real__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin: 10px 0 0;
}
.ff-badge{
  display:inline-flex;
  align-items:center;
  border: 1px solid var(--bs-border-color, rgba(0,0,0,.12));
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .85rem;
  color: var(--bs-secondary-color, #6c757d);
  background: var(--bs-body-bg, #fff);
}


/* =========================================================
  Zakres skrót
   ========================================================= */

.ff-cta-row{
  display:flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;

  /* subtelne oddzielenie */
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);

  /* delikatny „pas” */
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 2px;
  border-radius: 12px;
  background: rgba(var(--bs-primary-rgb, 13,110,253), .03);
}

.ff-cta-text{
  flex: 1 1 auto;
  min-width: 220px;
}

.ff-btn-cta{
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 768px){
  .ff-cta-row{
    flex-direction: column;
    align-items: flex-start;
  }
  .ff-btn-cta{
    width: 100%;
    text-align: center;
  }
}
/* FireFlow – box: Z praktyki inżyniera pożarnictwa (hydranty) */
:where(#sp-main-body, #sp-component, .article-container) .ff-practice-box{
  --ff-accent: #1b91dd;
  --ff-bg: #ffffff;
  --ff-border: rgba(15, 23, 42, .10);
  --ff-muted: rgba(15, 23, 42, .70);

  margin: clamp(18px, 2.2vw, 28px) 0;
  padding: clamp(18px, 2.4vw, 28px);
  background: var(--ff-bg);
  border: 1px solid var(--ff-border);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  position: relative;
  overflow: hidden;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-box::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 6px;
  background: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-head{ padding-left: 10px; }

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-badge{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(27, 145, 221, .10);
  color: #0f172a;
  font-weight: 700;
  font-size: .92rem;
}
:where(#sp-main-body, #sp-component, .article-container) .ff-practice-badge i{ color: var(--ff-accent); }

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-title{
  margin: 12px 0 8px;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  line-height: 1.25;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-lead{
  margin: 0 0 14px;
  color: var(--ff-muted);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-grid{
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}
@media (max-width: 992px){
  :where(#sp-main-body, #sp-component, .article-container) .ff-practice-grid{ grid-template-columns: 1fr; }
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-list li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
  background: rgba(248, 250, 252, .65);
}
:where(#sp-main-body, #sp-component, .article-container) .ff-practice-list li i{
  margin-top: 2px;
  color: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-list strong{
  display: block;
  margin-bottom: 2px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-list span{
  display: block;
  color: var(--ff-muted);
  font-size: .96rem;
  line-height: 1.35;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-tip{
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 14px;
  padding: 14px 14px;
  background: rgba(27, 145, 221, .06);
  margin-bottom: 12px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-tip-title{
  margin: 0 0 8px;
  font-size: 1.02rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
:where(#sp-main-body, #sp-component, .article-container) .ff-practice-tip-title i{ color: var(--ff-accent); }

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-mini{
  margin: 0;
  padding-left: 18px;
  color: var(--ff-muted);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(27, 145, 221, .35);
  background: var(--ff-accent);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
:where(#sp-main-body, #sp-component, .article-container) .ff-btn:hover{
  filter: brightness(.96);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(27, 145, 221, .22);
  text-decoration: none;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-practice-footnote{
  margin: 10px 0 0;
  font-size: .92rem;
  color: var(--ff-muted);
}
/* FireFlow – E-E-A-T / Zaufanie uslugi*/
:where(#sp-main-body, #sp-component, .article-container) .ff-eat{
  --ff-accent: #1b91dd;
  --ff-text: #0f172a;
  --ff-muted: rgba(15, 23, 42, .72);
  --ff-border: rgba(15, 23, 42, .10);
  --ff-soft: rgba(248, 250, 252, .72);

  margin: clamp(18px, 2.4vw, 30px) 0;
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid var(--ff-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
  position: relative;
  overflow: hidden;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 6px;
  background: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__head{
  padding-left: 10px;
  margin-bottom: 16px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__badge{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  background: rgba(27, 145, 221, .10);
  color: var(--ff-text);
  font-weight: 800;
  font-size: .92rem;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__badge i{
  color: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__title{
  margin: 12px 0 8px;
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
  line-height: 1.25;
  color: var(--ff-text);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__lead{
  margin: 0;
  color: var(--ff-muted);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
}

@media (max-width: 992px){
  :where(#sp-main-body, #sp-component, .article-container) .ff-eat__grid{
    grid-template-columns: 1fr;
  }
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__card{
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 14px;
  background: var(--ff-soft);
  padding: 14px 14px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__cardTitle{
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: 1.02rem;
  color: var(--ff-text);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__cardTitle i{
  color: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__person{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 10px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__avatar{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(27, 145, 221, .12);
  border: 1px solid rgba(27, 145, 221, .22);
  display: grid;
  place-items: center;
  color: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__name{
  display: block;
  line-height: 1.2;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__role{
  margin-top: 2px;
  color: var(--ff-muted);
  font-size: .95rem;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__meta{
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: var(--ff-muted);
  font-size: .92rem;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__meta i{
  color: var(--ff-accent);
  margin-right: 6px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__list li{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ff-text);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__list li i{
  color: var(--ff-accent);
  margin-top: 2px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__note{
  margin-top: 12px;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: #fff;
  color: var(--ff-muted);
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__note i{
  color: var(--ff-accent);
  margin-top: 2px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__steps{
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--ff-text);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__steps strong{
  display: block;
  margin-bottom: 2px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__steps span{
  display: block;
  color: var(--ff-muted);
  font-size: .96rem;
  line-height: 1.35;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__chip{
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(27, 145, 221, .22);
  color: var(--ff-text);
  font-weight: 700;
  font-size: .88rem;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__chip i{
  color: var(--ff-accent);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__proto{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__proto li{
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ff-text);
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__proto i{
  color: var(--ff-accent);
  margin-top: 3px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__cta{
  margin-top: auto;
  padding-top: 12px;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(27, 145, 221, .35);
  background: var(--ff-accent);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__btn:hover{
  filter: brightness(.96);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(27, 145, 221, .22);
  text-decoration: none;
}

:where(#sp-main-body, #sp-component, .article-container) .ff-eat__small{
  display: block;
  margin-top: 8px;
  color: var(--ff-muted);
  font-size: .92rem;
  line-height: 1.35;
}
/* FF E-E-A-T — normalizacja STRONG (globalnie w bloku) */
:where(#sp-main-body, #sp-component, .article-container) .ff-eat strong{
  display: inline;
  white-space: normal;
}

/* FF E-E-A-T — tylko w STEPS strong ma być nagłówkiem (blokowo) */
:where(#sp-main-body, #sp-component, .article-container) .ff-eat__steps > li > strong{
  display: block;
  margin-bottom: 2px;
}

/* Jeżeli w steps masz inną strukturę (strong nie jest bezpośrednim dzieckiem li),
   to ten selektor zabezpiecza przypadki z dodatkowym wrapperem */
:where(#sp-main-body, #sp-component, .article-container) .ff-eat__steps li strong{
  display: block;
  margin-bottom: 2px;
}

/* =========================
   FireFlow – HERO / banner
   ========================= */

.banner{
  position: relative;
  background-color: #0b1b2a; /* fallback */
  background-image: url(/images/glowna/ppoz-warszawa-1920.avif) !important;
  background-size: cover;
  background-position: center 20px;
  background-repeat: no-repeat;
  padding: clamp(44px, 7vw, 120px) 0;
}

/* Overlay – mocniejszy po lewej (pod tekst wyrównany do lewej) */
.banner::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.55) 38%,
    rgba(0,0,0,.30) 70%,
    rgba(0,0,0,.18) 100%
  );
  pointer-events: none;
}

/* Treść nad overlay */
.banner > .sppb-row-container{
  position: relative;
  z-index: 1;
}

/* Kontener treści hero */
.banner .ff-hero{
  max-width: 980px;
}

/* Typografia (większe odstępy między liniami) */
.banner .ff-hero__title{
  margin: 0 0 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.14;
  font-size: clamp(28px, 3.2vw, 54px);
  text-wrap: balance;
}

.banner .ff-hero__lead{
  margin: 0 0 22px;
  color: rgba(255,255,255,.92);
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.65;
  max-width: 60ch;
}

/* CTA – większe odstępy */
.banner .ff-hero__cta{
  --ff-cta-gap-x: 22px;   /* odstęp w poziomie (desktop) */
  --ff-cta-gap-y: 16px;   /* odstęp w pionie (gdy się łamie / mobile) */

  --ff-btn-py: 0.78rem;   /* wysokość (padding Y) */
  --ff-btn-px: 2.20rem;   /* szerokość (padding X) */
  --ff-btn-fs: 1.10rem;   /* rozmiar fontu */
  --ff-btn-radius: 0.55rem;

  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;

  margin: 0 0 14px !important;
  padding: 0 !important;
}

/* Odstępy – działają zarówno dla wrapperów jak i dla bezpośrednich <a> */
.banner .ff-hero__cta > .ff-hero__cta-item,
.banner .ff-hero__cta > a{
  display: inline-flex !important;
  margin-right: var(--ff-cta-gap-x) !important;
  margin-bottom: var(--ff-cta-gap-y) !important;
}

/* Ostatni element bez prawego marginesu */
.banner .ff-hero__cta > .ff-hero__cta-item:last-child,
.banner .ff-hero__cta > a:last-child{
  margin-right: 0 !important;
}

/* Przyciski – lokalne nadpisanie Bootstrap (nie rusza reszty strony) */
.banner .ff-hero__cta .btn.btn-lg{
  --bs-btn-padding-y: var(--ff-btn-py);
  --bs-btn-padding-x: var(--ff-btn-px);
  --bs-btn-font-size: var(--ff-btn-fs);
  --bs-btn-border-radius: var(--ff-btn-radius);

  font-weight: 600;
  line-height: 1.2;

  /* fallback gdyby motyw ignorował zmienne */
  padding: var(--ff-btn-py) var(--ff-btn-px) !important;
  border-radius: var(--ff-btn-radius) !important;
}

/* Upewnij się, że nic nie “skleja” przycisków (czasem float w motywach) */
.banner .ff-hero__cta .btn{
  float: none !important;
}

/* Mobile: przyciski jeden pod drugim, pełna szerokość + większy komfort kliku */
@media (max-width: 480px){
  .banner .ff-hero__cta{
    --ff-cta-gap-x: 0px;
    --ff-cta-gap-y: 12px;

    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 12px !important;
  }

  .banner .ff-hero__cta > .ff-hero__cta-item,
  .banner .ff-hero__cta > a{
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: var(--ff-cta-gap-y) !important;
  }

  .banner .ff-hero__cta > .ff-hero__cta-item:last-child,
  .banner .ff-hero__cta > a:last-child{
    margin-bottom: 0 !important;
  }

  .banner .ff-hero__cta .btn{
    width: 100% !important;
    text-align: center !important;
  }
}
/* Responsive obrazy */
@media (max-width: 1024px){
  .banner{
    background-image: url(/images/glowna/ppoz-warszawa-1024.avif) !important;
  }
}

@media (max-width: 768px){
  .banner{
    background-image: url(/images/glowna/ppoz-warszawa-768.avif) !important;
    background-position: 55% center;
    padding: 44px 0;
  }

  .banner .ff-hero__lead{
    max-width: 52ch;
  }
}

@media (max-width: 480px){
  .banner{
    background-image: url(/images/glowna/ppoz-warszawa-480.avif) !important;
    background-position: 60% center;
    padding: 38px 0;
  }
}
  
/* FireFlow – przycisk/link do opinii Google */

:root{ --ff-accent:#1b91dd; }

.sppb-addon-content a.ff-gmb-link{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  padding:.55rem .95rem;
  border-radius:999px;

  color:var(--ff-accent) !important;
  background:rgba(27,145,221,.08) !important;
  border:1px solid rgba(27,145,221,.30) !important;

  font-weight:600;
  line-height:1.1;
  text-decoration:none !important;

  transition:background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sppb-addon-content a.ff-gmb-link:hover{
  background:rgba(27,145,221,.12) !important;
  border-color:rgba(27,145,221,.45) !important;
  box-shadow:0 8px 20px rgba(27,145,221,.12);
  transform:translateY(-1px);
  text-decoration:none !important;
}

.sppb-addon-content a.ff-gmb-link:focus-visible{
  outline:3px solid rgba(27,145,221,.35);
  outline-offset:2px;
}

.sppb-addon-content a.ff-gmb-link i{ font-size:1.05em; }

/* ============ FireFlow HOME – lekkie sekcje (Bootstrap/Helix-friendly) ============ */

.ff-home .ff-section{
  padding: clamp(22px, 3.2vw, 56px) 0;
}

.ff-home .ff-section__head{
  margin-bottom: clamp(14px, 2vw, 22px);
  text-align: left;
}

.ff-home .ff-section__head h2{
  margin: 0 0 6px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.ff-home .ff-subtitle{
  margin: 0;
  color: rgba(0,0,0,.68);
  max-width: 72ch;
}

/* Proof bar */
.ff-home .ff-proof{
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background: var(--bs-body-bg);
  padding: 14px 16px;
}

.ff-home .ff-proof__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767px){
  .ff-home .ff-proof__list{ grid-template-columns: 1fr; }
}

.ff-home .ff-proof__list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.35;
}

.ff-home .ff-check{
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(var(--bs-primary-rgb, 13,110,253), .12);
  color: var(--bs-primary);
  font-weight: 800;
  font-size: 13px;
  margin-top: 1px;
}

/* Mini nav */
.ff-home .ff-mini-nav{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ff-home .ff-mini-nav__item{
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  text-decoration: none;
  color: inherit;
  transition: border-color .15s ease, transform .15s ease;
}

.ff-home .ff-mini-nav__item:hover{
  border-color: rgba(var(--bs-primary-rgb, 13,110,253), .55);
  transform: translateY(-1px);
}

/* Cards */
.ff-home .ff-card{
  height: 100%;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  border-radius: 18px;
  padding: 16px 16px 14px;
}

.ff-home .ff-card__kicker{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: rgba(0,0,0,.68);
  margin-bottom: 8px;
}

.ff-home .ff-card__title{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 700;
}

.ff-home .ff-card__text{
  margin: 0;
  color: rgba(0,0,0,.72);
  line-height: 1.5;
}

/* Box + checklist */
.ff-home .ff-box{
  border: 1px solid var(--bs-border-color);
  border-radius: 18px;
  background: var(--bs-body-bg);
  padding: 16px;
  height: 100%;
}

.ff-home .ff-box--soft{
  background: rgba(0,0,0,.02);
}

.ff-home .ff-list-check{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ff-home .ff-list-check li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.4;
}

.ff-home .ff-note{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--bs-border-color);
  color: rgba(0,0,0,.70);
}

.ff-home .ff-h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.ff-home .ff-muted{
  color: rgba(0,0,0,.72);
  margin: 0 0 12px;
}

/* CTA band */
.ff-home .ff-cta-band{
  border-radius: 22px;
  border: 1px solid rgba(var(--bs-primary-rgb, 13,110,253), .25);
  background: rgba(var(--bs-primary-rgb, 13,110,253), .06);
  padding: clamp(16px, 2.2vw, 22px);
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px){
  .ff-home .ff-cta-band{
    flex-direction: column;
    align-items: flex-start;
  }
}

.ff-home .ff-cta-band__title{
  margin: 0 0 6px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.3px;
}

.ff-home .ff-cta-band__lead{
  margin: 0;
  color: rgba(0,0,0,.72);
  max-width: 70ch;
}

.ff-home .ff-cta-band__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* ===== HOME: wariant paska na ciemnym tle (baner/hero) ===== */
.ff-home .ff-hero-proof.ff-on-dark{
  margin-top: 50px;
  padding: 12px 14px;
  border-radius: 16px;

  /* półprzezroczysty panel nad zdjęciem */
  background: rgba(12, 18, 28, .55);
  border: 1px solid rgba(255,255,255,.14);

  /* “glass” – opcjonalnie; jak nie chcesz, usuń 2 linie poniżej */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.ff-home .ff-hero-proof.ff-on-dark .ff-proof__list{
  margin: 0;
}

.ff-home .ff-hero-proof.ff-on-dark .ff-proof__list li{
  color: rgba(255,255,255,.92);
}

.ff-home .ff-hero-proof.ff-on-dark .ff-check{
  background: rgba(var(--bs-primary-rgb, 13,110,253), .28);
  color: #fff;
}

/* Mini-nav na banerze (pigułki) */
.ff-home .ff-hero-proof.ff-on-dark .ff-mini-nav{
  margin-top: 10px;
}

.ff-home .ff-hero-proof.ff-on-dark .ff-mini-nav__item{
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}

.ff-home .ff-hero-proof.ff-on-dark .ff-mini-nav__item:hover{
  border-color: rgba(var(--bs-primary-rgb, 13,110,253), .65);
  background: rgba(var(--bs-primary-rgb, 13,110,253), .10);
}
.ff-home .ff-hero-proof.ff-on-dark{
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
/* Usuwa ewentualne ikonki dodawane przez motyw do list (drugi ptaszek) */
.ff-home .ff-proof__list li::before,
.ff-home .ff-proof__list li::after,
.ff-home .ff-list-check li::before,
.ff-home .ff-list-check li::after{
  content: none !important;
  display: none !important;
}

/* Usuwa znaczniki listy (gdyby temat dotyczył ::marker) */
.ff-home .ff-proof__list,
.ff-home .ff-list-check{
  list-style: none !important;
  padding-left: 0 !important;
}

.ff-home .ff-proof__list li,
.ff-home .ff-list-check li{
  list-style: none !important;
}

/* FireFlow – "Jak pracujemy" (proces) – wersja ograniczona do #ff-process */

#ff-process.ff-process{
  --ff-accent:#1b91dd;
  --ff-border: rgba(15, 23, 42, .10);
  --ff-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  --ff-shadow-hover: 0 14px 34px rgba(15, 23, 42, .10);
  --ff-muted: rgba(15, 23, 42, .72);
  --ff-soft: rgba(27, 145, 221, .10);
  --ff-radius: 16px;
}

#ff-process.ff-process .section-header{
  text-align:left;
  margin:0 0 1.25rem 280px;
   
}

#ff-process.ff-process .section-header h2{
  margin:0 auto .35rem 0;
  font-weight:800;
  letter-spacing:-.02em;
  font-size:clamp(1.35rem, 1.1rem + 1vw, 1.9rem);
  line-height:1.15;
  color: var(--bs-body-color, #0f172a);
  position:relative;
  padding-left:.9rem;
 }

#ff-process.ff-process .section-header h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.18em;
  width:4px;
  height:1.05em;
  border-radius:999px;
  background:var(--ff-accent);
}

#ff-process.ff-process .section-header .subtitle{
  margin:0;
  color:var(--ff-muted);
  font-size:.98rem;
}

#ff-process.ff-process .timeline-custom{
  display:grid !important;
  gap:1rem;
  margin-top:1rem;
  padding:0;
}

@media (min-width:768px){
  #ff-process.ff-process .timeline-custom{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (min-width:992px){
  #ff-process.ff-process .timeline-custom{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

#ff-process.ff-process .timeline-custom .step{
  height:100%;
  background: var(--bs-body-bg, #fff);
  border:1px solid var(--ff-border);
  border-radius:var(--ff-radius);
  padding:1.15rem 1.1rem;
  box-shadow:var(--ff-shadow);
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#ff-process.ff-process .timeline-custom .step:hover{
  transform:translateY(-2px);
  box-shadow:var(--ff-shadow-hover);
  border-color:rgba(27,145,221,.28);
}

#ff-process.ff-process .timeline-custom .icon-wrapper{
  position:relative;
  width:56px;
  height:56px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  /* ważne: nie używamy skrótu background:, żeby nie nadpisywać background-image/mask */
  background-color:var(--ff-soft);

  border:1px solid rgba(27,145,221,.22);
  color:var(--ff-accent);
  margin-bottom:.85rem;
}

#ff-process.ff-process .timeline-custom .icon-wrapper i{
  font-size:22px;
  line-height:1;
}

#ff-process.ff-process .timeline-custom .step-number{
  position:absolute;
  top:-10px;
  right:-10px;
  width:24px;
  height:24px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--ff-accent);
  color:#fff;
  font-weight:800;
  font-size:12px;
  border:2px solid var(--bs-body-bg, #fff);
}

#ff-process.ff-process .timeline-custom h4{
  margin:0 0 .35rem 0;
  font-size:1.05rem;
  font-weight:800;
  color:var(--bs-body-color, #0f172a);
  letter-spacing:-.01em;
}

#ff-process.ff-process .timeline-custom p{
  margin:0;
  color:var(--ff-muted);
  font-size:.95rem;
  line-height:1.45;
}

@media (prefers-reduced-motion: reduce){
  #ff-process.ff-process .timeline-custom .step{ transition:none; }
  #ff-process.ff-process .timeline-custom .step:hover{ transform:none; }
}

/* ===== HOME: Case studies (mini) ===== */
.ff-home .ff-home-cases .ff-case{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ff-home .ff-case__meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: rgba(0,0,0,.68);
}

.ff-home .ff-case__tag{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--bs-border-color);
  background: rgba(0,0,0,.02);
}

.ff-home .ff-case__dot{
  opacity: .6;
}

.ff-home .ff-case__list{
  margin-top: 2px;
}

.ff-home .ff-case__outcome{
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px dashed var(--bs-border-color);
  color: rgba(0,0,0,.72);
}

.ff-home .ff-case__actions{
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
}

/* =========================================================
   HOME: Dlaczego FireFlow + Case studies (ujednolicone kafelki)
   Zakres: tylko .ff-home-why i .ff-home-cases
   ========================================================= */

/* Bazowy wygląd kart (wymusza cień/hover nawet jeśli coś nadpisuje .ff-home .ff-card) */
.ff-home .ff-home-why .ff-card,
.ff-home .ff-home-cases .ff-card{
  border: 1px solid var(--bs-border-color, rgba(0,0,0,.12));
  border-radius: var(--bs-border-radius-lg, 16px);
  background: var(--bs-body-bg, #fff);
  padding: 18px;
  box-shadow: 0 .35rem 1rem rgba(0,0,0,.05);
  height: 100%;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  will-change: transform;
}

/* Hover / focus */
@media (hover:hover){
  .ff-home .ff-home-why .ff-card:hover,
  .ff-home .ff-home-cases .ff-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb, 220,53,69), .22);
  }
}
.ff-home .ff-home-why .ff-card:focus-within,
.ff-home .ff-home-cases .ff-card:focus-within{
  transform: translateY(-2px);
  box-shadow: 0 .6rem 1.4rem rgba(0,0,0,.08);
  border-color: rgba(var(--bs-primary-rgb, 220,53,69), .28);
}

@media (prefers-reduced-motion: reduce){
  .ff-home .ff-home-why .ff-card,
  .ff-home .ff-home-cases .ff-card{
    transition: none;
  }
  .ff-home .ff-home-why .ff-card:hover,
  .ff-home .ff-home-cases .ff-card:hover{
    transform: none;
  }
}

/* Typografia wewnątrz kart */
.ff-home .ff-home-why .ff-card__kicker{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,.68);
  margin: 0 0 8px;
}
.ff-home .ff-home-why .ff-card__title,
.ff-home .ff-home-cases .ff-card__title{
  margin: 0 0 8px;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.2px;
  font-weight: 800;
  color: rgba(0,0,0,.92);
}
.ff-home .ff-home-why .ff-card__text,
.ff-home .ff-home-cases .ff-card__text{
  margin: 0;
  color: rgba(0,0,0,.72);
  line-height: 1.5;
}

/* Ikona check */
.ff-home .ff-check{
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(var(--bs-primary-rgb, 220,53,69), .12);
  color: var(--bs-primary, #dc3545);
  font-weight: 900;
  font-size: 13px;
  margin-top: 1px;
}

/* Listy – usuwa podwójne ptaszki z motywu i marker */
.ff-home .ff-home-why .ff-list-check,
.ff-home .ff-home-cases .ff-list-check{
  list-style: none !important;
  padding-left: 0 !important;
  margin: 12px 0 0;
  display: grid;
  gap: 10px;
}
.ff-home .ff-home-why .ff-list-check li,
.ff-home .ff-home-cases .ff-list-check li{
  list-style: none !important;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.4;
}
.ff-home .ff-home-why .ff-list-check li::before,
.ff-home .ff-home-why .ff-list-check li::after,
.ff-home .ff-home-cases .ff-list-check li::before,
.ff-home .ff-home-cases .ff-list-check li::after{
  content: none !important;
  display: none !important;
}

/* =========================================================
   CASE STUDIES – obraz + meta + outcome + akcje
   ========================================================= */

.ff-home .ff-home-cases .ff-case{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Obraz w karcie (na styk do paddingu 18px) */
.ff-home .ff-home-cases .ff-case__media{
  margin: -18px -18px 12px;
  border-radius: var(--bs-border-radius-lg, 16px) var(--bs-border-radius-lg, 16px) 0 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(0,0,0,.03);
}
.ff-home .ff-home-cases .ff-case__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Meta */
.ff-home .ff-home-cases .ff-case__meta{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: rgba(0,0,0,.68);
}
.ff-home .ff-home-cases .ff-case__tag{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--bs-border-color, rgba(0,0,0,.12));
  background: rgba(0,0,0,.02);
}
.ff-home .ff-home-cases .ff-case__dot{ opacity: .6; }

/* Outcome + CTA */
.ff-home .ff-home-cases .ff-case__outcome{
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0,0,0,.12);
  color: rgba(0,0,0,.72);
}
.ff-home .ff-home-cases .ff-case__actions{
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
}

/* HOME: delikatne oddzielenie sekcji */
/* =========================================
   HOME: delikatne tło sekcji (bez zależności od .ff-home)
   Użycie: dodaj klasę ff-section--soft do sppb-section / section
   ========================================= */

/* SP Page Builder (pełna szerokość) */
.sppb-section.ff-section--soft{
  background:
    linear-gradient(180deg,
      rgba(var(--bs-primary-rgb, 220,53,69), .045) 0%,
      rgba(var(--bs-primary-rgb, 220,53,69), .020) 100%);
}

/* Gdy sekcja jest zwykłym <section> (fallback) */
section.ff-section--soft{
  background:
    linear-gradient(180deg,
      rgba(var(--bs-primary-rgb, 220,53,69), .045) 0%,
      rgba(var(--bs-primary-rgb, 220,53,69), .020) 100%);
}

/* Subtelny separator góra/dół, żeby tło było „czytelne” */
.sppb-section.ff-section--soft,
section.ff-section--soft{
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}


/* HOME: marker przy tytule sekcji (bardzo delikatny akcent brandu) */
.ff-home .ff-section__head h2{
  position: relative;
  padding-left: 12px;
}
.ff-home .ff-section__head h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width: 4px;
  height: 1.05em;
  border-radius: 99px;
  background: rgba(var(--bs-primary-rgb, 220,53,69), .85);
}
/* =========================================================
   HOME: Opinie Google – cytat + CTA (spójne z ff-card / ff-cta)
   ========================================================= */

.ff-home-review .ff-review-card{
  position: relative;
  overflow: hidden;
}

.ff-home-review .ff-review-card::before{
  /* delikatny akcent jak w CTA (lewy pasek) */
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width: 5px;
  background: rgba(var(--bs-primary-rgb, 220,53,69), .85);
}

/* „Znaczek” źródła + gwiazdki */
.ff-home-review .ff-review-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.ff-home-review .ff-review-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
  font-weight: 800;
  color: rgba(0,0,0,.80);
  font-size: .9rem;
}

.ff-home-review .ff-review-badge i{
  font-size: 1.05em;
}

.ff-home-review .ff-review-stars{
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(0,0,0,.65);
}

/* Cytat */
.ff-home-review .ff-review-quote{
  margin: 0;
  position: relative;
  padding: 8px 0 2px;
}
.ff-home-review .ff-review-quote::after{
content:none;
}

.ff-home-review .ff-review-quote p{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(0,0,0,.82);
  max-width: 90ch;
}

/* Delikatny „cudzysłów” w tle */
.ff-home-review .ff-review-quote::before{
  content:"“";
  position:absolute;
  left: -6px;
  top: -10px;
  font-size: 64px;
  line-height: 1;
  color: rgba(0,0,0,.06);
  font-weight: 900;
}

/* Stopka: autor + link */
.ff-home-review .ff-review-footer{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ff-home-review .ff-review-meta{
  color: rgba(0,0,0,.62);
  font-weight: 600;
  font-size: .92rem;
}

.ff-home-review .ff-review-cta{
  height: 100%;
  margin:0px;
}

.ff-home-review .ff-review-note{
  margin: 12px 0 0;
  color: rgba(0,0,0,.62);
  font-size: .9rem;
}
/* =========================================================
   FIX: Opinie (ff-home-review) – wyrównanie wysokości kolumn
   Wymusza stretch niezależnie od nadpisań motywu/SPPB
   ========================================================= */

/* 1) Wymuś flex na wierszu (jeśli motyw nadpisał .row) */
.ff-home-review .row.g-4.align-items-stretch{
  display: flex !important;
  align-items: stretch !important;
}

/* 2) Wymuś flex na kolumnach (żeby dziecko mogło się rozciągnąć) */
.ff-home-review .row.g-4.align-items-stretch > [class^="col-"],
.ff-home-review .row.g-4.align-items-stretch > [class*=" col-"]{
  display: flex !important;
  flex-direction: column !important;
}

/* 3) Rozciągnij oba kafle na pełną wysokość kolumny */
.ff-home-review .row.g-4.align-items-stretch > [class^="col-"] > .ff-review-card,
.ff-home-review .row.g-4.align-items-stretch > [class*=" col-"] > .ff-review-card,
.ff-home-review .row.g-4.align-items-stretch > [class^="col-"] > .ff-review-cta,
.ff-home-review .row.g-4.align-items-stretch > [class*=" col-"] > .ff-review-cta{
  flex: 1 1 auto !important;
  width: 100% !important;
}

/* 4) Figure ma często domyślny margin – zdejmij go na twardo */
.ff-home-review figure.ff-review-card{
  margin: 0 !important;
}

/* 5) Uporządkuj wnętrze: stopka w opinii na dół */
.ff-home-review .ff-review-card{
  display: flex !important;
  flex-direction: column !important;
}
/* 6) (Opcjonalnie, ale polecam) – CTA jako flex, aby przyciski „siedziały” stabilnie */
.ff-home-review .ff-review-cta{
  display: flex !important;
  flex-direction: column !important;
}
.ff-home-review .ff-review-cta .ff-cta__actions{
  /*margin-top: auto !important;*/
    gap: 10px !important;  
    margin-top: 14px !important;
}
.ff-home-review .ff-review-note{
  margin-top: 12px !important;
}

/* 7) Bezpieczeństwo: jeśli gdzieś h-100 przeszkadza, neutralizujemy */
.ff-home-review .ff-review-card.h-100,
.ff-home-review .ff-review-cta.h-100{
  height: auto !important;
}


/* =========================================================
   HUB: /serwis-ppoz — styl jak /przeglad-hydrantow (scoped)
   ========================================================= */
.ff-hub-ppoz{
  /*max-width: 1080px;*/
  margin: 0 auto;
}
/* Sekcje i separatory */
.ff-hub-ppoz .ff-hub-section{ margin: 70px 0; }

/*.ff-hub-ppoz .ff-hub-hr{
  margin: 26px 0;
  border: 0;
  border-top: 2px solid rgba(15,23,42,.12);
}*/

/* Typografia i rytm (p, listy, h2, h3) */
.ff-hub-ppoz .ff-muted{ opacity:.82; }
.ff-hub-ppoz .ff-hub-section p{
  margin: 0 0 12px;
}
.ff-hub-ppoz .ff-hub-section .ff-section__head > p.ff-kicker {
  margin: 0 0 6px;
  opacity: .72;
}
.ff-hub-ppoz .ff-hub-section ul,
.ff-hub-ppoz .ff-hub-section ol{
  margin: 0 0 14px;
}

/* H2 z akcentem */
.ff-hub-ppoz .ff-hub-section h2{
  position: relative;
  padding-left: 12px;
  margin: 0 0 12px; /* po H2 */
}
.ff-hub-ppoz .ff-hub-section h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.25em;
  width: 4px;
  height: 1.05em;
  border-radius: 99px;
  background: rgba(var(--bs-primary-rgb, 220,53,69), .85);
}

/* H3 – większe, optymalne odstępy */
.ff-hub-ppoz .ff-hub-section h3{
  margin: 22px 0 10px;
  line-height: 1.25;
}

/* Jeśli H3 jest pierwszym elementem w sekcji/kartach – bez dużej dziury na górze */
.ff-hub-ppoz .ff-hub-section > h3:first-child{ margin-top: 0; }
.ff-hub-ppoz .ff-card > h3:first-child{ margin-top: 0; }

/* Pierwszy akapit/lista po H3 – kontrolowane odstępy */
.ff-hub-ppoz .ff-hub-section h3 + p,
.ff-hub-ppoz .ff-card h3 + p{
  margin-top: 6px;
}
.ff-hub-ppoz .ff-hub-section h3 + ul,
.ff-hub-ppoz .ff-hub-section h3 + ol,
.ff-hub-ppoz .ff-card h3 + ul,
.ff-hub-ppoz .ff-card h3 + ol{
  margin-top: 8px;
}

/* Gdy po akapicie/listach od razu jest H3 – dodaj komfortowy odstęp */
.ff-hub-ppoz .ff-hub-section p + h3,
.ff-hub-ppoz .ff-hub-section ul + h3,
.ff-hub-ppoz .ff-hub-section ol + h3,
.ff-hub-ppoz .ff-hub-section table + h3{
  margin-top: 26px;
}

/* Lead + CTA */
.ff-hub-ppoz .ff-hub-lead{ font-size: 1.05rem; line-height: 1.55; }
.ff-hub-ppoz .ff-hub-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 14px 0 0;
}

/* „Podstawowe informacje” – 4 kafle z ✓ */
.ff-hub-ppoz .ff-basic-grid{
  display:grid;
  gap:14px;
  grid-template-columns: 1fr;
  margin: 14px 0 10px;
}
@media (min-width: 768px){
  .ff-hub-ppoz .ff-basic-grid{ grid-template-columns: 1fr 1fr; }
}
.ff-hub-ppoz .ff-basic-item{
  display:flex;
  gap:12px;
  padding:14px 14px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}
.ff-hub-ppoz .ff-basic-check{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background: rgba(27,145,221,.10);
  color:#1b91dd;
  font-weight:800;
  flex:0 0 auto;
}
.ff-hub-ppoz .ff-basic-label{ font-weight:800; margin-bottom:2px; }
.ff-hub-ppoz .ff-basic-value{ opacity:.85; line-height:1.35; }

/* TOC (chipsy) */
.ff-hub-ppoz .ff-toc{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding:12px 10px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}
.ff-hub-ppoz .ff-toc a{
  display:inline-block;
  text-decoration:none !important;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(27,145,221,.25);
  background: rgba(27,145,221,.06);
}

/* 2 kolumny (Transparentnie…) */
.ff-hub-ppoz .ff-two-col{
  display:grid;
  gap:16px;
  grid-template-columns: 1fr;
  margin-top: 10px;
}
@media (min-width: 992px){
  .ff-hub-ppoz .ff-two-col{ grid-template-columns: 1fr 1fr; }
}

/* Karty */
.ff-hub-ppoz .ff-card{
  padding:14px 14px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

/* Siatka usług (hub → podstrony) */
.ff-hub-ppoz .ff-tiles{
  display:grid;
  gap:14px;
  grid-template-columns: 1fr;
  margin-top: 10px;
}
@media (min-width: 768px){
  .ff-hub-ppoz .ff-tiles{ grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px){
  .ff-hub-ppoz .ff-tiles{ grid-template-columns: 1fr 1fr 1fr; }
}
.ff-hub-ppoz .ff-tile{
  display:block;
  text-decoration:none !important;
  padding:14px 14px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  color: inherit;
}
@media (hover:hover){
  .ff-hub-ppoz .ff-tile:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(15,23,42,.10);
    border-color: rgba(27,145,221,.25);
  }
}
.ff-hub-ppoz .ff-tile-title{ font-weight:800; margin-bottom:6px; }
.ff-hub-ppoz .ff-tile-desc{ opacity:.82; line-height:1.35; }

/* Tabela */
.ff-hub-ppoz table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}
.ff-hub-ppoz thead th{
  text-align:left;
  padding:12px 12px;
  border-bottom:1px solid rgba(15,23,42,.10);
  background: rgba(27,145,221,.06);
}
.ff-hub-ppoz tbody td{
  padding:12px 12px;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.ff-hub-ppoz tbody tr:last-child td{ border-bottom:0; }

/* Checklisty z ptaszkami – tylko wewnątrz hubu */
.ff-hub-ppoz ul.ff-checklist{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.ff-hub-ppoz ul.ff-checklist > li{
  position: relative;
  padding-left: 34px;
  margin: 0 0 10px;
  line-height: 1.45;
}
.ff-hub-ppoz ul.ff-checklist > li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(27,145,221,.10);
  color: #1b91dd;
  font-weight: 900;
  font-size: 0.95rem;
}

/* FAQ (details/summary) */
.ff-hub-ppoz .ff-faq details{
  border:1px solid rgba(15,23,42,.10);
  border-radius:16px;
  background:#fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  padding: 10px 14px;
  margin: 0 0 12px;
}
.ff-hub-ppoz .ff-faq summary{
  cursor:pointer;
  font-weight:800;
  list-style:none;
}
.ff-hub-ppoz .ff-faq summary::-webkit-details-marker{ display:none; }
.ff-hub-ppoz .ff-faq details p{
  margin: 8px 0 0;
  opacity:.85;
}
.ff-practice-mini{
  margin: 0;
  padding: 0;
}

.ff-practice-mini li{
  position: relative;
  list-style: none !important;
  padding-left: 1.2rem;
  margin-bottom: .35rem;
}

.ff-practice-mini li::before{
  content: "\f105"; /* fa-angle-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.05em;
}

.fireflow-call-button {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 56px;
  padding: 12px 20px;

  background: #111111;
  color: #ffffff;
  text-decoration: none;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 5px solid #d71920;
  border-radius: 14px;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);

  font-family: inherit;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;

  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fireflow-call-button:hover,
.fireflow-call-button:focus {
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.fireflow-call-icon {
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #d71920;
  color: #ffffff;
  border-radius: 50%;

  font-size: 20px;
  line-height: 1;
}

.fireflow-call-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fireflow-call-text strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.fireflow-call-text small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
}

/* Tylko mobile */
@media (min-width: 768px) {
  .fireflow-call-button {
    display: none;
  }
}

/* Odstęp na dole strony, żeby przycisk nie zasłaniał treści */
@media (max-width: 767px) {
  body {
    padding-bottom: 88px;
  }
}