/* Wortmarke statt Theme-Logo */
.navbar-header .brand-text {
  display: block;
  line-height: 1.1;
  text-align: center;
}

.navbar-header .brand-text strong {
  display: block;
  font-family: "CabinetGrotesk-Bold", sans-serif;
  font-size: 24px;
  color: #0d3b40;
  letter-spacing: -0.01em;
}

.navbar-header .brand-text small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7d8f90;
}

@media (max-width: 991px) {
  .navbar-header .brand-text strong {
    font-size: 19px;
  }

  .navbar-header .brand-text small {
    font-size: 9px;
    letter-spacing: 0.08em;
  }
}

/* Ein dunkler Grundton f\u00fcr die ganze Seite (Fu\u00dfzeile war rein schwarz) */
.footer-common,
.footer-common .footer-wrap {
  background-color: #071f22;
}

/* Das Theme hatte eine rein schwarze Fußzeile: diese beiden Farben waren dort
   unsichtbar und müssen zum neuen Petrolton passen. */
.footer-common .widget-contact h2 {
  color: #fff;
}

.footer-section-s1 .footer-topbar .marquee-s2 {
  background-color: transparent;
}

/* Kontaktband: heller Verlauf wie im Hero, damit die Headline lesbar bleibt */
.wpo-cta-section {
  position: relative;
  z-index: 1;
}

.wpo-cta-section::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    258deg,
    rgba(239, 239, 240, 0) 16%,
    rgba(239, 239, 240, 0.6) 32%,
    #efeff0 46%,
    #efeff0 100%
  );
  z-index: -1;
}

/* Hero: eigenes Motiv (Container-Hof) statt des Theme-Bildes.
   Die Person steht rechts, links bleibt Platz für die Headline. */
.wpo-hero-section {
  background: url(../images/hero/hero-durlo.png) no-repeat center right;
  background-size: cover;
}

.wpo-hero-section::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #efeff0 0%,
    rgba(239, 239, 240, 0.92) 34%,
    rgba(239, 239, 240, 0.55) 52%,
    rgba(239, 239, 240, 0) 70%
  );
  z-index: -1;
}

@media (max-width: 575px) {
  .wpo-hero-section::after {
    background: linear-gradient(
      180deg,
      rgba(239, 239, 240, 0.9) 0%,
      rgba(239, 239, 240, 0.75) 55%,
      rgba(239, 239, 240, 0.35) 100%
    );
  }
}

/* Kontaktband: Text bleibt in der hellen Zone links, das Foto ist rechts dunkel.
   Die Theme-Regeln sind tiefer verschachtelt, daher diese Selektorkette. */
.wpo-cta-section .cta-content .cta-title,
.wpo-cta-section .cta-content .cta-sub-title h2 {
  max-width: 600px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.wpo-cta-section .cta-content .cta-btns {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .wpo-cta-section .cta-content .cta-title,
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    max-width: 100% !important;
  }
}

/* Das Theme kapitalisiert jedes Wort (englische Konvention).
   Deutsch und Polnisch schreiben nur Substantive gross — daher zurücksetzen. */
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper p,
.page-wrapper span,
.page-wrapper small,
.page-wrapper li,
.page-wrapper a,
.page-wrapper button,
.page-wrapper input,
.page-wrapper label {
  text-transform: none !important;
}

.page-wrapper a[href^="mailto"],
.page-wrapper a[href^="mailto"] span {
  text-transform: lowercase !important;
}

/* Header über die volle Breite, mit gleichem Abstand links und rechts */
.wpo-site-header .container-fluid {
  width: 100%;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.wpo-site-header .container-fluid > .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .wpo-site-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Leistungsbereiche: zwei breite Karten nebeneinander, das Bild als Band darunter.
   Der Block nutzt die volle Container-Breite und steht damit mittig auf der Seite. */
.path-abfall .about-max,
.path-ppwr .about-max {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.path-abfall .about-max .about-wrap,
.path-ppwr .about-max .about-wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 30px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: left;
}

.path-abfall .about-max .about-wrap .about-items,
.path-ppwr .about-max .about-wrap .about-items,
.path-abfall .about-max .about-wrap .about-items:nth-child(1),
.path-ppwr .about-max .about-wrap .about-items:nth-child(1),
.path-abfall .about-max .about-wrap .about-items:nth-child(2),
.path-ppwr .about-max .about-wrap .about-items:nth-child(2),
.path-abfall .about-max .about-wrap .about-items:nth-child(3),
.path-ppwr .about-max .about-wrap .about-items:nth-child(3) {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  transform: none !important;
  border-radius: 41px;
  padding: 50px 38px;
}

/* Das Bild als ruhiges Band über die ganze Breite */
.path-abfall .about-max .about-wrap .about-items:nth-child(3),
.path-ppwr .about-max .about-wrap .about-items:nth-child(3) {
  grid-column: 1 / -1;
  padding: 0 !important;
  overflow: hidden;
  height: 340px;
  /* Das Theme schiebt diese Karte mit z-index:-1 hinter den Sektionshintergrund */
  z-index: 1 !important;
}

@media (max-width: 767px) {
  .path-abfall .about-max .about-wrap .about-items:nth-child(3),
  .path-ppwr .about-max .about-wrap .about-items:nth-child(3) {
    height: 220px;
  }
}

.path-abfall .about-max .about-wrap .about-items:nth-child(3) .items-image,
.path-ppwr .about-max .about-wrap .about-items:nth-child(3) .items-image {
  height: 100%;
  width: 100%;
}

.path-abfall .about-max .about-wrap .about-items:nth-child(3) img,
.path-ppwr .about-max .about-wrap .about-items:nth-child(3) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 41px;
}

.path-abfall .about-max .about-wrap .about-items:nth-child(2),
.path-ppwr .about-max .about-wrap .about-items:nth-child(2) {
  background: #ffffff;
}

/* Listenzeilen: volle Kartenbreite, Häkchen in einer Spalte, eine Zeile pro Eintrag */
.path-abfall .about-max .about-wrap .about-items .about-text ul,
.path-ppwr .about-max .about-wrap .about-items .about-text ul {
  width: 100%;
  text-align: left;
}

.path-abfall .about-max .about-wrap .about-items .about-text ul li,
.path-ppwr .about-max .about-wrap .about-items .about-text ul li {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  text-align: left;
}

.path-abfall .about-max .about-wrap .about-items .about-text ul li span,
.path-ppwr .about-max .about-wrap .about-items .about-text ul li span {
  display: flex !important;
  align-items: center;
  width: 100% !important;
  max-width: none !important;
  padding-left: 48px;
  padding-right: 18px;
  text-align: left;
}

@media (max-width: 767px) {
  .path-abfall .about-max .about-wrap,
  .path-ppwr .about-max .about-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .path-abfall .about-max .about-wrap .about-items,
  .path-ppwr .about-max .about-wrap .about-items {
    padding: 40px 25px !important;
  }
}

/* Bereich 01 grün, Bereich 02 blau */
.path-abfall .about-max .about-wrap .about-items:nth-child(1) {
  background: #2a7d4f;
}

.path-ppwr .about-max .about-wrap .about-items:nth-child(1) {
  background: #1e6ba8;
}

.path-abfall .about-title-left span {
  color: #2a7d4f;
}

.path-abfall
  .about-max
  .about-wrap
  .about-items
  .about-text
  ul
  li:hover
  span:before,
.path-abfall
  .about-max
  .about-wrap
  .about-items:nth-child(1)
  .about-text
  li:hover
  span:before {
  background: #2a7d4f;
}

.path-ppwr
  .about-max
  .about-wrap
  .about-items
  .about-text
  ul
  li:hover
  span:before,
.path-ppwr
  .about-max
  .about-wrap
  .about-items:nth-child(1)
  .about-text
  li:hover
  span:before {
  background: #1e6ba8;
}

.hero-btns .theme-btn-s2 {
  background-color: #2a7d4f;
}

.hero-btns .theme-btn-s2:hover {
  background-color: #1f5f3b;
}

.hero-btns .theme-btn-s3 {
  color: #1e6ba8;
  border-color: #1e6ba8;
}

/* Hero: Headline innerhalb der weissen Fläche halten.
   Das Theme verschachtelt seine Regeln tief, daher hier bewusst !important. */
.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
  max-width: 100% !important;
  padding-right: 70px !important;
  font-size: 62px !important;
  line-height: 1.1 !important;
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* Die Akzentwörter sind im Theme fix auf 80px gesetzt — sie müssen mit der
   Überschrift skalieren, sonst sprengen sie die weisse Fläche. */
