
.sfx{font-family:'Poppins',Arial,sans-serif;color:#2b2b2b;line-height:1.65;font-size:16px;white-space:normal}
.sfx *{box-sizing:border-box;white-space:normal}
/* ---------------------------------------------------------------------------
   TYPOGRAFIA: kazda regula ma wariant KLASOWY (.sfx-h2, .sfx-txt, .sfx-em,
   .sfx-sec) obok elementowego. Klasowy ma specyficznosc (0,2,0), wiec bije
   reguly motywu oparte na nagich elementach (.post-content h2 = 0,1,1)
   NIEZALEZNIE od kolejnosci ladowania arkuszy - a ta na produkcji moze zostac
   przestawiona przez laczenie CSS w WP Rocket. Wariant elementowy zostaje dla
   stron jeszcze nieprzegenerowanych, ktore maja goly markup.
   --------------------------------------------------------------------------- */
.sfx .sfx-em,.sfx strong,.sfx b{display:inline;font-weight:700;margin:0}
.sfx .sfx-h2,.sfx .sfx-h3,.sfx .sfx-h4,.sfx h2,.sfx h3,.sfx h4{font-family:'Teko','Poppins',sans-serif;font-weight:500;line-height:1.04;letter-spacing:.4px;text-transform:uppercase;color:#1f1f1f;margin:0 0 .35em}
.sfx .sfx-h2,.sfx h2{font-size:2.35rem}
.sfx .sfx-h3,.sfx h3{font-size:1.55rem}
.sfx .sfx-h4,.sfx h4{font-size:1.2rem;letter-spacing:.6px}
.sfx .sfx-txt,.sfx p{margin:0 0 1rem}
.sfx .sfx-kicker{font-weight:700;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:#ed1c24;margin-bottom:.55rem;display:block}
.sfx .sfx-sec,.sfx section{margin:0 0 2.8rem}
/* ===========================================================================
   LEAD - tresc NA zdjeciu hero (tytul + checklista + CTA "Umow montaz")
   Layout sterowany szerokoscia KOLUMNY TRESCI (container query), nie viewportu:
   motyw ma sidebar, wiec przy oknie 1440px kolumna ma tylko ~870px - media
   queries na viewport klamaly. Ponizej progu: pion (lista, pod nia CTA).
   Powyzej: lista | CTA obok siebie. Bez container queries (stare przegladarki)
   zostaje wariant pionowy - poprawny, tylko wezszy.
   =========================================================================== */
.sfx .sfx-lead{position:relative;display:flex;overflow:hidden;min-height:560px;box-shadow:0 16px 42px rgba(0,0,0,.2);container-type:inline-size}
.sfx .sfx-lead-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;z-index:0}
.sfx .sfx-lead::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(6,6,8,.95) 0%,rgba(6,6,8,.78) 22%,rgba(6,6,8,.4) 46%,rgba(6,6,8,.08) 68%,rgba(6,6,8,0) 100%)}
.sfx .sfx-lead-overlay{position:relative;z-index:2;align-self:flex-end;width:100%;padding:1.7rem;color:#fff;display:flex;flex-direction:column;gap:1.15rem}
.sfx .sfx-lead-title{margin:0;font-family:'Teko','Poppins',sans-serif;font-weight:500;font-size:2.1rem;line-height:.95;letter-spacing:.5px;text-transform:uppercase;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.55)}
.sfx .sfx-lead-row{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}
.sfx .sfx-lead-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem;min-width:0}
.sfx .sfx-lead-list li{position:relative;padding-left:1.6rem;font-size:.98rem;font-weight:500;line-height:1.4;color:#f2f2f2;text-shadow:0 1px 8px rgba(0,0,0,.7)}
/* motyw narzuca .post-content strong{display:block;margin-top:20px} - w checklisci
   emfaza MUSI zostac w linii, inaczej kazdy punkt lamie sie na 3 wiersze */
.sfx .sfx-lead-list li strong,.sfx .sfx-lead-list li b{display:inline;margin:0;font-weight:700;color:#fff}
.sfx .sfx-lead-list li::before{content:"";position:absolute;left:.15rem;top:.38em;width:6px;height:11px;border:solid #ff4d54;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}
.sfx .sfx-lead-act{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;max-width:20rem}
.sfx .sfx-lead-q{font-size:1rem;font-weight:600;line-height:1.35;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.7)}
.sfx .sfx-lead-act .sfx-btn--primary{font-size:1.05rem;padding:.95rem 1.9rem}
/* jedna wysokosc dla wszystkich szerokosci: element nie odpowiada na WLASNE
   container query, wiec min-height nie moze byc progowane tym mechanizmem */
/* prog 760px = szerokosc kolumny, przy ktorej lista i CTA mieszcza sie obok
   siebie bez sciskania bulletow (CTA max 20rem + gap + zapas na dlugi punkt) */
@container (min-width:760px){
  .sfx .sfx-lead-overlay{padding:2.2rem 2.4rem;gap:1.4rem}
  .sfx .sfx-lead-title{font-size:2.75rem}
  .sfx .sfx-lead-row{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}
  .sfx .sfx-lead-list{flex:1 1 auto}
  .sfx .sfx-lead-act{flex:0 0 auto;align-items:flex-end;text-align:right}
}
@container (max-width:420px){
  .sfx .sfx-lead-act{align-self:stretch;max-width:none}
  .sfx .sfx-lead-act .sfx-btn--primary{width:100%;justify-content:center}
}
.sfx .sfx-btns{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
.sfx .sfx-btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.98rem;padding:.85rem 1.55rem;border-radius:8px;text-decoration:none;transition:.18s;cursor:pointer;border:2px solid transparent}
.sfx .sfx-btn{white-space:nowrap;font-weight:500}
.sfx .sfx-btn--primary{background:#ed1c24;color:#fff;box-shadow:0 6px 16px rgba(237,28,36,.28)}
.sfx .sfx-btn--primary:hover{background:#c8151c;color:#fff}
.sfx .sfx-btn--ghost{background:#fff;color:#1f1f1f;border-color:#1f1f1f}
.sfx .sfx-btn--ghost:hover{background:#1f1f1f;color:#fff}
.sfx .sfx-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem}
.sfx .sfx-chip{display:inline-flex;align-items:center;gap:.45rem;background:#fff;border:1px solid #e4e4e4;border-radius:999px;padding:.42rem .95rem;font-size:.83rem;font-weight:500;color:#3a3a3a}
.sfx .sfx-chip b{color:#ed1c24;font-weight:800}
/* galeria jednokolumnowa - pelna szerokosc kolumny, podpisy NA zdjeciu */
.sfx .sfx-gallery{display:flex;flex-direction:column;gap:1.6rem}
.sfx .sfx-gallery figure{position:relative;margin:0;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.sfx .sfx-gallery img{display:block;width:100%;height:auto}
.sfx .sfx-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.6rem 1.4rem 1rem;font-size:1rem;font-weight:500;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.45) 55%,rgba(0,0,0,0))}
/* zakres */
.sfx .sfx-scope{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:.4rem}
.sfx .sfx-scope-item{background:#fff;border:1px solid #ececec;border-radius:12px;padding:1.1rem 1.2rem;display:flex;gap:.85rem;align-items:flex-start}
.sfx .sfx-scope-item .ic{flex:0 0 54px;width:54px;background:none;color:#ed1c24;display:flex;align-items:center;justify-content:center}
.sfx .sfx-scope-item .ic svg{width:42px;height:42px;display:block}
.sfx .sfx-scope-item h4{margin:.1rem 0 .25rem}
.sfx .sfx-scope-item p{margin:0;font-size:.92rem;color:#555}
/* ---------------------------------------------------------------------------
   BIBLIOTEKA IKON ZAKRESU - SVG w CSS, nie w tresci wpisu.
   Markup: <div class="ic sfx-ic sfx-ic--cam-front"></div> (bez inline <svg>).
   Wlasciwosci wizualne wisza na klasie .sfx-ic, wiec starsze strony z inline
   <svg> (bez tej klasy) renderuja sie po staremu - zmiana jest opt-in.
   Kolor steruje background-color w jednym miejscu (maska daje ksztalt).
   --------------------------------------------------------------------------- */
.sfx .sfx-scope-item .ic.sfx-ic{height:42px;background-color:#ed1c24;-webkit-mask:var(--sfx-ic) center/42px 42px no-repeat;mask:var(--sfx-ic) center/42px 42px no-repeat}
.sfx .sfx-ic--battery{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect height='12' rx='2' ry='2' width='18' x='1' y='6'%3E%3C/rect%3E%3Cline x1='23' x2='23' y1='10' y2='14'%3E%3C/line%3E%3Cline x1='5' x2='5' y1='10' y2='14'%3E%3C/line%3E%3Cline x1='9' x2='9' y1='10' y2='14'%3E%3C/line%3E%3Cline x1='13' x2='13' y1='10' y2='14'%3E%3C/line%3E%3C/svg%3E")}
.sfx .sfx-ic--bolt{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'%3E%3C/polygon%3E%3C/svg%3E")}
.sfx .sfx-ic--cam-front{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'%3E%3C/path%3E%3Ccircle cx='12' cy='13' r='4'%3E%3C/circle%3E%3C/svg%3E")}
.sfx .sfx-ic--cam-rear{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='23 7 16 12 23 17 23 7'%3E%3C/polygon%3E%3Crect height='14' rx='2' ry='2' width='15' x='1' y='5'%3E%3C/rect%3E%3C/svg%3E")}
.sfx .sfx-ic--chat{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E")}
.sfx .sfx-ic--clock{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E")}
.sfx .sfx-ic--cloud{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z'%3E%3C/path%3E%3C/svg%3E")}
.sfx .sfx-ic--pin{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3Cpath d='M12 21.7C17.3 17 20 13 20 10a8 8 0 1 0-16 0c0 3 2.7 7 8 11.7z'%3E%3C/path%3E%3C/svg%3E")}
.sfx .sfx-ic--power{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect height='12' rx='2' ry='2' width='18' x='1' y='6'%3E%3C/rect%3E%3Cline x1='23' x2='23' y1='10' y2='14'%3E%3C/line%3E%3Cline x1='6' x2='6' y1='10' y2='14'%3E%3C/line%3E%3Cline x1='10' x2='10' y1='10' y2='14'%3E%3C/line%3E%3C/svg%3E")}
.sfx .sfx-ic--shield{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'%3E%3C/path%3E%3C/svg%3E")}
.sfx .sfx-ic--sliders{--sfx-ic:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' x2='4' y1='21' y2='14'%3E%3C/line%3E%3Cline x1='4' x2='4' y1='10' y2='3'%3E%3C/line%3E%3Cline x1='12' x2='12' y1='21' y2='12'%3E%3C/line%3E%3Cline x1='12' x2='12' y1='8' y2='3'%3E%3C/line%3E%3Cline x1='20' x2='20' y1='21' y2='16'%3E%3C/line%3E%3Cline x1='20' x2='20' y1='12' y2='3'%3E%3C/line%3E%3Cline x1='1' x2='7' y1='14' y2='14'%3E%3C/line%3E%3Cline x1='9' x2='15' y1='8' y2='8'%3E%3C/line%3E%3Cline x1='17' x2='23' y1='16' y2='16'%3E%3C/line%3E%3C/svg%3E")}
/* produkt */
.sfx .sfx-prod{display:flex;gap:0;background:#1f1f1f;border-radius:14px;padding:0;color:#fff;flex-wrap:wrap;align-items:stretch;overflow:hidden}
.sfx .sfx-prod img{flex:0 0 42%;width:42%;min-width:300px;max-width:100%;background:#fff;display:block;object-fit:contain;align-self:stretch;padding:1.4rem}
.sfx .sfx-prod .sfx-prod-b{flex:1;min-width:260px;padding:1.7rem 1.9rem;display:flex;flex-direction:column;justify-content:center}
.sfx .sfx-prod h3{color:#fff}
.sfx .sfx-prod ul{margin:.5rem 0 1.1rem;padding:0;list-style:none;font-size:.92rem}
.sfx .sfx-prod li{padding:.16rem 0 .16rem 1.4rem;position:relative;color:#e6e6e6}
.sfx .sfx-prod li:before{content:"";position:absolute;left:1px;top:8px;width:5px;height:10px;border:solid #ed1c24;border-width:0 2px 2px 0;transform:rotate(45deg)}
.sfx .sfx-prod .sfx-linkrow{display:flex;gap:.6rem;flex-wrap:wrap}
.sfx .sfx-prod .sfx-linkrow .sfx-btn{padding:.72rem 1.1rem;font-size:.9rem}
@media(max-width:600px){
  .sfx .sfx-prod img{flex-basis:100%;width:100%;height:auto;aspect-ratio:4/3;align-self:auto}
  .sfx .sfx-prod .sfx-linkrow{flex-wrap:wrap}
}
.sfx .sfx-prod .sfx-btn--ghost{background:transparent;color:#fff;border-color:#fff}
.sfx .sfx-prod .sfx-btn--ghost:hover{background:#fff;color:#1f1f1f}
.sfx .sfx-prod .sfx-btn--primary{background:#fff;color:#1f1f1f;border-color:#fff;box-shadow:none}
.sfx .sfx-prod .sfx-btn--primary:hover{background:#e6e6e6;color:#1f1f1f}
/* tytul produktu = link do sklepu (podkreslenie sygnalizuje klikalnosc na ciemnej karcie) */
.sfx .sfx-prod h3 a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);transition:.15s}
.sfx .sfx-prod h3 a:hover{color:#ff5a60;border-color:#ff5a60}
/* CTA */
.sfx .sfx-cta{display:flex;align-items:stretch;border-radius:16px;overflow:hidden;color:#fff;text-align:left}
.sfx .sfx-cta-photo{flex:0 0 40%;position:relative;background:#1f1f1f}
.sfx .sfx-cta-photo img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}
.sfx .sfx-cta-body{flex:1;background:linear-gradient(120deg,#ed1c24,#a5121a);padding:2.6rem 2.8rem;display:flex;flex-direction:column;align-items:flex-start}
.sfx .sfx-cta h2{color:#fff;font-size:2.3rem;margin-bottom:.5rem}
.sfx .sfx-cta p{color:#ffe3e4;max-width:560px;margin:0 0 1.1rem;font-size:1.03rem}
.sfx .sfx-cta-body strong{color:#fff;font-weight:700}
.sfx .sfx-cta .sfx-btns{justify-content:flex-start}
.sfx .sfx-cta .sfx-btn--primary{background:#fff;color:#ed1c24;box-shadow:0 6px 16px rgba(0,0,0,.22)}
.sfx .sfx-cta .sfx-btn--primary:hover{background:#111;color:#fff}
.sfx .sfx-cta .sfx-btn--ghost{background:transparent;border-color:#fff;color:#fff}
.sfx .sfx-cta .sfx-btn--ghost:hover{background:#fff;color:#ed1c24}
.sfx .sfx-cta .sfx-tel{font-family:'Teko',sans-serif;font-size:2.1rem;letter-spacing:1px;color:#fff;text-decoration:none;display:inline-block;margin:.1rem 0 1rem}
@media(max-width:640px){
  .sfx .sfx-cta{flex-direction:column}
  .sfx .sfx-cta-photo{flex-basis:auto;height:270px}
  .sfx .sfx-cta-body{padding:1.9rem 1.6rem}
}
/* powiazane */
.sfx .sfx-rel{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sfx .sfx-rel-card{display:block;background:#f6f6f7;border:1px solid #ececec;text-decoration:none;color:#1f1f1f;overflow:hidden;transition:.15s}
.sfx .sfx-rel-card:hover{border-color:#ed1c24;box-shadow:0 10px 22px rgba(0,0,0,.12)}
.sfx .sfx-rel-thumb{display:block;height:200px;overflow:hidden;background:#ddd}
.sfx .sfx-rel-thumb img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block;transition:.35s}
.sfx .sfx-rel-card:hover .sfx-rel-thumb img{transform:scale(1.06)}
.sfx .sfx-rel-txt{display:block;padding:.8rem 1rem}
/* Etykiety kafli sa generowane z tytulu wpisu, wiec ich dlugosc jest nieprzewidywalna
   (58% opisow przekracza 58 znakow) - obcinamy do 2 wierszy, zeby karty zostaly rowne. */
.sfx .sfx-rel-txt strong{font-weight:700;font-size:.95rem;color:#1f1f1f;margin-bottom:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sfx .sfx-rel-txt span{font-size:.82rem;color:#777;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sfx .sfx-rel-card:hover .sfx-rel-txt strong{color:#ed1c24}
.sfx .sfx-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.sfx .sfx-cat-card{display:block;border:1px solid #ececec;background:#fff;text-decoration:none;color:#1f1f1f;overflow:hidden;transition:.15s}
.sfx .sfx-cat-card:hover{border-color:#ed1c24;box-shadow:0 10px 22px rgba(0,0,0,.1)}
.sfx .sfx-cat-thumb{display:flex;align-items:center;justify-content:center;height:160px;background:#f6f6f7;padding:16px}
.sfx .sfx-cat-thumb img{max-width:100%;max-height:100%;object-fit:contain;transition:.3s}
.sfx .sfx-cat-card:hover .sfx-cat-thumb img{transform:scale(1.05)}
.sfx .sfx-cat-txt{display:block;padding:.75rem 1rem;border-top:1px solid #f0f0f0}
.sfx .sfx-cat-txt strong{display:block;font-size:.92rem;color:#1f1f1f;margin-bottom:.3rem;line-height:1.25;min-height:2.5em}
@media(max-width:460px){.sfx .sfx-cat-txt strong{min-height:0}}
.sfx .sfx-cat-txt span{display:block;font-size:.8rem;color:#ed1c24;font-weight:600}
.sfx .sfx-cat-card:hover .sfx-cat-txt strong{color:#ed1c24}
@media(max-width:820px){.sfx .sfx-cats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){
  .sfx .sfx-cats{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
  .sfx .sfx-cat-card{flex:0 0 72%;scroll-snap-align:start}
  .sfx .sfx-cat-thumb{height:200px}
  .sfx .sfx-cat-txt strong{min-height:0}
}
/* sticky widget CTA w sidebarze klienta (poza .sfx) */
/* USUNIETE 2026-08-21: html,body{overflow-x:clip} robi juz wtyczka fazy 1
   (serwisfox-montaz-cta, @media min-width:992px) - to ona renderuje sticky box,
   ktory tego potrzebuje. Nasza wersja dodatkowo forsowala overflow-y:visible
   !important na kazdej szerokosci, co bilo nawet inline style, wiec rozbroilaby
   blokade przewijania pod otwartym modalem (cookie banner, lightbox). */
.sfx-sticky{position:sticky;top:24px;z-index:20;background:#1f1f1f;color:#fff;border-radius:12px;padding:0;margin-bottom:1.6rem;font-family:'Poppins',Arial,sans-serif;text-align:center;overflow:hidden;box-shadow:0 10px 26px rgba(0,0,0,.18)}
.sfx-sticky-photo{height:210px;overflow:hidden}
.sfx-sticky-photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}
.sfx-sticky-in{padding:1.05rem 1.3rem 1.1rem}
.sfx-sticky .sfx-rate{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin:.5rem 0 0;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.12)}
.sfx-sticky .sfx-rate-top{display:flex;align-items:center;gap:.4rem}
.sfx-sticky .sfx-rate-top strong{color:#fff;font-weight:700;font-size:1.15rem;letter-spacing:.5px;line-height:1;transform:translateY(-5px)}
.sfx-sticky .sfx-stars{position:relative;display:inline-block;font-size:1.1rem;line-height:1;letter-spacing:1px;transform:translateY(5px)}
.sfx-sticky .sfx-stars .st-base{color:#555}
.sfx-sticky .sfx-stars .st-fill{position:absolute;left:0;top:0;color:#ffc107;overflow:hidden;white-space:nowrap;width:94%}
.sfx-sticky .sfx-rate-t{font-size:.75rem;color:#d6d6d6;letter-spacing:.03em}
.sfx-sticky .loc{font-size:.85rem;color:#d8d8d8;margin:.75rem 0 .35rem;font-weight:500}
.sfx-sticky .hours{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:#cfcfcf;margin:0;font-weight:500;letter-spacing:.01em}
.sfx-sticky .hours svg{width:14px;height:14px;stroke:#ff5a60;flex:0 0 14px}
.sfx-sticky .hours b{color:#fff;font-weight:600}
.sfx-sticky .k{font-weight:700;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#ff5a60;display:block}
.sfx-sticky h4{font-family:'Teko','Poppins',sans-serif;font-weight:500;font-size:1.6rem;line-height:1.05;text-transform:uppercase;color:#fff;margin:.35rem 0 .3rem;letter-spacing:.5px}
.sfx-sticky p{font-size:.82rem;color:#cccccc;margin:.2rem 0 1rem}
.sfx-sticky .tel{display:block;font-family:'Teko','Poppins',sans-serif;font-size:1.85rem;color:#fff;text-decoration:none;letter-spacing:.5px;margin:.5rem 0 .7rem}
.sfx-sticky a.b{display:block;background:#ed1c24;color:#fff;font-weight:500;font-size:.95rem;padding:.75rem;border-radius:8px;text-decoration:none;transition:.15s}
.sfx-sticky a.b:hover{background:#c8151c}
@media(max-width:575px){.sfx .sfx-grid,.sfx .sfx-scope,.sfx .sfx-rel{grid-template-columns:1fr}.sfx .sfx-h2,.sfx h2{font-size:2rem}.sfx .sfx-cta h2{font-size:2.1rem}}
/* narozniki kwadratowe - jak reszta serwisu */
.sfx, .sfx *, .sfx-sticky, .sfx-sticky *{border-radius:0 !important}
.sfx .sfx-btn, .sfx-sticky a.b, .sfx-mcta-btn{border-radius:5px !important}
/* mobilny sticky button (tylko mobile) */
.sfx-mobile-cta{display:none}
@media(max-width:700px){
  .sfx-mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#1f1f1f;padding:.9rem;text-align:center;font-family:'Poppins',Arial,sans-serif;box-shadow:0 -6px 22px rgba(0,0,0,.4);transform:translateY(110%);transition:transform .3s ease;will-change:transform}
  .sfx-mobile-cta.is-visible{transform:translateY(0)}
  .sfx-mcta-btn{display:block;background:#ed1c24;color:#fff;font-weight:500;font-size:1.02rem;padding:.8rem;text-decoration:none}
  .sfx-mcta-meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.6rem;font-size:.72rem;font-weight:500;color:#bdbdbd;line-height:1}
  .sfx-mcta-rate{display:inline-flex;align-items:center;gap:.26rem;color:#d6d6d6;white-space:nowrap;flex:0 0 auto}
  .sfx-mcta-rate .st{color:#ffc107;font-size:.92rem;line-height:1}
  .sfx-mcta-rate b{color:#fff;font-weight:700}
  .sfx-mcta-loc{white-space:nowrap;flex:1 1 auto;text-align:center}
  .sfx-mcta-hours{white-space:nowrap;flex:0 0 auto}
  .sfx-mcta-meta .sep{opacity:.45;margin:0 .08rem}
  #wrapper{padding-bottom:120px}
}

/* Ukryj zdjecie wyroznione motywu TYLKO na stronach z makieta (klasa sfx-makieta
   dodawana przez wtyczke, gdy tresc realnie zawiera blok .sfx) - tam hero jest w
   sekcji lead i featured je dublowalo. Na wpisach ze stara trescia featured MUSI
   zostac, bo jest ich jedynym zdjeciem naglownym. */
body.sfx-makieta .post-content__img.wp-post-image{display:none}