.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) span {
  font-size: inherit !important;
  line-height: inherit !important;
}

.wpo-hero-section .hero-wapper .hero-content .hero-title span {
  padding-right: 70px;
}

/* Ab 1400px liegt die weisse Fläche als SVG dahinter und ist oben rechts
   ausgeschnitten (nur ~663px breit). Die Vorzeile muss in diesem Ausschnitt bleiben. */
@media (min-width: 1400px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-title span {
    display: inline-block;
    max-width: 560px;
    padding-right: 0;
    line-height: 1.45;
    text-align: left;
  }
}

@media (max-width: 1399px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 50px !important;
  }
}

@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 38px !important;
    padding-right: 0 !important;
  }

  .wpo-hero-section .hero-wapper .hero-content .hero-title span {
    padding-right: 0;
  }
}

/* Weisse Fläche hinter der Headline, auch wenn das dekorative SVG ausgeblendet ist.
   Die Kontaktleiste links bleibt frei — die Fläche beginnt erst rechts davon. */
@media (max-width: 1399px) {
  .wpo-hero-section .hero-wapper .hero-content {
    position: relative;
    background: #fff;
    border-radius: 41px;
    padding: 50px 45px;
    margin-left: 60px;
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content {
    margin-left: 0;
    padding: 40px 25px;
    max-width: 520px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content {
    max-width: none;
  }
}

/* Solange die weisse Ersatzfläche aktiv ist, wird die dekorative Kontaktleiste
   ausgeblendet — sie liegt absolut positioniert darunter und würde überdeckt.
   Telefon und E-Mail stehen weiterhin im Header, im Kontaktband und in der Fußzeile. */
@media (max-width: 1399px) {
  .wpo-hero-section .hero-wapper .hero-side-left {
    display: none;
  }
}

/* Zeilenabstand für Diakritika (ą, ę, ü) im Kontaktband.
   Die inneren Spans sind Blockelemente und höher als die Zeilenbox. */
.wpo-cta-section .cta-content .cta-sub-title h2 {
  line-height: 1.45 !important;
}

.wpo-cta-section .cta-content .cta-sub-title h2 span {
  line-height: 1.2 !important;
}

.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
  padding-bottom: 6px;
}

/* Kontaktleiste links: Inhalt darf nicht abgeschnitten werden */
.wpo-hero-section .hero-side-left .hero-side-left-items ul li {
  height: auto;
}

/* Zwei gleichwertige Wege — identische Buttons, nur die Farbe unterscheidet sie */
.hero-btns,
.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-btns .path-btn {
  flex: 0 0 300px;
  min-width: 300px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 30px;
  border-radius: 100px;
  border: 1.5px solid currentColor;
  background: transparent;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.3s ease;
}

.hero-btns .path-btn small {
  display: block;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 13px;
  opacity: 0.75;
  margin-top: 5px;
}

.hero-btns .path-btn .label {
  display: block;
  text-align: left;
}

.hero-btns .path-btn .dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.hero-btns .path-btn.is-abfall {
  color: #2a7d4f;
}

.hero-btns .path-btn.is-ppwr {
  color: #1e6ba8;
}

.hero-btns .path-btn:hover {
  color: #fff;
}

.hero-btns .path-btn.is-abfall:hover {
  background: #2a7d4f;
  border-color: #2a7d4f;
}

.hero-btns .path-btn.is-ppwr:hover {
  background: #1e6ba8;
  border-color: #1e6ba8;
}

@media (max-width: 575px) {
  .hero-btns .path-btn {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Farbleitsystem: grün = deutsche Betriebe, blau = Verkauf nach Deutschland */
.path-abfall .about-title-left span,
.path-abfall .wpo-section-title-s2 span {
  color: #2a7d4f;
}

.path-abfall .about-title-right h2 span {
  color: #2a7d4f;
}

.path-ppwr .about-title-right h2 span {
  color: #1e6ba8;
}

/* FAQ-Band: der Button hatte fast denselben Petrolton wie der Hintergrund */
.wpo-faq-section .wpo-faq-box .theme-btn-s2 {
  background-color: #fff;
  color: #0d3b40;
}

.wpo-faq-section .wpo-faq-box .theme-btn-s2:hover {
  background-color: #2a7d4f;
  color: #fff;
}

/* Marcin Durlo — Anpassungen auf Basis des Fixaroo-Themes */

/* Sicherheitsnetz: Inhalte bleiben sichtbar, auch wenn WOW.js nicht startet.
   Die Animationen laufen weiterhin über die Klasse .animated. */
.wow {
  visibility: visible !important;
}

/* Zweiter Leistungsbereich (PPWR) — Akzentfarbe des Themes */
.path-ppwr .about-title-left span,
.path-ppwr .wpo-section-title span,
.path-ppwr .about-items .about-text h3 {
  color: #1e6ba8;
}

.path-ppwr .about-items ul li span::before {
  background: #1e6ba8;
}

.path-ppwr {
  background-color: #f7fafd;
}

.path-abfall {
  background-color: #f5f8f7;
}

.wpo-about-section.path-abfall,
.wpo-about-section.path-ppwr {
  padding-bottom: 110px;
}

/* Anker-Sprünge unter dem Sticky-Header */
section[id] {
  scroll-margin-top: 110px;
}

/* Kontaktblock in der Fußzeile (ersetzt den Newsletter) */
.footer-common .widget-contact ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.footer-common .widget-contact ul li {
  margin-bottom: 12px;
  font-size: 18px;
}

.footer-common .widget-contact ul li a {
  color: #fff;
}

.footer-common .widget-contact ul li a:hover {
  color: #00cc83;
}

/* Sprachumschalter im Header */
.header-right .lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.header-right .lang-switch a {
  color: #0d3b40;
  opacity: 0.55;
}

.header-right .lang-switch a.is-active,
.header-right .lang-switch a:hover {
  opacity: 1;
  font-weight: 700;
}

@media (max-width: 991px) {
  .header-right .lang-switch {
    display: none;
  }
}

/* Feature-Bereich: statisches Raster statt Karussell — nichts bewegt sich,
   alle Karten stehen in einer Linie und sind gleich hoch. */
.wpo-feature-section .feature-max .feature-static {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.wpo-feature-section .feature-max .feature-static .feature-items {
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

@media (max-width: 991px) {
  .wpo-feature-section .feature-max .feature-static {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .wpo-feature-section .feature-max .feature-static {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Ruhige Kontaktzeile in der Fußzeile (vorher ein abgeschnittenes Laufband) */
.footer-common .footer-topbar-static {
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-common .footer-topbar-static .wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-common .footer-topbar-static .wraper {
    justify-content: center;
  }
}
.footer-common .footer-topbar-static .footer-claim {
  margin: 0;
  color: #fff;
  font-family: "CabinetGrotesk-Medium", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.footer-common .footer-topbar-static .footer-claim-btn {
  flex: 0 0 auto;
  padding: 16px 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  color: #fff;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-common .footer-topbar-static .footer-claim-btn:hover {
  background: #2a7d4f;
  border-color: #2a7d4f;
  color: #fff;
}

@media (max-width: 575px) {
  .footer-common .footer-topbar-static .footer-claim {
    font-size: 17px;
  }
}

/* Beide Karten starten innen auf derselben Höhe: die Theme-SVGs haben
   unterschiedliche Eigenhöhen (135px vs 117px) und verschieben sonst
   Überschrift und alle Listenzeilen um 18px. */
.path-abfall .about-max .about-wrap .about-items .icon,
.path-ppwr .about-max .about-wrap .about-items .icon {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.path-abfall .about-max .about-wrap .about-items .icon img,
.path-ppwr .about-max .about-wrap .about-items .icon img {
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

/* Zeilen bleiben einzeilig, auch wenn die Karte schmaler wird */
.path-abfall .about-max .about-wrap .about-items .about-text ul li span,
.path-ppwr .about-max .about-wrap .about-items .about-text ul li span {
  font-size: 17px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  .path-abfall .about-max .about-wrap .about-items .about-text ul li span,
  .path-ppwr .about-max .about-wrap .about-items .about-text ul li span {
    font-size: 15px;
    padding-left: 42px;
    padding-right: 12px;
  }
}

/* "Über mich": ohne Theme-Platzhalterbild trägt der Kasten sich selbst */
#ueber-mich .about-left .about-image {
  min-height: 0;
}

#ueber-mich .about-left .about-image .about-list {
  position: static;
  width: 100%;
  max-width: 520px;
}

/* =========================================================
   Jedna czcionka na całej stronie (Satoshi) + responsywność
   ========================================================= */

/* Motyw mieszał Satoshi, Parkinsans i nieistniejące rodziny
   ("CabinetGrotesk-Bold", "Satoshi-Bold"), które przeglądarka zastępowała
   domyślnym fontem. Tu wszystko wraca do jednej rodziny. */
body,
.page-wrapper,
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6,
.page-wrapper p,
.page-wrapper span,
.page-wrapper small,
.page-wrapper strong,
.page-wrapper li,
.page-wrapper a,
.page-wrapper input,
.page-wrapper textarea,
.page-wrapper label,
.page-wrapper button,
.page-wrapper .theme-btn,
.page-wrapper .theme-btn-s2,
.page-wrapper .theme-btn-s3,
.page-wrapper .path-btn,
.page-wrapper .path-btn small,
.page-wrapper .footer-claim,
.page-wrapper .footer-claim-btn,
.page-wrapper .navbar-header .brand-text strong,
.page-wrapper .navbar-header .brand-text small,
.page-wrapper .accordion-button,
.page-wrapper .accordion-body p,
.page-wrapper .rolling-text {
  font-family:
    "Satoshi",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif !important;
}

/* Ikony muszą zachować swoje rodziny znaków */
.page-wrapper [class^="ti-"],
.page-wrapper [class*=" ti-"],
.page-wrapper [class^="flaticon-"],
.page-wrapper [class*=" flaticon-"] {
  font-family: inherit;
}

.page-wrapper .ti-close,
.page-wrapper .icon-bar {
  font-family: "themify" !important;
}

.page-wrapper [class^="flaticon-"]::before,
.page-wrapper [class*=" flaticon-"]::before {
  font-family: "flaticon_fixaroo" !important;
}

.page-wrapper .theme-btn-s2::before,
.page-wrapper .accordion-button::after {
  font-family: "themify" !important;
}

/* --- Responsywność: nic nie wyjeżdża poza ekran --- */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.page-wrapper,
.page-wrapper section,
.page-wrapper footer {
  max-width: 100%;
}

.page-wrapper img,
.page-wrapper svg {
  max-width: 100%;
  height: auto;
}

/* Dekoracyjne SVG hero/CTA mają sztywne 874px i 755px szerokości.
   Poniżej 1400px na ich miejscu jest biała karta, więc znikają. */
@media (max-width: 1399px) {
  .wpo-hero-section .hero-content-shape,
  .wpo-cta-section .cta-content-shape {
    display: none !important;
  }
}

/* Przyciski ścieżek: kurczą się razem z kolumną zamiast ją rozpychać */
.hero-btns .path-btn {
  flex: 1 1 260px;
  min-width: 0;
  max-width: 100%;
}

.hero-btns .path-btn .label {
  min-width: 0;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .hero-btns .path-btn {
    flex: 1 1 100%;
    padding: 16px 22px;
    font-size: 16px;
  }
}

/* Kontaktowe przyciski w CTA: długi e-mail łamie się, a nie wystaje */
.cta-btns .theme-btn-s2,
.cta-btns .theme-btn-s3 {
  max-width: 100%;
  overflow-wrap: break-word;
}

@media (max-width: 575px) {
  .cta-btns .theme-btn-s2,
  .cta-btns .theme-btn-s3 {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Pływający przycisk "napisz" nachodził na treść na małych ekranach */
@media (max-width: 991px) {
  .wpo-cta-section .booking-btn {
    display: none;
  }
}

/* Nagłówek: logo, przełącznik języka i przycisk mailowy w jednym rzędzie
   bez wzajemnego nachodzenia */
.wpo-site-header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-width: 0;
}

.wpo-site-header .header-right .close-form {
  min-width: 0;
}

.wpo-site-header .header-right .close-form .theme-btn-s2 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .wpo-site-header .header-right .close-form .theme-btn-s2 span {
    display: none;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}

/* Sekcje: mniejsze odstępy i rozmiary nagłówków na wąskich ekranach */
@media (max-width: 767px) {
  .wpo-about-section.path-abfall,
  .wpo-about-section.path-ppwr {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wpo-about-section .about-title-right h2,
  .wpo-section-title h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .wpo-section-title-s2 h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 30px !important;
  }

  .wpo-hero-section .hero-wapper .hero-content .hero-title span {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* "O mnie": kolumny nie zachodzą na siebie po złamaniu siatki */
@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-list {
    max-width: none;
  }

  #ueber-mich .about-right {
    margin-top: 40px;
  }
}

/* Stopka: kolumny łamią się równomiernie zamiast wychodzić poza kontener */
.footer-common .footer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 30px;
}

.footer-common .footer .item {
  width: auto;
  min-width: 0;
  margin: 0;
}

.footer-common .footer .item ul li,
.footer-common .footer .item ul li a {
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .footer-common .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .footer-common .footer {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Karty ścieżek: długie etykiety łamią się w obrębie karty */
.path-abfall .about-max .about-wrap .about-items .about-text ul li span,
.path-ppwr .about-max .about-wrap .about-items .about-text ul li span {
  overflow-wrap: break-word;
  word-break: normal;
}

/* Akordeon FAQ: pytanie nie wychodzi za przycisk */
.wpo-faq-section .accordion-item button {
  padding-right: 55px;
  overflow-wrap: break-word;
  text-align: left;
}
@media (max-width: 767px) {
  .wpo-faq-section .accordion-item button {
    padding-right: 0px;
  }
  .wpo-faq-section .accordion-item button::after {
    padding-left: 8px;
  }
}
.wpo-hero-section .hero-content .hero-btns .path-btn {
  flex: 1 1;
  min-width: 0;
}

@media (max-width: 1399px) {
  .wpo-hero-section .hero-content .hero-btns .path-btn {
    flex: 1 1;
  }
}

@media (max-width: 991px) {
  .wpo-hero-section .hero-content .hero-btns {
    flex-direction: column;
  }
  .wpo-hero-section .hero-wapper .hero-content {
    padding: 45px 32px 50px !important;
  }
}
@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content {
    padding: 36px 22px 40px !important;
  }
}
@media (max-width: 460px) {
  .wpo-hero-section .hero-btns .path-btn small {
    display: none !important;
  }
}
/* Pionowa listwa kontaktowa w hero usunięta.
   Telefon i e-mail są w nagłówku, w pasie kontaktowym i w stopce. */
.wpo-hero-section .hero-wapper .hero-side-left {
  display: none !important;
}

/* Dekoracyjny kształt hero (brakujący obrazek shape-2) usunięty */
.wpo-hero-section .hero-wapper .shape-2 {
  display: none !important;
}

/* Przyciski ścieżek: bez kropek, delikatne tło w kolorze ścieżki,
   podtytuł pojawia się dopiero na hover. */
.hero-btns .path-btn .dot {
  display: none !important;
}

.hero-btns .path-btn {
  border-color: transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.hero-btns .path-btn.is-abfall {
  background: rgba(42, 125, 79, 0.1);
}

.hero-btns .path-btn.is-ppwr {
  background: rgba(30, 107, 168, 0.1);
}

.hero-btns .path-btn small {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

.hero-btns .path-btn:hover small,
.hero-btns .path-btn:focus-visible small {
  max-height: 22px;
  margin-top: 5px;
  opacity: 0.85;
}

.hero-btns .path-btn.is-abfall:hover {
  background: #2a7d4f;
  border-color: #2a7d4f;
  color: #fff;
}

.hero-btns .path-btn.is-ppwr:hover {
  background: #1e6ba8;
  border-color: #1e6ba8;
  color: #fff;
}

/* Biała płaszczyzna hero: pełny prostokąt zamiast dekoracyjnego SVG
   z wyciętym narożnikiem, który obcinał drugą linię nagłówka. */
.wpo-hero-section .hero-content-shape {
  display: none !important;
}

.wpo-hero-section .hero-wapper .hero-content {
  position: relative;
  background: #fff;
  border-radius: 41px;
  padding: 55px 50px;
  max-width: 760px;
}

@media (min-width: 1400px) {
  .wpo-hero-section .hero-wapper .hero-content {
    margin-left: 60px;
    max-width: 820px;
  }

  .wpo-hero-section .hero-wapper .hero-content .hero-title span {
    max-width: 100%;
  }

  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    padding-right: 0 !important;
  }
}

/* Kontaktband: eigenes Motiv (gebogene Bögen in Grün und Blau).
   Das Bild ist hell, daher genügt links ein weicher heller Verlauf. */
.wpo-cta-section {
  background: url(../images/cta-pflichten.png) no-repeat center right;
  background-size: cover;
}

.wpo-cta-section::after {
  background: linear-gradient(
    90deg,
    rgba(239, 239, 240, 0.97) 0%,
    rgba(239, 239, 240, 0.9) 34%,
    rgba(239, 239, 240, 0.55) 54%,
    rgba(239, 239, 240, 0.08) 74%
  ) !important;
}

@media (max-width: 767px) {
  .wpo-cta-section::after {
    background: linear-gradient(
      180deg,
      rgba(239, 239, 240, 0.95) 0%,
      rgba(239, 239, 240, 0.86) 60%,
      rgba(239, 239, 240, 0.6) 100%
    ) !important;
  }
}

/* Przyciski ścieżek: wyśrodkowany tekst, jeden kolor i rozmiar fontu,
   delikatne tło w kolorze ścieżki, ciemniejsze na hover. */
.wpo-hero-section .hero-btns .path-btn {
  justify-content: center;
  text-align: center;
  border: 1.5px solid rgba(13, 59, 64, 0.14);
  color: #0d3b40;
  font-size: 17px;
  font-weight: 700;
}

.wpo-hero-section .hero-btns .path-btn .label {
  text-align: center;
  width: 100%;
}

.wpo-hero-section .hero-btns .path-btn small {
  color: inherit;
}

.wpo-hero-section .hero-btns .path-btn.is-abfall,
.wpo-hero-section .hero-btns .path-btn.is-ppwr {
  color: #0d3b40;
}

.wpo-hero-section .hero-btns .path-btn.is-abfall:hover,
.wpo-hero-section .hero-btns .path-btn.is-ppwr:hover {
  color: #fff;
}

/* Znacznik przy nadgłówku sekcji: delikatne pulsowanie */
@keyframes durlo-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.18);
    opacity: 0.65;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.about-title-left span i,
.wpo-section-title-s2 span i {
  display: inline-flex;
  align-items: center;
  animation: durlo-pulse 2.4s ease-in-out infinite;
  transform-origin: center;
}

@media (prefers-reduced-motion: reduce) {
  .about-title-left span i,
  .wpo-section-title-s2 span i {
    animation: none;
  }
}

.wpo-section-title span i {
  display: inline-flex;
  align-items: center;
  animation: durlo-pulse 2.4s ease-in-out infinite;
  transform-origin: center;
}

@media (prefers-reduced-motion: reduce) {
  .wpo-section-title span i {
    animation: none;
  }
}

/* =========================================================
   Obszary usług: jedna karta — po lewej opis usług pełnymi
   zdaniami, po prawej półprzezroczyste podsumowanie "dla kogo"
   ========================================================= */
.area-card {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  width: 100%;
  max-width: 1290px;
  margin: 55px auto 0;
  padding: 55px 55px 60px;
  border-radius: 41px;
  color: #fff;
}

.area-card-abfall {
  background: #2a7d4f;
}

.area-card-ppwr {
  background: #1e6ba8;
}

.area-card .area-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
  margin-bottom: 36px;
}

.area-card .area-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.area-card .area-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.area-card .area-main h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

.area-card .area-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
}

.area-card .area-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.area-card .area-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.area-card .area-list li::before {
  content: "";
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.4l3 3 7-7' fill='none' stroke='%23123' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 13px no-repeat;
}

.area-card .area-list li span {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
}

/* Podsumowanie "dla kogo": mniejsza, półprzezroczysta karta z kropkami */
.area-card .area-side {
  align-self: center;
  padding: 34px 32px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(4px);
}

.area-card .area-side h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase !important;
  opacity: 0.8;
}

.area-card .area-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.area-card .area-dots li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 17px;
  line-height: 1.45;
  color: #fff;
}

.area-card .area-dots li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  transform: translateY(-2px);
}

.area-card .area-side-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  .area-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 45px 32px 50px;
    border-radius: 32px;
  }

  .area-card .area-main h3 {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .area-card {
    padding: 36px 22px 40px;
  }

  .area-card .area-list li span,
  .area-card .area-dots li {
    font-size: 16px;
  }

  .area-card .area-side {
    padding: 26px 22px;
  }
}

/* =========================================================
   Hero w duchu szablonu: jasna płaszczyzna, nagłówek o mieszanej
   grubości, dwa równorzędne przyciski (zielony i niebieski)
   ========================================================= */

/* Jedna rodzina na całej stronie: Jost */
body,
.page-wrapper,
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6,
.page-wrapper p,
.page-wrapper span,
.page-wrapper small,
.page-wrapper strong,
.page-wrapper li,
.page-wrapper a,
.page-wrapper input,
.page-wrapper textarea,
.page-wrapper label,
.page-wrapper button,
.page-wrapper .theme-btn,
.page-wrapper .theme-btn-s2,
.page-wrapper .theme-btn-s3,
.page-wrapper .path-btn,
.page-wrapper .footer-claim,
.page-wrapper .footer-claim-btn,
.page-wrapper .accordion-button,
.page-wrapper .rolling-text {
  font-family:
    "Jost",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif !important;
}

/* Nadtytuł jak w szablonie: mały, zwykłej grubości */
.wpo-hero-section .hero-wapper .hero-content .hero-title span {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #3a4a4c !important;
  letter-spacing: 0;
}

/* Nagłówek: cienka podstawa, wyróżnienia w pełnej grubości */
.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
  margin-top: 18px;
  font-weight: 300 !important;
  font-size: 66px !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em;
  color: #12292c;
}

.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) span {
  font-weight: 700 !important;
  color: inherit !important;
}

@media (max-width: 1399px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 54px !important;
  }
}

@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 40px !important;
  }
}

@media (max-width: 575px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 32px !important;
  }
}

/* Dwa równorzędne przyciski: pełne wypełnienie, ten sam rozmiar */
.wpo-hero-section .hero-btns {
  margin-top: 38px;
  gap: 14px;
}

.wpo-hero-section .hero-btns .path-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  padding: 0 34px;
  border: 0;
  border-radius: 100px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.wpo-hero-section .hero-btns .path-btn i {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-1px);
}

.wpo-hero-section .hero-btns .path-btn.is-abfall {
  background: #2a7d4f;
}

.wpo-hero-section .hero-btns .path-btn.is-abfall:hover {
  background: #1f5f3b;
}

.wpo-hero-section .hero-btns .path-btn.is-ppwr {
  background: #1e6ba8;
}

.wpo-hero-section .hero-btns .path-btn.is-ppwr:hover {
  background: #17558a;
}

@media (max-width: 575px) {
  .wpo-hero-section .hero-btns .path-btn {
    flex: 1 1 100%;
    min-height: 56px;
    padding: 0 22px;
    font-size: 16px;
  }
}

/* Biała płaszczyzna hero w kształcie grubej litery "L" jak w szablonie:
   węższy blok u góry, szerszy pod nim — składane z dwóch warstw,
   żeby wcięcie po prawej było prawdziwie przezroczyste. */
.wpo-hero-section .hero-wapper .hero-content {
  background: transparent;
  padding: 55px 55px 60px;
}

.wpo-hero-section .hero-wapper .hero-content::before,
.wpo-hero-section .hero-wapper .hero-content::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  z-index: -1;
}

/* Górny, węższy blok */
.wpo-hero-section .hero-wapper .hero-content::before {
  top: 0;
  width: 76%;
  height: 62%;
  border-radius: 41px 41px 41px 0;
}

/* Dolny blok na pełną szerokość */
.wpo-hero-section .hero-wapper .hero-content::after {
  bottom: 0;
  width: 100%;
  height: 58%;
  border-radius: 0 41px 41px 41px;
}

.wpo-hero-section .hero-wapper .hero-content > * {
  position: relative;
  z-index: 1;
}

/* Nadtytuł i pierwsza linia nagłówka muszą zmieścić się w węższym bloku */
.wpo-hero-section .hero-wapper .hero-content .hero-title span {
  display: inline-block;
  max-width: 72%;
}

@media (max-width: 767px) {
  .wpo-hero-section .hero-wapper .hero-content::before {
    width: 100%;
    height: 60%;
    border-radius: 32px 32px 0 0;
  }

  .wpo-hero-section .hero-wapper .hero-content::after {
    height: 55%;
    border-radius: 0 0 32px 32px;
  }

  .wpo-hero-section .hero-wapper .hero-content .hero-title span {
    max-width: 100%;
  }
}

/* Przyciski hero: podtytuł znów pojawia się na hover, w obrębie pigułki */
.wpo-hero-section .hero-btns .path-btn {
  flex-direction: column;
  padding-top: 18px;
  padding-bottom: 18px;
}

.wpo-hero-section .hero-btns .path-btn .label {
  display: block;
  width: 100%;
  text-align: center;
}

.wpo-hero-section .hero-btns .path-btn small {
  display: block;
  max-height: unset;
  margin-top: 4px;
  opacity: 1;
  /* overflow: hidden; */
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

.wpo-hero-section .hero-btns .path-btn:hover small,
.wpo-hero-section .hero-btns .path-btn:focus-visible small {
  max-height: 24px;
  margin-top: 4px;
  opacity: 1;
}

/* Karta "dla kogo": wyrównana do dołu listy usług, z własnym CTA */
.area-card .area-side {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.area-card .area-side-note {
  margin-top: auto;
}

.area-card .area-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 100px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.area-card .area-cta i {
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.area-card-abfall .area-cta {
  color: #1f5f3b;
}

.area-card-ppwr .area-cta {
  color: #17558a;
}

.area-card .area-cta:hover {
  background: rgba(255, 255, 255, 0.86);
}

/* Nadgłówek sekcji: ikona i tekst w jednym rzędzie, wyrównane do góry
   razem z nagłówkiem po prawej (wcześniej ikona zawisała w środku
   zawiniętego tekstu). */
.about-title-left {
  padding-top: 6px;
}

.about-title-left span {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 0 !important;
  line-height: 1.4;
  text-align: left;
}

.about-title-left span i {
  position: static !important;
  flex: 0 0 auto;
  top: auto !important;
  left: auto !important;
  transform: none;
  margin-top: 2px;
}

.about-title-left span i img {
  display: block;
  width: 26px;
  height: 26px;
}

.about-title-left span i,
.wpo-section-title-s2 span i,
.wpo-section-title span i {
  transform-origin: center;
}

/* Kafle "Dlaczego ja": mniejsze, spokojniejsze */
.wpo-feature-section .feature-max .feature-static {
  gap: 18px;
}

.wpo-feature-section .feature-max .feature-static .feature-items {
  padding: 28px 22px 24px !important;
  border-radius: 24px;
}

.wpo-feature-section .feature-max .feature-static .feature-items .icon {
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpo-feature-section .feature-max .feature-static .feature-items .icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.wpo-feature-section .feature-max .feature-static .feature-items .text h3 {
  font-size: 18px !important;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}

.wpo-feature-section .feature-max .feature-static .feature-items .arrow-icon {
  margin-top: 14px;
}

.wpo-feature-section
  .feature-max
  .feature-static
  .feature-items
  .arrow-icon
  img {
  width: 30px;
  height: 30px;
}

/* "O mnie" jak w szablonie: zdjęcie z nakładającą się kartą */
#ueber-mich .about-left .about-image {
  position: relative;
  min-height: 0;
}

#ueber-mich .about-left .about-image .about-photo {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 430px;
  object-fit: cover;
  object-position: 60% center;
  border-radius: 41px;
}

#ueber-mich .about-left .about-image .about-list {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 100%;
  max-width: 340px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 18px 46px rgba(7, 31, 34, 0.14);
  padding: 30px 28px;
}

#ueber-mich .about-left {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-photo {
    max-width: none;
    height: 320px;
  }

  #ueber-mich .about-left .about-image .about-list {
    position: static;
    max-width: none;
    margin-top: 20px;
  }

  #ueber-mich .about-left {
    padding-bottom: 0;
  }
}

/* FAQ: dekoracyjne kwadraty usunięte */
.wpo-faq-section .shape-1,
.wpo-faq-section .shape-2,
.wpo-faq-section .shape-3 {
  display: none !important;
}

/* Pas kontaktowy: szersza biała płaszczyzna, żeby nagłówek się mieścił */
.wpo-cta-section .cta-content {
  padding: 55px 55px 60px;
}

@media (max-width: 991px) {
  .wpo-cta-section .cta-content {
    padding: 45px 32px 50px !important;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-content {
    padding: 36px 22px 40px !important;
  }
}

@media (max-width: 320px) {
  .cta-btns .cta-mail .theme-btn-s3 {
    padding-right: 0px !important;
  }
}
.wpo-cta-section .cta-content::before,
.wpo-cta-section .cta-content::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  z-index: -1;
}

.wpo-cta-section .cta-content::before {
  top: 0;
  width: 78%;
  height: 60%;
  border-radius: 41px 41px 41px 0;
}

.wpo-cta-section .cta-content::after {
  bottom: 0;
  width: 100%;
  height: 58%;
  border-radius: 0 41px 41px 41px;
}

.wpo-cta-section .cta-content > * {
  position: relative;
  z-index: 1;
}

.wpo-cta-section .cta-content .cta-title,
.wpo-cta-section .cta-content .cta-sub-title h2 {
  max-width: 720px !important;
}

.wpo-cta-section .cta-content .cta-sub-title h2 {
  font-size: 52px !important;
  line-height: 1.15 !important;
}

@media (max-width: 991px) {
  .wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 36px !important;
  }

  .wpo-cta-section .cta-content::before {
    width: 100%;
    border-radius: 32px 32px 0 0;
  }

  .wpo-cta-section .cta-content::after {
    border-radius: 0 0 32px 32px;
  }
}

/* Pas kontaktowy: neutralne tło zamiast abstrakcyjnej grafiki motywu */
.wpo-cta-section {
  background: #efeff0 !important;
}

.wpo-cta-section::after {
  background: linear-gradient(
    258deg,
    rgba(13, 59, 64, 0.06) 0%,
    rgba(239, 239, 240, 0) 55%
  ) !important;
}

/* Hero: kształt "L" zostaje, ale górny blok jest szerszy i niższy,
   żeby pierwsza linia nagłówka mieściła się w białym polu. */
.wpo-hero-section .hero-wapper .hero-content::before {
  width: 90%;
  height: 56%;
}

.wpo-hero-section .hero-wapper .hero-content::after {
  height: 62%;
}

.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
  font-size: 58px !important;
  max-width: 15ch;
}

.wpo-hero-section .hero-wapper .hero-content .hero-title span {
  max-width: 86%;
}

@media (max-width: 1399px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 48px !important;
  }
}

@media (max-width: 991px) {
  .wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
    font-size: 38px !important;
    max-width: none;
  }
}

/* Obszary usług: mniejszy odstęp między nagłówkiem i kartą oraz na dole sekcji */
.wpo-about-section.path-abfall,
.wpo-about-section.path-ppwr {
  padding-top: 80px;
  padding-bottom: 80px;
}

.area-card {
  margin-top: 34px;
}

@media (max-width: 767px) {
  .wpo-about-section.path-abfall,
  .wpo-about-section.path-ppwr {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .area-card {
    margin-top: 28px;
  }
}

/* Pas kontaktowy: nachodzące na siebie linie nagłówka */
.wpo-cta-section .cta-content .cta-sub-title h2 {
  line-height: 1.22 !important;
}

.wpo-cta-section .cta-content .cta-sub-title h2 span {
  line-height: 1.22 !important;
  font-size: inherit !important;
}

/* Karta "dla kogo" w dolnej połowie kolumny */
.area-card .area-side {
  align-self: end;
  min-height: 50%;
  justify-content: flex-start;
}

.area-card .area-side-note {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .area-card .area-side {
    align-self: stretch;
    min-height: 0;
  }
}

/* "O mnie" w układzie z szablonu: wysokie zdjęcie po lewej,
   pływająca karta na jego dolnym prawym narożniku, treść po prawej. */
#ueber-mich .about-left .about-image .about-photo {
  max-width: 100%;
  height: 620px;
  object-position: 55% center;
  border-radius: 24px;
}

#ueber-mich .about-left .about-image .about-list {
  right: -70px;
  bottom: -30px;
  max-width: 350px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  box-shadow: 0 22px 54px rgba(7, 31, 34, 0.16);
  padding: 32px 30px;
}

#ueber-mich .about-left .about-image .about-list .about-text .icon img {
  max-width: 44px;
}

#ueber-mich .about-left .about-image .about-list .about-text h3 {
  font-size: 26px !important;
  margin-top: 12px;
}

#ueber-mich .about-left {
  padding-bottom: 40px;
}

#ueber-mich .about-right {
  padding-left: 60px;
}

#ueber-mich .about-right .about-title-right h2 {
  font-size: 42px !important;
  line-height: 1.15 !important;
  margin-bottom: 18px;
}

#ueber-mich .about-right .about-btn {
  margin-top: 26px;
}

@media (max-width: 1199px) {
  #ueber-mich .about-left .about-image .about-list {
    right: -20px;
  }

  #ueber-mich .about-right {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-photo {
    height: 380px;
    object-position: 55% center;
  }

  #ueber-mich .about-left .about-image .about-list {
    position: static;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 18px;
  }

  #ueber-mich .about-left {
    padding-bottom: 0;
  }

  #ueber-mich .about-right {
    padding-left: 0;
    margin-top: 40px;
  }

  #ueber-mich .about-right .about-title-right h2 {
    font-size: 30px !important;
  }
}

/* Nadgłówek sekcji: ciaśniejsza interlinia */
.about-title-left span {
  line-height: 1.2;
}

/* Pas kontaktowy: więcej powietrza dla polskich ogonków */
.wpo-cta-section .cta-content .cta-sub-title h2,
.wpo-cta-section .cta-content .cta-sub-title h2 span {
  line-height: 1.34 !important;
}

/* =========================================================
   Jedna szerokość treści na całej stronie — taka jak sekcja
   "Dlaczego ja" (feature-max: 1815px)
   ========================================================= */
.page-wrapper .container,
.wpo-hero-section .container-fluid,
.wpo-cta-section .container-fluid,
.wpo-feature-section .container-fluid {
  width: 100%;
  max-width: 1815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wpo-feature-section .feature-max,
.path-abfall .about-max,
.path-ppwr .about-max {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.area-card {
  max-width: none;
}

@media (max-width: 991px) {
  .page-wrapper .container,
  .wpo-hero-section .container-fluid,
  .wpo-cta-section .container-fluid,
  .wpo-feature-section .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Hero i pas kontaktowy: białe płaszczyzny nie mogą rosnąć bez końca */
.wpo-hero-section .hero-wapper .hero-content,
.wpo-cta-section .cta-content {
  max-width: 900px;
}

@media (min-width: 1400px) {
  .wpo-hero-section .hero-wapper .hero-content {
    margin-left: 0;
    max-width: 900px;
  }
}

/* Karta "Jak pracuję" przeniesiona na lewą stronę zdjęcia,
   żeby nie zasłaniała treści w prawej kolumnie. */
#ueber-mich .about-left .about-image .about-list {
  left: -50px;
  right: auto;
  bottom: -40px;
  max-width: 330px;
}

@media (max-width: 1199px) {
  #ueber-mich .about-left .about-image .about-list {
    left: 0;
  }
}

@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-list {
    left: auto;
  }
}

/* Kafle "Dlaczego ja": bez strzałek, niższe */
.wpo-feature-section .feature-max .feature-static .feature-items .arrow-icon {
  display: none !important;
}

.wpo-feature-section .feature-max .feature-static .feature-items {
  padding: 24px 20px !important;
}

.wpo-feature-section .feature-max .feature-static .feature-items .text {
  padding: 0 !important;
}

/* Karta "Jak pracuję": szersza, żeby pozycje listy mieściły się w jednej linii */
#ueber-mich .about-left .about-image .about-list {
  max-width: 420px;
  left: -30px;
  padding: 30px 34px;
}

#ueber-mich .about-left .about-image .about-list ul li span {
  white-space: nowrap;
}

@media (max-width: 1399px) {
  #ueber-mich .about-left .about-image .about-list {
    max-width: 380px;
    left: -10px;
  }

  #ueber-mich .about-left .about-image .about-list ul li span {
    white-space: normal;
  }
}

/* Listy w sekcji "O mnie": zamiast checków mały petrolowy znacznik-strzałka */
#ueber-mich .about-list ul li span:before {
  content: "\e649" !important;
  background: rgba(13, 59, 64, 0.1) !important;
  color: #0d3b40;
  font-size: 11px !important;
  line-height: 29px;
}

#ueber-mich .about-list ul li:hover span:before,
#ueber-mich .about-list ul li.active span:before {
  background: #0d3b40 !important;
  color: #fff;
}

/* Karta "Jak pracuję": ten sam znacznik, w wersji zielonej */
#ueber-mich .about-left .about-image .about-list ul li span:before {
  background: rgba(42, 125, 79, 0.12) !important;
  color: #2a7d4f;
}

#ueber-mich .about-left .about-image .about-list ul li:hover span:before {
  background: #2a7d4f !important;
  color: #fff;
}

/* Pływający przycisk podążający za kursorem (duża kropka) usunięty */
.wpo-cta-section .booking-btn,
.moving-cursor-wrap .booking-btn,
.btn-wrapper.moving-cursor {
  display: none !important;
}

/* Pas kontaktowy: jedna spójna biała płaszczyzna
   (dwie nakładające się warstwy dawały widoczną krechę) */
.wpo-cta-section .cta-content {
  background: #fff;
  border-radius: 41px;
}

.wpo-cta-section .cta-content::before,
.wpo-cta-section .cta-content::after {
  content: none !important;
  display: none !important;
}

/* Pas kontaktowy: zdjęcie w tle na całą szerokość, jaśniejsze po lewej,
   żeby biała płaszczyzna z treścią pozostała czytelna. */
.wpo-cta-section {
  background: url(../images/hero/hero-durlo.png) no-repeat center right !important;
  background-size: cover !important;
}

.wpo-cta-section::after {
  background: linear-gradient(
    90deg,
    rgba(239, 239, 240, 0.97) 0%,
    rgba(239, 239, 240, 0.9) 38%,
    rgba(239, 239, 240, 0.55) 56%,
    rgba(239, 239, 240, 0.12) 78%,
    rgba(239, 239, 240, 0) 100%
  ) !important;
}

@media (max-width: 767px) {
  .wpo-cta-section::after {
    background: linear-gradient(
      180deg,
      rgba(239, 239, 240, 0.95) 0%,
      rgba(239, 239, 240, 0.82) 60%,
      rgba(239, 239, 240, 0.45) 100%
    ) !important;
  }
}

/* Nagłówek: logo od lewej, menu obok, wszystko w jednej linii */
.wpo-site-header .container-fluid > .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 28px;
}

.wpo-site-header .container-fluid > .row > [class*="col-"] {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* logo pierwsze */
.wpo-site-header .container-fluid > .row > .col-lg-2 {
  order: 1;
}

.wpo-site-header .container-fluid > .row > .col-lg-5:first-of-type {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
}

.wpo-site-header .container-fluid > .row > .col-lg-5:last-of-type {
  order: 3;
}

.navbar-header .brand-text {
  text-align: left;
}

.wpo-site-header #navbar > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 26px;
  margin: 0;
}

.wpo-site-header #navbar > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul {
    gap: 18px;
  }

  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

/* Pas kontaktowy: tylko kształt "L", bez dekoracyjnego SVG motywu w tle */
.wpo-cta-section .cta-content-shape,
.wpo-hero-section .hero-content-shape {
  display: none !important;
}

.wpo-cta-section .cta-content {
  background: transparent;
  border-radius: 0;
}

.wpo-cta-section .cta-content::before,
.wpo-cta-section .cta-content::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 0;
  background: #fff;
  z-index: -1;
}

.wpo-cta-section .cta-content::before {
  top: 0;
  width: 88%;
  height: 56%;
  border-radius: 41px 41px 41px 0;
}

.wpo-cta-section .cta-content::after {
  bottom: 0;
  width: 100%;
  height: 62%;
  border-radius: 0 41px 41px 41px;
}

@media (max-width: 991px) {
  .wpo-cta-section .cta-content::before {
    width: 100%;
    border-radius: 32px 32px 0 0;
  }

  .wpo-cta-section .cta-content::after {
    border-radius: 0 0 32px 32px;
  }
}

/* Kolejność w nagłówku: logo, menu, a przełącznik języka i CTA do prawej */
.wpo-site-header .container-fluid > .row > div:nth-child(1) {
  order: 0;
} /* przycisk menu (mobile) */
.wpo-site-header .container-fluid > .row > div:nth-child(3) {
  order: 1;
} /* logo */
.wpo-site-header .container-fluid > .row > div:nth-child(2) {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
}
.wpo-site-header .container-fluid > .row > div:nth-child(4) {
  order: 3;
  margin-left: auto;
}

.wpo-site-header .header-right {
  justify-content: flex-end;
}

/* =========================================================
   Logo: monogram + dwuwierszowy wordmark
   ========================================================= */
.navbar-header .brand-text {
  display: flex !important;
  align-items: center;
  gap: 12px;
  text-align: left;
  text-decoration: none;
}

.navbar-header .brand-text .brand-mark {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #0d3b40;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  transition: background-color 0.3s ease;
}

.navbar-header .brand-text:hover .brand-mark {
  background: #2a7d4f;
}

.navbar-header .brand-text .brand-words {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.navbar-header .brand-text strong {
  display: block;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase !important;
  color: #0d3b40;
  line-height: 1;
}

.navbar-header .brand-text small {
  display: block;
  margin: 0;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase !important;
  color: #7d8f90;
  line-height: 1;
}

@media (max-width: 1500px) {
  .navbar-header .brand-text strong {
    font-size: 17px;
    letter-spacing: 0.12em;
  }

  .navbar-header .brand-text small {
    font-size: 9px;
    letter-spacing: 0.16em;
  }
}

@media (max-width: 991px) {
  .navbar-header .brand-text {
    gap: 10px;
  }

  .navbar-header .brand-text .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
  }

  .navbar-header .brand-text strong {
    font-size: 15px;
  }
}

/* Wordmark: grubszy krój */
.navbar-header .brand-text strong {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.13em;
}

@media (max-width: 1500px) {
  .navbar-header .brand-text strong {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 420px) {
  .navbar-header .brand-text strong {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .navbar-header .brand-text small {
    font-size: 7px;
  }
  .navbar-header .brand-text {
    gap: 5px;
  }
}
@media (max-width: 360px) {
  .wpo-site-header .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wpo-site-header .container-fluid > .row > div:nth-child(1) {
    margin-left: 5px !important;
  }
  .header-right .lang-switch a {
    min-width: unset !important;
  }
  .navbar-header .brand-text .brand-mark {
    width: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 310px) {
  .wpo-site-header .mobail-menu .navbar-toggler {
    min-width: 40px !important;
    min-height: 40px !important;
  }
}
/* Karty obszarów: bez ikony, większy nagłówek */
.area-card .area-icon {
  display: none !important;
}

.area-card .area-head {
  margin-bottom: 30px;
  gap: 0;
}

.area-card .area-main h3 {
  font-size: 36px;
}

@media (max-width: 991px) {
  .area-card .area-main h3 {
    font-size: 28px;
  }
}

/* Zdjęcie w "Jak pracuję" odbite w poziomie — postać po prawej stronie kadru,
   czyli nie pod pływającą kartą w lewym dolnym narożniku. */
#ueber-mich .about-left .about-image .about-photo {
  transform: scaleX(-1);
}

/* Pas kontaktowy: własne zdjęcie (plac z kontenerami) zamiast portretu */
.wpo-cta-section {
  background: url(../images/cta-recycling.png) no-repeat center right !important;
  background-size: cover !important;
}

/* Zdjęcie w pasie kontaktowym: pełny kadr po prawej stronie, bez obcinania */
.wpo-cta-section {
  background: url(../images/cta-recycling.png) no-repeat right center !important;
  background-size: auto 100% !important;
}

@media (max-width: 767px) {
  .wpo-cta-section {
    background-size: cover !important;
    background-position: center !important;
  }
}

/* Pas kontaktowy: treść w lewej kolumnie, zdjęcie ma własne miejsce po prawej */
.wpo-cta-section .cta-content {
  max-width: 58%;
  margin-left: 0;
}

.wpo-cta-section::after {
  background: linear-gradient(
    90deg,
    rgba(239, 239, 240, 0.97) 0%,
    rgba(239, 239, 240, 0.95) 46%,
    rgba(239, 239, 240, 0.55) 60%,
    rgba(239, 239, 240, 0) 72%
  ) !important;
}

@media (max-width: 991px) {
  .wpo-cta-section .cta-content {
    max-width: 68%;
  }
}

@media (max-width: 767px) {
  .wpo-cta-section .cta-content {
    max-width: none;
  }

  .wpo-cta-section::after {
    background: linear-gradient(
      180deg,
      rgba(239, 239, 240, 0.96) 0%,
      rgba(239, 239, 240, 0.86) 62%,
      rgba(239, 239, 240, 0.5) 100%
    ) !important;
  }
}

/* Hero: jedna równa, półprzezroczysta płaszczyzna zamiast kształtu "L" */
.wpo-hero-section .hero-wapper .hero-content::before {
  display: none !important;
}

.wpo-hero-section .hero-wapper .hero-content::after {
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(6px);
  border-radius: 32px !important;
}

.wpo-hero-section .hero-wapper .hero-content .hero-title span,
.wpo-hero-section .hero-wapper .hero-content .hero-sub-title :is(h1, h2) {
  max-width: 100% !important;
}

/* Lista usług bez linii rozdzielających */
.area-card .area-list li,
.area-card .area-list li:last-child {
  border-top: none !important;
  border-bottom: none !important;
}

.area-card .area-list {
  gap: 6px;
}

/* Karta "Jak pracuję": ikona w jednej linii z tytułem, niższa karta */
#ueber-mich .about-left .about-image .about-list {
  padding: 22px 26px 18px;
}

#ueber-mich .about-left .about-image .about-list .about-list-icon,
#ueber-mich .about-left .about-image .about-list > img {
  display: none !important;
}

#ueber-mich .about-left .about-image .about-list h3,
#ueber-mich .about-left .about-image .about-list h4,
#ueber-mich .about-left .about-image .about-list h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px !important;
  font-size: 20px !important;
}

#ueber-mich .about-left .about-image .about-list h3::before,
#ueber-mich .about-left .about-image .about-list h4::before,
#ueber-mich .about-left .about-image .about-list h2::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(42, 125, 79, 0.12) url(../images/about/icon-worklist.svg)
    center / 20px no-repeat;
}

#ueber-mich .about-left .about-image .about-list ul li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Pas kontaktowy: jedna równa, półprzezroczysta płaszczyzna (jak w hero) */
.wpo-cta-section .cta-content::before {
  display: none !important;
}

.wpo-cta-section .cta-content::after {
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(6px);
  border-radius: 32px !important;
}

/* =========================================================
   Wyrównanie szerokości sekcji + menu mobilne (produkcja)
   Desktop-first: reguły bez @media dotyczą XXL i większych.
   ========================================================= */

/* Section width alignment - START */
.wpo-hero-section,
.wpo-cta-section {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.wpo-hero-section .container-fluid,
.wpo-cta-section .container-fluid,
.wpo-feature-section .container-fluid,
.page-wrapper .container {
  max-width: 1815px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* Section width alignment - END */

/* Header - hamburger po prawej na mobile - START */
@media (max-width: 991px) {
  .wpo-site-header .container-fluid > .row > div:nth-child(1) {
    order: 5;
    margin-left: 14px;
  }

  .wpo-site-header .container-fluid > .row > div:nth-child(4) {
    order: 4;
    margin-left: auto;
  }

  .wpo-site-header .mobail-menu {
    display: flex;
    justify-content: flex-end;
  }

  .wpo-site-header .mobail-menu .navbar-toggler {
    min-width: 44px;
    min-height: 44px;
  }
}
/* Header - hamburger po prawej na mobile - END */

/* Sprachumschalter / przełącznik języka na mobile - START */
@media (max-width: 991px) {
  .header-right .lang-switch {
    display: flex;
    gap: 2px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 1;
  }

  .header-right .lang-switch a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 44px;
    padding: 0 2px;
  }

  .header-right .lang-switch span {
    opacity: 0.35;
  }
}

@media (max-width: 419px) {
  .header-right .lang-switch {
    margin-right: 2px;
    font-size: 13px;
  }

  .header-right .lang-switch a {
    min-width: 28px;
  }
}
/* Sprachumschalter / przełącznik języka na mobile - END */

/* Strona 404 - START */
.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
  background-color: #0d3b40;
  color: #fff;
  text-align: center;
}

.error-page .error-inner {
  max-width: 560px;
}

.error-page h1 {
  margin: 0 0 12px;
  font-size: 72px;
  line-height: 1;
  color: #fff;
}

.error-page p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.85);
}

.error-page .error-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.error-page .error-links a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.error-page .error-links a:hover {
  background-color: #fff;
  color: #0d3b40;
}

@media (max-width: 575px) {
  .error-page h1 {
    font-size: 52px;
  }
}
/* Strona 404 - END */

/* Header mobile - jedna linia: logo | jezyk | menu - START */
@media (max-width: 991px) {
  .wpo-site-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .wpo-site-header .container-fluid > .row {
    flex-wrap: nowrap;
    gap: 0;
  }

  /* mail CTA nie miesci sie w linii na mobile - kontakt jest w hero, sekcji kontakt i stopce */
  .wpo-site-header .header-right .close-form {
    display: none;
  }

  .wpo-site-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 0;
    margin: 0;
  }

  .wpo-site-header .container-fluid > .row > div:nth-child(4) {
    order: 4;
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
    padding: 0;
  }

  .wpo-site-header .container-fluid > .row > div:nth-child(1) {
    order: 5;
    flex: 0 0 auto;
    width: auto;
    margin-left: 10px;
    padding: 0;
  }

  .wpo-site-header .container-fluid > .row > div:nth-child(3) {
    flex: 0 1 auto;
    min-width: 0;
    padding: 0;
  }

  .wpo-site-header .container-fluid > .row > div:nth-child(2) {
    flex: 0 0 auto;
    width: auto;
  }
}
/* Header mobile - jedna linia: logo | jezyk | menu - END */

/* Karty obszarow - naglowek w jednej osi z lista (mobile) - START */
@media (max-width: 991px) {
  .area-card .area-head {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .area-card .area-head h3 {
    text-align: left;
  }
}
/* Karty obszarow - naglowek w jednej osi z lista (mobile) - END */

/* Header - CTA e-mail usuniete z paska nawigacji - START */
.wpo-site-header .header-right .close-form {
  display: none;
}

.wpo-site-header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
/* Header - CTA e-mail usuniete z paska nawigacji - END */

/* Panel menu mobilnego wysuwany z prawej (zgodnie z pozycja hamburgera) - START */
@media (max-width: 991px) {
  .wpo-site-header #navbar {
    left: auto;
    right: -320px;
    transition:
      right 0.35s ease-in-out,
      opacity 0.35s ease-in-out;
  }

  .wpo-site-header #navbar.slideInn {
    left: auto;
    right: 0;
  }

  .wpo-site-header #navbar .close-navbar {
    left: auto;
    right: -41px;
  }

  .wpo-site-header .menu-close {
    margin-left: auto;
    margin-right: 30px;
  }
}
/* Panel menu mobilnego wysuwany z prawej - END */

/* Panel menu mobilnego - kolory marki - START */
@media (max-width: 991px) {
  .wpo-site-header #navbar {
    background: #0d3b40;
  }

  .wpo-site-header #navbar ul a {
    color: #fff;
  }

  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: rgba(255, 255, 255, 0.7);
  }
}
/* Panel menu mobilnego - kolory marki - END */

/* Sekcja kontakt - przyciski wyrownane do lewej na mobile - START */
@media (max-width: 991px) {
  .wpo-cta-section .cta-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .wpo-cta-section .cta-btns > * {
    margin: 0;
  }
}
/* Sekcja kontakt - przyciski wyrownane do lewej na mobile - END */

/* Sticky header (CSS, bez klonowania nawigacji) - START */
.wpo-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.wpo-site-header .navigation.sticky-header {
  display: none;
}

.wpo-site-header .navigation {
  border-bottom: 1px solid rgba(13, 59, 64, 0.08);
}
/* Sticky header - END */

/* Przycisk hamburgera i X - wysrodkowane ikony - START */
@media (max-width: 991px) {
  .wpo-site-header .mobail-menu .navbar-toggler {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 10px;
  }

  .wpo-site-header .mobail-menu .navbar-toggler .icon-bar {
    width: 20px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background-color: #fff;
  }

  .wpo-site-header .mobail-menu .navbar-toggler.x-close .first-angle,
  .wpo-site-header .mobail-menu .navbar-toggler.x-close .last-angle {
    position: absolute;
    left: 12px;
    top: 21px;
  }

  .wpo-site-header .menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 24px 24px 24px auto;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
  }

  .wpo-site-header .menu-close i {
    display: block;
    font-size: 15px;
    line-height: 1;
  }
}
/* Przycisk hamburgera i X - START/END */

/* Kopiowanie e-maila - START */
.cta-btns .copy-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: #0d3b40;
  background-color: transparent;
  border: 1px solid rgba(13, 59, 64, 0.35);
  border-radius: 999px;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.cta-btns .copy-mail:hover {
  color: #fff;
  background-color: #0d3b40;
  border-color: #0d3b40;
}

.cta-btns .copy-mail.is-copied {
  color: #fff;
  background-color: #2f7a4d;
  border-color: #2f7a4d;
}

.copy-mail-buffer {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
}
/* Kopiowanie e-maila - END */

/* Karta "Jak pracuje" - jedna ikona i rowne wyrownanie do lewej - START */
#ueber-mich .about-left .about-image .about-list .about-text .icon {
  display: none;
}

@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-list {
    position: static;
    right: auto;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 20px;
    padding: 26px 22px 20px;
    text-align: left;
  }

  #ueber-mich .about-left .about-image .about-list .about-text {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  #ueber-mich .about-left .about-image .about-list ul {
    display: grid;
    gap: 2px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
  }

  #ueber-mich .about-left .about-image .about-list ul li {
    padding: 7px 0 !important;
    text-align: left;
  }

  #ueber-mich .about-left .about-image .about-list ul li span {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: normal;
    text-align: left;
  }

  #ueber-mich .about-left .about-image .about-list ul li span:before {
    position: static !important;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
/* Karta "Jak pracuje" - END */

/* Karta "Jak pracuje" - marker i tekst w jednej linii (mobile) - START */
@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-list ul li span {
    padding: 0;
  }

  #ueber-mich .about-left .about-image .about-list .about-text {
    padding-left: 0;
  }

  #ueber-mich .about-left .about-image .about-list .about-text h3 {
    margin-left: 0 !important;
  }
}
/* Karta "Jak pracuje" - marker i tekst - END */

/* Kopiowanie e-maila - ikona obok adresu - START */
.cta-btns .cta-mail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-btns .copy-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 15px;
  color: #0d3b40;
  background-color: transparent;
  border: 1px solid rgba(13, 59, 64, 0.28);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.cta-btns .copy-mail:hover {
  color: #fff;
  background-color: #0d3b40;
  border-color: #0d3b40;
}

.cta-btns .copy-mail.is-copied {
  color: #fff;
  background-color: #2a7d4f;
  border-color: #2a7d4f;
}

.cta-btns .copy-mail .copy-mail-icon {
  line-height: 1;
}
/* Kopiowanie e-maila - END */

/* Karta "Jak pracuje" - marker bez przesuniecia z pozycjonowania absolutnego - START */
@media (max-width: 991px) {
  #ueber-mich .about-left .about-image .about-list ul li span:before {
    transform: none !important;
  }
}
/* Karta "Jak pracuje" - marker - END */

/* Ikona kopiowania - SVG (bez zaleznosci od fontu ikon) - START */
.cta-btns .copy-mail .copy-mail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}

.cta-btns .copy-mail .copy-mail-icon-done {
  display: none;
}

.cta-btns .copy-mail.is-copied .copy-mail-icon-copy {
  display: none;
}

.cta-btns .copy-mail.is-copied .copy-mail-icon-done {
  display: block;
}
/* Ikona kopiowania - SVG - END */

/* Sekcja kontakt - e-mail wyrownany z przyciskiem "Zadzwon teraz" (mobile) - START */
@media (max-width: 991px) {
  .cta-btns .cta-mail .theme-btn-s3 {
    padding-left: 0;
    padding-right: 34px;
  }
}
/* Sekcja kontakt - e-mail wyrownany - END */

/* Sekcja kontakt - e-mail + ikona kopiowania w jednej linii (strzalka usunieta) - START */
.cta-btns .cta-mail {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cta-btns .cta-mail .theme-btn-s3 {
  padding-left: 0;
  padding-right: 8px;
}

.cta-btns .cta-mail .theme-btn-s3:before {
  display: none;
}

.cta-btns .cta-mail .copy-mail {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 0;
  background-color: transparent;
  color: rgba(13, 59, 64, 0.65);
}

.cta-btns .cta-mail .copy-mail:hover {
  color: #0d3b40;
  background-color: rgba(13, 59, 64, 0.08);
}

.cta-btns .cta-mail .copy-mail.is-copied {
  color: #2a7d4f;
  background-color: rgba(42, 125, 79, 0.12);
  border: 0;
}
/* Sekcja kontakt - e-mail + ikona kopiowania - END */
